Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
mxrch
GitHub Repository: mxrch/GHunt
Path: blob/master/ghunt/protos/playgatewaypa/get_player_pb2.py
252 views
1
# -*- coding: utf-8 -*-
2
# Generated by the protocol buffer compiler. DO NOT EDIT!
3
# source: definitions/get_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\x1c\x64\x65\x66initions/get_player.proto\"\x80\x01\n\x0eGetPlayerProto\x12\"\n\x04\x66orm\x18\x02 \x01(\x0b\x32\x14.GetPlayerProto.Form\x1aJ\n\x04\x46orm\x12-\n\x05query\x18\x85\xf2\xc3\x90\x01 \x01(\x0b\x32\x1a.GetPlayerProto.Form.Query\x1a\x13\n\x05Query\x12\n\n\x02id\x18\x01 \x01(\tb\x06proto3')
18
19
20
21
_GETPLAYERPROTO = DESCRIPTOR.message_types_by_name['GetPlayerProto']
22
_GETPLAYERPROTO_FORM = _GETPLAYERPROTO.nested_types_by_name['Form']
23
_GETPLAYERPROTO_FORM_QUERY = _GETPLAYERPROTO_FORM.nested_types_by_name['Query']
24
GetPlayerProto = _reflection.GeneratedProtocolMessageType('GetPlayerProto', (_message.Message,), {
25
26
'Form' : _reflection.GeneratedProtocolMessageType('Form', (_message.Message,), {
27
28
'Query' : _reflection.GeneratedProtocolMessageType('Query', (_message.Message,), {
29
'DESCRIPTOR' : _GETPLAYERPROTO_FORM_QUERY,
30
'__module__' : 'definitions.get_player_pb2'
31
# @@protoc_insertion_point(class_scope:GetPlayerProto.Form.Query)
32
})
33
,
34
'DESCRIPTOR' : _GETPLAYERPROTO_FORM,
35
'__module__' : 'definitions.get_player_pb2'
36
# @@protoc_insertion_point(class_scope:GetPlayerProto.Form)
37
})
38
,
39
'DESCRIPTOR' : _GETPLAYERPROTO,
40
'__module__' : 'definitions.get_player_pb2'
41
# @@protoc_insertion_point(class_scope:GetPlayerProto)
42
})
43
_sym_db.RegisterMessage(GetPlayerProto)
44
_sym_db.RegisterMessage(GetPlayerProto.Form)
45
_sym_db.RegisterMessage(GetPlayerProto.Form.Query)
46
47
if _descriptor._USE_C_DESCRIPTORS == False:
48
49
DESCRIPTOR._options = None
50
_GETPLAYERPROTO._serialized_start=33
51
_GETPLAYERPROTO._serialized_end=161
52
_GETPLAYERPROTO_FORM._serialized_start=87
53
_GETPLAYERPROTO_FORM._serialized_end=161
54
_GETPLAYERPROTO_FORM_QUERY._serialized_start=142
55
_GETPLAYERPROTO_FORM_QUERY._serialized_end=161
56
# @@protoc_insertion_point(module_scope)
57
58