Path: blob/master/ghunt/protos/playgatewaypa/search_player_pb2.py
253 views
# -*- coding: utf-8 -*-1# Generated by the protocol buffer compiler. DO NOT EDIT!2# source: definitions/search_player.proto3"""Generated protocol buffer code."""4from google.protobuf import descriptor as _descriptor5from google.protobuf import descriptor_pool as _descriptor_pool6from google.protobuf import message as _message7from google.protobuf import reflection as _reflection8from google.protobuf import symbol_database as _symbol_database9# @@protoc_insertion_point(imports)1011_sym_db = _symbol_database.Default()1213141516DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1f\x64\x65\x66initions/search_player.proto\"\xa3\x01\n\x11PlayerSearchProto\x12\x32\n\x0bsearch_form\x18\x02 \x01(\x0b\x32\x1d.PlayerSearchProto.SearchForm\x1aZ\n\nSearchForm\x12\x35\n\x05query\x18\x9c\xe7\xa7o \x01(\x0b\x32#.PlayerSearchProto.SearchForm.Query\x1a\x15\n\x05Query\x12\x0c\n\x04text\x18\x01 \x01(\tb\x06proto3')17181920_PLAYERSEARCHPROTO = DESCRIPTOR.message_types_by_name['PlayerSearchProto']21_PLAYERSEARCHPROTO_SEARCHFORM = _PLAYERSEARCHPROTO.nested_types_by_name['SearchForm']22_PLAYERSEARCHPROTO_SEARCHFORM_QUERY = _PLAYERSEARCHPROTO_SEARCHFORM.nested_types_by_name['Query']23PlayerSearchProto = _reflection.GeneratedProtocolMessageType('PlayerSearchProto', (_message.Message,), {2425'SearchForm' : _reflection.GeneratedProtocolMessageType('SearchForm', (_message.Message,), {2627'Query' : _reflection.GeneratedProtocolMessageType('Query', (_message.Message,), {28'DESCRIPTOR' : _PLAYERSEARCHPROTO_SEARCHFORM_QUERY,29'__module__' : 'definitions.search_player_pb2'30# @@protoc_insertion_point(class_scope:PlayerSearchProto.SearchForm.Query)31})32,33'DESCRIPTOR' : _PLAYERSEARCHPROTO_SEARCHFORM,34'__module__' : 'definitions.search_player_pb2'35# @@protoc_insertion_point(class_scope:PlayerSearchProto.SearchForm)36})37,38'DESCRIPTOR' : _PLAYERSEARCHPROTO,39'__module__' : 'definitions.search_player_pb2'40# @@protoc_insertion_point(class_scope:PlayerSearchProto)41})42_sym_db.RegisterMessage(PlayerSearchProto)43_sym_db.RegisterMessage(PlayerSearchProto.SearchForm)44_sym_db.RegisterMessage(PlayerSearchProto.SearchForm.Query)4546if _descriptor._USE_C_DESCRIPTORS == False:4748DESCRIPTOR._options = None49_PLAYERSEARCHPROTO._serialized_start=3650_PLAYERSEARCHPROTO._serialized_end=19951_PLAYERSEARCHPROTO_SEARCHFORM._serialized_start=10952_PLAYERSEARCHPROTO_SEARCHFORM._serialized_end=19953_PLAYERSEARCHPROTO_SEARCHFORM_QUERY._serialized_start=17854_PLAYERSEARCHPROTO_SEARCHFORM_QUERY._serialized_end=19955# @@protoc_insertion_point(module_scope)565758