blob: f795b76de0ee2edd27cd4ec874ead61b521accbd [file] [log] [blame]
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001# -*- coding: utf-8 -*-
2# Generated by the protocol buffer compiler. DO NOT EDIT!
3# source: dmi/sw_management_service.proto
Andrea Campanellacb990bc2020-09-22 12:50:56 +02004"""Generated protocol buffer code."""
uwe ottrembka66d91ea2020-08-11 10:50:55 +02005from 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
aghoshc301dcd2020-09-03 16:55:34 +010014from dmi import commons_pb2 as dmi_dot_commons__pb2
uwe ottrembka66d91ea2020-08-11 10:50:55 +020015from dmi import hw_pb2 as dmi_dot_hw__pb2
16from dmi import sw_image_pb2 as dmi_dot_sw__image__pb2
17
18
19DESCRIPTOR = _descriptor.FileDescriptor(
20 name='dmi/sw_management_service.proto',
21 package='dmi',
22 syntax='proto3',
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +020023 serialized_options=b'Z9github.com/opencord/device-management-interface/v3/go/dmi',
24 create_key=_descriptor._internal_create_key,
amit.ghoshae473032021-01-10 11:59:10 +010025 serialized_pb=b'\n\x1f\x64mi/sw_management_service.proto\x12\x03\x64mi\x1a\x11\x64mi/commons.proto\x1a\x0c\x64mi/hw.proto\x1a\x12\x64mi/sw_image.proto\"u\n\x1aSoftwareVersionInformation\x12*\n\x0f\x61\x63tive_versions\x18\x01 \x03(\x0b\x32\x11.dmi.ImageVersion\x12+\n\x10standby_versions\x18\x02 \x03(\x0b\x32\x11.dmi.ImageVersion\"\xfe\x01\n%GetSoftwareVersionInformationResponse\x12\x1b\n\x06status\x18\x01 \x01(\x0e\x32\x0b.dmi.Status\x12\x41\n\x06reason\x18\x02 \x01(\x0e\x32\x31.dmi.GetSoftwareVersionInformationResponse.Reason\x12-\n\x04info\x18\x03 \x01(\x0b\x32\x1f.dmi.SoftwareVersionInformation\"F\n\x06Reason\x12\x14\n\x10UNDEFINED_REASON\x10\x00\x12\x12\n\x0eUNKNOWN_DEVICE\x10\x01\x12\x12\n\x0eINTERNAL_ERROR\x10\x02\"a\n\x14\x44ownloadImageRequest\x12\x1e\n\x0b\x64\x65vice_uuid\x18\x01 \x01(\x0b\x32\t.dmi.Uuid\x12)\n\nimage_info\x18\x02 \x01(\x0b\x32\x15.dmi.ImageInformation\"C\n\rConfigRequest\x12\x1e\n\x0b\x64\x65vice_uuid\x18\x01 \x01(\x0b\x32\t.dmi.Uuid\x12\x12\n\nconfig_url\x18\x02 \x01(\t\"\xf4\x01\n\x0e\x43onfigResponse\x12\x1b\n\x06status\x18\x01 \x01(\x0e\x32\x0b.dmi.Status\x12*\n\x06reason\x18\x02 \x01(\x0e\x32\x1a.dmi.ConfigResponse.Reason\"\x98\x01\n\x06Reason\x12\x14\n\x10UNDEFINED_REASON\x10\x00\x12\x12\n\x0eUNKNOWN_DEVICE\x10\x01\x12\x12\n\x0eINTERNAL_ERROR\x10\x02\x12\x19\n\x15\x45RROR_FETCHING_CONFIG\x10\x03\x12\x12\n\x0eINVALID_CONFIG\x10\x04\x12!\n\x1dOPERATION_ALREADY_IN_PROGRESS\x10\x05\x32\xf0\x02\n\x1fNativeSoftwareManagementService\x12Q\n\x12GetSoftwareVersion\x12\x0f.dmi.HardwareID\x1a*.dmi.GetSoftwareVersionInformationResponse\x12>\n\rDownloadImage\x12\x19.dmi.DownloadImageRequest\x1a\x10.dmi.ImageStatus0\x01\x12\x34\n\rActivateImage\x12\x0f.dmi.HardwareID\x1a\x10.dmi.ImageStatus0\x01\x12;\n\x14RevertToStandbyImage\x12\x0f.dmi.HardwareID\x1a\x10.dmi.ImageStatus0\x01\x12G\n\x1aUpdateStartupConfiguration\x12\x12.dmi.ConfigRequest\x1a\x13.dmi.ConfigResponse0\x01\x42;Z9github.com/opencord/device-management-interface/v3/go/dmib\x06proto3'
uwe ottrembka66d91ea2020-08-11 10:50:55 +020026 ,
aghoshc301dcd2020-09-03 16:55:34 +010027 dependencies=[dmi_dot_commons__pb2.DESCRIPTOR,dmi_dot_hw__pb2.DESCRIPTOR,dmi_dot_sw__image__pb2.DESCRIPTOR,])
uwe ottrembka66d91ea2020-08-11 10:50:55 +020028
29
30
amit.ghoshae473032021-01-10 11:59:10 +010031_GETSOFTWAREVERSIONINFORMATIONRESPONSE_REASON = _descriptor.EnumDescriptor(
32 name='Reason',
33 full_name='dmi.GetSoftwareVersionInformationResponse.Reason',
34 filename=None,
35 file=DESCRIPTOR,
36 create_key=_descriptor._internal_create_key,
37 values=[
38 _descriptor.EnumValueDescriptor(
39 name='UNDEFINED_REASON', index=0, number=0,
40 serialized_options=None,
41 type=None,
42 create_key=_descriptor._internal_create_key),
43 _descriptor.EnumValueDescriptor(
44 name='UNKNOWN_DEVICE', index=1, number=1,
45 serialized_options=None,
46 type=None,
47 create_key=_descriptor._internal_create_key),
48 _descriptor.EnumValueDescriptor(
49 name='INTERNAL_ERROR', index=2, number=2,
50 serialized_options=None,
51 type=None,
52 create_key=_descriptor._internal_create_key),
53 ],
54 containing_type=None,
55 serialized_options=None,
56 serialized_start=397,
57 serialized_end=467,
58)
59_sym_db.RegisterEnumDescriptor(_GETSOFTWAREVERSIONINFORMATIONRESPONSE_REASON)
60
61_CONFIGRESPONSE_REASON = _descriptor.EnumDescriptor(
62 name='Reason',
63 full_name='dmi.ConfigResponse.Reason',
64 filename=None,
65 file=DESCRIPTOR,
66 create_key=_descriptor._internal_create_key,
67 values=[
68 _descriptor.EnumValueDescriptor(
69 name='UNDEFINED_REASON', index=0, number=0,
70 serialized_options=None,
71 type=None,
72 create_key=_descriptor._internal_create_key),
73 _descriptor.EnumValueDescriptor(
74 name='UNKNOWN_DEVICE', index=1, number=1,
75 serialized_options=None,
76 type=None,
77 create_key=_descriptor._internal_create_key),
78 _descriptor.EnumValueDescriptor(
79 name='INTERNAL_ERROR', index=2, number=2,
80 serialized_options=None,
81 type=None,
82 create_key=_descriptor._internal_create_key),
83 _descriptor.EnumValueDescriptor(
84 name='ERROR_FETCHING_CONFIG', index=3, number=3,
85 serialized_options=None,
86 type=None,
87 create_key=_descriptor._internal_create_key),
88 _descriptor.EnumValueDescriptor(
89 name='INVALID_CONFIG', index=4, number=4,
90 serialized_options=None,
91 type=None,
92 create_key=_descriptor._internal_create_key),
93 _descriptor.EnumValueDescriptor(
94 name='OPERATION_ALREADY_IN_PROGRESS', index=5, number=5,
95 serialized_options=None,
96 type=None,
97 create_key=_descriptor._internal_create_key),
98 ],
99 containing_type=None,
100 serialized_options=None,
101 serialized_start=730,
102 serialized_end=882,
103)
104_sym_db.RegisterEnumDescriptor(_CONFIGRESPONSE_REASON)
105
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200106
107_SOFTWAREVERSIONINFORMATION = _descriptor.Descriptor(
108 name='SoftwareVersionInformation',
109 full_name='dmi.SoftwareVersionInformation',
110 filename=None,
111 file=DESCRIPTOR,
112 containing_type=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200113 create_key=_descriptor._internal_create_key,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200114 fields=[
115 _descriptor.FieldDescriptor(
116 name='active_versions', full_name='dmi.SoftwareVersionInformation.active_versions', index=0,
117 number=1, type=11, cpp_type=10, label=3,
118 has_default_value=False, default_value=[],
119 message_type=None, enum_type=None, containing_type=None,
120 is_extension=False, extension_scope=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200121 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200122 _descriptor.FieldDescriptor(
123 name='standby_versions', full_name='dmi.SoftwareVersionInformation.standby_versions', index=1,
124 number=2, type=11, cpp_type=10, label=3,
125 has_default_value=False, default_value=[],
126 message_type=None, enum_type=None, containing_type=None,
127 is_extension=False, extension_scope=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200128 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200129 ],
130 extensions=[
131 ],
132 nested_types=[],
133 enum_types=[
134 ],
135 serialized_options=None,
136 is_extendable=False,
137 syntax='proto3',
138 extension_ranges=[],
139 oneofs=[
140 ],
aghoshc301dcd2020-09-03 16:55:34 +0100141 serialized_start=93,
142 serialized_end=210,
143)
144
145
146_GETSOFTWAREVERSIONINFORMATIONRESPONSE = _descriptor.Descriptor(
147 name='GetSoftwareVersionInformationResponse',
148 full_name='dmi.GetSoftwareVersionInformationResponse',
149 filename=None,
150 file=DESCRIPTOR,
151 containing_type=None,
152 create_key=_descriptor._internal_create_key,
153 fields=[
154 _descriptor.FieldDescriptor(
155 name='status', full_name='dmi.GetSoftwareVersionInformationResponse.status', index=0,
156 number=1, type=14, cpp_type=8, label=1,
157 has_default_value=False, default_value=0,
158 message_type=None, enum_type=None, containing_type=None,
159 is_extension=False, extension_scope=None,
160 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
161 _descriptor.FieldDescriptor(
162 name='reason', full_name='dmi.GetSoftwareVersionInformationResponse.reason', index=1,
163 number=2, type=14, cpp_type=8, label=1,
164 has_default_value=False, default_value=0,
165 message_type=None, enum_type=None, containing_type=None,
166 is_extension=False, extension_scope=None,
167 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
168 _descriptor.FieldDescriptor(
169 name='info', full_name='dmi.GetSoftwareVersionInformationResponse.info', index=2,
170 number=3, type=11, cpp_type=10, label=1,
171 has_default_value=False, default_value=None,
172 message_type=None, enum_type=None, containing_type=None,
173 is_extension=False, extension_scope=None,
174 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
175 ],
176 extensions=[
177 ],
178 nested_types=[],
179 enum_types=[
amit.ghoshae473032021-01-10 11:59:10 +0100180 _GETSOFTWAREVERSIONINFORMATIONRESPONSE_REASON,
aghoshc301dcd2020-09-03 16:55:34 +0100181 ],
182 serialized_options=None,
183 is_extendable=False,
184 syntax='proto3',
185 extension_ranges=[],
186 oneofs=[
187 ],
188 serialized_start=213,
amit.ghoshae473032021-01-10 11:59:10 +0100189 serialized_end=467,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200190)
191
192
193_DOWNLOADIMAGEREQUEST = _descriptor.Descriptor(
194 name='DownloadImageRequest',
195 full_name='dmi.DownloadImageRequest',
196 filename=None,
197 file=DESCRIPTOR,
198 containing_type=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200199 create_key=_descriptor._internal_create_key,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200200 fields=[
201 _descriptor.FieldDescriptor(
202 name='device_uuid', full_name='dmi.DownloadImageRequest.device_uuid', index=0,
203 number=1, type=11, cpp_type=10, label=1,
204 has_default_value=False, default_value=None,
205 message_type=None, enum_type=None, containing_type=None,
206 is_extension=False, extension_scope=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200207 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200208 _descriptor.FieldDescriptor(
209 name='image_info', full_name='dmi.DownloadImageRequest.image_info', index=1,
210 number=2, type=11, cpp_type=10, label=1,
211 has_default_value=False, default_value=None,
212 message_type=None, enum_type=None, containing_type=None,
213 is_extension=False, extension_scope=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200214 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200215 ],
216 extensions=[
217 ],
218 nested_types=[],
219 enum_types=[
220 ],
221 serialized_options=None,
222 is_extendable=False,
223 syntax='proto3',
224 extension_ranges=[],
225 oneofs=[
226 ],
amit.ghoshae473032021-01-10 11:59:10 +0100227 serialized_start=469,
228 serialized_end=566,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200229)
230
amit.ghoshed23db02020-11-18 10:26:36 +0100231
232_CONFIGREQUEST = _descriptor.Descriptor(
233 name='ConfigRequest',
234 full_name='dmi.ConfigRequest',
235 filename=None,
236 file=DESCRIPTOR,
237 containing_type=None,
238 create_key=_descriptor._internal_create_key,
239 fields=[
240 _descriptor.FieldDescriptor(
241 name='device_uuid', full_name='dmi.ConfigRequest.device_uuid', index=0,
242 number=1, type=11, cpp_type=10, label=1,
243 has_default_value=False, default_value=None,
244 message_type=None, enum_type=None, containing_type=None,
245 is_extension=False, extension_scope=None,
246 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
247 _descriptor.FieldDescriptor(
248 name='config_url', full_name='dmi.ConfigRequest.config_url', index=1,
249 number=2, type=9, cpp_type=9, label=1,
250 has_default_value=False, default_value=b"".decode('utf-8'),
251 message_type=None, enum_type=None, containing_type=None,
252 is_extension=False, extension_scope=None,
253 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
254 ],
255 extensions=[
256 ],
257 nested_types=[],
258 enum_types=[
259 ],
260 serialized_options=None,
261 is_extendable=False,
262 syntax='proto3',
263 extension_ranges=[],
264 oneofs=[
265 ],
amit.ghoshae473032021-01-10 11:59:10 +0100266 serialized_start=568,
267 serialized_end=635,
amit.ghoshed23db02020-11-18 10:26:36 +0100268)
269
270
271_CONFIGRESPONSE = _descriptor.Descriptor(
272 name='ConfigResponse',
273 full_name='dmi.ConfigResponse',
274 filename=None,
275 file=DESCRIPTOR,
276 containing_type=None,
277 create_key=_descriptor._internal_create_key,
278 fields=[
279 _descriptor.FieldDescriptor(
280 name='status', full_name='dmi.ConfigResponse.status', index=0,
281 number=1, type=14, cpp_type=8, label=1,
282 has_default_value=False, default_value=0,
283 message_type=None, enum_type=None, containing_type=None,
284 is_extension=False, extension_scope=None,
285 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
286 _descriptor.FieldDescriptor(
287 name='reason', full_name='dmi.ConfigResponse.reason', index=1,
288 number=2, type=14, cpp_type=8, label=1,
289 has_default_value=False, default_value=0,
290 message_type=None, enum_type=None, containing_type=None,
291 is_extension=False, extension_scope=None,
292 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
293 ],
294 extensions=[
295 ],
296 nested_types=[],
297 enum_types=[
amit.ghoshae473032021-01-10 11:59:10 +0100298 _CONFIGRESPONSE_REASON,
amit.ghoshed23db02020-11-18 10:26:36 +0100299 ],
300 serialized_options=None,
301 is_extendable=False,
302 syntax='proto3',
303 extension_ranges=[],
304 oneofs=[
305 ],
amit.ghoshae473032021-01-10 11:59:10 +0100306 serialized_start=638,
307 serialized_end=882,
amit.ghoshed23db02020-11-18 10:26:36 +0100308)
309
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200310_SOFTWAREVERSIONINFORMATION.fields_by_name['active_versions'].message_type = dmi_dot_sw__image__pb2._IMAGEVERSION
311_SOFTWAREVERSIONINFORMATION.fields_by_name['standby_versions'].message_type = dmi_dot_sw__image__pb2._IMAGEVERSION
aghoshc301dcd2020-09-03 16:55:34 +0100312_GETSOFTWAREVERSIONINFORMATIONRESPONSE.fields_by_name['status'].enum_type = dmi_dot_commons__pb2._STATUS
amit.ghoshae473032021-01-10 11:59:10 +0100313_GETSOFTWAREVERSIONINFORMATIONRESPONSE.fields_by_name['reason'].enum_type = _GETSOFTWAREVERSIONINFORMATIONRESPONSE_REASON
aghoshc301dcd2020-09-03 16:55:34 +0100314_GETSOFTWAREVERSIONINFORMATIONRESPONSE.fields_by_name['info'].message_type = _SOFTWAREVERSIONINFORMATION
amit.ghoshae473032021-01-10 11:59:10 +0100315_GETSOFTWAREVERSIONINFORMATIONRESPONSE_REASON.containing_type = _GETSOFTWAREVERSIONINFORMATIONRESPONSE
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200316_DOWNLOADIMAGEREQUEST.fields_by_name['device_uuid'].message_type = dmi_dot_hw__pb2._UUID
317_DOWNLOADIMAGEREQUEST.fields_by_name['image_info'].message_type = dmi_dot_sw__image__pb2._IMAGEINFORMATION
amit.ghoshed23db02020-11-18 10:26:36 +0100318_CONFIGREQUEST.fields_by_name['device_uuid'].message_type = dmi_dot_hw__pb2._UUID
319_CONFIGRESPONSE.fields_by_name['status'].enum_type = dmi_dot_commons__pb2._STATUS
amit.ghoshae473032021-01-10 11:59:10 +0100320_CONFIGRESPONSE.fields_by_name['reason'].enum_type = _CONFIGRESPONSE_REASON
321_CONFIGRESPONSE_REASON.containing_type = _CONFIGRESPONSE
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200322DESCRIPTOR.message_types_by_name['SoftwareVersionInformation'] = _SOFTWAREVERSIONINFORMATION
aghoshc301dcd2020-09-03 16:55:34 +0100323DESCRIPTOR.message_types_by_name['GetSoftwareVersionInformationResponse'] = _GETSOFTWAREVERSIONINFORMATIONRESPONSE
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200324DESCRIPTOR.message_types_by_name['DownloadImageRequest'] = _DOWNLOADIMAGEREQUEST
amit.ghoshed23db02020-11-18 10:26:36 +0100325DESCRIPTOR.message_types_by_name['ConfigRequest'] = _CONFIGREQUEST
326DESCRIPTOR.message_types_by_name['ConfigResponse'] = _CONFIGRESPONSE
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200327_sym_db.RegisterFileDescriptor(DESCRIPTOR)
328
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200329SoftwareVersionInformation = _reflection.GeneratedProtocolMessageType('SoftwareVersionInformation', (_message.Message,), {
330 'DESCRIPTOR' : _SOFTWAREVERSIONINFORMATION,
331 '__module__' : 'dmi.sw_management_service_pb2'
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200332 # @@protoc_insertion_point(class_scope:dmi.SoftwareVersionInformation)
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200333 })
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200334_sym_db.RegisterMessage(SoftwareVersionInformation)
335
aghoshc301dcd2020-09-03 16:55:34 +0100336GetSoftwareVersionInformationResponse = _reflection.GeneratedProtocolMessageType('GetSoftwareVersionInformationResponse', (_message.Message,), {
337 'DESCRIPTOR' : _GETSOFTWAREVERSIONINFORMATIONRESPONSE,
338 '__module__' : 'dmi.sw_management_service_pb2'
339 # @@protoc_insertion_point(class_scope:dmi.GetSoftwareVersionInformationResponse)
340 })
341_sym_db.RegisterMessage(GetSoftwareVersionInformationResponse)
342
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200343DownloadImageRequest = _reflection.GeneratedProtocolMessageType('DownloadImageRequest', (_message.Message,), {
344 'DESCRIPTOR' : _DOWNLOADIMAGEREQUEST,
345 '__module__' : 'dmi.sw_management_service_pb2'
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200346 # @@protoc_insertion_point(class_scope:dmi.DownloadImageRequest)
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200347 })
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200348_sym_db.RegisterMessage(DownloadImageRequest)
349
amit.ghoshed23db02020-11-18 10:26:36 +0100350ConfigRequest = _reflection.GeneratedProtocolMessageType('ConfigRequest', (_message.Message,), {
351 'DESCRIPTOR' : _CONFIGREQUEST,
352 '__module__' : 'dmi.sw_management_service_pb2'
353 # @@protoc_insertion_point(class_scope:dmi.ConfigRequest)
354 })
355_sym_db.RegisterMessage(ConfigRequest)
356
357ConfigResponse = _reflection.GeneratedProtocolMessageType('ConfigResponse', (_message.Message,), {
358 'DESCRIPTOR' : _CONFIGRESPONSE,
359 '__module__' : 'dmi.sw_management_service_pb2'
360 # @@protoc_insertion_point(class_scope:dmi.ConfigResponse)
361 })
362_sym_db.RegisterMessage(ConfigResponse)
363
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200364
365DESCRIPTOR._options = None
366
367_NATIVESOFTWAREMANAGEMENTSERVICE = _descriptor.ServiceDescriptor(
368 name='NativeSoftwareManagementService',
369 full_name='dmi.NativeSoftwareManagementService',
370 file=DESCRIPTOR,
371 index=0,
372 serialized_options=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200373 create_key=_descriptor._internal_create_key,
amit.ghoshae473032021-01-10 11:59:10 +0100374 serialized_start=885,
375 serialized_end=1253,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200376 methods=[
377 _descriptor.MethodDescriptor(
378 name='GetSoftwareVersion',
379 full_name='dmi.NativeSoftwareManagementService.GetSoftwareVersion',
380 index=0,
381 containing_service=None,
382 input_type=dmi_dot_hw__pb2._HARDWAREID,
aghoshc301dcd2020-09-03 16:55:34 +0100383 output_type=_GETSOFTWAREVERSIONINFORMATIONRESPONSE,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200384 serialized_options=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200385 create_key=_descriptor._internal_create_key,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200386 ),
387 _descriptor.MethodDescriptor(
388 name='DownloadImage',
389 full_name='dmi.NativeSoftwareManagementService.DownloadImage',
390 index=1,
391 containing_service=None,
392 input_type=_DOWNLOADIMAGEREQUEST,
393 output_type=dmi_dot_sw__image__pb2._IMAGESTATUS,
394 serialized_options=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200395 create_key=_descriptor._internal_create_key,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200396 ),
397 _descriptor.MethodDescriptor(
398 name='ActivateImage',
399 full_name='dmi.NativeSoftwareManagementService.ActivateImage',
400 index=2,
401 containing_service=None,
402 input_type=dmi_dot_hw__pb2._HARDWAREID,
403 output_type=dmi_dot_sw__image__pb2._IMAGESTATUS,
404 serialized_options=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200405 create_key=_descriptor._internal_create_key,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200406 ),
407 _descriptor.MethodDescriptor(
408 name='RevertToStandbyImage',
409 full_name='dmi.NativeSoftwareManagementService.RevertToStandbyImage',
410 index=3,
411 containing_service=None,
412 input_type=dmi_dot_hw__pb2._HARDWAREID,
413 output_type=dmi_dot_sw__image__pb2._IMAGESTATUS,
414 serialized_options=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200415 create_key=_descriptor._internal_create_key,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200416 ),
amit.ghoshed23db02020-11-18 10:26:36 +0100417 _descriptor.MethodDescriptor(
418 name='UpdateStartupConfiguration',
419 full_name='dmi.NativeSoftwareManagementService.UpdateStartupConfiguration',
420 index=4,
421 containing_service=None,
422 input_type=_CONFIGREQUEST,
423 output_type=_CONFIGRESPONSE,
424 serialized_options=None,
425 create_key=_descriptor._internal_create_key,
426 ),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200427])
428_sym_db.RegisterServiceDescriptor(_NATIVESOFTWAREMANAGEMENTSERVICE)
429
430DESCRIPTOR.services_by_name['NativeSoftwareManagementService'] = _NATIVESOFTWAREMANAGEMENTSERVICE
431
432# @@protoc_insertion_point(module_scope)