blob: 322777e8959d905a22f41c3c099e7103e2a7f741 [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.ghoshbd2022e2021-02-22 05:58:53 +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\"\x96\x02\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\"^\n\x06Reason\x12\x14\n\x10UNDEFINED_REASON\x10\x00\x12\x12\n\x0eUNKNOWN_DEVICE\x10\x01\x12\x12\n\x0eINTERNAL_ERROR\x10\x02\x12\x16\n\x12\x44\x45VICE_UNREACHABLE\x10\x03\"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\"\x8c\x02\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\"\xb0\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\x12\x16\n\x12\x44\x45VICE_UNREACHABLE\x10\x06\":\n\x18StartupConfigInfoRequest\x12\x1e\n\x0b\x64\x65vice_uuid\x18\x01 \x01(\x0b\x32\t.dmi.Uuid\"\xf4\x01\n\x19StartupConfigInfoResponse\x12\x1b\n\x06status\x18\x01 \x01(\x0e\x32\x0b.dmi.Status\x12\x35\n\x06reason\x18\x02 \x01(\x0e\x32%.dmi.StartupConfigInfoResponse.Reason\x12\x12\n\nconfig_url\x18\x03 \x01(\t\x12\x0f\n\x07version\x18\x04 \x01(\t\"^\n\x06Reason\x12\x14\n\x10UNDEFINED_REASON\x10\x00\x12\x12\n\x0eUNKNOWN_DEVICE\x10\x01\x12\x12\n\x0eINTERNAL_ERROR\x10\x02\x12\x16\n\x12\x44\x45VICE_UNREACHABLE\x10\x03\x32\xce\x03\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\x12\\\n\x1bGetStartupConfigurationInfo\x12\x1d.dmi.StartupConfigInfoRequest\x1a\x1e.dmi.StartupConfigInfoResponseB;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),
amit.ghoshbd2022e2021-02-22 05:58:53 +010053 _descriptor.EnumValueDescriptor(
54 name='DEVICE_UNREACHABLE', index=3, number=3,
55 serialized_options=None,
56 type=None,
57 create_key=_descriptor._internal_create_key),
amit.ghoshae473032021-01-10 11:59:10 +010058 ],
59 containing_type=None,
60 serialized_options=None,
61 serialized_start=397,
amit.ghoshbd2022e2021-02-22 05:58:53 +010062 serialized_end=491,
amit.ghoshae473032021-01-10 11:59:10 +010063)
64_sym_db.RegisterEnumDescriptor(_GETSOFTWAREVERSIONINFORMATIONRESPONSE_REASON)
65
66_CONFIGRESPONSE_REASON = _descriptor.EnumDescriptor(
67 name='Reason',
68 full_name='dmi.ConfigResponse.Reason',
69 filename=None,
70 file=DESCRIPTOR,
71 create_key=_descriptor._internal_create_key,
72 values=[
73 _descriptor.EnumValueDescriptor(
74 name='UNDEFINED_REASON', index=0, number=0,
75 serialized_options=None,
76 type=None,
77 create_key=_descriptor._internal_create_key),
78 _descriptor.EnumValueDescriptor(
79 name='UNKNOWN_DEVICE', index=1, number=1,
80 serialized_options=None,
81 type=None,
82 create_key=_descriptor._internal_create_key),
83 _descriptor.EnumValueDescriptor(
84 name='INTERNAL_ERROR', index=2, number=2,
85 serialized_options=None,
86 type=None,
87 create_key=_descriptor._internal_create_key),
88 _descriptor.EnumValueDescriptor(
89 name='ERROR_FETCHING_CONFIG', index=3, number=3,
90 serialized_options=None,
91 type=None,
92 create_key=_descriptor._internal_create_key),
93 _descriptor.EnumValueDescriptor(
94 name='INVALID_CONFIG', index=4, number=4,
95 serialized_options=None,
96 type=None,
97 create_key=_descriptor._internal_create_key),
98 _descriptor.EnumValueDescriptor(
99 name='OPERATION_ALREADY_IN_PROGRESS', index=5, number=5,
100 serialized_options=None,
101 type=None,
102 create_key=_descriptor._internal_create_key),
amit.ghoshbd2022e2021-02-22 05:58:53 +0100103 _descriptor.EnumValueDescriptor(
104 name='DEVICE_UNREACHABLE', index=6, number=6,
105 serialized_options=None,
106 type=None,
107 create_key=_descriptor._internal_create_key),
amit.ghoshae473032021-01-10 11:59:10 +0100108 ],
109 containing_type=None,
110 serialized_options=None,
amit.ghoshbd2022e2021-02-22 05:58:53 +0100111 serialized_start=754,
112 serialized_end=930,
amit.ghoshae473032021-01-10 11:59:10 +0100113)
114_sym_db.RegisterEnumDescriptor(_CONFIGRESPONSE_REASON)
115
amit.ghosh2c938b82021-01-14 11:34:03 +0100116_STARTUPCONFIGINFORESPONSE_REASON = _descriptor.EnumDescriptor(
117 name='Reason',
118 full_name='dmi.StartupConfigInfoResponse.Reason',
119 filename=None,
120 file=DESCRIPTOR,
121 create_key=_descriptor._internal_create_key,
122 values=[
123 _descriptor.EnumValueDescriptor(
124 name='UNDEFINED_REASON', index=0, number=0,
125 serialized_options=None,
126 type=None,
127 create_key=_descriptor._internal_create_key),
128 _descriptor.EnumValueDescriptor(
129 name='UNKNOWN_DEVICE', index=1, number=1,
130 serialized_options=None,
131 type=None,
132 create_key=_descriptor._internal_create_key),
133 _descriptor.EnumValueDescriptor(
134 name='INTERNAL_ERROR', index=2, number=2,
135 serialized_options=None,
136 type=None,
137 create_key=_descriptor._internal_create_key),
amit.ghoshbd2022e2021-02-22 05:58:53 +0100138 _descriptor.EnumValueDescriptor(
139 name='DEVICE_UNREACHABLE', index=3, number=3,
140 serialized_options=None,
141 type=None,
142 create_key=_descriptor._internal_create_key),
amit.ghosh2c938b82021-01-14 11:34:03 +0100143 ],
144 containing_type=None,
145 serialized_options=None,
146 serialized_start=397,
amit.ghoshbd2022e2021-02-22 05:58:53 +0100147 serialized_end=491,
amit.ghosh2c938b82021-01-14 11:34:03 +0100148)
149_sym_db.RegisterEnumDescriptor(_STARTUPCONFIGINFORESPONSE_REASON)
150
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200151
152_SOFTWAREVERSIONINFORMATION = _descriptor.Descriptor(
153 name='SoftwareVersionInformation',
154 full_name='dmi.SoftwareVersionInformation',
155 filename=None,
156 file=DESCRIPTOR,
157 containing_type=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200158 create_key=_descriptor._internal_create_key,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200159 fields=[
160 _descriptor.FieldDescriptor(
161 name='active_versions', full_name='dmi.SoftwareVersionInformation.active_versions', index=0,
162 number=1, type=11, cpp_type=10, label=3,
163 has_default_value=False, default_value=[],
164 message_type=None, enum_type=None, containing_type=None,
165 is_extension=False, extension_scope=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200166 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200167 _descriptor.FieldDescriptor(
168 name='standby_versions', full_name='dmi.SoftwareVersionInformation.standby_versions', index=1,
169 number=2, type=11, cpp_type=10, label=3,
170 has_default_value=False, default_value=[],
171 message_type=None, enum_type=None, containing_type=None,
172 is_extension=False, extension_scope=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200173 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200174 ],
175 extensions=[
176 ],
177 nested_types=[],
178 enum_types=[
179 ],
180 serialized_options=None,
181 is_extendable=False,
182 syntax='proto3',
183 extension_ranges=[],
184 oneofs=[
185 ],
aghoshc301dcd2020-09-03 16:55:34 +0100186 serialized_start=93,
187 serialized_end=210,
188)
189
190
191_GETSOFTWAREVERSIONINFORMATIONRESPONSE = _descriptor.Descriptor(
192 name='GetSoftwareVersionInformationResponse',
193 full_name='dmi.GetSoftwareVersionInformationResponse',
194 filename=None,
195 file=DESCRIPTOR,
196 containing_type=None,
197 create_key=_descriptor._internal_create_key,
198 fields=[
199 _descriptor.FieldDescriptor(
200 name='status', full_name='dmi.GetSoftwareVersionInformationResponse.status', index=0,
201 number=1, type=14, cpp_type=8, label=1,
202 has_default_value=False, default_value=0,
203 message_type=None, enum_type=None, containing_type=None,
204 is_extension=False, extension_scope=None,
205 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
206 _descriptor.FieldDescriptor(
207 name='reason', full_name='dmi.GetSoftwareVersionInformationResponse.reason', index=1,
208 number=2, type=14, cpp_type=8, label=1,
209 has_default_value=False, default_value=0,
210 message_type=None, enum_type=None, containing_type=None,
211 is_extension=False, extension_scope=None,
212 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
213 _descriptor.FieldDescriptor(
214 name='info', full_name='dmi.GetSoftwareVersionInformationResponse.info', index=2,
215 number=3, type=11, cpp_type=10, label=1,
216 has_default_value=False, default_value=None,
217 message_type=None, enum_type=None, containing_type=None,
218 is_extension=False, extension_scope=None,
219 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
220 ],
221 extensions=[
222 ],
223 nested_types=[],
224 enum_types=[
amit.ghoshae473032021-01-10 11:59:10 +0100225 _GETSOFTWAREVERSIONINFORMATIONRESPONSE_REASON,
aghoshc301dcd2020-09-03 16:55:34 +0100226 ],
227 serialized_options=None,
228 is_extendable=False,
229 syntax='proto3',
230 extension_ranges=[],
231 oneofs=[
232 ],
233 serialized_start=213,
amit.ghoshbd2022e2021-02-22 05:58:53 +0100234 serialized_end=491,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200235)
236
237
238_DOWNLOADIMAGEREQUEST = _descriptor.Descriptor(
239 name='DownloadImageRequest',
240 full_name='dmi.DownloadImageRequest',
241 filename=None,
242 file=DESCRIPTOR,
243 containing_type=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200244 create_key=_descriptor._internal_create_key,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200245 fields=[
246 _descriptor.FieldDescriptor(
247 name='device_uuid', full_name='dmi.DownloadImageRequest.device_uuid', index=0,
248 number=1, type=11, cpp_type=10, label=1,
249 has_default_value=False, default_value=None,
250 message_type=None, enum_type=None, containing_type=None,
251 is_extension=False, extension_scope=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200252 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200253 _descriptor.FieldDescriptor(
254 name='image_info', full_name='dmi.DownloadImageRequest.image_info', index=1,
255 number=2, type=11, cpp_type=10, label=1,
256 has_default_value=False, default_value=None,
257 message_type=None, enum_type=None, containing_type=None,
258 is_extension=False, extension_scope=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200259 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200260 ],
261 extensions=[
262 ],
263 nested_types=[],
264 enum_types=[
265 ],
266 serialized_options=None,
267 is_extendable=False,
268 syntax='proto3',
269 extension_ranges=[],
270 oneofs=[
271 ],
amit.ghoshbd2022e2021-02-22 05:58:53 +0100272 serialized_start=493,
273 serialized_end=590,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200274)
275
amit.ghoshed23db02020-11-18 10:26:36 +0100276
277_CONFIGREQUEST = _descriptor.Descriptor(
278 name='ConfigRequest',
279 full_name='dmi.ConfigRequest',
280 filename=None,
281 file=DESCRIPTOR,
282 containing_type=None,
283 create_key=_descriptor._internal_create_key,
284 fields=[
285 _descriptor.FieldDescriptor(
286 name='device_uuid', full_name='dmi.ConfigRequest.device_uuid', index=0,
287 number=1, type=11, cpp_type=10, label=1,
288 has_default_value=False, default_value=None,
289 message_type=None, enum_type=None, containing_type=None,
290 is_extension=False, extension_scope=None,
291 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
292 _descriptor.FieldDescriptor(
293 name='config_url', full_name='dmi.ConfigRequest.config_url', index=1,
294 number=2, type=9, cpp_type=9, label=1,
295 has_default_value=False, default_value=b"".decode('utf-8'),
296 message_type=None, enum_type=None, containing_type=None,
297 is_extension=False, extension_scope=None,
298 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
299 ],
300 extensions=[
301 ],
302 nested_types=[],
303 enum_types=[
304 ],
305 serialized_options=None,
306 is_extendable=False,
307 syntax='proto3',
308 extension_ranges=[],
309 oneofs=[
310 ],
amit.ghoshbd2022e2021-02-22 05:58:53 +0100311 serialized_start=592,
312 serialized_end=659,
amit.ghoshed23db02020-11-18 10:26:36 +0100313)
314
315
316_CONFIGRESPONSE = _descriptor.Descriptor(
317 name='ConfigResponse',
318 full_name='dmi.ConfigResponse',
319 filename=None,
320 file=DESCRIPTOR,
321 containing_type=None,
322 create_key=_descriptor._internal_create_key,
323 fields=[
324 _descriptor.FieldDescriptor(
325 name='status', full_name='dmi.ConfigResponse.status', index=0,
326 number=1, type=14, cpp_type=8, label=1,
327 has_default_value=False, default_value=0,
328 message_type=None, enum_type=None, containing_type=None,
329 is_extension=False, extension_scope=None,
330 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
331 _descriptor.FieldDescriptor(
332 name='reason', full_name='dmi.ConfigResponse.reason', index=1,
333 number=2, type=14, cpp_type=8, label=1,
334 has_default_value=False, default_value=0,
335 message_type=None, enum_type=None, containing_type=None,
336 is_extension=False, extension_scope=None,
337 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
338 ],
339 extensions=[
340 ],
341 nested_types=[],
342 enum_types=[
amit.ghoshae473032021-01-10 11:59:10 +0100343 _CONFIGRESPONSE_REASON,
amit.ghoshed23db02020-11-18 10:26:36 +0100344 ],
345 serialized_options=None,
346 is_extendable=False,
347 syntax='proto3',
348 extension_ranges=[],
349 oneofs=[
350 ],
amit.ghoshbd2022e2021-02-22 05:58:53 +0100351 serialized_start=662,
352 serialized_end=930,
amit.ghoshed23db02020-11-18 10:26:36 +0100353)
354
amit.ghosh2c938b82021-01-14 11:34:03 +0100355
356_STARTUPCONFIGINFOREQUEST = _descriptor.Descriptor(
357 name='StartupConfigInfoRequest',
358 full_name='dmi.StartupConfigInfoRequest',
359 filename=None,
360 file=DESCRIPTOR,
361 containing_type=None,
362 create_key=_descriptor._internal_create_key,
363 fields=[
364 _descriptor.FieldDescriptor(
365 name='device_uuid', full_name='dmi.StartupConfigInfoRequest.device_uuid', index=0,
366 number=1, type=11, cpp_type=10, label=1,
367 has_default_value=False, default_value=None,
368 message_type=None, enum_type=None, containing_type=None,
369 is_extension=False, extension_scope=None,
370 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
371 ],
372 extensions=[
373 ],
374 nested_types=[],
375 enum_types=[
376 ],
377 serialized_options=None,
378 is_extendable=False,
379 syntax='proto3',
380 extension_ranges=[],
381 oneofs=[
382 ],
amit.ghoshbd2022e2021-02-22 05:58:53 +0100383 serialized_start=932,
384 serialized_end=990,
amit.ghosh2c938b82021-01-14 11:34:03 +0100385)
386
387
388_STARTUPCONFIGINFORESPONSE = _descriptor.Descriptor(
389 name='StartupConfigInfoResponse',
390 full_name='dmi.StartupConfigInfoResponse',
391 filename=None,
392 file=DESCRIPTOR,
393 containing_type=None,
394 create_key=_descriptor._internal_create_key,
395 fields=[
396 _descriptor.FieldDescriptor(
397 name='status', full_name='dmi.StartupConfigInfoResponse.status', index=0,
398 number=1, type=14, cpp_type=8, label=1,
399 has_default_value=False, default_value=0,
400 message_type=None, enum_type=None, containing_type=None,
401 is_extension=False, extension_scope=None,
402 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
403 _descriptor.FieldDescriptor(
404 name='reason', full_name='dmi.StartupConfigInfoResponse.reason', index=1,
405 number=2, type=14, cpp_type=8, label=1,
406 has_default_value=False, default_value=0,
407 message_type=None, enum_type=None, containing_type=None,
408 is_extension=False, extension_scope=None,
409 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
410 _descriptor.FieldDescriptor(
411 name='config_url', full_name='dmi.StartupConfigInfoResponse.config_url', index=2,
412 number=3, type=9, cpp_type=9, label=1,
413 has_default_value=False, default_value=b"".decode('utf-8'),
414 message_type=None, enum_type=None, containing_type=None,
415 is_extension=False, extension_scope=None,
416 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
417 _descriptor.FieldDescriptor(
418 name='version', full_name='dmi.StartupConfigInfoResponse.version', index=3,
419 number=4, type=9, cpp_type=9, label=1,
420 has_default_value=False, default_value=b"".decode('utf-8'),
421 message_type=None, enum_type=None, containing_type=None,
422 is_extension=False, extension_scope=None,
423 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
424 ],
425 extensions=[
426 ],
427 nested_types=[],
428 enum_types=[
429 _STARTUPCONFIGINFORESPONSE_REASON,
430 ],
431 serialized_options=None,
432 is_extendable=False,
433 syntax='proto3',
434 extension_ranges=[],
435 oneofs=[
436 ],
amit.ghoshbd2022e2021-02-22 05:58:53 +0100437 serialized_start=993,
438 serialized_end=1237,
amit.ghosh2c938b82021-01-14 11:34:03 +0100439)
440
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200441_SOFTWAREVERSIONINFORMATION.fields_by_name['active_versions'].message_type = dmi_dot_sw__image__pb2._IMAGEVERSION
442_SOFTWAREVERSIONINFORMATION.fields_by_name['standby_versions'].message_type = dmi_dot_sw__image__pb2._IMAGEVERSION
aghoshc301dcd2020-09-03 16:55:34 +0100443_GETSOFTWAREVERSIONINFORMATIONRESPONSE.fields_by_name['status'].enum_type = dmi_dot_commons__pb2._STATUS
amit.ghoshae473032021-01-10 11:59:10 +0100444_GETSOFTWAREVERSIONINFORMATIONRESPONSE.fields_by_name['reason'].enum_type = _GETSOFTWAREVERSIONINFORMATIONRESPONSE_REASON
aghoshc301dcd2020-09-03 16:55:34 +0100445_GETSOFTWAREVERSIONINFORMATIONRESPONSE.fields_by_name['info'].message_type = _SOFTWAREVERSIONINFORMATION
amit.ghoshae473032021-01-10 11:59:10 +0100446_GETSOFTWAREVERSIONINFORMATIONRESPONSE_REASON.containing_type = _GETSOFTWAREVERSIONINFORMATIONRESPONSE
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200447_DOWNLOADIMAGEREQUEST.fields_by_name['device_uuid'].message_type = dmi_dot_hw__pb2._UUID
448_DOWNLOADIMAGEREQUEST.fields_by_name['image_info'].message_type = dmi_dot_sw__image__pb2._IMAGEINFORMATION
amit.ghoshed23db02020-11-18 10:26:36 +0100449_CONFIGREQUEST.fields_by_name['device_uuid'].message_type = dmi_dot_hw__pb2._UUID
450_CONFIGRESPONSE.fields_by_name['status'].enum_type = dmi_dot_commons__pb2._STATUS
amit.ghoshae473032021-01-10 11:59:10 +0100451_CONFIGRESPONSE.fields_by_name['reason'].enum_type = _CONFIGRESPONSE_REASON
452_CONFIGRESPONSE_REASON.containing_type = _CONFIGRESPONSE
amit.ghosh2c938b82021-01-14 11:34:03 +0100453_STARTUPCONFIGINFOREQUEST.fields_by_name['device_uuid'].message_type = dmi_dot_hw__pb2._UUID
454_STARTUPCONFIGINFORESPONSE.fields_by_name['status'].enum_type = dmi_dot_commons__pb2._STATUS
455_STARTUPCONFIGINFORESPONSE.fields_by_name['reason'].enum_type = _STARTUPCONFIGINFORESPONSE_REASON
456_STARTUPCONFIGINFORESPONSE_REASON.containing_type = _STARTUPCONFIGINFORESPONSE
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200457DESCRIPTOR.message_types_by_name['SoftwareVersionInformation'] = _SOFTWAREVERSIONINFORMATION
aghoshc301dcd2020-09-03 16:55:34 +0100458DESCRIPTOR.message_types_by_name['GetSoftwareVersionInformationResponse'] = _GETSOFTWAREVERSIONINFORMATIONRESPONSE
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200459DESCRIPTOR.message_types_by_name['DownloadImageRequest'] = _DOWNLOADIMAGEREQUEST
amit.ghoshed23db02020-11-18 10:26:36 +0100460DESCRIPTOR.message_types_by_name['ConfigRequest'] = _CONFIGREQUEST
461DESCRIPTOR.message_types_by_name['ConfigResponse'] = _CONFIGRESPONSE
amit.ghosh2c938b82021-01-14 11:34:03 +0100462DESCRIPTOR.message_types_by_name['StartupConfigInfoRequest'] = _STARTUPCONFIGINFOREQUEST
463DESCRIPTOR.message_types_by_name['StartupConfigInfoResponse'] = _STARTUPCONFIGINFORESPONSE
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200464_sym_db.RegisterFileDescriptor(DESCRIPTOR)
465
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200466SoftwareVersionInformation = _reflection.GeneratedProtocolMessageType('SoftwareVersionInformation', (_message.Message,), {
467 'DESCRIPTOR' : _SOFTWAREVERSIONINFORMATION,
468 '__module__' : 'dmi.sw_management_service_pb2'
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200469 # @@protoc_insertion_point(class_scope:dmi.SoftwareVersionInformation)
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200470 })
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200471_sym_db.RegisterMessage(SoftwareVersionInformation)
472
aghoshc301dcd2020-09-03 16:55:34 +0100473GetSoftwareVersionInformationResponse = _reflection.GeneratedProtocolMessageType('GetSoftwareVersionInformationResponse', (_message.Message,), {
474 'DESCRIPTOR' : _GETSOFTWAREVERSIONINFORMATIONRESPONSE,
475 '__module__' : 'dmi.sw_management_service_pb2'
476 # @@protoc_insertion_point(class_scope:dmi.GetSoftwareVersionInformationResponse)
477 })
478_sym_db.RegisterMessage(GetSoftwareVersionInformationResponse)
479
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200480DownloadImageRequest = _reflection.GeneratedProtocolMessageType('DownloadImageRequest', (_message.Message,), {
481 'DESCRIPTOR' : _DOWNLOADIMAGEREQUEST,
482 '__module__' : 'dmi.sw_management_service_pb2'
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200483 # @@protoc_insertion_point(class_scope:dmi.DownloadImageRequest)
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200484 })
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200485_sym_db.RegisterMessage(DownloadImageRequest)
486
amit.ghoshed23db02020-11-18 10:26:36 +0100487ConfigRequest = _reflection.GeneratedProtocolMessageType('ConfigRequest', (_message.Message,), {
488 'DESCRIPTOR' : _CONFIGREQUEST,
489 '__module__' : 'dmi.sw_management_service_pb2'
490 # @@protoc_insertion_point(class_scope:dmi.ConfigRequest)
491 })
492_sym_db.RegisterMessage(ConfigRequest)
493
494ConfigResponse = _reflection.GeneratedProtocolMessageType('ConfigResponse', (_message.Message,), {
495 'DESCRIPTOR' : _CONFIGRESPONSE,
496 '__module__' : 'dmi.sw_management_service_pb2'
497 # @@protoc_insertion_point(class_scope:dmi.ConfigResponse)
498 })
499_sym_db.RegisterMessage(ConfigResponse)
500
amit.ghosh2c938b82021-01-14 11:34:03 +0100501StartupConfigInfoRequest = _reflection.GeneratedProtocolMessageType('StartupConfigInfoRequest', (_message.Message,), {
502 'DESCRIPTOR' : _STARTUPCONFIGINFOREQUEST,
503 '__module__' : 'dmi.sw_management_service_pb2'
504 # @@protoc_insertion_point(class_scope:dmi.StartupConfigInfoRequest)
505 })
506_sym_db.RegisterMessage(StartupConfigInfoRequest)
507
508StartupConfigInfoResponse = _reflection.GeneratedProtocolMessageType('StartupConfigInfoResponse', (_message.Message,), {
509 'DESCRIPTOR' : _STARTUPCONFIGINFORESPONSE,
510 '__module__' : 'dmi.sw_management_service_pb2'
511 # @@protoc_insertion_point(class_scope:dmi.StartupConfigInfoResponse)
512 })
513_sym_db.RegisterMessage(StartupConfigInfoResponse)
514
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200515
516DESCRIPTOR._options = None
517
518_NATIVESOFTWAREMANAGEMENTSERVICE = _descriptor.ServiceDescriptor(
519 name='NativeSoftwareManagementService',
520 full_name='dmi.NativeSoftwareManagementService',
521 file=DESCRIPTOR,
522 index=0,
523 serialized_options=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200524 create_key=_descriptor._internal_create_key,
amit.ghoshbd2022e2021-02-22 05:58:53 +0100525 serialized_start=1240,
526 serialized_end=1702,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200527 methods=[
528 _descriptor.MethodDescriptor(
529 name='GetSoftwareVersion',
530 full_name='dmi.NativeSoftwareManagementService.GetSoftwareVersion',
531 index=0,
532 containing_service=None,
533 input_type=dmi_dot_hw__pb2._HARDWAREID,
aghoshc301dcd2020-09-03 16:55:34 +0100534 output_type=_GETSOFTWAREVERSIONINFORMATIONRESPONSE,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200535 serialized_options=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200536 create_key=_descriptor._internal_create_key,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200537 ),
538 _descriptor.MethodDescriptor(
539 name='DownloadImage',
540 full_name='dmi.NativeSoftwareManagementService.DownloadImage',
541 index=1,
542 containing_service=None,
543 input_type=_DOWNLOADIMAGEREQUEST,
544 output_type=dmi_dot_sw__image__pb2._IMAGESTATUS,
545 serialized_options=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200546 create_key=_descriptor._internal_create_key,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200547 ),
548 _descriptor.MethodDescriptor(
549 name='ActivateImage',
550 full_name='dmi.NativeSoftwareManagementService.ActivateImage',
551 index=2,
552 containing_service=None,
553 input_type=dmi_dot_hw__pb2._HARDWAREID,
554 output_type=dmi_dot_sw__image__pb2._IMAGESTATUS,
555 serialized_options=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200556 create_key=_descriptor._internal_create_key,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200557 ),
558 _descriptor.MethodDescriptor(
559 name='RevertToStandbyImage',
560 full_name='dmi.NativeSoftwareManagementService.RevertToStandbyImage',
561 index=3,
562 containing_service=None,
563 input_type=dmi_dot_hw__pb2._HARDWAREID,
564 output_type=dmi_dot_sw__image__pb2._IMAGESTATUS,
565 serialized_options=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200566 create_key=_descriptor._internal_create_key,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200567 ),
amit.ghoshed23db02020-11-18 10:26:36 +0100568 _descriptor.MethodDescriptor(
569 name='UpdateStartupConfiguration',
570 full_name='dmi.NativeSoftwareManagementService.UpdateStartupConfiguration',
571 index=4,
572 containing_service=None,
573 input_type=_CONFIGREQUEST,
574 output_type=_CONFIGRESPONSE,
575 serialized_options=None,
576 create_key=_descriptor._internal_create_key,
577 ),
amit.ghosh2c938b82021-01-14 11:34:03 +0100578 _descriptor.MethodDescriptor(
579 name='GetStartupConfigurationInfo',
580 full_name='dmi.NativeSoftwareManagementService.GetStartupConfigurationInfo',
581 index=5,
582 containing_service=None,
583 input_type=_STARTUPCONFIGINFOREQUEST,
584 output_type=_STARTUPCONFIGINFORESPONSE,
585 serialized_options=None,
586 create_key=_descriptor._internal_create_key,
587 ),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200588])
589_sym_db.RegisterServiceDescriptor(_NATIVESOFTWAREMANAGEMENTSERVICE)
590
591DESCRIPTOR.services_by_name['NativeSoftwareManagementService'] = _NATIVESOFTWAREMANAGEMENTSERVICE
592
593# @@protoc_insertion_point(module_scope)