blob: 8a8d04c6032f6aafb77224b86587b72ad8657dcc [file] [log] [blame]
Brinda Santh807fbaa2019-09-23 10:10:58 -04001# -*- coding: utf-8 -*-
2
3# Copyright © 2018-2019 AT&T Intellectual Property.
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 implied.
14# See the License for the specific language governing permissions and
15# limitations under the License.
16
17# Generated by the protocol buffer compiler. DO NOT EDIT!
18# source: BluePrintProcessing.proto
19
20import sys
21_b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1'))
22from google.protobuf import descriptor as _descriptor
23from google.protobuf import message as _message
24from google.protobuf import reflection as _reflection
25from google.protobuf import symbol_database as _symbol_database
26# @@protoc_insertion_point(imports)
27
28_sym_db = _symbol_database.Default()
29
30
31from google.protobuf import struct_pb2 as google_dot_protobuf_dot_struct__pb2
Marek Szwalkiewiczbe4c4642020-01-30 13:49:18 +000032from proto import BluePrintCommon_pb2 as BluePrintCommon__pb2
Brinda Santh807fbaa2019-09-23 10:10:58 -040033
34DESCRIPTOR = _descriptor.FileDescriptor(
35 name='BluePrintProcessing.proto',
36 package='org.onap.ccsdk.cds.controllerblueprints.processing.api',
37 syntax='proto3',
38 serialized_options=_b('P\001'),
39 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')
40 ,
41 dependencies=[google_dot_protobuf_dot_struct__pb2.DESCRIPTOR,BluePrintCommon__pb2.DESCRIPTOR,])
42
43
44
45
46_EXECUTIONSERVICEINPUT = _descriptor.Descriptor(
47 name='ExecutionServiceInput',
48 full_name='org.onap.ccsdk.cds.controllerblueprints.processing.api.ExecutionServiceInput',
49 filename=None,
50 file=DESCRIPTOR,
51 containing_type=None,
52 fields=[
53 _descriptor.FieldDescriptor(
54 name='commonHeader', full_name='org.onap.ccsdk.cds.controllerblueprints.processing.api.ExecutionServiceInput.commonHeader', index=0,
55 number=1, 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 _descriptor.FieldDescriptor(
61 name='actionIdentifiers', full_name='org.onap.ccsdk.cds.controllerblueprints.processing.api.ExecutionServiceInput.actionIdentifiers', index=1,
62 number=2, type=11, cpp_type=10, label=1,
63 has_default_value=False, default_value=None,
64 message_type=None, enum_type=None, containing_type=None,
65 is_extension=False, extension_scope=None,
66 serialized_options=None, file=DESCRIPTOR),
67 _descriptor.FieldDescriptor(
68 name='payload', full_name='org.onap.ccsdk.cds.controllerblueprints.processing.api.ExecutionServiceInput.payload', index=2,
69 number=3, type=11, cpp_type=10, label=1,
70 has_default_value=False, default_value=None,
71 message_type=None, enum_type=None, containing_type=None,
72 is_extension=False, extension_scope=None,
73 serialized_options=None, file=DESCRIPTOR),
74 ],
75 extensions=[
76 ],
77 nested_types=[],
78 enum_types=[
79 ],
80 serialized_options=None,
81 is_extendable=False,
82 syntax='proto3',
83 extension_ranges=[],
84 oneofs=[
85 ],
86 serialized_start=139,
87 serialized_end=390,
88)
89
90
91_EXECUTIONSERVICEOUTPUT = _descriptor.Descriptor(
92 name='ExecutionServiceOutput',
93 full_name='org.onap.ccsdk.cds.controllerblueprints.processing.api.ExecutionServiceOutput',
94 filename=None,
95 file=DESCRIPTOR,
96 containing_type=None,
97 fields=[
98 _descriptor.FieldDescriptor(
99 name='commonHeader', full_name='org.onap.ccsdk.cds.controllerblueprints.processing.api.ExecutionServiceOutput.commonHeader', index=0,
100 number=1, 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='actionIdentifiers', full_name='org.onap.ccsdk.cds.controllerblueprints.processing.api.ExecutionServiceOutput.actionIdentifiers', index=1,
107 number=2, 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 _descriptor.FieldDescriptor(
113 name='status', full_name='org.onap.ccsdk.cds.controllerblueprints.processing.api.ExecutionServiceOutput.status', index=2,
114 number=3, type=11, cpp_type=10, label=1,
115 has_default_value=False, default_value=None,
116 message_type=None, enum_type=None, containing_type=None,
117 is_extension=False, extension_scope=None,
118 serialized_options=None, file=DESCRIPTOR),
119 _descriptor.FieldDescriptor(
120 name='payload', full_name='org.onap.ccsdk.cds.controllerblueprints.processing.api.ExecutionServiceOutput.payload', index=3,
121 number=4, type=11, cpp_type=10, label=1,
122 has_default_value=False, default_value=None,
123 message_type=None, enum_type=None, containing_type=None,
124 is_extension=False, extension_scope=None,
125 serialized_options=None, file=DESCRIPTOR),
126 ],
127 extensions=[
128 ],
129 nested_types=[],
130 enum_types=[
131 ],
132 serialized_options=None,
133 is_extendable=False,
134 syntax='proto3',
135 extension_ranges=[],
136 oneofs=[
137 ],
138 serialized_start=393,
139 serialized_end=721,
140)
141
142_EXECUTIONSERVICEINPUT.fields_by_name['commonHeader'].message_type = BluePrintCommon__pb2._COMMONHEADER
143_EXECUTIONSERVICEINPUT.fields_by_name['actionIdentifiers'].message_type = BluePrintCommon__pb2._ACTIONIDENTIFIERS
144_EXECUTIONSERVICEINPUT.fields_by_name['payload'].message_type = google_dot_protobuf_dot_struct__pb2._STRUCT
145_EXECUTIONSERVICEOUTPUT.fields_by_name['commonHeader'].message_type = BluePrintCommon__pb2._COMMONHEADER
146_EXECUTIONSERVICEOUTPUT.fields_by_name['actionIdentifiers'].message_type = BluePrintCommon__pb2._ACTIONIDENTIFIERS
147_EXECUTIONSERVICEOUTPUT.fields_by_name['status'].message_type = BluePrintCommon__pb2._STATUS
148_EXECUTIONSERVICEOUTPUT.fields_by_name['payload'].message_type = google_dot_protobuf_dot_struct__pb2._STRUCT
149DESCRIPTOR.message_types_by_name['ExecutionServiceInput'] = _EXECUTIONSERVICEINPUT
150DESCRIPTOR.message_types_by_name['ExecutionServiceOutput'] = _EXECUTIONSERVICEOUTPUT
151_sym_db.RegisterFileDescriptor(DESCRIPTOR)
152
153ExecutionServiceInput = _reflection.GeneratedProtocolMessageType('ExecutionServiceInput', (_message.Message,), {
154 'DESCRIPTOR' : _EXECUTIONSERVICEINPUT,
155 '__module__' : 'BluePrintProcessing_pb2'
156 # @@protoc_insertion_point(class_scope:org.onap.ccsdk.cds.controllerblueprints.processing.api.ExecutionServiceInput)
157 })
158_sym_db.RegisterMessage(ExecutionServiceInput)
159
160ExecutionServiceOutput = _reflection.GeneratedProtocolMessageType('ExecutionServiceOutput', (_message.Message,), {
161 'DESCRIPTOR' : _EXECUTIONSERVICEOUTPUT,
162 '__module__' : 'BluePrintProcessing_pb2'
163 # @@protoc_insertion_point(class_scope:org.onap.ccsdk.cds.controllerblueprints.processing.api.ExecutionServiceOutput)
164 })
165_sym_db.RegisterMessage(ExecutionServiceOutput)
166
167
168DESCRIPTOR._options = None
169
170_BLUEPRINTPROCESSINGSERVICE = _descriptor.ServiceDescriptor(
171 name='BluePrintProcessingService',
172 full_name='org.onap.ccsdk.cds.controllerblueprints.processing.api.BluePrintProcessingService',
173 file=DESCRIPTOR,
174 index=0,
175 serialized_options=None,
176 serialized_start=724,
177 serialized_end=927,
178 methods=[
179 _descriptor.MethodDescriptor(
180 name='process',
181 full_name='org.onap.ccsdk.cds.controllerblueprints.processing.api.BluePrintProcessingService.process',
182 index=0,
183 containing_service=None,
184 input_type=_EXECUTIONSERVICEINPUT,
185 output_type=_EXECUTIONSERVICEOUTPUT,
186 serialized_options=None,
187 ),
188])
189_sym_db.RegisterServiceDescriptor(_BLUEPRINTPROCESSINGSERVICE)
190
191DESCRIPTOR.services_by_name['BluePrintProcessingService'] = _BLUEPRINTPROCESSINGSERVICE
192
193# @@protoc_insertion_point(module_scope)