-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrpcProto_pb2.py
More file actions
40 lines (34 loc) · 1.7 KB
/
Copy pathrpcProto_pb2.py
File metadata and controls
40 lines (34 loc) · 1.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# -*- coding: utf-8 -*-
# Generated by the protocol buffer compiler. DO NOT EDIT!
# NO CHECKED-IN PROTOBUF GENCODE
# source: rpcProto.proto
# Protobuf Python Version: 5.28.1
"""Generated protocol buffer code."""
from google.protobuf import descriptor as _descriptor
from google.protobuf import descriptor_pool as _descriptor_pool
from google.protobuf import runtime_version as _runtime_version
from google.protobuf import symbol_database as _symbol_database
from google.protobuf.internal import builder as _builder
_runtime_version.ValidateProtobufRuntimeVersion(
_runtime_version.Domain.PUBLIC,
5,
28,
1,
'',
'rpcProto.proto'
)
# @@protoc_insertion_point(imports)
_sym_db = _symbol_database.Default()
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x0erpcProto.proto\"9\n\x08operands\x12\x15\n\rfirst_operand\x18\x01 \x01(\x01\x12\x16\n\x0esecond_operand\x18\x02 \x01(\x01\"\x18\n\x06result\x12\x0e\n\x06result\x18\x01 \x01(\x01\x32x\n\ncalculator\x12\x19\n\x03sum\x12\t.operands\x1a\x07.result\x12\x19\n\x03\x64iv\x12\t.operands\x1a\x07.result\x12\x19\n\x03mul\x12\t.operands\x1a\x07.result\x12\x19\n\x03sub\x12\t.operands\x1a\x07.resultb\x06proto3')
_globals = globals()
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'rpcProto_pb2', _globals)
if not _descriptor._USE_C_DESCRIPTORS:
DESCRIPTOR._loaded_options = None
_globals['_OPERANDS']._serialized_start=18
_globals['_OPERANDS']._serialized_end=75
_globals['_RESULT']._serialized_start=77
_globals['_RESULT']._serialized_end=101
_globals['_CALCULATOR']._serialized_start=103
_globals['_CALCULATOR']._serialized_end=223
# @@protoc_insertion_point(module_scope)