perxis.common.operation_service_pb2
Generated protocol buffer code.
1# -*- coding: utf-8 -*- 2# Generated by the protocol buffer compiler. DO NOT EDIT! 3# NO CHECKED-IN PROTOBUF GENCODE 4# source: common/operation_service.proto 5# Protobuf Python Version: 5.27.2 6"""Generated protocol buffer code.""" 7from google.protobuf import descriptor as _descriptor 8from google.protobuf import descriptor_pool as _descriptor_pool 9from google.protobuf import runtime_version as _runtime_version 10from google.protobuf import symbol_database as _symbol_database 11from google.protobuf.internal import builder as _builder 12_runtime_version.ValidateProtobufRuntimeVersion( 13 _runtime_version.Domain.PUBLIC, 14 5, 15 27, 16 2, 17 '', 18 'common/operation_service.proto' 19) 20# @@protoc_insertion_point(imports) 21 22_sym_db = _symbol_database.Default() 23 24 25from perxis.common import operation_pb2 as common_dot_operation__pb2 26from perxis.common import validation_pb2 as common_dot_validation__pb2 27 28 29DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1e\x63ommon/operation_service.proto\x12\x06\x63ommon\x1a\x16\x63ommon/operation.proto\x1a\x17\x63ommon/validation.proto\"1\n\x13GetOperationRequest\x12\x1a\n\x0coperation_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"4\n\x16\x43\x61ncelOperationRequest\x12\x1a\n\x0coperation_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x32\x8a\x01\n\x10OperationService\x12\x37\n\x03Get\x12\x1b.common.GetOperationRequest\x1a\x11.common.Operation\"\x00\x12=\n\x06\x43\x61ncel\x12\x1e.common.CancelOperationRequest\x1a\x11.common.Operation\"\x00\x42\x32Z0git.perx.ru/perxis/perxis-go/proto/common;commonb\x06proto3') 30 31_globals = globals() 32_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals) 33_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'common.operation_service_pb2', _globals) 34if not _descriptor._USE_C_DESCRIPTORS: 35 _globals['DESCRIPTOR']._loaded_options = None 36 _globals['DESCRIPTOR']._serialized_options = b'Z0git.perx.ru/perxis/perxis-go/proto/common;common' 37 _globals['_GETOPERATIONREQUEST'].fields_by_name['operation_id']._loaded_options = None 38 _globals['_GETOPERATIONREQUEST'].fields_by_name['operation_id']._serialized_options = b'\350\3071\001' 39 _globals['_CANCELOPERATIONREQUEST'].fields_by_name['operation_id']._loaded_options = None 40 _globals['_CANCELOPERATIONREQUEST'].fields_by_name['operation_id']._serialized_options = b'\350\3071\001' 41 _globals['_GETOPERATIONREQUEST']._serialized_start=91 42 _globals['_GETOPERATIONREQUEST']._serialized_end=140 43 _globals['_CANCELOPERATIONREQUEST']._serialized_start=142 44 _globals['_CANCELOPERATIONREQUEST']._serialized_end=194 45 _globals['_OPERATIONSERVICE']._serialized_start=197 46 _globals['_OPERATIONSERVICE']._serialized_end=335 47# @@protoc_insertion_point(module_scope)
DESCRIPTOR =
<google.protobuf.descriptor.FileDescriptor object>