# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: apple_v2.proto import sys _b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1')) from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message from google.protobuf import reflection as _reflection from google.protobuf import symbol_database as _symbol_database # @@protoc_insertion_point(imports) _sym_db = _symbol_database.Default() DESCRIPTOR = _descriptor.FileDescriptor( name='apple_v2.proto', package='apple', syntax='proto3', serialized_options=None, serialized_pb=_b('\n\x0e\x61pple_v2.proto\x12\x05\x61pple\"\x17\n\x15\x41ppleTrackStreamStats\"\x1f\n\x1d\x41pplePlaylistTrackStreamStats\"\x14\n\x12\x41pplePlaylistStatsb\x06proto3') ) _APPLETRACKSTREAMSTATS = _descriptor.Descriptor( name='AppleTrackStreamStats', full_name='apple.AppleTrackStreamStats', filename=None, file=DESCRIPTOR, containing_type=None, fields=[ ], extensions=[ ], nested_types=[], enum_types=[ ], serialized_options=None, is_extendable=False, syntax='proto3', extension_ranges=[], oneofs=[ ], serialized_start=25, serialized_end=48, ) _APPLEPLAYLISTTRACKSTREAMSTATS = _descriptor.Descriptor( name='ApplePlaylistTrackStreamStats', full_name='apple.ApplePlaylistTrackStreamStats', filename=None, file=DESCRIPTOR, containing_type=None, fields=[ ], extensions=[ ], nested_types=[], enum_types=[ ], serialized_options=None, is_extendable=False, syntax='proto3', extension_ranges=[], oneofs=[ ], serialized_start=50, serialized_end=81, ) _APPLEPLAYLISTSTATS = _descriptor.Descriptor( name='ApplePlaylistStats', full_name='apple.ApplePlaylistStats', filename=None, file=DESCRIPTOR, containing_type=None, fields=[ ], extensions=[ ], nested_types=[], enum_types=[ ], serialized_options=None, is_extendable=False, syntax='proto3', extension_ranges=[], oneofs=[ ], serialized_start=83, serialized_end=103, ) DESCRIPTOR.message_types_by_name['AppleTrackStreamStats'] = _APPLETRACKSTREAMSTATS DESCRIPTOR.message_types_by_name['ApplePlaylistTrackStreamStats'] = _APPLEPLAYLISTTRACKSTREAMSTATS DESCRIPTOR.message_types_by_name['ApplePlaylistStats'] = _APPLEPLAYLISTSTATS _sym_db.RegisterFileDescriptor(DESCRIPTOR) AppleTrackStreamStats = _reflection.GeneratedProtocolMessageType('AppleTrackStreamStats', (_message.Message,), { 'DESCRIPTOR' : _APPLETRACKSTREAMSTATS, '__module__' : 'apple_v2_pb2' # @@protoc_insertion_point(class_scope:apple.AppleTrackStreamStats) }) _sym_db.RegisterMessage(AppleTrackStreamStats) ApplePlaylistTrackStreamStats = _reflection.GeneratedProtocolMessageType('ApplePlaylistTrackStreamStats', (_message.Message,), { 'DESCRIPTOR' : _APPLEPLAYLISTTRACKSTREAMSTATS, '__module__' : 'apple_v2_pb2' # @@protoc_insertion_point(class_scope:apple.ApplePlaylistTrackStreamStats) }) _sym_db.RegisterMessage(ApplePlaylistTrackStreamStats) ApplePlaylistStats = _reflection.GeneratedProtocolMessageType('ApplePlaylistStats', (_message.Message,), { 'DESCRIPTOR' : _APPLEPLAYLISTSTATS, '__module__' : 'apple_v2_pb2' # @@protoc_insertion_point(class_scope:apple.ApplePlaylistStats) }) _sym_db.RegisterMessage(ApplePlaylistStats) # @@protoc_insertion_point(module_scope)