Restyled by autopep8
This commit is contained in:
@@ -2,6 +2,10 @@
|
||||
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
# source: transfer_state.proto
|
||||
"""Generated protocol buffer code."""
|
||||
import Queue as queue__pb2
|
||||
import Session as session__pb2
|
||||
import Playback as playback__pb2
|
||||
import ContextPlayerOptions as context__player__options__pb2
|
||||
from google.protobuf import descriptor as _descriptor
|
||||
from google.protobuf import message as _message
|
||||
from google.protobuf import reflection as _reflection
|
||||
@@ -10,10 +14,6 @@ from google.protobuf import symbol_database as _symbol_database
|
||||
|
||||
_sym_db = _symbol_database.Default()
|
||||
|
||||
import ContextPlayerOptions as context__player__options__pb2
|
||||
import Playback as playback__pb2
|
||||
import Session as session__pb2
|
||||
import Queue as queue__pb2
|
||||
|
||||
DESCRIPTOR = _descriptor.FileDescriptor(
|
||||
name='transfer_state.proto',
|
||||
@@ -21,8 +21,7 @@ DESCRIPTOR = _descriptor.FileDescriptor(
|
||||
syntax='proto2',
|
||||
serialized_options=b'\n\024com.spotify.transferH\002',
|
||||
create_key=_descriptor._internal_create_key,
|
||||
serialized_pb=
|
||||
b'\n\x14transfer_state.proto\x12\x1dspotify.player.proto.transfer\x1a\x1c\x63ontext_player_options.proto\x1a\x0eplayback.proto\x1a\rsession.proto\x1a\x0bqueue.proto\"\x99\x02\n\rTransferState\x12;\n\x07options\x18\x01 \x01(\x0b\x32*.spotify.player.proto.ContextPlayerOptions\x12\x39\n\x08playback\x18\x02 \x01(\x0b\x32\'.spotify.player.proto.transfer.Playback\x12?\n\x0f\x63urrent_session\x18\x03 \x01(\x0b\x32&.spotify.player.proto.transfer.Session\x12\x33\n\x05queue\x18\x04 \x01(\x0b\x32$.spotify.player.proto.transfer.Queue\x12\x1a\n\x12\x63reation_timestamp\x18\x05 \x01(\x03\x42\x18\n\x14\x63om.spotify.transferH\x02',
|
||||
serialized_pb=b'\n\x14transfer_state.proto\x12\x1dspotify.player.proto.transfer\x1a\x1c\x63ontext_player_options.proto\x1a\x0eplayback.proto\x1a\rsession.proto\x1a\x0bqueue.proto\"\x99\x02\n\rTransferState\x12;\n\x07options\x18\x01 \x01(\x0b\x32*.spotify.player.proto.ContextPlayerOptions\x12\x39\n\x08playback\x18\x02 \x01(\x0b\x32\'.spotify.player.proto.transfer.Playback\x12?\n\x0f\x63urrent_session\x18\x03 \x01(\x0b\x32&.spotify.player.proto.transfer.Session\x12\x33\n\x05queue\x18\x04 \x01(\x0b\x32$.spotify.player.proto.transfer.Queue\x12\x1a\n\x12\x63reation_timestamp\x18\x05 \x01(\x03\x42\x18\n\x14\x63om.spotify.transferH\x02',
|
||||
dependencies=[
|
||||
context__player__options__pb2.DESCRIPTOR,
|
||||
playback__pb2.DESCRIPTOR,
|
||||
@@ -76,8 +75,7 @@ _TRANSFERSTATE = _descriptor.Descriptor(
|
||||
create_key=_descriptor._internal_create_key),
|
||||
_descriptor.FieldDescriptor(
|
||||
name='current_session',
|
||||
full_name=
|
||||
'spotify.player.proto.transfer.TransferState.current_session',
|
||||
full_name='spotify.player.proto.transfer.TransferState.current_session',
|
||||
index=2,
|
||||
number=3,
|
||||
type=11,
|
||||
@@ -113,8 +111,7 @@ _TRANSFERSTATE = _descriptor.Descriptor(
|
||||
create_key=_descriptor._internal_create_key),
|
||||
_descriptor.FieldDescriptor(
|
||||
name='creation_timestamp',
|
||||
full_name=
|
||||
'spotify.player.proto.transfer.TransferState.creation_timestamp',
|
||||
full_name='spotify.player.proto.transfer.TransferState.creation_timestamp',
|
||||
index=4,
|
||||
number=5,
|
||||
type=3,
|
||||
|
||||
Reference in New Issue
Block a user