-
Notifications
You must be signed in to change notification settings - Fork 1
/
calculator_pb2.py
31 lines (24 loc) · 1.45 KB
/
calculator_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
31
# -*- coding: utf-8 -*-
# Generated by the protocol buffer compiler. DO NOT EDIT!
# source: calculator.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 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\x10\x63\x61lculator.proto\"\"\n\nAddRequest\x12\t\n\x01x\x18\x01 \x01(\x05\x12\t\n\x01y\x18\x02 \x01(\x05\"\x1d\n\x0b\x41\x64\x64Response\x12\x0e\n\x06result\x18\x01 \x01(\x05\x32.\n\nCalculator\x12 \n\x03\x41\x64\x64\x12\x0b.AddRequest\x1a\x0c.AddResponseB-Z+github.com/rvarun11/grpc-calc/go_calculatorb\x06proto3')
_globals = globals()
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'calculator_pb2', _globals)
if _descriptor._USE_C_DESCRIPTORS == False:
DESCRIPTOR._options = None
DESCRIPTOR._serialized_options = b'Z+github.com/rvarun11/grpc-calc/go_calculator'
_globals['_ADDREQUEST']._serialized_start=20
_globals['_ADDREQUEST']._serialized_end=54
_globals['_ADDRESPONSE']._serialized_start=56
_globals['_ADDRESPONSE']._serialized_end=85
_globals['_CALCULATOR']._serialized_start=87
_globals['_CALCULATOR']._serialized_end=133
# @@protoc_insertion_point(module_scope)