blob: dc5ca4ffe4cc54283710ac3e1309c3244b6aa630 [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: BlueprintProcessing.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 import descriptor as _descriptor
8from google.protobuf import message as _message
9from google.protobuf import reflection as _reflection
10from google.protobuf import symbol_database as _symbol_database
11# @@protoc_insertion_point(imports)
12
13_sym_db = _symbol_database.Default()
14
15
16from google.protobuf import struct_pb2 as google_dot_protobuf_dot_struct__pb2
Oleg Mitsuraf466a712021-03-03 16:57:33 -050017import proto.BlueprintCommon_pb2 as BlueprintCommon__pb2
18
Brinda Santh807fbaa2019-09-23 10:10:58 -040019
20DESCRIPTOR = _descriptor.FileDescriptor(
KAPIL SINGALadcd4f22021-01-22 11:49:51 -050021 name='BlueprintProcessing.proto',
Brinda Santh807fbaa2019-09-23 10:10:58 -040022 package='org.onap.ccsdk.cds.controllerblueprints.processing.api',
23 syntax='proto3',
24 serialized_options=_b('P\001'),
Oleg Mitsuraf466a712021-03-03 16:57:33 -050025 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')
Brinda Santh807fbaa2019-09-23 10:10:58 -040026 ,
KAPIL SINGALadcd4f22021-01-22 11:49:51 -050027 dependencies=[google_dot_protobuf_dot_struct__pb2.DESCRIPTOR,BlueprintCommon__pb2.DESCRIPTOR,])
Brinda Santh807fbaa2019-09-23 10:10:58 -040028
29
30
31
32_EXECUTIONSERVICEINPUT = _descriptor.Descriptor(
33 name='ExecutionServiceInput',
34 full_name='org.onap.ccsdk.cds.controllerblueprints.processing.api.ExecutionServiceInput',
35 filename=None,
36 file=DESCRIPTOR,
37 containing_type=None,
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),
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),
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),
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 fields=[
84 _descriptor.FieldDescriptor(
85 name='commonHeader', full_name='org.onap.ccsdk.cds.controllerblueprints.processing.api.ExecutionServiceOutput.commonHeader', index=0,
86 number=1, type=11, cpp_type=10, label=1,
87 has_default_value=False, default_value=None,
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='actionIdentifiers', full_name='org.onap.ccsdk.cds.controllerblueprints.processing.api.ExecutionServiceOutput.actionIdentifiers', index=1,
93 number=2, type=11, cpp_type=10, label=1,
94 has_default_value=False, default_value=None,
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='status', full_name='org.onap.ccsdk.cds.controllerblueprints.processing.api.ExecutionServiceOutput.status', index=2,
100 number=3, type=11, cpp_type=10, label=1,
101 has_default_value=False, default_value=None,
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='payload', full_name='org.onap.ccsdk.cds.controllerblueprints.processing.api.ExecutionServiceOutput.payload', index=3,
107 number=4, 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=393,
125 serialized_end=721,
126)
127
KAPIL SINGALadcd4f22021-01-22 11:49:51 -0500128_EXECUTIONSERVICEINPUT.fields_by_name['commonHeader'].message_type = BlueprintCommon__pb2._COMMONHEADER
129_EXECUTIONSERVICEINPUT.fields_by_name['actionIdentifiers'].message_type = BlueprintCommon__pb2._ACTIONIDENTIFIERS
Brinda Santh807fbaa2019-09-23 10:10:58 -0400130_EXECUTIONSERVICEINPUT.fields_by_name['payload'].message_type = google_dot_protobuf_dot_struct__pb2._STRUCT
KAPIL SINGALadcd4f22021-01-22 11:49:51 -0500131_EXECUTIONSERVICEOUTPUT.fields_by_name['commonHeader'].message_type = BlueprintCommon__pb2._COMMONHEADER
132_EXECUTIONSERVICEOUTPUT.fields_by_name['actionIdentifiers'].message_type = BlueprintCommon__pb2._ACTIONIDENTIFIERS
133_EXECUTIONSERVICEOUTPUT.fields_by_name['status'].message_type = BlueprintCommon__pb2._STATUS
Brinda Santh807fbaa2019-09-23 10:10:58 -0400134_EXECUTIONSERVICEOUTPUT.fields_by_name['payload'].message_type = google_dot_protobuf_dot_struct__pb2._STRUCT
135DESCRIPTOR.message_types_by_name['ExecutionServiceInput'] = _EXECUTIONSERVICEINPUT
136DESCRIPTOR.message_types_by_name['ExecutionServiceOutput'] = _EXECUTIONSERVICEOUTPUT
137_sym_db.RegisterFileDescriptor(DESCRIPTOR)
138
Oleg Mitsuraf466a712021-03-03 16:57:33 -0500139ExecutionServiceInput = _reflection.GeneratedProtocolMessageType('ExecutionServiceInput', (_message.Message,), dict(
140 DESCRIPTOR = _EXECUTIONSERVICEINPUT,
141 __module__ = 'BlueprintProcessing_pb2'
Brinda Santh807fbaa2019-09-23 10:10:58 -0400142 # @@protoc_insertion_point(class_scope:org.onap.ccsdk.cds.controllerblueprints.processing.api.ExecutionServiceInput)
Oleg Mitsuraf466a712021-03-03 16:57:33 -0500143 ))
Brinda Santh807fbaa2019-09-23 10:10:58 -0400144_sym_db.RegisterMessage(ExecutionServiceInput)
145
Oleg Mitsuraf466a712021-03-03 16:57:33 -0500146ExecutionServiceOutput = _reflection.GeneratedProtocolMessageType('ExecutionServiceOutput', (_message.Message,), dict(
147 DESCRIPTOR = _EXECUTIONSERVICEOUTPUT,
148 __module__ = 'BlueprintProcessing_pb2'
Brinda Santh807fbaa2019-09-23 10:10:58 -0400149 # @@protoc_insertion_point(class_scope:org.onap.ccsdk.cds.controllerblueprints.processing.api.ExecutionServiceOutput)
Oleg Mitsuraf466a712021-03-03 16:57:33 -0500150 ))
Brinda Santh807fbaa2019-09-23 10:10:58 -0400151_sym_db.RegisterMessage(ExecutionServiceOutput)
152
153
154DESCRIPTOR._options = None
155
156_BLUEPRINTPROCESSINGSERVICE = _descriptor.ServiceDescriptor(
KAPIL SINGALadcd4f22021-01-22 11:49:51 -0500157 name='BlueprintProcessingService',
158 full_name='org.onap.ccsdk.cds.controllerblueprints.processing.api.BlueprintProcessingService',
Brinda Santh807fbaa2019-09-23 10:10:58 -0400159 file=DESCRIPTOR,
160 index=0,
161 serialized_options=None,
162 serialized_start=724,
163 serialized_end=927,
164 methods=[
165 _descriptor.MethodDescriptor(
166 name='process',
KAPIL SINGALadcd4f22021-01-22 11:49:51 -0500167 full_name='org.onap.ccsdk.cds.controllerblueprints.processing.api.BlueprintProcessingService.process',
Brinda Santh807fbaa2019-09-23 10:10:58 -0400168 index=0,
169 containing_service=None,
170 input_type=_EXECUTIONSERVICEINPUT,
171 output_type=_EXECUTIONSERVICEOUTPUT,
172 serialized_options=None,
173 ),
174])
175_sym_db.RegisterServiceDescriptor(_BLUEPRINTPROCESSINGSERVICE)
176
KAPIL SINGALadcd4f22021-01-22 11:49:51 -0500177DESCRIPTOR.services_by_name['BlueprintProcessingService'] = _BLUEPRINTPROCESSINGSERVICE
Brinda Santh807fbaa2019-09-23 10:10:58 -0400178
179# @@protoc_insertion_point(module_scope)