Code Coverage

Cobertura Coverage Report > osm_lcm >

frontend_pb2.py

Trend

File Coverage summary

NameClassesLinesConditionals
frontend_pb2.py
100%
1/1
100%
27/27
100%
0/0

Coverage Breakdown by Class

NameLinesConditionals
frontend_pb2.py
100%
27/27
N/A

Source

osm_lcm/frontend_pb2.py
1 # -*- coding: utf-8 -*-
2 ##
3 # Copyright 2020 Telefonica Investigacion y Desarrollo, S.A.U.
4 #
5 # Licensed under the Apache License, Version 2.0 (the "License");
6 # you may not use this file except in compliance with the License.
7 # You may obtain a copy of the License at
8 #
9 #    http://www.apache.org/licenses/LICENSE-2.0
10 #
11 # Unless required by applicable law or agreed to in writing, software
12 # distributed under the License is distributed on an "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
14 # implied.
15 # See the License for the specific language governing permissions and
16 # limitations under the License.
17 #
18 ##
19 # Generated by the protocol buffer compiler.  DO NOT EDIT!
20 # source: osm_lcm/frontend.proto
21
22 1 from google.protobuf import descriptor as _descriptor
23 1 from google.protobuf import message as _message
24 1 from google.protobuf import reflection as _reflection
25 1 from google.protobuf import symbol_database as _symbol_database
26
27 # @@protoc_insertion_point(imports)
28
29 1 _sym_db = _symbol_database.Default()
30
31
32 1 DESCRIPTOR = _descriptor.FileDescriptor(
33     name="osm_lcm/frontend.proto",
34     package="osm_ee",
35     syntax="proto3",
36     serialized_options=b"\n\027com.etsi.osm.lcm.osm_eeB\014GrpcExecutorP\001\242\002\003OEE",
37     serialized_pb=b'\n\x16osm_lcm/frontend.proto\x12\x06osm_ee"<\n\x10PrimitiveRequest\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x0e\n\x06params\x18\x03 \x01(\t":\n\x0ePrimitiveReply\x12\x0e\n\x06status\x18\x01 \x01(\t\x12\x18\n\x10\x64\x65tailed_message\x18\x02 \x01(\t"\x0f\n\rSshKeyRequest"\x1e\n\x0bSshKeyReply\x12\x0f\n\x07message\x18\x01 \x01(\t2\x93\x01\n\x10\x46rontendExecutor\x12\x44\n\x0cRunPrimitive\x12\x18.osm_ee.PrimitiveRequest\x1a\x16.osm_ee.PrimitiveReply"\x00\x30\x01\x12\x39\n\tGetSshKey\x12\x15.osm_ee.SshKeyRequest\x1a\x13.osm_ee.SshKeyReply"\x00\x42/\n\x17\x63om.etsi.osm.lcm.osm_eeB\x0cGrpcExecutorP\x01\xa2\x02\x03OEEb\x06proto3',
38 )
39
40
41 1 _PRIMITIVEREQUEST = _descriptor.Descriptor(
42     name="PrimitiveRequest",
43     full_name="osm_ee.PrimitiveRequest",
44     filename=None,
45     file=DESCRIPTOR,
46     containing_type=None,
47     fields=[
48         _descriptor.FieldDescriptor(
49             name="id",
50             full_name="osm_ee.PrimitiveRequest.id",
51             index=0,
52             number=1,
53             type=9,
54             cpp_type=9,
55             label=1,
56             has_default_value=False,
57             default_value=b"".decode("utf-8"),
58             message_type=None,
59             enum_type=None,
60             containing_type=None,
61             is_extension=False,
62             extension_scope=None,
63             serialized_options=None,
64             file=DESCRIPTOR,
65         ),
66         _descriptor.FieldDescriptor(
67             name="name",
68             full_name="osm_ee.PrimitiveRequest.name",
69             index=1,
70             number=2,
71             type=9,
72             cpp_type=9,
73             label=1,
74             has_default_value=False,
75             default_value=b"".decode("utf-8"),
76             message_type=None,
77             enum_type=None,
78             containing_type=None,
79             is_extension=False,
80             extension_scope=None,
81             serialized_options=None,
82             file=DESCRIPTOR,
83         ),
84         _descriptor.FieldDescriptor(
85             name="params",
86             full_name="osm_ee.PrimitiveRequest.params",
87             index=2,
88             number=3,
89             type=9,
90             cpp_type=9,
91             label=1,
92             has_default_value=False,
93             default_value=b"".decode("utf-8"),
94             message_type=None,
95             enum_type=None,
96             containing_type=None,
97             is_extension=False,
98             extension_scope=None,
99             serialized_options=None,
100             file=DESCRIPTOR,
101         ),
102     ],
103     extensions=[],
104     nested_types=[],
105     enum_types=[],
106     serialized_options=None,
107     is_extendable=False,
108     syntax="proto3",
109     extension_ranges=[],
110     oneofs=[],
111     serialized_start=34,
112     serialized_end=94,
113 )
114
115
116 1 _PRIMITIVEREPLY = _descriptor.Descriptor(
117     name="PrimitiveReply",
118     full_name="osm_ee.PrimitiveReply",
119     filename=None,
120     file=DESCRIPTOR,
121     containing_type=None,
122     fields=[
123         _descriptor.FieldDescriptor(
124             name="status",
125             full_name="osm_ee.PrimitiveReply.status",
126             index=0,
127             number=1,
128             type=9,
129             cpp_type=9,
130             label=1,
131             has_default_value=False,
132             default_value=b"".decode("utf-8"),
133             message_type=None,
134             enum_type=None,
135             containing_type=None,
136             is_extension=False,
137             extension_scope=None,
138             serialized_options=None,
139             file=DESCRIPTOR,
140         ),
141         _descriptor.FieldDescriptor(
142             name="detailed_message",
143             full_name="osm_ee.PrimitiveReply.detailed_message",
144             index=1,
145             number=2,
146             type=9,
147             cpp_type=9,
148             label=1,
149             has_default_value=False,
150             default_value=b"".decode("utf-8"),
151             message_type=None,
152             enum_type=None,
153             containing_type=None,
154             is_extension=False,
155             extension_scope=None,
156             serialized_options=None,
157             file=DESCRIPTOR,
158         ),
159     ],
160     extensions=[],
161     nested_types=[],
162     enum_types=[],
163     serialized_options=None,
164     is_extendable=False,
165     syntax="proto3",
166     extension_ranges=[],
167     oneofs=[],
168     serialized_start=96,
169     serialized_end=154,
170 )
171
172
173 1 _SSHKEYREQUEST = _descriptor.Descriptor(
174     name="SshKeyRequest",
175     full_name="osm_ee.SshKeyRequest",
176     filename=None,
177     file=DESCRIPTOR,
178     containing_type=None,
179     fields=[],
180     extensions=[],
181     nested_types=[],
182     enum_types=[],
183     serialized_options=None,
184     is_extendable=False,
185     syntax="proto3",
186     extension_ranges=[],
187     oneofs=[],
188     serialized_start=156,
189     serialized_end=171,
190 )
191
192
193 1 _SSHKEYREPLY = _descriptor.Descriptor(
194     name="SshKeyReply",
195     full_name="osm_ee.SshKeyReply",
196     filename=None,
197     file=DESCRIPTOR,
198     containing_type=None,
199     fields=[
200         _descriptor.FieldDescriptor(
201             name="message",
202             full_name="osm_ee.SshKeyReply.message",
203             index=0,
204             number=1,
205             type=9,
206             cpp_type=9,
207             label=1,
208             has_default_value=False,
209             default_value=b"".decode("utf-8"),
210             message_type=None,
211             enum_type=None,
212             containing_type=None,
213             is_extension=False,
214             extension_scope=None,
215             serialized_options=None,
216             file=DESCRIPTOR,
217         ),
218     ],
219     extensions=[],
220     nested_types=[],
221     enum_types=[],
222     serialized_options=None,
223     is_extendable=False,
224     syntax="proto3",
225     extension_ranges=[],
226     oneofs=[],
227     serialized_start=173,
228     serialized_end=203,
229 )
230
231 1 DESCRIPTOR.message_types_by_name["PrimitiveRequest"] = _PRIMITIVEREQUEST
232 1 DESCRIPTOR.message_types_by_name["PrimitiveReply"] = _PRIMITIVEREPLY
233 1 DESCRIPTOR.message_types_by_name["SshKeyRequest"] = _SSHKEYREQUEST
234 1 DESCRIPTOR.message_types_by_name["SshKeyReply"] = _SSHKEYREPLY
235 1 _sym_db.RegisterFileDescriptor(DESCRIPTOR)
236
237 1 PrimitiveRequest = _reflection.GeneratedProtocolMessageType(
238     "PrimitiveRequest",
239     (_message.Message,),
240     {
241         "DESCRIPTOR": _PRIMITIVEREQUEST,
242         "__module__": "osm_lcm.frontend_pb2"
243         # @@protoc_insertion_point(class_scope:osm_ee.PrimitiveRequest)
244     },
245 )
246 1 _sym_db.RegisterMessage(PrimitiveRequest)
247
248 1 PrimitiveReply = _reflection.GeneratedProtocolMessageType(
249     "PrimitiveReply",
250     (_message.Message,),
251     {
252         "DESCRIPTOR": _PRIMITIVEREPLY,
253         "__module__": "osm_lcm.frontend_pb2"
254         # @@protoc_insertion_point(class_scope:osm_ee.PrimitiveReply)
255     },
256 )
257 1 _sym_db.RegisterMessage(PrimitiveReply)
258
259 1 SshKeyRequest = _reflection.GeneratedProtocolMessageType(
260     "SshKeyRequest",
261     (_message.Message,),
262     {
263         "DESCRIPTOR": _SSHKEYREQUEST,
264         "__module__": "osm_lcm.frontend_pb2"
265         # @@protoc_insertion_point(class_scope:osm_ee.SshKeyRequest)
266     },
267 )
268 1 _sym_db.RegisterMessage(SshKeyRequest)
269
270 1 SshKeyReply = _reflection.GeneratedProtocolMessageType(
271     "SshKeyReply",
272     (_message.Message,),
273     {
274         "DESCRIPTOR": _SSHKEYREPLY,
275         "__module__": "osm_lcm.frontend_pb2"
276         # @@protoc_insertion_point(class_scope:osm_ee.SshKeyReply)
277     },
278 )
279 1 _sym_db.RegisterMessage(SshKeyReply)
280
281
282 1 DESCRIPTOR._options = None
283
284 1 _FRONTENDEXECUTOR = _descriptor.ServiceDescriptor(
285     name="FrontendExecutor",
286     full_name="osm_ee.FrontendExecutor",
287     file=DESCRIPTOR,
288     index=0,
289     serialized_options=None,
290     serialized_start=206,
291     serialized_end=353,
292     methods=[
293         _descriptor.MethodDescriptor(
294             name="RunPrimitive",
295             full_name="osm_ee.FrontendExecutor.RunPrimitive",
296             index=0,
297             containing_service=None,
298             input_type=_PRIMITIVEREQUEST,
299             output_type=_PRIMITIVEREPLY,
300             serialized_options=None,
301         ),
302         _descriptor.MethodDescriptor(
303             name="GetSshKey",
304             full_name="osm_ee.FrontendExecutor.GetSshKey",
305             index=1,
306             containing_service=None,
307             input_type=_SSHKEYREQUEST,
308             output_type=_SSHKEYREPLY,
309             serialized_options=None,
310         ),
311     ],
312 )
313 1 _sym_db.RegisterServiceDescriptor(_FRONTENDEXECUTOR)
314
315 1 DESCRIPTOR.services_by_name["FrontendExecutor"] = _FRONTENDEXECUTOR
316
317 # @@protoc_insertion_point(module_scope)