2025-11-13 03:01:00 +08:00
|
|
|
# -*- coding: utf-8 -*-
|
|
|
|
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
2026-03-16 09:23:56 +08:00
|
|
|
# NO CHECKED-IN PROTOBUF GENCODE
|
2025-11-13 03:01:00 +08:00
|
|
|
# source: cmvr/api/test_service.proto
|
2026-03-16 09:23:56 +08:00
|
|
|
# Protobuf Python Version: 6.31.1
|
2025-11-13 03:01:00 +08:00
|
|
|
"""Generated protocol buffer code."""
|
|
|
|
|
from google.protobuf import descriptor as _descriptor
|
|
|
|
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
2026-03-16 09:23:56 +08:00
|
|
|
from google.protobuf import runtime_version as _runtime_version
|
2025-11-13 03:01:00 +08:00
|
|
|
from google.protobuf import symbol_database as _symbol_database
|
2026-03-16 09:23:56 +08:00
|
|
|
from google.protobuf.internal import builder as _builder
|
|
|
|
|
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
|
|
|
_runtime_version.Domain.PUBLIC,
|
|
|
|
|
6,
|
|
|
|
|
31,
|
|
|
|
|
1,
|
|
|
|
|
'',
|
|
|
|
|
'cmvr/api/test_service.proto'
|
|
|
|
|
)
|
2025-11-13 03:01:00 +08:00
|
|
|
# @@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')
|
|
|
|
|
|
2026-03-16 09:23:56 +08:00
|
|
|
_globals = globals()
|
|
|
|
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
|
|
|
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'cmvr.api.test_service_pb2', _globals)
|
|
|
|
|
if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
|
|
DESCRIPTOR._loaded_options = None
|
|
|
|
|
_globals['_TESTREQEUST']._serialized_start=41
|
|
|
|
|
_globals['_TESTREQEUST']._serialized_end=68
|
|
|
|
|
_globals['_TESTRESPONSE']._serialized_start=70
|
|
|
|
|
_globals['_TESTRESPONSE']._serialized_end=98
|
|
|
|
|
_globals['_TESTSERVICE']._serialized_start=100
|
|
|
|
|
_globals['_TESTSERVICE']._serialized_end=168
|
2025-11-13 03:01:00 +08:00
|
|
|
# @@protoc_insertion_point(module_scope)
|