blob: 14435833986b9d1330ba362ad0a645853ce97a62 [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/hw_management_service.proto
4
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
14from dmi import commons_pb2 as dmi_dot_commons__pb2
15from dmi import hw_pb2 as dmi_dot_hw__pb2
16
17
18DESCRIPTOR = _descriptor.FileDescriptor(
19 name='dmi/hw_management_service.proto',
20 package='dmi',
21 syntax='proto3',
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +020022 serialized_options=b'Z9github.com/opencord/device-management-interface/v3/go/dmi',
23 create_key=_descriptor._internal_create_key,
aghoshc301dcd2020-09-03 16:55:34 +010024 serialized_pb=b'\n\x1f\x64mi/hw_management_service.proto\x12\x03\x64mi\x1a\x11\x64mi/commons.proto\x1a\x0c\x64mi/hw.proto\":\n\x18PhysicalInventoryRequest\x12\x1e\n\x0b\x64\x65vice_uuid\x18\x01 \x01(\x0b\x32\t.dmi.Uuid\"w\n\x19PhysicalInventoryResponse\x12\x1b\n\x06status\x18\x01 \x01(\x0e\x32\x0b.dmi.Status\x12\x1b\n\x06reason\x18\x02 \x01(\x0e\x32\x0b.dmi.Reason\x12 \n\tinventory\x18\x03 \x01(\x0b\x32\r.dmi.Hardware\"v\n\x19HWComponentInfoGetRequest\x12\x1e\n\x0b\x64\x65vice_uuid\x18\x01 \x01(\x0b\x32\t.dmi.Uuid\x12!\n\x0e\x63omponent_uuid\x18\x02 \x01(\x0b\x32\t.dmi.Uuid\x12\x16\n\x0e\x63omponent_name\x18\x03 \x01(\t\"y\n\x1aHWComponentInfoGetResponse\x12\x1b\n\x06status\x18\x01 \x01(\x0e\x32\x0b.dmi.Status\x12\x1b\n\x06reason\x18\x02 \x01(\x0e\x32\x0b.dmi.Reason\x12!\n\tcomponent\x18\x03 \x01(\x0b\x32\x0e.dmi.Component\"\xa1\x01\n\x19HWComponentInfoSetRequest\x12\x1e\n\x0b\x64\x65vice_uuid\x18\x01 \x01(\x0b\x32\t.dmi.Uuid\x12!\n\x0e\x63omponent_uuid\x18\x02 \x01(\x0b\x32\t.dmi.Uuid\x12\x16\n\x0e\x63omponent_name\x18\x03 \x01(\t\x12)\n\x07\x63hanges\x18\x04 \x01(\x0b\x32\x18.dmi.ModifiableComponent\"V\n\x1aHWComponentInfoSetResponse\x12\x1b\n\x06status\x18\x01 \x01(\x0e\x32\x0b.dmi.Status\x12\x1b\n\x06reason\x18\x02 \x01(\x0e\x32\x0b.dmi.Reason\"w\n\x1bStartManagingDeviceResponse\x12\x1b\n\x06status\x18\x01 \x01(\x0e\x32\x0b.dmi.Status\x12\x1b\n\x06reason\x18\x02 \x01(\x0e\x32\x0b.dmi.Reason\x12\x1e\n\x0b\x64\x65vice_uuid\x18\x03 \x01(\x0b\x32\t.dmi.Uuid\")\n\x19StopManagingDeviceRequest\x12\x0c\n\x04name\x18\x01 \x01(\t\"V\n\x1aStopManagingDeviceResponse\x12\x1b\n\x06status\x18\x01 \x01(\x0e\x32\x0b.dmi.Status\x12\x1b\n\x06reason\x18\x02 \x01(\x0e\x32\x0b.dmi.Reason2\xd0\x03\n\x19NativeHWManagementService\x12S\n\x13StartManagingDevice\x12\x18.dmi.ModifiableComponent\x1a .dmi.StartManagingDeviceResponse0\x01\x12U\n\x12StopManagingDevice\x12\x1e.dmi.StopManagingDeviceRequest\x1a\x1f.dmi.StopManagingDeviceResponse\x12W\n\x14GetPhysicalInventory\x12\x1d.dmi.PhysicalInventoryRequest\x1a\x1e.dmi.PhysicalInventoryResponse0\x01\x12W\n\x12GetHWComponentInfo\x12\x1e.dmi.HWComponentInfoGetRequest\x1a\x1f.dmi.HWComponentInfoGetResponse0\x01\x12U\n\x12SetHWComponentInfo\x12\x1e.dmi.HWComponentInfoSetRequest\x1a\x1f.dmi.HWComponentInfoSetResponseB;Z9github.com/opencord/device-management-interface/v3/go/dmib\x06proto3'
uwe ottrembka66d91ea2020-08-11 10:50:55 +020025 ,
26 dependencies=[dmi_dot_commons__pb2.DESCRIPTOR,dmi_dot_hw__pb2.DESCRIPTOR,])
27
28
29
30
31_PHYSICALINVENTORYREQUEST = _descriptor.Descriptor(
32 name='PhysicalInventoryRequest',
33 full_name='dmi.PhysicalInventoryRequest',
34 filename=None,
35 file=DESCRIPTOR,
36 containing_type=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +020037 create_key=_descriptor._internal_create_key,
uwe ottrembka66d91ea2020-08-11 10:50:55 +020038 fields=[
39 _descriptor.FieldDescriptor(
40 name='device_uuid', full_name='dmi.PhysicalInventoryRequest.device_uuid', 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,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +020045 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
uwe ottrembka66d91ea2020-08-11 10:50:55 +020046 ],
47 extensions=[
48 ],
49 nested_types=[],
50 enum_types=[
51 ],
52 serialized_options=None,
53 is_extendable=False,
54 syntax='proto3',
55 extension_ranges=[],
56 oneofs=[
57 ],
58 serialized_start=73,
59 serialized_end=131,
60)
61
62
63_PHYSICALINVENTORYRESPONSE = _descriptor.Descriptor(
64 name='PhysicalInventoryResponse',
65 full_name='dmi.PhysicalInventoryResponse',
66 filename=None,
67 file=DESCRIPTOR,
68 containing_type=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +020069 create_key=_descriptor._internal_create_key,
uwe ottrembka66d91ea2020-08-11 10:50:55 +020070 fields=[
71 _descriptor.FieldDescriptor(
72 name='status', full_name='dmi.PhysicalInventoryResponse.status', index=0,
73 number=1, type=14, cpp_type=8, label=1,
74 has_default_value=False, default_value=0,
75 message_type=None, enum_type=None, containing_type=None,
76 is_extension=False, extension_scope=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +020077 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
uwe ottrembka66d91ea2020-08-11 10:50:55 +020078 _descriptor.FieldDescriptor(
79 name='reason', full_name='dmi.PhysicalInventoryResponse.reason', index=1,
80 number=2, type=14, cpp_type=8, label=1,
81 has_default_value=False, default_value=0,
82 message_type=None, enum_type=None, containing_type=None,
83 is_extension=False, extension_scope=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +020084 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
uwe ottrembka66d91ea2020-08-11 10:50:55 +020085 _descriptor.FieldDescriptor(
86 name='inventory', full_name='dmi.PhysicalInventoryResponse.inventory', index=2,
87 number=3, type=11, cpp_type=10, label=1,
88 has_default_value=False, default_value=None,
89 message_type=None, enum_type=None, containing_type=None,
90 is_extension=False, extension_scope=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +020091 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
uwe ottrembka66d91ea2020-08-11 10:50:55 +020092 ],
93 extensions=[
94 ],
95 nested_types=[],
96 enum_types=[
97 ],
98 serialized_options=None,
99 is_extendable=False,
100 syntax='proto3',
101 extension_ranges=[],
102 oneofs=[
103 ],
104 serialized_start=133,
105 serialized_end=252,
106)
107
108
109_HWCOMPONENTINFOGETREQUEST = _descriptor.Descriptor(
110 name='HWComponentInfoGetRequest',
111 full_name='dmi.HWComponentInfoGetRequest',
112 filename=None,
113 file=DESCRIPTOR,
114 containing_type=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200115 create_key=_descriptor._internal_create_key,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200116 fields=[
117 _descriptor.FieldDescriptor(
118 name='device_uuid', full_name='dmi.HWComponentInfoGetRequest.device_uuid', index=0,
119 number=1, type=11, cpp_type=10, label=1,
120 has_default_value=False, default_value=None,
121 message_type=None, enum_type=None, containing_type=None,
122 is_extension=False, extension_scope=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200123 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200124 _descriptor.FieldDescriptor(
125 name='component_uuid', full_name='dmi.HWComponentInfoGetRequest.component_uuid', index=1,
126 number=2, type=11, cpp_type=10, label=1,
127 has_default_value=False, default_value=None,
128 message_type=None, enum_type=None, containing_type=None,
129 is_extension=False, extension_scope=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200130 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200131 _descriptor.FieldDescriptor(
132 name='component_name', full_name='dmi.HWComponentInfoGetRequest.component_name', index=2,
133 number=3, type=9, cpp_type=9, label=1,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200134 has_default_value=False, default_value=b"".decode('utf-8'),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200135 message_type=None, enum_type=None, containing_type=None,
136 is_extension=False, extension_scope=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200137 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200138 ],
139 extensions=[
140 ],
141 nested_types=[],
142 enum_types=[
143 ],
144 serialized_options=None,
145 is_extendable=False,
146 syntax='proto3',
147 extension_ranges=[],
148 oneofs=[
149 ],
150 serialized_start=254,
151 serialized_end=372,
152)
153
154
aghoshc301dcd2020-09-03 16:55:34 +0100155_HWCOMPONENTINFOGETRESPONSE = _descriptor.Descriptor(
156 name='HWComponentInfoGetResponse',
157 full_name='dmi.HWComponentInfoGetResponse',
158 filename=None,
159 file=DESCRIPTOR,
160 containing_type=None,
161 create_key=_descriptor._internal_create_key,
162 fields=[
163 _descriptor.FieldDescriptor(
164 name='status', full_name='dmi.HWComponentInfoGetResponse.status', index=0,
165 number=1, type=14, cpp_type=8, label=1,
166 has_default_value=False, default_value=0,
167 message_type=None, enum_type=None, containing_type=None,
168 is_extension=False, extension_scope=None,
169 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
170 _descriptor.FieldDescriptor(
171 name='reason', full_name='dmi.HWComponentInfoGetResponse.reason', index=1,
172 number=2, type=14, cpp_type=8, label=1,
173 has_default_value=False, default_value=0,
174 message_type=None, enum_type=None, containing_type=None,
175 is_extension=False, extension_scope=None,
176 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
177 _descriptor.FieldDescriptor(
178 name='component', full_name='dmi.HWComponentInfoGetResponse.component', index=2,
179 number=3, type=11, cpp_type=10, label=1,
180 has_default_value=False, default_value=None,
181 message_type=None, enum_type=None, containing_type=None,
182 is_extension=False, extension_scope=None,
183 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
184 ],
185 extensions=[
186 ],
187 nested_types=[],
188 enum_types=[
189 ],
190 serialized_options=None,
191 is_extendable=False,
192 syntax='proto3',
193 extension_ranges=[],
194 oneofs=[
195 ],
196 serialized_start=374,
197 serialized_end=495,
198)
199
200
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200201_HWCOMPONENTINFOSETREQUEST = _descriptor.Descriptor(
202 name='HWComponentInfoSetRequest',
203 full_name='dmi.HWComponentInfoSetRequest',
204 filename=None,
205 file=DESCRIPTOR,
206 containing_type=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200207 create_key=_descriptor._internal_create_key,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200208 fields=[
209 _descriptor.FieldDescriptor(
210 name='device_uuid', full_name='dmi.HWComponentInfoSetRequest.device_uuid', index=0,
211 number=1, type=11, cpp_type=10, label=1,
212 has_default_value=False, default_value=None,
213 message_type=None, enum_type=None, containing_type=None,
214 is_extension=False, extension_scope=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200215 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200216 _descriptor.FieldDescriptor(
217 name='component_uuid', full_name='dmi.HWComponentInfoSetRequest.component_uuid', index=1,
218 number=2, type=11, cpp_type=10, label=1,
219 has_default_value=False, default_value=None,
220 message_type=None, enum_type=None, containing_type=None,
221 is_extension=False, extension_scope=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200222 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200223 _descriptor.FieldDescriptor(
224 name='component_name', full_name='dmi.HWComponentInfoSetRequest.component_name', index=2,
225 number=3, type=9, cpp_type=9, label=1,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200226 has_default_value=False, default_value=b"".decode('utf-8'),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200227 message_type=None, enum_type=None, containing_type=None,
228 is_extension=False, extension_scope=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200229 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200230 _descriptor.FieldDescriptor(
231 name='changes', full_name='dmi.HWComponentInfoSetRequest.changes', index=3,
232 number=4, type=11, cpp_type=10, label=1,
233 has_default_value=False, default_value=None,
234 message_type=None, enum_type=None, containing_type=None,
235 is_extension=False, extension_scope=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200236 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200237 ],
238 extensions=[
239 ],
240 nested_types=[],
241 enum_types=[
242 ],
243 serialized_options=None,
244 is_extendable=False,
245 syntax='proto3',
246 extension_ranges=[],
247 oneofs=[
248 ],
aghoshc301dcd2020-09-03 16:55:34 +0100249 serialized_start=498,
250 serialized_end=659,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200251)
252
253
254_HWCOMPONENTINFOSETRESPONSE = _descriptor.Descriptor(
255 name='HWComponentInfoSetResponse',
256 full_name='dmi.HWComponentInfoSetResponse',
257 filename=None,
258 file=DESCRIPTOR,
259 containing_type=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200260 create_key=_descriptor._internal_create_key,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200261 fields=[
262 _descriptor.FieldDescriptor(
263 name='status', full_name='dmi.HWComponentInfoSetResponse.status', index=0,
264 number=1, type=14, cpp_type=8, label=1,
265 has_default_value=False, default_value=0,
266 message_type=None, enum_type=None, containing_type=None,
267 is_extension=False, extension_scope=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200268 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200269 _descriptor.FieldDescriptor(
270 name='reason', full_name='dmi.HWComponentInfoSetResponse.reason', index=1,
271 number=2, type=14, cpp_type=8, label=1,
272 has_default_value=False, default_value=0,
273 message_type=None, enum_type=None, containing_type=None,
274 is_extension=False, extension_scope=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200275 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200276 ],
277 extensions=[
278 ],
279 nested_types=[],
280 enum_types=[
281 ],
282 serialized_options=None,
283 is_extendable=False,
284 syntax='proto3',
285 extension_ranges=[],
286 oneofs=[
287 ],
aghoshc301dcd2020-09-03 16:55:34 +0100288 serialized_start=661,
289 serialized_end=747,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200290)
291
292
293_STARTMANAGINGDEVICERESPONSE = _descriptor.Descriptor(
294 name='StartManagingDeviceResponse',
295 full_name='dmi.StartManagingDeviceResponse',
296 filename=None,
297 file=DESCRIPTOR,
298 containing_type=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200299 create_key=_descriptor._internal_create_key,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200300 fields=[
301 _descriptor.FieldDescriptor(
302 name='status', full_name='dmi.StartManagingDeviceResponse.status', index=0,
303 number=1, type=14, cpp_type=8, label=1,
304 has_default_value=False, default_value=0,
305 message_type=None, enum_type=None, containing_type=None,
306 is_extension=False, extension_scope=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200307 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200308 _descriptor.FieldDescriptor(
309 name='reason', full_name='dmi.StartManagingDeviceResponse.reason', index=1,
310 number=2, type=14, cpp_type=8, label=1,
311 has_default_value=False, default_value=0,
312 message_type=None, enum_type=None, containing_type=None,
313 is_extension=False, extension_scope=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200314 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200315 _descriptor.FieldDescriptor(
316 name='device_uuid', full_name='dmi.StartManagingDeviceResponse.device_uuid', index=2,
317 number=3, type=11, cpp_type=10, label=1,
318 has_default_value=False, default_value=None,
319 message_type=None, enum_type=None, containing_type=None,
320 is_extension=False, extension_scope=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200321 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200322 ],
323 extensions=[
324 ],
325 nested_types=[],
326 enum_types=[
327 ],
328 serialized_options=None,
329 is_extendable=False,
330 syntax='proto3',
331 extension_ranges=[],
332 oneofs=[
333 ],
aghoshc301dcd2020-09-03 16:55:34 +0100334 serialized_start=749,
335 serialized_end=868,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200336)
337
338
339_STOPMANAGINGDEVICEREQUEST = _descriptor.Descriptor(
340 name='StopManagingDeviceRequest',
341 full_name='dmi.StopManagingDeviceRequest',
342 filename=None,
343 file=DESCRIPTOR,
344 containing_type=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200345 create_key=_descriptor._internal_create_key,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200346 fields=[
347 _descriptor.FieldDescriptor(
348 name='name', full_name='dmi.StopManagingDeviceRequest.name', index=0,
349 number=1, type=9, cpp_type=9, label=1,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200350 has_default_value=False, default_value=b"".decode('utf-8'),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200351 message_type=None, enum_type=None, containing_type=None,
352 is_extension=False, extension_scope=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200353 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200354 ],
355 extensions=[
356 ],
357 nested_types=[],
358 enum_types=[
359 ],
360 serialized_options=None,
361 is_extendable=False,
362 syntax='proto3',
363 extension_ranges=[],
364 oneofs=[
365 ],
aghoshc301dcd2020-09-03 16:55:34 +0100366 serialized_start=870,
367 serialized_end=911,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200368)
369
370
371_STOPMANAGINGDEVICERESPONSE = _descriptor.Descriptor(
372 name='StopManagingDeviceResponse',
373 full_name='dmi.StopManagingDeviceResponse',
374 filename=None,
375 file=DESCRIPTOR,
376 containing_type=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200377 create_key=_descriptor._internal_create_key,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200378 fields=[
379 _descriptor.FieldDescriptor(
380 name='status', full_name='dmi.StopManagingDeviceResponse.status', index=0,
381 number=1, type=14, cpp_type=8, label=1,
382 has_default_value=False, default_value=0,
383 message_type=None, enum_type=None, containing_type=None,
384 is_extension=False, extension_scope=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200385 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200386 _descriptor.FieldDescriptor(
387 name='reason', full_name='dmi.StopManagingDeviceResponse.reason', index=1,
388 number=2, type=14, cpp_type=8, label=1,
389 has_default_value=False, default_value=0,
390 message_type=None, enum_type=None, containing_type=None,
391 is_extension=False, extension_scope=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200392 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200393 ],
394 extensions=[
395 ],
396 nested_types=[],
397 enum_types=[
398 ],
399 serialized_options=None,
400 is_extendable=False,
401 syntax='proto3',
402 extension_ranges=[],
403 oneofs=[
404 ],
aghoshc301dcd2020-09-03 16:55:34 +0100405 serialized_start=913,
406 serialized_end=999,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200407)
408
409_PHYSICALINVENTORYREQUEST.fields_by_name['device_uuid'].message_type = dmi_dot_hw__pb2._UUID
410_PHYSICALINVENTORYRESPONSE.fields_by_name['status'].enum_type = dmi_dot_commons__pb2._STATUS
411_PHYSICALINVENTORYRESPONSE.fields_by_name['reason'].enum_type = dmi_dot_commons__pb2._REASON
412_PHYSICALINVENTORYRESPONSE.fields_by_name['inventory'].message_type = dmi_dot_hw__pb2._HARDWARE
413_HWCOMPONENTINFOGETREQUEST.fields_by_name['device_uuid'].message_type = dmi_dot_hw__pb2._UUID
414_HWCOMPONENTINFOGETREQUEST.fields_by_name['component_uuid'].message_type = dmi_dot_hw__pb2._UUID
aghoshc301dcd2020-09-03 16:55:34 +0100415_HWCOMPONENTINFOGETRESPONSE.fields_by_name['status'].enum_type = dmi_dot_commons__pb2._STATUS
416_HWCOMPONENTINFOGETRESPONSE.fields_by_name['reason'].enum_type = dmi_dot_commons__pb2._REASON
417_HWCOMPONENTINFOGETRESPONSE.fields_by_name['component'].message_type = dmi_dot_hw__pb2._COMPONENT
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200418_HWCOMPONENTINFOSETREQUEST.fields_by_name['device_uuid'].message_type = dmi_dot_hw__pb2._UUID
419_HWCOMPONENTINFOSETREQUEST.fields_by_name['component_uuid'].message_type = dmi_dot_hw__pb2._UUID
420_HWCOMPONENTINFOSETREQUEST.fields_by_name['changes'].message_type = dmi_dot_hw__pb2._MODIFIABLECOMPONENT
421_HWCOMPONENTINFOSETRESPONSE.fields_by_name['status'].enum_type = dmi_dot_commons__pb2._STATUS
422_HWCOMPONENTINFOSETRESPONSE.fields_by_name['reason'].enum_type = dmi_dot_commons__pb2._REASON
423_STARTMANAGINGDEVICERESPONSE.fields_by_name['status'].enum_type = dmi_dot_commons__pb2._STATUS
424_STARTMANAGINGDEVICERESPONSE.fields_by_name['reason'].enum_type = dmi_dot_commons__pb2._REASON
425_STARTMANAGINGDEVICERESPONSE.fields_by_name['device_uuid'].message_type = dmi_dot_hw__pb2._UUID
426_STOPMANAGINGDEVICERESPONSE.fields_by_name['status'].enum_type = dmi_dot_commons__pb2._STATUS
427_STOPMANAGINGDEVICERESPONSE.fields_by_name['reason'].enum_type = dmi_dot_commons__pb2._REASON
428DESCRIPTOR.message_types_by_name['PhysicalInventoryRequest'] = _PHYSICALINVENTORYREQUEST
429DESCRIPTOR.message_types_by_name['PhysicalInventoryResponse'] = _PHYSICALINVENTORYRESPONSE
430DESCRIPTOR.message_types_by_name['HWComponentInfoGetRequest'] = _HWCOMPONENTINFOGETREQUEST
aghoshc301dcd2020-09-03 16:55:34 +0100431DESCRIPTOR.message_types_by_name['HWComponentInfoGetResponse'] = _HWCOMPONENTINFOGETRESPONSE
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200432DESCRIPTOR.message_types_by_name['HWComponentInfoSetRequest'] = _HWCOMPONENTINFOSETREQUEST
433DESCRIPTOR.message_types_by_name['HWComponentInfoSetResponse'] = _HWCOMPONENTINFOSETRESPONSE
434DESCRIPTOR.message_types_by_name['StartManagingDeviceResponse'] = _STARTMANAGINGDEVICERESPONSE
435DESCRIPTOR.message_types_by_name['StopManagingDeviceRequest'] = _STOPMANAGINGDEVICEREQUEST
436DESCRIPTOR.message_types_by_name['StopManagingDeviceResponse'] = _STOPMANAGINGDEVICERESPONSE
437_sym_db.RegisterFileDescriptor(DESCRIPTOR)
438
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200439PhysicalInventoryRequest = _reflection.GeneratedProtocolMessageType('PhysicalInventoryRequest', (_message.Message,), {
440 'DESCRIPTOR' : _PHYSICALINVENTORYREQUEST,
441 '__module__' : 'dmi.hw_management_service_pb2'
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200442 # @@protoc_insertion_point(class_scope:dmi.PhysicalInventoryRequest)
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200443 })
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200444_sym_db.RegisterMessage(PhysicalInventoryRequest)
445
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200446PhysicalInventoryResponse = _reflection.GeneratedProtocolMessageType('PhysicalInventoryResponse', (_message.Message,), {
447 'DESCRIPTOR' : _PHYSICALINVENTORYRESPONSE,
448 '__module__' : 'dmi.hw_management_service_pb2'
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200449 # @@protoc_insertion_point(class_scope:dmi.PhysicalInventoryResponse)
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200450 })
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200451_sym_db.RegisterMessage(PhysicalInventoryResponse)
452
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200453HWComponentInfoGetRequest = _reflection.GeneratedProtocolMessageType('HWComponentInfoGetRequest', (_message.Message,), {
454 'DESCRIPTOR' : _HWCOMPONENTINFOGETREQUEST,
455 '__module__' : 'dmi.hw_management_service_pb2'
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200456 # @@protoc_insertion_point(class_scope:dmi.HWComponentInfoGetRequest)
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200457 })
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200458_sym_db.RegisterMessage(HWComponentInfoGetRequest)
459
aghoshc301dcd2020-09-03 16:55:34 +0100460HWComponentInfoGetResponse = _reflection.GeneratedProtocolMessageType('HWComponentInfoGetResponse', (_message.Message,), {
461 'DESCRIPTOR' : _HWCOMPONENTINFOGETRESPONSE,
462 '__module__' : 'dmi.hw_management_service_pb2'
463 # @@protoc_insertion_point(class_scope:dmi.HWComponentInfoGetResponse)
464 })
465_sym_db.RegisterMessage(HWComponentInfoGetResponse)
466
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200467HWComponentInfoSetRequest = _reflection.GeneratedProtocolMessageType('HWComponentInfoSetRequest', (_message.Message,), {
468 'DESCRIPTOR' : _HWCOMPONENTINFOSETREQUEST,
469 '__module__' : 'dmi.hw_management_service_pb2'
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200470 # @@protoc_insertion_point(class_scope:dmi.HWComponentInfoSetRequest)
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200471 })
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200472_sym_db.RegisterMessage(HWComponentInfoSetRequest)
473
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200474HWComponentInfoSetResponse = _reflection.GeneratedProtocolMessageType('HWComponentInfoSetResponse', (_message.Message,), {
475 'DESCRIPTOR' : _HWCOMPONENTINFOSETRESPONSE,
476 '__module__' : 'dmi.hw_management_service_pb2'
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200477 # @@protoc_insertion_point(class_scope:dmi.HWComponentInfoSetResponse)
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200478 })
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200479_sym_db.RegisterMessage(HWComponentInfoSetResponse)
480
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200481StartManagingDeviceResponse = _reflection.GeneratedProtocolMessageType('StartManagingDeviceResponse', (_message.Message,), {
482 'DESCRIPTOR' : _STARTMANAGINGDEVICERESPONSE,
483 '__module__' : 'dmi.hw_management_service_pb2'
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200484 # @@protoc_insertion_point(class_scope:dmi.StartManagingDeviceResponse)
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200485 })
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200486_sym_db.RegisterMessage(StartManagingDeviceResponse)
487
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200488StopManagingDeviceRequest = _reflection.GeneratedProtocolMessageType('StopManagingDeviceRequest', (_message.Message,), {
489 'DESCRIPTOR' : _STOPMANAGINGDEVICEREQUEST,
490 '__module__' : 'dmi.hw_management_service_pb2'
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200491 # @@protoc_insertion_point(class_scope:dmi.StopManagingDeviceRequest)
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200492 })
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200493_sym_db.RegisterMessage(StopManagingDeviceRequest)
494
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200495StopManagingDeviceResponse = _reflection.GeneratedProtocolMessageType('StopManagingDeviceResponse', (_message.Message,), {
496 'DESCRIPTOR' : _STOPMANAGINGDEVICERESPONSE,
497 '__module__' : 'dmi.hw_management_service_pb2'
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200498 # @@protoc_insertion_point(class_scope:dmi.StopManagingDeviceResponse)
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200499 })
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200500_sym_db.RegisterMessage(StopManagingDeviceResponse)
501
502
503DESCRIPTOR._options = None
504
505_NATIVEHWMANAGEMENTSERVICE = _descriptor.ServiceDescriptor(
506 name='NativeHWManagementService',
507 full_name='dmi.NativeHWManagementService',
508 file=DESCRIPTOR,
509 index=0,
510 serialized_options=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200511 create_key=_descriptor._internal_create_key,
aghoshc301dcd2020-09-03 16:55:34 +0100512 serialized_start=1002,
513 serialized_end=1466,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200514 methods=[
515 _descriptor.MethodDescriptor(
516 name='StartManagingDevice',
517 full_name='dmi.NativeHWManagementService.StartManagingDevice',
518 index=0,
519 containing_service=None,
520 input_type=dmi_dot_hw__pb2._MODIFIABLECOMPONENT,
521 output_type=_STARTMANAGINGDEVICERESPONSE,
522 serialized_options=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200523 create_key=_descriptor._internal_create_key,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200524 ),
525 _descriptor.MethodDescriptor(
526 name='StopManagingDevice',
527 full_name='dmi.NativeHWManagementService.StopManagingDevice',
528 index=1,
529 containing_service=None,
530 input_type=_STOPMANAGINGDEVICEREQUEST,
531 output_type=_STOPMANAGINGDEVICERESPONSE,
532 serialized_options=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200533 create_key=_descriptor._internal_create_key,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200534 ),
535 _descriptor.MethodDescriptor(
536 name='GetPhysicalInventory',
537 full_name='dmi.NativeHWManagementService.GetPhysicalInventory',
538 index=2,
539 containing_service=None,
540 input_type=_PHYSICALINVENTORYREQUEST,
541 output_type=_PHYSICALINVENTORYRESPONSE,
542 serialized_options=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200543 create_key=_descriptor._internal_create_key,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200544 ),
545 _descriptor.MethodDescriptor(
546 name='GetHWComponentInfo',
547 full_name='dmi.NativeHWManagementService.GetHWComponentInfo',
548 index=3,
549 containing_service=None,
550 input_type=_HWCOMPONENTINFOGETREQUEST,
aghoshc301dcd2020-09-03 16:55:34 +0100551 output_type=_HWCOMPONENTINFOGETRESPONSE,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200552 serialized_options=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200553 create_key=_descriptor._internal_create_key,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200554 ),
555 _descriptor.MethodDescriptor(
556 name='SetHWComponentInfo',
557 full_name='dmi.NativeHWManagementService.SetHWComponentInfo',
558 index=4,
559 containing_service=None,
560 input_type=_HWCOMPONENTINFOSETREQUEST,
561 output_type=_HWCOMPONENTINFOSETRESPONSE,
562 serialized_options=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200563 create_key=_descriptor._internal_create_key,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200564 ),
565])
566_sym_db.RegisterServiceDescriptor(_NATIVEHWMANAGEMENTSERVICE)
567
568DESCRIPTOR.services_by_name['NativeHWManagementService'] = _NATIVEHWMANAGEMENTSERVICE
569
570# @@protoc_insertion_point(module_scope)