48 lines
1.9 KiB
Python
48 lines
1.9 KiB
Python
|
|
# -*- coding: utf-8 -*-
|
||
|
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
||
|
|
# source: cmvr/api/test_service.proto
|
||
|
|
"""Generated protocol buffer code."""
|
||
|
|
from google.protobuf import descriptor as _descriptor
|
||
|
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
||
|
|
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_pool.Default().AddSerializedFile(b'\n\x1b\x63mvr/api/test_service.proto\x12\x08\x63mvr.api\"\x1b\n\x0bTestReqeust\x12\x0c\n\x04\x64\x61ta\x18\x01 \x01(\t\"\x1c\n\x0cTestResponse\x12\x0c\n\x04\x64\x61ta\x18\x01 \x01(\t2D\n\x0bTestService\x12\x35\n\x04\x43\x61ll\x12\x15.cmvr.api.TestReqeust\x1a\x16.cmvr.api.TestResponseb\x06proto3')
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
_TESTREQEUST = DESCRIPTOR.message_types_by_name['TestReqeust']
|
||
|
|
_TESTRESPONSE = DESCRIPTOR.message_types_by_name['TestResponse']
|
||
|
|
TestReqeust = _reflection.GeneratedProtocolMessageType('TestReqeust', (_message.Message,), {
|
||
|
|
'DESCRIPTOR' : _TESTREQEUST,
|
||
|
|
'__module__' : 'cmvr.api.test_service_pb2'
|
||
|
|
# @@protoc_insertion_point(class_scope:cmvr.api.TestReqeust)
|
||
|
|
})
|
||
|
|
_sym_db.RegisterMessage(TestReqeust)
|
||
|
|
|
||
|
|
TestResponse = _reflection.GeneratedProtocolMessageType('TestResponse', (_message.Message,), {
|
||
|
|
'DESCRIPTOR' : _TESTRESPONSE,
|
||
|
|
'__module__' : 'cmvr.api.test_service_pb2'
|
||
|
|
# @@protoc_insertion_point(class_scope:cmvr.api.TestResponse)
|
||
|
|
})
|
||
|
|
_sym_db.RegisterMessage(TestResponse)
|
||
|
|
|
||
|
|
_TESTSERVICE = DESCRIPTOR.services_by_name['TestService']
|
||
|
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
||
|
|
|
||
|
|
DESCRIPTOR._options = None
|
||
|
|
_TESTREQEUST._serialized_start=41
|
||
|
|
_TESTREQEUST._serialized_end=68
|
||
|
|
_TESTRESPONSE._serialized_start=70
|
||
|
|
_TESTRESPONSE._serialized_end=98
|
||
|
|
_TESTSERVICE._serialized_start=100
|
||
|
|
_TESTSERVICE._serialized_end=168
|
||
|
|
# @@protoc_insertion_point(module_scope)
|