blob: c3eddf8624ac2e65cce703cb00813a992cbe5355 [file] [log] [blame]
Brinda Santh807fbaa2019-09-23 10:10:58 -04001# -*- coding: utf-8 -*-
Brinda Santh807fbaa2019-09-23 10:10:58 -04002# Generated by the protocol buffer compiler. DO NOT EDIT!
KAPIL SINGALadcd4f22021-01-22 11:49:51 -05003# source: BlueprintCommon.proto
Brinda Santh807fbaa2019-09-23 10:10:58 -04004
5import sys
6_b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1'))
7from google.protobuf.internal import enum_type_wrapper
8from google.protobuf import descriptor as _descriptor
9from google.protobuf import message as _message
10from google.protobuf import reflection as _reflection
11from google.protobuf import symbol_database as _symbol_database
12# @@protoc_insertion_point(imports)
13
14_sym_db = _symbol_database.Default()
15
16
17
18
19DESCRIPTOR = _descriptor.FileDescriptor(
KAPIL SINGALadcd4f22021-01-22 11:49:51 -050020 name='BlueprintCommon.proto',
Brinda Santh807fbaa2019-09-23 10:10:58 -040021 package='org.onap.ccsdk.cds.controllerblueprints.common.api',
22 syntax='proto3',
23 serialized_options=_b('P\001'),
Oleg Mitsuraf466a712021-03-03 16:57:33 -050024 serialized_pb=_b('\n\x15\x42lueprintCommon.proto\x12\x32org.onap.ccsdk.cds.controllerblueprints.common.api\"\xa8\x01\n\x0c\x43ommonHeader\x12\x11\n\ttimestamp\x18\x01 \x01(\t\x12\x14\n\x0coriginatorId\x18\x17 \x01(\t\x12\x11\n\trequestId\x18\x03 \x01(\t\x12\x14\n\x0csubRequestId\x18\x04 \x01(\t\x12\x46\n\x04\x66lag\x18\x05 \x01(\x0b\x32\x38.org.onap.ccsdk.cds.controllerblueprints.common.api.Flag\"$\n\x04\x46lag\x12\x0f\n\x07isForce\x18\x01 \x01(\x08\x12\x0b\n\x03ttl\x18\x02 \x01(\x05\"f\n\x11\x41\x63tionIdentifiers\x12\x15\n\rblueprintName\x18\x01 \x01(\t\x12\x18\n\x10\x62lueprintVersion\x18\x02 \x01(\t\x12\x12\n\nactionName\x18\x03 \x01(\t\x12\x0c\n\x04mode\x18\x04 \x01(\t\"\xa2\x01\n\x06Status\x12\x0c\n\x04\x63ode\x18\x01 \x01(\x05\x12\x14\n\x0c\x65rrorMessage\x18\x02 \x01(\t\x12\x0f\n\x07message\x18\x03 \x01(\t\x12P\n\teventType\x18\x04 \x01(\x0e\x32=.org.onap.ccsdk.cds.controllerblueprints.common.api.EventType\x12\x11\n\ttimestamp\x18\x05 \x01(\t*\xa3\x01\n\tEventType\x12\x1b\n\x17\x45VENT_COMPONENT_FAILURE\x10\x00\x12\x1e\n\x1a\x45VENT_COMPONENT_PROCESSING\x10\x01\x12 \n\x1c\x45VENT_COMPONENT_NOTIFICATION\x10\x02\x12\x1c\n\x18\x45VENT_COMPONENT_EXECUTED\x10\x03\x12\x19\n\x15\x45VENT_COMPONENT_TRACE\x10\x04\x42\x02P\x01\x62\x06proto3')
Brinda Santh807fbaa2019-09-23 10:10:58 -040025)
26
27_EVENTTYPE = _descriptor.EnumDescriptor(
28 name='EventType',
29 full_name='org.onap.ccsdk.cds.controllerblueprints.common.api.EventType',
30 filename=None,
31 file=DESCRIPTOR,
32 values=[
33 _descriptor.EnumValueDescriptor(
34 name='EVENT_COMPONENT_FAILURE', index=0, number=0,
35 serialized_options=None,
36 type=None),
37 _descriptor.EnumValueDescriptor(
38 name='EVENT_COMPONENT_PROCESSING', index=1, number=1,
39 serialized_options=None,
40 type=None),
41 _descriptor.EnumValueDescriptor(
42 name='EVENT_COMPONENT_NOTIFICATION', index=2, number=2,
43 serialized_options=None,
44 type=None),
45 _descriptor.EnumValueDescriptor(
46 name='EVENT_COMPONENT_EXECUTED', index=3, number=3,
47 serialized_options=None,
48 type=None),
49 _descriptor.EnumValueDescriptor(
50 name='EVENT_COMPONENT_TRACE', index=4, number=4,
51 serialized_options=None,
52 type=None),
53 ],
54 containing_type=None,
55 serialized_options=None,
56 serialized_start=556,
57 serialized_end=719,
58)
59_sym_db.RegisterEnumDescriptor(_EVENTTYPE)
60
61EventType = enum_type_wrapper.EnumTypeWrapper(_EVENTTYPE)
62EVENT_COMPONENT_FAILURE = 0
63EVENT_COMPONENT_PROCESSING = 1
64EVENT_COMPONENT_NOTIFICATION = 2
65EVENT_COMPONENT_EXECUTED = 3
66EVENT_COMPONENT_TRACE = 4
67
68
69
70_COMMONHEADER = _descriptor.Descriptor(
71 name='CommonHeader',
72 full_name='org.onap.ccsdk.cds.controllerblueprints.common.api.CommonHeader',
73 filename=None,
74 file=DESCRIPTOR,
75 containing_type=None,
76 fields=[
77 _descriptor.FieldDescriptor(
78 name='timestamp', full_name='org.onap.ccsdk.cds.controllerblueprints.common.api.CommonHeader.timestamp', index=0,
79 number=1, type=9, cpp_type=9, label=1,
80 has_default_value=False, default_value=_b("").decode('utf-8'),
81 message_type=None, enum_type=None, containing_type=None,
82 is_extension=False, extension_scope=None,
83 serialized_options=None, file=DESCRIPTOR),
84 _descriptor.FieldDescriptor(
85 name='originatorId', full_name='org.onap.ccsdk.cds.controllerblueprints.common.api.CommonHeader.originatorId', index=1,
86 number=23, type=9, cpp_type=9, label=1,
87 has_default_value=False, default_value=_b("").decode('utf-8'),
88 message_type=None, enum_type=None, containing_type=None,
89 is_extension=False, extension_scope=None,
90 serialized_options=None, file=DESCRIPTOR),
91 _descriptor.FieldDescriptor(
92 name='requestId', full_name='org.onap.ccsdk.cds.controllerblueprints.common.api.CommonHeader.requestId', index=2,
93 number=3, type=9, cpp_type=9, label=1,
94 has_default_value=False, default_value=_b("").decode('utf-8'),
95 message_type=None, enum_type=None, containing_type=None,
96 is_extension=False, extension_scope=None,
97 serialized_options=None, file=DESCRIPTOR),
98 _descriptor.FieldDescriptor(
99 name='subRequestId', full_name='org.onap.ccsdk.cds.controllerblueprints.common.api.CommonHeader.subRequestId', index=3,
100 number=4, type=9, cpp_type=9, label=1,
101 has_default_value=False, default_value=_b("").decode('utf-8'),
102 message_type=None, enum_type=None, containing_type=None,
103 is_extension=False, extension_scope=None,
104 serialized_options=None, file=DESCRIPTOR),
105 _descriptor.FieldDescriptor(
106 name='flag', full_name='org.onap.ccsdk.cds.controllerblueprints.common.api.CommonHeader.flag', index=4,
107 number=5, type=11, cpp_type=10, label=1,
108 has_default_value=False, default_value=None,
109 message_type=None, enum_type=None, containing_type=None,
110 is_extension=False, extension_scope=None,
111 serialized_options=None, file=DESCRIPTOR),
112 ],
113 extensions=[
114 ],
115 nested_types=[],
116 enum_types=[
117 ],
118 serialized_options=None,
119 is_extendable=False,
120 syntax='proto3',
121 extension_ranges=[],
122 oneofs=[
123 ],
124 serialized_start=78,
125 serialized_end=246,
126)
127
128
129_FLAG = _descriptor.Descriptor(
130 name='Flag',
131 full_name='org.onap.ccsdk.cds.controllerblueprints.common.api.Flag',
132 filename=None,
133 file=DESCRIPTOR,
134 containing_type=None,
135 fields=[
136 _descriptor.FieldDescriptor(
137 name='isForce', full_name='org.onap.ccsdk.cds.controllerblueprints.common.api.Flag.isForce', index=0,
138 number=1, type=8, cpp_type=7, label=1,
139 has_default_value=False, default_value=False,
140 message_type=None, enum_type=None, containing_type=None,
141 is_extension=False, extension_scope=None,
142 serialized_options=None, file=DESCRIPTOR),
143 _descriptor.FieldDescriptor(
144 name='ttl', full_name='org.onap.ccsdk.cds.controllerblueprints.common.api.Flag.ttl', index=1,
145 number=2, type=5, cpp_type=1, label=1,
146 has_default_value=False, default_value=0,
147 message_type=None, enum_type=None, containing_type=None,
148 is_extension=False, extension_scope=None,
149 serialized_options=None, file=DESCRIPTOR),
150 ],
151 extensions=[
152 ],
153 nested_types=[],
154 enum_types=[
155 ],
156 serialized_options=None,
157 is_extendable=False,
158 syntax='proto3',
159 extension_ranges=[],
160 oneofs=[
161 ],
162 serialized_start=248,
163 serialized_end=284,
164)
165
166
167_ACTIONIDENTIFIERS = _descriptor.Descriptor(
168 name='ActionIdentifiers',
169 full_name='org.onap.ccsdk.cds.controllerblueprints.common.api.ActionIdentifiers',
170 filename=None,
171 file=DESCRIPTOR,
172 containing_type=None,
173 fields=[
174 _descriptor.FieldDescriptor(
175 name='blueprintName', full_name='org.onap.ccsdk.cds.controllerblueprints.common.api.ActionIdentifiers.blueprintName', index=0,
176 number=1, type=9, cpp_type=9, label=1,
177 has_default_value=False, default_value=_b("").decode('utf-8'),
178 message_type=None, enum_type=None, containing_type=None,
179 is_extension=False, extension_scope=None,
180 serialized_options=None, file=DESCRIPTOR),
181 _descriptor.FieldDescriptor(
182 name='blueprintVersion', full_name='org.onap.ccsdk.cds.controllerblueprints.common.api.ActionIdentifiers.blueprintVersion', index=1,
183 number=2, type=9, cpp_type=9, label=1,
184 has_default_value=False, default_value=_b("").decode('utf-8'),
185 message_type=None, enum_type=None, containing_type=None,
186 is_extension=False, extension_scope=None,
187 serialized_options=None, file=DESCRIPTOR),
188 _descriptor.FieldDescriptor(
189 name='actionName', full_name='org.onap.ccsdk.cds.controllerblueprints.common.api.ActionIdentifiers.actionName', index=2,
190 number=3, type=9, cpp_type=9, label=1,
191 has_default_value=False, default_value=_b("").decode('utf-8'),
192 message_type=None, enum_type=None, containing_type=None,
193 is_extension=False, extension_scope=None,
194 serialized_options=None, file=DESCRIPTOR),
195 _descriptor.FieldDescriptor(
196 name='mode', full_name='org.onap.ccsdk.cds.controllerblueprints.common.api.ActionIdentifiers.mode', index=3,
197 number=4, type=9, cpp_type=9, label=1,
198 has_default_value=False, default_value=_b("").decode('utf-8'),
199 message_type=None, enum_type=None, containing_type=None,
200 is_extension=False, extension_scope=None,
201 serialized_options=None, file=DESCRIPTOR),
202 ],
203 extensions=[
204 ],
205 nested_types=[],
206 enum_types=[
207 ],
208 serialized_options=None,
209 is_extendable=False,
210 syntax='proto3',
211 extension_ranges=[],
212 oneofs=[
213 ],
214 serialized_start=286,
215 serialized_end=388,
216)
217
218
219_STATUS = _descriptor.Descriptor(
220 name='Status',
221 full_name='org.onap.ccsdk.cds.controllerblueprints.common.api.Status',
222 filename=None,
223 file=DESCRIPTOR,
224 containing_type=None,
225 fields=[
226 _descriptor.FieldDescriptor(
227 name='code', full_name='org.onap.ccsdk.cds.controllerblueprints.common.api.Status.code', index=0,
228 number=1, type=5, cpp_type=1, label=1,
229 has_default_value=False, default_value=0,
230 message_type=None, enum_type=None, containing_type=None,
231 is_extension=False, extension_scope=None,
232 serialized_options=None, file=DESCRIPTOR),
233 _descriptor.FieldDescriptor(
234 name='errorMessage', full_name='org.onap.ccsdk.cds.controllerblueprints.common.api.Status.errorMessage', index=1,
235 number=2, type=9, cpp_type=9, label=1,
236 has_default_value=False, default_value=_b("").decode('utf-8'),
237 message_type=None, enum_type=None, containing_type=None,
238 is_extension=False, extension_scope=None,
239 serialized_options=None, file=DESCRIPTOR),
240 _descriptor.FieldDescriptor(
241 name='message', full_name='org.onap.ccsdk.cds.controllerblueprints.common.api.Status.message', index=2,
242 number=3, type=9, cpp_type=9, label=1,
243 has_default_value=False, default_value=_b("").decode('utf-8'),
244 message_type=None, enum_type=None, containing_type=None,
245 is_extension=False, extension_scope=None,
246 serialized_options=None, file=DESCRIPTOR),
247 _descriptor.FieldDescriptor(
248 name='eventType', full_name='org.onap.ccsdk.cds.controllerblueprints.common.api.Status.eventType', index=3,
249 number=4, type=14, cpp_type=8, label=1,
250 has_default_value=False, default_value=0,
251 message_type=None, enum_type=None, containing_type=None,
252 is_extension=False, extension_scope=None,
253 serialized_options=None, file=DESCRIPTOR),
254 _descriptor.FieldDescriptor(
255 name='timestamp', full_name='org.onap.ccsdk.cds.controllerblueprints.common.api.Status.timestamp', index=4,
256 number=5, type=9, cpp_type=9, label=1,
257 has_default_value=False, default_value=_b("").decode('utf-8'),
258 message_type=None, enum_type=None, containing_type=None,
259 is_extension=False, extension_scope=None,
260 serialized_options=None, file=DESCRIPTOR),
261 ],
262 extensions=[
263 ],
264 nested_types=[],
265 enum_types=[
266 ],
267 serialized_options=None,
268 is_extendable=False,
269 syntax='proto3',
270 extension_ranges=[],
271 oneofs=[
272 ],
273 serialized_start=391,
274 serialized_end=553,
275)
276
277_COMMONHEADER.fields_by_name['flag'].message_type = _FLAG
278_STATUS.fields_by_name['eventType'].enum_type = _EVENTTYPE
279DESCRIPTOR.message_types_by_name['CommonHeader'] = _COMMONHEADER
280DESCRIPTOR.message_types_by_name['Flag'] = _FLAG
281DESCRIPTOR.message_types_by_name['ActionIdentifiers'] = _ACTIONIDENTIFIERS
282DESCRIPTOR.message_types_by_name['Status'] = _STATUS
283DESCRIPTOR.enum_types_by_name['EventType'] = _EVENTTYPE
284_sym_db.RegisterFileDescriptor(DESCRIPTOR)
285
Oleg Mitsuraf466a712021-03-03 16:57:33 -0500286CommonHeader = _reflection.GeneratedProtocolMessageType('CommonHeader', (_message.Message,), dict(
287 DESCRIPTOR = _COMMONHEADER,
288 __module__ = 'BlueprintCommon_pb2'
Brinda Santh807fbaa2019-09-23 10:10:58 -0400289 # @@protoc_insertion_point(class_scope:org.onap.ccsdk.cds.controllerblueprints.common.api.CommonHeader)
Oleg Mitsuraf466a712021-03-03 16:57:33 -0500290 ))
Brinda Santh807fbaa2019-09-23 10:10:58 -0400291_sym_db.RegisterMessage(CommonHeader)
292
Oleg Mitsuraf466a712021-03-03 16:57:33 -0500293Flag = _reflection.GeneratedProtocolMessageType('Flag', (_message.Message,), dict(
294 DESCRIPTOR = _FLAG,
295 __module__ = 'BlueprintCommon_pb2'
Brinda Santh807fbaa2019-09-23 10:10:58 -0400296 # @@protoc_insertion_point(class_scope:org.onap.ccsdk.cds.controllerblueprints.common.api.Flag)
Oleg Mitsuraf466a712021-03-03 16:57:33 -0500297 ))
Brinda Santh807fbaa2019-09-23 10:10:58 -0400298_sym_db.RegisterMessage(Flag)
299
Oleg Mitsuraf466a712021-03-03 16:57:33 -0500300ActionIdentifiers = _reflection.GeneratedProtocolMessageType('ActionIdentifiers', (_message.Message,), dict(
301 DESCRIPTOR = _ACTIONIDENTIFIERS,
302 __module__ = 'BlueprintCommon_pb2'
Brinda Santh807fbaa2019-09-23 10:10:58 -0400303 # @@protoc_insertion_point(class_scope:org.onap.ccsdk.cds.controllerblueprints.common.api.ActionIdentifiers)
Oleg Mitsuraf466a712021-03-03 16:57:33 -0500304 ))
Brinda Santh807fbaa2019-09-23 10:10:58 -0400305_sym_db.RegisterMessage(ActionIdentifiers)
306
Oleg Mitsuraf466a712021-03-03 16:57:33 -0500307Status = _reflection.GeneratedProtocolMessageType('Status', (_message.Message,), dict(
308 DESCRIPTOR = _STATUS,
309 __module__ = 'BlueprintCommon_pb2'
Brinda Santh807fbaa2019-09-23 10:10:58 -0400310 # @@protoc_insertion_point(class_scope:org.onap.ccsdk.cds.controllerblueprints.common.api.Status)
Oleg Mitsuraf466a712021-03-03 16:57:33 -0500311 ))
Brinda Santh807fbaa2019-09-23 10:10:58 -0400312_sym_db.RegisterMessage(Status)
313
314
315DESCRIPTOR._options = None
316# @@protoc_insertion_point(module_scope)