Brinda Santh | 807fbaa | 2019-09-23 10:10:58 -0400 | [diff] [blame] | 1 | # -*- coding: utf-8 -*- |
Brinda Santh | 807fbaa | 2019-09-23 10:10:58 -0400 | [diff] [blame] | 2 | # Generated by the protocol buffer compiler. DO NOT EDIT! |
KAPIL SINGAL | adcd4f2 | 2021-01-22 11:49:51 -0500 | [diff] [blame] | 3 | # source: BlueprintProcessing.proto |
Brinda Santh | 807fbaa | 2019-09-23 10:10:58 -0400 | [diff] [blame] | 4 | |
| 5 | import sys |
| 6 | _b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1')) |
| 7 | from google.protobuf import descriptor as _descriptor |
| 8 | from google.protobuf import message as _message |
| 9 | from google.protobuf import reflection as _reflection |
| 10 | from google.protobuf import symbol_database as _symbol_database |
| 11 | # @@protoc_insertion_point(imports) |
| 12 | |
| 13 | _sym_db = _symbol_database.Default() |
| 14 | |
| 15 | |
| 16 | from google.protobuf import struct_pb2 as google_dot_protobuf_dot_struct__pb2 |
Oleg Mitsura | f466a71 | 2021-03-03 16:57:33 -0500 | [diff] [blame] | 17 | import proto.BlueprintCommon_pb2 as BlueprintCommon__pb2 |
| 18 | |
Brinda Santh | 807fbaa | 2019-09-23 10:10:58 -0400 | [diff] [blame] | 19 | |
| 20 | DESCRIPTOR = _descriptor.FileDescriptor( |
KAPIL SINGAL | adcd4f2 | 2021-01-22 11:49:51 -0500 | [diff] [blame] | 21 | name='BlueprintProcessing.proto', |
Brinda Santh | 807fbaa | 2019-09-23 10:10:58 -0400 | [diff] [blame] | 22 | package='org.onap.ccsdk.cds.controllerblueprints.processing.api', |
| 23 | syntax='proto3', |
| 24 | serialized_options=_b('P\001'), |
Oleg Mitsura | f466a71 | 2021-03-03 16:57:33 -0500 | [diff] [blame] | 25 | 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 Santh | 807fbaa | 2019-09-23 10:10:58 -0400 | [diff] [blame] | 26 | , |
KAPIL SINGAL | adcd4f2 | 2021-01-22 11:49:51 -0500 | [diff] [blame] | 27 | dependencies=[google_dot_protobuf_dot_struct__pb2.DESCRIPTOR,BlueprintCommon__pb2.DESCRIPTOR,]) |
Brinda Santh | 807fbaa | 2019-09-23 10:10:58 -0400 | [diff] [blame] | 28 | |
| 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 SINGAL | adcd4f2 | 2021-01-22 11:49:51 -0500 | [diff] [blame] | 128 | _EXECUTIONSERVICEINPUT.fields_by_name['commonHeader'].message_type = BlueprintCommon__pb2._COMMONHEADER |
| 129 | _EXECUTIONSERVICEINPUT.fields_by_name['actionIdentifiers'].message_type = BlueprintCommon__pb2._ACTIONIDENTIFIERS |
Brinda Santh | 807fbaa | 2019-09-23 10:10:58 -0400 | [diff] [blame] | 130 | _EXECUTIONSERVICEINPUT.fields_by_name['payload'].message_type = google_dot_protobuf_dot_struct__pb2._STRUCT |
KAPIL SINGAL | adcd4f2 | 2021-01-22 11:49:51 -0500 | [diff] [blame] | 131 | _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 Santh | 807fbaa | 2019-09-23 10:10:58 -0400 | [diff] [blame] | 134 | _EXECUTIONSERVICEOUTPUT.fields_by_name['payload'].message_type = google_dot_protobuf_dot_struct__pb2._STRUCT |
| 135 | DESCRIPTOR.message_types_by_name['ExecutionServiceInput'] = _EXECUTIONSERVICEINPUT |
| 136 | DESCRIPTOR.message_types_by_name['ExecutionServiceOutput'] = _EXECUTIONSERVICEOUTPUT |
| 137 | _sym_db.RegisterFileDescriptor(DESCRIPTOR) |
| 138 | |
Oleg Mitsura | f466a71 | 2021-03-03 16:57:33 -0500 | [diff] [blame] | 139 | ExecutionServiceInput = _reflection.GeneratedProtocolMessageType('ExecutionServiceInput', (_message.Message,), dict( |
| 140 | DESCRIPTOR = _EXECUTIONSERVICEINPUT, |
| 141 | __module__ = 'BlueprintProcessing_pb2' |
Brinda Santh | 807fbaa | 2019-09-23 10:10:58 -0400 | [diff] [blame] | 142 | # @@protoc_insertion_point(class_scope:org.onap.ccsdk.cds.controllerblueprints.processing.api.ExecutionServiceInput) |
Oleg Mitsura | f466a71 | 2021-03-03 16:57:33 -0500 | [diff] [blame] | 143 | )) |
Brinda Santh | 807fbaa | 2019-09-23 10:10:58 -0400 | [diff] [blame] | 144 | _sym_db.RegisterMessage(ExecutionServiceInput) |
| 145 | |
Oleg Mitsura | f466a71 | 2021-03-03 16:57:33 -0500 | [diff] [blame] | 146 | ExecutionServiceOutput = _reflection.GeneratedProtocolMessageType('ExecutionServiceOutput', (_message.Message,), dict( |
| 147 | DESCRIPTOR = _EXECUTIONSERVICEOUTPUT, |
| 148 | __module__ = 'BlueprintProcessing_pb2' |
Brinda Santh | 807fbaa | 2019-09-23 10:10:58 -0400 | [diff] [blame] | 149 | # @@protoc_insertion_point(class_scope:org.onap.ccsdk.cds.controllerblueprints.processing.api.ExecutionServiceOutput) |
Oleg Mitsura | f466a71 | 2021-03-03 16:57:33 -0500 | [diff] [blame] | 150 | )) |
Brinda Santh | 807fbaa | 2019-09-23 10:10:58 -0400 | [diff] [blame] | 151 | _sym_db.RegisterMessage(ExecutionServiceOutput) |
| 152 | |
| 153 | |
| 154 | DESCRIPTOR._options = None |
| 155 | |
| 156 | _BLUEPRINTPROCESSINGSERVICE = _descriptor.ServiceDescriptor( |
KAPIL SINGAL | adcd4f2 | 2021-01-22 11:49:51 -0500 | [diff] [blame] | 157 | name='BlueprintProcessingService', |
| 158 | full_name='org.onap.ccsdk.cds.controllerblueprints.processing.api.BlueprintProcessingService', |
Brinda Santh | 807fbaa | 2019-09-23 10:10:58 -0400 | [diff] [blame] | 159 | 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 SINGAL | adcd4f2 | 2021-01-22 11:49:51 -0500 | [diff] [blame] | 167 | full_name='org.onap.ccsdk.cds.controllerblueprints.processing.api.BlueprintProcessingService.process', |
Brinda Santh | 807fbaa | 2019-09-23 10:10:58 -0400 | [diff] [blame] | 168 | 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 SINGAL | adcd4f2 | 2021-01-22 11:49:51 -0500 | [diff] [blame] | 177 | DESCRIPTOR.services_by_name['BlueprintProcessingService'] = _BLUEPRINTPROCESSINGSERVICE |
Brinda Santh | 807fbaa | 2019-09-23 10:10:58 -0400 | [diff] [blame] | 178 | |
| 179 | # @@protoc_insertion_point(module_scope) |