Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
mxrch
GitHub Repository: mxrch/GHunt
Path: blob/master/ghunt/protos/playgatewaypa/search_player_pb2.py
253 views
1
# -*- coding: utf-8 -*-
2
# Generated by the protocol buffer compiler. DO NOT EDIT!
3
# source: definitions/search_player.proto
4
"""Generated protocol buffer code."""
5
from google.protobuf import descriptor as _descriptor
6
from google.protobuf import descriptor_pool as _descriptor_pool
7
from google.protobuf import message as _message
8
from google.protobuf import reflection as _reflection
9
from google.protobuf import symbol_database as _symbol_database
10
# @@protoc_insertion_point(imports)
11
12
_sym_db = _symbol_database.Default()
13
14
15
16
17
DESCRIPTOR = _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')
18
19
20
21
_PLAYERSEARCHPROTO = DESCRIPTOR.message_types_by_name['PlayerSearchProto']
22
_PLAYERSEARCHPROTO_SEARCHFORM = _PLAYERSEARCHPROTO.nested_types_by_name['SearchForm']
23
_PLAYERSEARCHPROTO_SEARCHFORM_QUERY = _PLAYERSEARCHPROTO_SEARCHFORM.nested_types_by_name['Query']
24
PlayerSearchProto = _reflection.GeneratedProtocolMessageType('PlayerSearchProto', (_message.Message,), {
25
26
'SearchForm' : _reflection.GeneratedProtocolMessageType('SearchForm', (_message.Message,), {
27
28
'Query' : _reflection.GeneratedProtocolMessageType('Query', (_message.Message,), {
29
'DESCRIPTOR' : _PLAYERSEARCHPROTO_SEARCHFORM_QUERY,
30
'__module__' : 'definitions.search_player_pb2'
31
# @@protoc_insertion_point(class_scope:PlayerSearchProto.SearchForm.Query)
32
})
33
,
34
'DESCRIPTOR' : _PLAYERSEARCHPROTO_SEARCHFORM,
35
'__module__' : 'definitions.search_player_pb2'
36
# @@protoc_insertion_point(class_scope:PlayerSearchProto.SearchForm)
37
})
38
,
39
'DESCRIPTOR' : _PLAYERSEARCHPROTO,
40
'__module__' : 'definitions.search_player_pb2'
41
# @@protoc_insertion_point(class_scope:PlayerSearchProto)
42
})
43
_sym_db.RegisterMessage(PlayerSearchProto)
44
_sym_db.RegisterMessage(PlayerSearchProto.SearchForm)
45
_sym_db.RegisterMessage(PlayerSearchProto.SearchForm.Query)
46
47
if _descriptor._USE_C_DESCRIPTORS == False:
48
49
DESCRIPTOR._options = None
50
_PLAYERSEARCHPROTO._serialized_start=36
51
_PLAYERSEARCHPROTO._serialized_end=199
52
_PLAYERSEARCHPROTO_SEARCHFORM._serialized_start=109
53
_PLAYERSEARCHPROTO_SEARCHFORM._serialized_end=199
54
_PLAYERSEARCHPROTO_SEARCHFORM_QUERY._serialized_start=178
55
_PLAYERSEARCHPROTO_SEARCHFORM_QUERY._serialized_end=199
56
# @@protoc_insertion_point(module_scope)
57
58