-
Notifications
You must be signed in to change notification settings - Fork 0
/
calc_pb2.py
30 lines (24 loc) · 1.37 KB
/
calc_pb2.py
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
# -*- coding: utf-8 -*-
# Generated by the protocol buffer compiler. DO NOT EDIT!
# source: calc.proto
# Protobuf Python Version: 5.26.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 symbol_database as _symbol_database
from google.protobuf.internal import builder as _builder
# @@protoc_insertion_point(imports)
_sym_db = _symbol_database.Default()
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\ncalc.proto\x12\x04\x63\x61lc\".\n\nAddRequest\x12\x0f\n\x07val_one\x18\x01 \x01(\x05\x12\x0f\n\x07val_two\x18\x02 \x01(\x05\"\x1d\n\x0b\x41\x64\x64Response\x12\x0e\n\x06result\x18\x01 \x01(\x05\x32\x32\n\x04\x43\x61lc\x12*\n\x03\x41\x64\x64\x12\x10.calc.AddRequest\x1a\x11.calc.AddResponseb\x06proto3')
_globals = globals()
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'calc_pb2', _globals)
if not _descriptor._USE_C_DESCRIPTORS:
DESCRIPTOR._loaded_options = None
_globals['_ADDREQUEST']._serialized_start=20
_globals['_ADDREQUEST']._serialized_end=66
_globals['_ADDRESPONSE']._serialized_start=68
_globals['_ADDRESPONSE']._serialized_end=97
_globals['_CALC']._serialized_start=99
_globals['_CALC']._serialized_end=149
# @@protoc_insertion_point(module_scope)