forked from AlexFengCisco/Telemetry_Receiver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcisco_grpc_dialout_pb2.py
107 lines (90 loc) · 3.46 KB
/
cisco_grpc_dialout_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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
# Generated by the protocol buffer compiler. DO NOT EDIT!
# source: cisco_grpc_dialout.proto
import sys
_b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1'))
from google.protobuf import descriptor as _descriptor
from google.protobuf import message as _message
from google.protobuf import reflection as _reflection
from google.protobuf import symbol_database as _symbol_database
# @@protoc_insertion_point(imports)
_sym_db = _symbol_database.Default()
DESCRIPTOR = _descriptor.FileDescriptor(
name='cisco_grpc_dialout.proto',
package='mdt_dialout',
syntax='proto3',
serialized_options=None,
serialized_pb=_b('\n\x18\x63isco_grpc_dialout.proto\x12\x0bmdt_dialout\"=\n\x0eMdtDialoutArgs\x12\r\n\x05ReqId\x18\x01 \x01(\x03\x12\x0c\n\x04\x64\x61ta\x18\x02 \x01(\x0c\x12\x0e\n\x06\x65rrors\x18\x03 \x01(\t2^\n\x0egRPCMdtDialout\x12L\n\nMdtDialout\x12\x1b.mdt_dialout.MdtDialoutArgs\x1a\x1b.mdt_dialout.MdtDialoutArgs\"\x00(\x01\x30\x01\x62\x06proto3')
)
_MDTDIALOUTARGS = _descriptor.Descriptor(
name='MdtDialoutArgs',
full_name='mdt_dialout.MdtDialoutArgs',
filename=None,
file=DESCRIPTOR,
containing_type=None,
fields=[
_descriptor.FieldDescriptor(
name='ReqId', full_name='mdt_dialout.MdtDialoutArgs.ReqId', index=0,
number=1, type=3, cpp_type=2, label=1,
has_default_value=False, default_value=0,
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR),
_descriptor.FieldDescriptor(
name='data', full_name='mdt_dialout.MdtDialoutArgs.data', index=1,
number=2, type=12, cpp_type=9, label=1,
has_default_value=False, default_value=_b(""),
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR),
_descriptor.FieldDescriptor(
name='errors', full_name='mdt_dialout.MdtDialoutArgs.errors', index=2,
number=3, type=9, cpp_type=9, label=1,
has_default_value=False, default_value=_b("").decode('utf-8'),
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR),
],
extensions=[
],
nested_types=[],
enum_types=[
],
serialized_options=None,
is_extendable=False,
syntax='proto3',
extension_ranges=[],
oneofs=[
],
serialized_start=41,
serialized_end=102,
)
DESCRIPTOR.message_types_by_name['MdtDialoutArgs'] = _MDTDIALOUTARGS
_sym_db.RegisterFileDescriptor(DESCRIPTOR)
MdtDialoutArgs = _reflection.GeneratedProtocolMessageType('MdtDialoutArgs', (_message.Message,), dict(
DESCRIPTOR = _MDTDIALOUTARGS,
__module__ = 'cisco_grpc_dialout_pb2'
# @@protoc_insertion_point(class_scope:mdt_dialout.MdtDialoutArgs)
))
_sym_db.RegisterMessage(MdtDialoutArgs)
_GRPCMDTDIALOUT = _descriptor.ServiceDescriptor(
name='gRPCMdtDialout',
full_name='mdt_dialout.gRPCMdtDialout',
file=DESCRIPTOR,
index=0,
serialized_options=None,
serialized_start=104,
serialized_end=198,
methods=[
_descriptor.MethodDescriptor(
name='MdtDialout',
full_name='mdt_dialout.gRPCMdtDialout.MdtDialout',
index=0,
containing_service=None,
input_type=_MDTDIALOUTARGS,
output_type=_MDTDIALOUTARGS,
serialized_options=None,
),
])
_sym_db.RegisterServiceDescriptor(_GRPCMDTDIALOUT)
DESCRIPTOR.services_by_name['gRPCMdtDialout'] = _GRPCMDTDIALOUT
# @@protoc_insertion_point(module_scope)