blob: 06f8081010525a5cbb8beac779d4cc6467c3ddcb [file] [log] [blame]
Jozsef Csongvai45263f52021-07-26 12:00:59 -04001# -*- coding: utf-8 -*-
2# Generated by the protocol buffer compiler. DO NOT EDIT!
3# source: BluePrintProcessing.proto
4"""Generated protocol buffer code."""
5from google.protobuf import descriptor as _descriptor
6from google.protobuf import message as _message
7from google.protobuf import reflection as _reflection
8from google.protobuf import symbol_database as _symbol_database
9# @@protoc_insertion_point(imports)
10
11_sym_db = _symbol_database.Default()
12
13
14from google.protobuf import struct_pb2 as google_dot_protobuf_dot_struct__pb2
15import proto.BluePrintCommon_pb2 as BluePrintCommon__pb2
16
17
18DESCRIPTOR = _descriptor.FileDescriptor(
19 name='BluePrintProcessing.proto',
20 package='org.onap.ccsdk.cds.controllerblueprints.processing.api',
21 syntax='proto3',
22 serialized_options=b'P\001',
23 create_key=_descriptor._internal_create_key,
24 serialized_pb=b'\n\x19\x42luePrintProcessing.proto\x12\x36org.onap.ccsdk.cds.controllerblueprints.processing.api\x1a\x1cgoogle/protobuf/struct.proto\x1a\x15\x42luePrintCommon.proto\"\xfb\x01\n\x15\x45xecutionServiceInput\x12V\n\x0c\x63ommonHeader\x18\x01 \x01(\x0b\x32@.org.onap.ccsdk.cds.controllerblueprints.common.api.CommonHeader\x12`\n\x11\x61\x63tionIdentifiers\x18\x02 \x01(\x0b\x32\x45.org.onap.ccsdk.cds.controllerblueprints.common.api.ActionIdentifiers\x12(\n\x07payload\x18\x03 \x01(\x0b\x32\x17.google.protobuf.Struct\"\xc8\x02\n\x16\x45xecutionServiceOutput\x12V\n\x0c\x63ommonHeader\x18\x01 \x01(\x0b\x32@.org.onap.ccsdk.cds.controllerblueprints.common.api.CommonHeader\x12`\n\x11\x61\x63tionIdentifiers\x18\x02 \x01(\x0b\x32\x45.org.onap.ccsdk.cds.controllerblueprints.common.api.ActionIdentifiers\x12J\n\x06status\x18\x03 \x01(\x0b\x32:.org.onap.ccsdk.cds.controllerblueprints.common.api.Status\x12(\n\x07payload\x18\x04 \x01(\x0b\x32\x17.google.protobuf.Struct2\xcb\x01\n\x1a\x42luePrintProcessingService\x12\xac\x01\n\x07process\x12M.org.onap.ccsdk.cds.controllerblueprints.processing.api.ExecutionServiceInput\x1aN.org.onap.ccsdk.cds.controllerblueprints.processing.api.ExecutionServiceOutput(\x01\x30\x01\x42\x02P\x01\x62\x06proto3'
25 ,
26 dependencies=[google_dot_protobuf_dot_struct__pb2.DESCRIPTOR,BluePrintCommon__pb2.DESCRIPTOR,])
27
28
29
30
31_EXECUTIONSERVICEINPUT = _descriptor.Descriptor(
32 name='ExecutionServiceInput',
33 full_name='org.onap.ccsdk.cds.controllerblueprints.processing.api.ExecutionServiceInput',
34 filename=None,
35 file=DESCRIPTOR,
36 containing_type=None,
37 create_key=_descriptor._internal_create_key,
38 fields=[
39 _descriptor.FieldDescriptor(
40 name='commonHeader', full_name='org.onap.ccsdk.cds.controllerblueprints.processing.api.ExecutionServiceInput.commonHeader', index=0,
41 number=1, type=11, cpp_type=10, label=1,
42 has_default_value=False, default_value=None,
43 message_type=None, enum_type=None, containing_type=None,
44 is_extension=False, extension_scope=None,
45 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
46 _descriptor.FieldDescriptor(
47 name='actionIdentifiers', full_name='org.onap.ccsdk.cds.controllerblueprints.processing.api.ExecutionServiceInput.actionIdentifiers', index=1,
48 number=2, type=11, cpp_type=10, label=1,
49 has_default_value=False, default_value=None,
50 message_type=None, enum_type=None, containing_type=None,
51 is_extension=False, extension_scope=None,
52 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
53 _descriptor.FieldDescriptor(
54 name='payload', full_name='org.onap.ccsdk.cds.controllerblueprints.processing.api.ExecutionServiceInput.payload', index=2,
55 number=3, type=11, cpp_type=10, label=1,
56 has_default_value=False, default_value=None,
57 message_type=None, enum_type=None, containing_type=None,
58 is_extension=False, extension_scope=None,
59 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
60 ],
61 extensions=[
62 ],
63 nested_types=[],
64 enum_types=[
65 ],
66 serialized_options=None,
67 is_extendable=False,
68 syntax='proto3',
69 extension_ranges=[],
70 oneofs=[
71 ],
72 serialized_start=139,
73 serialized_end=390,
74)
75
76
77_EXECUTIONSERVICEOUTPUT = _descriptor.Descriptor(
78 name='ExecutionServiceOutput',
79 full_name='org.onap.ccsdk.cds.controllerblueprints.processing.api.ExecutionServiceOutput',
80 filename=None,
81 file=DESCRIPTOR,
82 containing_type=None,
83 create_key=_descriptor._internal_create_key,
84 fields=[
85 _descriptor.FieldDescriptor(
86 name='commonHeader', full_name='org.onap.ccsdk.cds.controllerblueprints.processing.api.ExecutionServiceOutput.commonHeader', index=0,
87 number=1, type=11, cpp_type=10, label=1,
88 has_default_value=False, default_value=None,
89 message_type=None, enum_type=None, containing_type=None,
90 is_extension=False, extension_scope=None,
91 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
92 _descriptor.FieldDescriptor(
93 name='actionIdentifiers', full_name='org.onap.ccsdk.cds.controllerblueprints.processing.api.ExecutionServiceOutput.actionIdentifiers', index=1,
94 number=2, type=11, cpp_type=10, label=1,
95 has_default_value=False, default_value=None,
96 message_type=None, enum_type=None, containing_type=None,
97 is_extension=False, extension_scope=None,
98 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
99 _descriptor.FieldDescriptor(
100 name='status', full_name='org.onap.ccsdk.cds.controllerblueprints.processing.api.ExecutionServiceOutput.status', index=2,
101 number=3, type=11, cpp_type=10, label=1,
102 has_default_value=False, default_value=None,
103 message_type=None, enum_type=None, containing_type=None,
104 is_extension=False, extension_scope=None,
105 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
106 _descriptor.FieldDescriptor(
107 name='payload', full_name='org.onap.ccsdk.cds.controllerblueprints.processing.api.ExecutionServiceOutput.payload', index=3,
108 number=4, type=11, cpp_type=10, label=1,
109 has_default_value=False, default_value=None,
110 message_type=None, enum_type=None, containing_type=None,
111 is_extension=False, extension_scope=None,
112 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
113 ],
114 extensions=[
115 ],
116 nested_types=[],
117 enum_types=[
118 ],
119 serialized_options=None,
120 is_extendable=False,
121 syntax='proto3',
122 extension_ranges=[],
123 oneofs=[
124 ],
125 serialized_start=393,
126 serialized_end=721,
127)
128
129_EXECUTIONSERVICEINPUT.fields_by_name['commonHeader'].message_type = BluePrintCommon__pb2._COMMONHEADER
130_EXECUTIONSERVICEINPUT.fields_by_name['actionIdentifiers'].message_type = BluePrintCommon__pb2._ACTIONIDENTIFIERS
131_EXECUTIONSERVICEINPUT.fields_by_name['payload'].message_type = google_dot_protobuf_dot_struct__pb2._STRUCT
132_EXECUTIONSERVICEOUTPUT.fields_by_name['commonHeader'].message_type = BluePrintCommon__pb2._COMMONHEADER
133_EXECUTIONSERVICEOUTPUT.fields_by_name['actionIdentifiers'].message_type = BluePrintCommon__pb2._ACTIONIDENTIFIERS
134_EXECUTIONSERVICEOUTPUT.fields_by_name['status'].message_type = BluePrintCommon__pb2._STATUS
135_EXECUTIONSERVICEOUTPUT.fields_by_name['payload'].message_type = google_dot_protobuf_dot_struct__pb2._STRUCT
136DESCRIPTOR.message_types_by_name['ExecutionServiceInput'] = _EXECUTIONSERVICEINPUT
137DESCRIPTOR.message_types_by_name['ExecutionServiceOutput'] = _EXECUTIONSERVICEOUTPUT
138_sym_db.RegisterFileDescriptor(DESCRIPTOR)
139
140ExecutionServiceInput = _reflection.GeneratedProtocolMessageType('ExecutionServiceInput', (_message.Message,), {
141 'DESCRIPTOR' : _EXECUTIONSERVICEINPUT,
142 '__module__' : 'BluePrintProcessing_pb2'
143 # @@protoc_insertion_point(class_scope:org.onap.ccsdk.cds.controllerblueprints.processing.api.ExecutionServiceInput)
144})
145_sym_db.RegisterMessage(ExecutionServiceInput)
146
147ExecutionServiceOutput = _reflection.GeneratedProtocolMessageType('ExecutionServiceOutput', (_message.Message,), {
148 'DESCRIPTOR' : _EXECUTIONSERVICEOUTPUT,
149 '__module__' : 'BluePrintProcessing_pb2'
150 # @@protoc_insertion_point(class_scope:org.onap.ccsdk.cds.controllerblueprints.processing.api.ExecutionServiceOutput)
151})
152_sym_db.RegisterMessage(ExecutionServiceOutput)
153
154
155DESCRIPTOR._options = None
156
157_BLUEPRINTPROCESSINGSERVICE = _descriptor.ServiceDescriptor(
158 name='BluePrintProcessingService',
159 full_name='org.onap.ccsdk.cds.controllerblueprints.processing.api.BluePrintProcessingService',
160 file=DESCRIPTOR,
161 index=0,
162 serialized_options=None,
163 create_key=_descriptor._internal_create_key,
164 serialized_start=724,
165 serialized_end=927,
166 methods=[
167 _descriptor.MethodDescriptor(
168 name='process',
169 full_name='org.onap.ccsdk.cds.controllerblueprints.processing.api.BluePrintProcessingService.process',
170 index=0,
171 containing_service=None,
172 input_type=_EXECUTIONSERVICEINPUT,
173 output_type=_EXECUTIONSERVICEOUTPUT,
174 serialized_options=None,
175 create_key=_descriptor._internal_create_key,
176 ),
177 ])
178_sym_db.RegisterServiceDescriptor(_BLUEPRINTPROCESSINGSERVICE)
179
180DESCRIPTOR.services_by_name['BluePrintProcessingService'] = _BLUEPRINTPROCESSINGSERVICE
181
182# @@protoc_insertion_point(module_scope)