uwe ottrembka | 66d91ea | 2020-08-11 10:50:55 +0200 | [diff] [blame^] | 1 | # -*- coding: utf-8 -*- |
| 2 | # Generated by the protocol buffer compiler. DO NOT EDIT! |
| 3 | # source: dmi/hw_management_service.proto |
| 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 dmi import commons_pb2 as dmi_dot_commons__pb2 |
| 17 | from dmi import hw_pb2 as dmi_dot_hw__pb2 |
| 18 | |
| 19 | |
| 20 | DESCRIPTOR = _descriptor.FileDescriptor( |
| 21 | name='dmi/hw_management_service.proto', |
| 22 | package='dmi', |
| 23 | syntax='proto3', |
| 24 | serialized_options=_b('Z9github.com/opencord/device-management-interface/v3/go/dmi'), |
| 25 | 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\"\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\xbf\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\x12\x46\n\x12GetHWComponentInfo\x12\x1e.dmi.HWComponentInfoGetRequest\x1a\x0e.dmi.Component0\x01\x12U\n\x12SetHWComponentInfo\x12\x1e.dmi.HWComponentInfoSetRequest\x1a\x1f.dmi.HWComponentInfoSetResponseB;Z9github.com/opencord/device-management-interface/v3/go/dmib\x06proto3') |
| 26 | , |
| 27 | dependencies=[dmi_dot_commons__pb2.DESCRIPTOR,dmi_dot_hw__pb2.DESCRIPTOR,]) |
| 28 | |
| 29 | |
| 30 | |
| 31 | |
| 32 | _PHYSICALINVENTORYREQUEST = _descriptor.Descriptor( |
| 33 | name='PhysicalInventoryRequest', |
| 34 | full_name='dmi.PhysicalInventoryRequest', |
| 35 | filename=None, |
| 36 | file=DESCRIPTOR, |
| 37 | containing_type=None, |
| 38 | 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, |
| 45 | serialized_options=None, file=DESCRIPTOR), |
| 46 | ], |
| 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, |
| 69 | fields=[ |
| 70 | _descriptor.FieldDescriptor( |
| 71 | name='status', full_name='dmi.PhysicalInventoryResponse.status', index=0, |
| 72 | number=1, type=14, cpp_type=8, label=1, |
| 73 | has_default_value=False, default_value=0, |
| 74 | message_type=None, enum_type=None, containing_type=None, |
| 75 | is_extension=False, extension_scope=None, |
| 76 | serialized_options=None, file=DESCRIPTOR), |
| 77 | _descriptor.FieldDescriptor( |
| 78 | name='reason', full_name='dmi.PhysicalInventoryResponse.reason', index=1, |
| 79 | number=2, type=14, cpp_type=8, label=1, |
| 80 | has_default_value=False, default_value=0, |
| 81 | message_type=None, enum_type=None, containing_type=None, |
| 82 | is_extension=False, extension_scope=None, |
| 83 | serialized_options=None, file=DESCRIPTOR), |
| 84 | _descriptor.FieldDescriptor( |
| 85 | name='inventory', full_name='dmi.PhysicalInventoryResponse.inventory', index=2, |
| 86 | number=3, 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 | ], |
| 92 | extensions=[ |
| 93 | ], |
| 94 | nested_types=[], |
| 95 | enum_types=[ |
| 96 | ], |
| 97 | serialized_options=None, |
| 98 | is_extendable=False, |
| 99 | syntax='proto3', |
| 100 | extension_ranges=[], |
| 101 | oneofs=[ |
| 102 | ], |
| 103 | serialized_start=133, |
| 104 | serialized_end=252, |
| 105 | ) |
| 106 | |
| 107 | |
| 108 | _HWCOMPONENTINFOGETREQUEST = _descriptor.Descriptor( |
| 109 | name='HWComponentInfoGetRequest', |
| 110 | full_name='dmi.HWComponentInfoGetRequest', |
| 111 | filename=None, |
| 112 | file=DESCRIPTOR, |
| 113 | containing_type=None, |
| 114 | fields=[ |
| 115 | _descriptor.FieldDescriptor( |
| 116 | name='device_uuid', full_name='dmi.HWComponentInfoGetRequest.device_uuid', index=0, |
| 117 | number=1, type=11, cpp_type=10, label=1, |
| 118 | has_default_value=False, default_value=None, |
| 119 | message_type=None, enum_type=None, containing_type=None, |
| 120 | is_extension=False, extension_scope=None, |
| 121 | serialized_options=None, file=DESCRIPTOR), |
| 122 | _descriptor.FieldDescriptor( |
| 123 | name='component_uuid', full_name='dmi.HWComponentInfoGetRequest.component_uuid', index=1, |
| 124 | number=2, type=11, cpp_type=10, label=1, |
| 125 | has_default_value=False, default_value=None, |
| 126 | message_type=None, enum_type=None, containing_type=None, |
| 127 | is_extension=False, extension_scope=None, |
| 128 | serialized_options=None, file=DESCRIPTOR), |
| 129 | _descriptor.FieldDescriptor( |
| 130 | name='component_name', full_name='dmi.HWComponentInfoGetRequest.component_name', index=2, |
| 131 | number=3, type=9, cpp_type=9, label=1, |
| 132 | has_default_value=False, default_value=_b("").decode('utf-8'), |
| 133 | message_type=None, enum_type=None, containing_type=None, |
| 134 | is_extension=False, extension_scope=None, |
| 135 | serialized_options=None, file=DESCRIPTOR), |
| 136 | ], |
| 137 | extensions=[ |
| 138 | ], |
| 139 | nested_types=[], |
| 140 | enum_types=[ |
| 141 | ], |
| 142 | serialized_options=None, |
| 143 | is_extendable=False, |
| 144 | syntax='proto3', |
| 145 | extension_ranges=[], |
| 146 | oneofs=[ |
| 147 | ], |
| 148 | serialized_start=254, |
| 149 | serialized_end=372, |
| 150 | ) |
| 151 | |
| 152 | |
| 153 | _HWCOMPONENTINFOSETREQUEST = _descriptor.Descriptor( |
| 154 | name='HWComponentInfoSetRequest', |
| 155 | full_name='dmi.HWComponentInfoSetRequest', |
| 156 | filename=None, |
| 157 | file=DESCRIPTOR, |
| 158 | containing_type=None, |
| 159 | fields=[ |
| 160 | _descriptor.FieldDescriptor( |
| 161 | name='device_uuid', full_name='dmi.HWComponentInfoSetRequest.device_uuid', index=0, |
| 162 | number=1, type=11, cpp_type=10, label=1, |
| 163 | has_default_value=False, default_value=None, |
| 164 | message_type=None, enum_type=None, containing_type=None, |
| 165 | is_extension=False, extension_scope=None, |
| 166 | serialized_options=None, file=DESCRIPTOR), |
| 167 | _descriptor.FieldDescriptor( |
| 168 | name='component_uuid', full_name='dmi.HWComponentInfoSetRequest.component_uuid', index=1, |
| 169 | number=2, type=11, cpp_type=10, label=1, |
| 170 | has_default_value=False, default_value=None, |
| 171 | message_type=None, enum_type=None, containing_type=None, |
| 172 | is_extension=False, extension_scope=None, |
| 173 | serialized_options=None, file=DESCRIPTOR), |
| 174 | _descriptor.FieldDescriptor( |
| 175 | name='component_name', full_name='dmi.HWComponentInfoSetRequest.component_name', index=2, |
| 176 | number=3, type=9, cpp_type=9, label=1, |
| 177 | has_default_value=False, default_value=_b("").decode('utf-8'), |
| 178 | message_type=None, enum_type=None, containing_type=None, |
| 179 | is_extension=False, extension_scope=None, |
| 180 | serialized_options=None, file=DESCRIPTOR), |
| 181 | _descriptor.FieldDescriptor( |
| 182 | name='changes', full_name='dmi.HWComponentInfoSetRequest.changes', index=3, |
| 183 | number=4, type=11, cpp_type=10, label=1, |
| 184 | has_default_value=False, default_value=None, |
| 185 | message_type=None, enum_type=None, containing_type=None, |
| 186 | is_extension=False, extension_scope=None, |
| 187 | serialized_options=None, file=DESCRIPTOR), |
| 188 | ], |
| 189 | extensions=[ |
| 190 | ], |
| 191 | nested_types=[], |
| 192 | enum_types=[ |
| 193 | ], |
| 194 | serialized_options=None, |
| 195 | is_extendable=False, |
| 196 | syntax='proto3', |
| 197 | extension_ranges=[], |
| 198 | oneofs=[ |
| 199 | ], |
| 200 | serialized_start=375, |
| 201 | serialized_end=536, |
| 202 | ) |
| 203 | |
| 204 | |
| 205 | _HWCOMPONENTINFOSETRESPONSE = _descriptor.Descriptor( |
| 206 | name='HWComponentInfoSetResponse', |
| 207 | full_name='dmi.HWComponentInfoSetResponse', |
| 208 | filename=None, |
| 209 | file=DESCRIPTOR, |
| 210 | containing_type=None, |
| 211 | fields=[ |
| 212 | _descriptor.FieldDescriptor( |
| 213 | name='status', full_name='dmi.HWComponentInfoSetResponse.status', index=0, |
| 214 | number=1, type=14, cpp_type=8, label=1, |
| 215 | has_default_value=False, default_value=0, |
| 216 | message_type=None, enum_type=None, containing_type=None, |
| 217 | is_extension=False, extension_scope=None, |
| 218 | serialized_options=None, file=DESCRIPTOR), |
| 219 | _descriptor.FieldDescriptor( |
| 220 | name='reason', full_name='dmi.HWComponentInfoSetResponse.reason', index=1, |
| 221 | number=2, type=14, cpp_type=8, label=1, |
| 222 | has_default_value=False, default_value=0, |
| 223 | message_type=None, enum_type=None, containing_type=None, |
| 224 | is_extension=False, extension_scope=None, |
| 225 | serialized_options=None, file=DESCRIPTOR), |
| 226 | ], |
| 227 | extensions=[ |
| 228 | ], |
| 229 | nested_types=[], |
| 230 | enum_types=[ |
| 231 | ], |
| 232 | serialized_options=None, |
| 233 | is_extendable=False, |
| 234 | syntax='proto3', |
| 235 | extension_ranges=[], |
| 236 | oneofs=[ |
| 237 | ], |
| 238 | serialized_start=538, |
| 239 | serialized_end=624, |
| 240 | ) |
| 241 | |
| 242 | |
| 243 | _STARTMANAGINGDEVICERESPONSE = _descriptor.Descriptor( |
| 244 | name='StartManagingDeviceResponse', |
| 245 | full_name='dmi.StartManagingDeviceResponse', |
| 246 | filename=None, |
| 247 | file=DESCRIPTOR, |
| 248 | containing_type=None, |
| 249 | fields=[ |
| 250 | _descriptor.FieldDescriptor( |
| 251 | name='status', full_name='dmi.StartManagingDeviceResponse.status', index=0, |
| 252 | number=1, type=14, cpp_type=8, label=1, |
| 253 | has_default_value=False, default_value=0, |
| 254 | message_type=None, enum_type=None, containing_type=None, |
| 255 | is_extension=False, extension_scope=None, |
| 256 | serialized_options=None, file=DESCRIPTOR), |
| 257 | _descriptor.FieldDescriptor( |
| 258 | name='reason', full_name='dmi.StartManagingDeviceResponse.reason', index=1, |
| 259 | number=2, type=14, cpp_type=8, label=1, |
| 260 | has_default_value=False, default_value=0, |
| 261 | message_type=None, enum_type=None, containing_type=None, |
| 262 | is_extension=False, extension_scope=None, |
| 263 | serialized_options=None, file=DESCRIPTOR), |
| 264 | _descriptor.FieldDescriptor( |
| 265 | name='device_uuid', full_name='dmi.StartManagingDeviceResponse.device_uuid', index=2, |
| 266 | number=3, type=11, cpp_type=10, label=1, |
| 267 | has_default_value=False, default_value=None, |
| 268 | message_type=None, enum_type=None, containing_type=None, |
| 269 | is_extension=False, extension_scope=None, |
| 270 | serialized_options=None, file=DESCRIPTOR), |
| 271 | ], |
| 272 | extensions=[ |
| 273 | ], |
| 274 | nested_types=[], |
| 275 | enum_types=[ |
| 276 | ], |
| 277 | serialized_options=None, |
| 278 | is_extendable=False, |
| 279 | syntax='proto3', |
| 280 | extension_ranges=[], |
| 281 | oneofs=[ |
| 282 | ], |
| 283 | serialized_start=626, |
| 284 | serialized_end=745, |
| 285 | ) |
| 286 | |
| 287 | |
| 288 | _STOPMANAGINGDEVICEREQUEST = _descriptor.Descriptor( |
| 289 | name='StopManagingDeviceRequest', |
| 290 | full_name='dmi.StopManagingDeviceRequest', |
| 291 | filename=None, |
| 292 | file=DESCRIPTOR, |
| 293 | containing_type=None, |
| 294 | fields=[ |
| 295 | _descriptor.FieldDescriptor( |
| 296 | name='name', full_name='dmi.StopManagingDeviceRequest.name', index=0, |
| 297 | number=1, type=9, cpp_type=9, label=1, |
| 298 | has_default_value=False, default_value=_b("").decode('utf-8'), |
| 299 | message_type=None, enum_type=None, containing_type=None, |
| 300 | is_extension=False, extension_scope=None, |
| 301 | serialized_options=None, file=DESCRIPTOR), |
| 302 | ], |
| 303 | extensions=[ |
| 304 | ], |
| 305 | nested_types=[], |
| 306 | enum_types=[ |
| 307 | ], |
| 308 | serialized_options=None, |
| 309 | is_extendable=False, |
| 310 | syntax='proto3', |
| 311 | extension_ranges=[], |
| 312 | oneofs=[ |
| 313 | ], |
| 314 | serialized_start=747, |
| 315 | serialized_end=788, |
| 316 | ) |
| 317 | |
| 318 | |
| 319 | _STOPMANAGINGDEVICERESPONSE = _descriptor.Descriptor( |
| 320 | name='StopManagingDeviceResponse', |
| 321 | full_name='dmi.StopManagingDeviceResponse', |
| 322 | filename=None, |
| 323 | file=DESCRIPTOR, |
| 324 | containing_type=None, |
| 325 | fields=[ |
| 326 | _descriptor.FieldDescriptor( |
| 327 | name='status', full_name='dmi.StopManagingDeviceResponse.status', index=0, |
| 328 | number=1, type=14, cpp_type=8, label=1, |
| 329 | has_default_value=False, default_value=0, |
| 330 | message_type=None, enum_type=None, containing_type=None, |
| 331 | is_extension=False, extension_scope=None, |
| 332 | serialized_options=None, file=DESCRIPTOR), |
| 333 | _descriptor.FieldDescriptor( |
| 334 | name='reason', full_name='dmi.StopManagingDeviceResponse.reason', index=1, |
| 335 | number=2, type=14, cpp_type=8, label=1, |
| 336 | has_default_value=False, default_value=0, |
| 337 | message_type=None, enum_type=None, containing_type=None, |
| 338 | is_extension=False, extension_scope=None, |
| 339 | serialized_options=None, file=DESCRIPTOR), |
| 340 | ], |
| 341 | extensions=[ |
| 342 | ], |
| 343 | nested_types=[], |
| 344 | enum_types=[ |
| 345 | ], |
| 346 | serialized_options=None, |
| 347 | is_extendable=False, |
| 348 | syntax='proto3', |
| 349 | extension_ranges=[], |
| 350 | oneofs=[ |
| 351 | ], |
| 352 | serialized_start=790, |
| 353 | serialized_end=876, |
| 354 | ) |
| 355 | |
| 356 | _PHYSICALINVENTORYREQUEST.fields_by_name['device_uuid'].message_type = dmi_dot_hw__pb2._UUID |
| 357 | _PHYSICALINVENTORYRESPONSE.fields_by_name['status'].enum_type = dmi_dot_commons__pb2._STATUS |
| 358 | _PHYSICALINVENTORYRESPONSE.fields_by_name['reason'].enum_type = dmi_dot_commons__pb2._REASON |
| 359 | _PHYSICALINVENTORYRESPONSE.fields_by_name['inventory'].message_type = dmi_dot_hw__pb2._HARDWARE |
| 360 | _HWCOMPONENTINFOGETREQUEST.fields_by_name['device_uuid'].message_type = dmi_dot_hw__pb2._UUID |
| 361 | _HWCOMPONENTINFOGETREQUEST.fields_by_name['component_uuid'].message_type = dmi_dot_hw__pb2._UUID |
| 362 | _HWCOMPONENTINFOSETREQUEST.fields_by_name['device_uuid'].message_type = dmi_dot_hw__pb2._UUID |
| 363 | _HWCOMPONENTINFOSETREQUEST.fields_by_name['component_uuid'].message_type = dmi_dot_hw__pb2._UUID |
| 364 | _HWCOMPONENTINFOSETREQUEST.fields_by_name['changes'].message_type = dmi_dot_hw__pb2._MODIFIABLECOMPONENT |
| 365 | _HWCOMPONENTINFOSETRESPONSE.fields_by_name['status'].enum_type = dmi_dot_commons__pb2._STATUS |
| 366 | _HWCOMPONENTINFOSETRESPONSE.fields_by_name['reason'].enum_type = dmi_dot_commons__pb2._REASON |
| 367 | _STARTMANAGINGDEVICERESPONSE.fields_by_name['status'].enum_type = dmi_dot_commons__pb2._STATUS |
| 368 | _STARTMANAGINGDEVICERESPONSE.fields_by_name['reason'].enum_type = dmi_dot_commons__pb2._REASON |
| 369 | _STARTMANAGINGDEVICERESPONSE.fields_by_name['device_uuid'].message_type = dmi_dot_hw__pb2._UUID |
| 370 | _STOPMANAGINGDEVICERESPONSE.fields_by_name['status'].enum_type = dmi_dot_commons__pb2._STATUS |
| 371 | _STOPMANAGINGDEVICERESPONSE.fields_by_name['reason'].enum_type = dmi_dot_commons__pb2._REASON |
| 372 | DESCRIPTOR.message_types_by_name['PhysicalInventoryRequest'] = _PHYSICALINVENTORYREQUEST |
| 373 | DESCRIPTOR.message_types_by_name['PhysicalInventoryResponse'] = _PHYSICALINVENTORYRESPONSE |
| 374 | DESCRIPTOR.message_types_by_name['HWComponentInfoGetRequest'] = _HWCOMPONENTINFOGETREQUEST |
| 375 | DESCRIPTOR.message_types_by_name['HWComponentInfoSetRequest'] = _HWCOMPONENTINFOSETREQUEST |
| 376 | DESCRIPTOR.message_types_by_name['HWComponentInfoSetResponse'] = _HWCOMPONENTINFOSETRESPONSE |
| 377 | DESCRIPTOR.message_types_by_name['StartManagingDeviceResponse'] = _STARTMANAGINGDEVICERESPONSE |
| 378 | DESCRIPTOR.message_types_by_name['StopManagingDeviceRequest'] = _STOPMANAGINGDEVICEREQUEST |
| 379 | DESCRIPTOR.message_types_by_name['StopManagingDeviceResponse'] = _STOPMANAGINGDEVICERESPONSE |
| 380 | _sym_db.RegisterFileDescriptor(DESCRIPTOR) |
| 381 | |
| 382 | PhysicalInventoryRequest = _reflection.GeneratedProtocolMessageType('PhysicalInventoryRequest', (_message.Message,), dict( |
| 383 | DESCRIPTOR = _PHYSICALINVENTORYREQUEST, |
| 384 | __module__ = 'dmi.hw_management_service_pb2' |
| 385 | # @@protoc_insertion_point(class_scope:dmi.PhysicalInventoryRequest) |
| 386 | )) |
| 387 | _sym_db.RegisterMessage(PhysicalInventoryRequest) |
| 388 | |
| 389 | PhysicalInventoryResponse = _reflection.GeneratedProtocolMessageType('PhysicalInventoryResponse', (_message.Message,), dict( |
| 390 | DESCRIPTOR = _PHYSICALINVENTORYRESPONSE, |
| 391 | __module__ = 'dmi.hw_management_service_pb2' |
| 392 | # @@protoc_insertion_point(class_scope:dmi.PhysicalInventoryResponse) |
| 393 | )) |
| 394 | _sym_db.RegisterMessage(PhysicalInventoryResponse) |
| 395 | |
| 396 | HWComponentInfoGetRequest = _reflection.GeneratedProtocolMessageType('HWComponentInfoGetRequest', (_message.Message,), dict( |
| 397 | DESCRIPTOR = _HWCOMPONENTINFOGETREQUEST, |
| 398 | __module__ = 'dmi.hw_management_service_pb2' |
| 399 | # @@protoc_insertion_point(class_scope:dmi.HWComponentInfoGetRequest) |
| 400 | )) |
| 401 | _sym_db.RegisterMessage(HWComponentInfoGetRequest) |
| 402 | |
| 403 | HWComponentInfoSetRequest = _reflection.GeneratedProtocolMessageType('HWComponentInfoSetRequest', (_message.Message,), dict( |
| 404 | DESCRIPTOR = _HWCOMPONENTINFOSETREQUEST, |
| 405 | __module__ = 'dmi.hw_management_service_pb2' |
| 406 | # @@protoc_insertion_point(class_scope:dmi.HWComponentInfoSetRequest) |
| 407 | )) |
| 408 | _sym_db.RegisterMessage(HWComponentInfoSetRequest) |
| 409 | |
| 410 | HWComponentInfoSetResponse = _reflection.GeneratedProtocolMessageType('HWComponentInfoSetResponse', (_message.Message,), dict( |
| 411 | DESCRIPTOR = _HWCOMPONENTINFOSETRESPONSE, |
| 412 | __module__ = 'dmi.hw_management_service_pb2' |
| 413 | # @@protoc_insertion_point(class_scope:dmi.HWComponentInfoSetResponse) |
| 414 | )) |
| 415 | _sym_db.RegisterMessage(HWComponentInfoSetResponse) |
| 416 | |
| 417 | StartManagingDeviceResponse = _reflection.GeneratedProtocolMessageType('StartManagingDeviceResponse', (_message.Message,), dict( |
| 418 | DESCRIPTOR = _STARTMANAGINGDEVICERESPONSE, |
| 419 | __module__ = 'dmi.hw_management_service_pb2' |
| 420 | # @@protoc_insertion_point(class_scope:dmi.StartManagingDeviceResponse) |
| 421 | )) |
| 422 | _sym_db.RegisterMessage(StartManagingDeviceResponse) |
| 423 | |
| 424 | StopManagingDeviceRequest = _reflection.GeneratedProtocolMessageType('StopManagingDeviceRequest', (_message.Message,), dict( |
| 425 | DESCRIPTOR = _STOPMANAGINGDEVICEREQUEST, |
| 426 | __module__ = 'dmi.hw_management_service_pb2' |
| 427 | # @@protoc_insertion_point(class_scope:dmi.StopManagingDeviceRequest) |
| 428 | )) |
| 429 | _sym_db.RegisterMessage(StopManagingDeviceRequest) |
| 430 | |
| 431 | StopManagingDeviceResponse = _reflection.GeneratedProtocolMessageType('StopManagingDeviceResponse', (_message.Message,), dict( |
| 432 | DESCRIPTOR = _STOPMANAGINGDEVICERESPONSE, |
| 433 | __module__ = 'dmi.hw_management_service_pb2' |
| 434 | # @@protoc_insertion_point(class_scope:dmi.StopManagingDeviceResponse) |
| 435 | )) |
| 436 | _sym_db.RegisterMessage(StopManagingDeviceResponse) |
| 437 | |
| 438 | |
| 439 | DESCRIPTOR._options = None |
| 440 | |
| 441 | _NATIVEHWMANAGEMENTSERVICE = _descriptor.ServiceDescriptor( |
| 442 | name='NativeHWManagementService', |
| 443 | full_name='dmi.NativeHWManagementService', |
| 444 | file=DESCRIPTOR, |
| 445 | index=0, |
| 446 | serialized_options=None, |
| 447 | serialized_start=879, |
| 448 | serialized_end=1326, |
| 449 | methods=[ |
| 450 | _descriptor.MethodDescriptor( |
| 451 | name='StartManagingDevice', |
| 452 | full_name='dmi.NativeHWManagementService.StartManagingDevice', |
| 453 | index=0, |
| 454 | containing_service=None, |
| 455 | input_type=dmi_dot_hw__pb2._MODIFIABLECOMPONENT, |
| 456 | output_type=_STARTMANAGINGDEVICERESPONSE, |
| 457 | serialized_options=None, |
| 458 | ), |
| 459 | _descriptor.MethodDescriptor( |
| 460 | name='StopManagingDevice', |
| 461 | full_name='dmi.NativeHWManagementService.StopManagingDevice', |
| 462 | index=1, |
| 463 | containing_service=None, |
| 464 | input_type=_STOPMANAGINGDEVICEREQUEST, |
| 465 | output_type=_STOPMANAGINGDEVICERESPONSE, |
| 466 | serialized_options=None, |
| 467 | ), |
| 468 | _descriptor.MethodDescriptor( |
| 469 | name='GetPhysicalInventory', |
| 470 | full_name='dmi.NativeHWManagementService.GetPhysicalInventory', |
| 471 | index=2, |
| 472 | containing_service=None, |
| 473 | input_type=_PHYSICALINVENTORYREQUEST, |
| 474 | output_type=_PHYSICALINVENTORYRESPONSE, |
| 475 | serialized_options=None, |
| 476 | ), |
| 477 | _descriptor.MethodDescriptor( |
| 478 | name='GetHWComponentInfo', |
| 479 | full_name='dmi.NativeHWManagementService.GetHWComponentInfo', |
| 480 | index=3, |
| 481 | containing_service=None, |
| 482 | input_type=_HWCOMPONENTINFOGETREQUEST, |
| 483 | output_type=dmi_dot_hw__pb2._COMPONENT, |
| 484 | serialized_options=None, |
| 485 | ), |
| 486 | _descriptor.MethodDescriptor( |
| 487 | name='SetHWComponentInfo', |
| 488 | full_name='dmi.NativeHWManagementService.SetHWComponentInfo', |
| 489 | index=4, |
| 490 | containing_service=None, |
| 491 | input_type=_HWCOMPONENTINFOSETREQUEST, |
| 492 | output_type=_HWCOMPONENTINFOSETRESPONSE, |
| 493 | serialized_options=None, |
| 494 | ), |
| 495 | ]) |
| 496 | _sym_db.RegisterServiceDescriptor(_NATIVEHWMANAGEMENTSERVICE) |
| 497 | |
| 498 | DESCRIPTOR.services_by_name['NativeHWManagementService'] = _NATIVEHWMANAGEMENTSERVICE |
| 499 | |
| 500 | # @@protoc_insertion_point(module_scope) |