| # -*- coding: utf-8 -*- |
| # Generated by the protocol buffer compiler. DO NOT EDIT! |
| # source: dmi/hw_management_service.proto |
| """Generated protocol buffer code.""" |
| from google.protobuf import descriptor as _descriptor |
| from google.protobuf import message as _message |
| from google.protobuf import reflection as _reflection |
| from google.protobuf import symbol_database as _symbol_database |
| # @@protoc_insertion_point(imports) |
| |
| _sym_db = _symbol_database.Default() |
| |
| |
| from dmi import commons_pb2 as dmi_dot_commons__pb2 |
| from dmi import hw_pb2 as dmi_dot_hw__pb2 |
| from google.protobuf import empty_pb2 as google_dot_protobuf_dot_empty__pb2 |
| |
| |
| DESCRIPTOR = _descriptor.FileDescriptor( |
| name='dmi/hw_management_service.proto', |
| package='dmi', |
| syntax='proto3', |
| serialized_options=b'Z9github.com/opencord/device-management-interface/v3/go/dmi', |
| create_key=_descriptor._internal_create_key, |
| serialized_pb=b'\n\x1f\x64mi/hw_management_service.proto\x12\x03\x64mi\x1a\x11\x64mi/commons.proto\x1a\x0c\x64mi/hw.proto\x1a\x1bgoogle/protobuf/empty.proto\":\n\x18PhysicalInventoryRequest\x12\x1e\n\x0b\x64\x65vice_uuid\x18\x01 \x01(\x0b\x32\t.dmi.Uuid\"\x88\x02\n\x19PhysicalInventoryResponse\x12\x1b\n\x06status\x18\x01 \x01(\x0e\x32\x0b.dmi.Status\x12\x35\n\x06reason\x18\x02 \x01(\x0e\x32%.dmi.PhysicalInventoryResponse.Reason\x12 \n\tinventory\x18\x03 \x01(\x0b\x32\r.dmi.Hardware\x12\x15\n\rreason_detail\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\"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\"\xa2\x02\n\x1aHWComponentInfoGetResponse\x12\x1b\n\x06status\x18\x01 \x01(\x0e\x32\x0b.dmi.Status\x12\x36\n\x06reason\x18\x02 \x01(\x0e\x32&.dmi.HWComponentInfoGetResponse.Reason\x12!\n\tcomponent\x18\x03 \x01(\x0b\x32\x0e.dmi.Component\x12\x15\n\rreason_detail\x18\x04 \x01(\t\"u\n\x06Reason\x12\x14\n\x10UNDEFINED_REASON\x10\x00\x12\x12\n\x0eUNKNOWN_DEVICE\x10\x01\x12\x15\n\x11UNKNOWN_COMPONENT\x10\x02\x12\x12\n\x0eINTERNAL_ERROR\x10\x03\x12\x16\n\x12\x44\x45VICE_UNREACHABLE\x10\x04\"\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\"\x94\x02\n\x1aHWComponentInfoSetResponse\x12\x1b\n\x06status\x18\x01 \x01(\x0e\x32\x0b.dmi.Status\x12\x36\n\x06reason\x18\x02 \x01(\x0e\x32&.dmi.HWComponentInfoSetResponse.Reason\x12\x15\n\rreason_detail\x18\x03 \x01(\t\"\x89\x01\n\x06Reason\x12\x14\n\x10UNDEFINED_REASON\x10\x00\x12\x12\n\x0eUNKNOWN_DEVICE\x10\x01\x12\x15\n\x11UNKNOWN_COMPONENT\x10\x02\x12\x12\n\x0eINVALID_PARAMS\x10\x03\x12\x12\n\x0eINTERNAL_ERROR\x10\x04\x12\x16\n\x12\x44\x45VICE_UNREACHABLE\x10\x05\"\xb2\x02\n\x1bStartManagingDeviceResponse\x12\x1b\n\x06status\x18\x01 \x01(\x0e\x32\x0b.dmi.Status\x12\x37\n\x06reason\x18\x02 \x01(\x0e\x32\'.dmi.StartManagingDeviceResponse.Reason\x12\x1e\n\x0b\x64\x65vice_uuid\x18\x03 \x01(\x0b\x32\t.dmi.Uuid\x12\x15\n\rreason_detail\x18\x04 \x01(\t\"\x85\x01\n\x06Reason\x12\x14\n\x10UNDEFINED_REASON\x10\x00\x12\x1a\n\x16\x44\x45VICE_ALREADY_MANAGED\x10\x01\x12!\n\x1dOPERATION_ALREADY_IN_PROGRESS\x10\x02\x12\x12\n\x0eINVALID_PARAMS\x10\x03\x12\x12\n\x0eINTERNAL_ERROR\x10\x04\")\n\x19StopManagingDeviceRequest\x12\x0c\n\x04name\x18\x01 \x01(\t\"\xbc\x01\n\x1aStopManagingDeviceResponse\x12\x1b\n\x06status\x18\x01 \x01(\x0e\x32\x0b.dmi.Status\x12\x36\n\x06reason\x18\x02 \x01(\x0e\x32&.dmi.StopManagingDeviceResponse.Reason\x12\x15\n\rreason_detail\x18\x03 \x01(\t\"2\n\x06Reason\x12\x14\n\x10UNDEFINED_REASON\x10\x00\x12\x12\n\x0eUNKNOWN_DEVICE\x10\x01\"C\n\x16ManagedDevicesResponse\x12)\n\x07\x64\x65vices\x18\x01 \x03(\x0b\x32\x18.dmi.ModifiableComponent\"o\n\x19SetLoggingEndpointRequest\x12\x1e\n\x0b\x64\x65vice_uuid\x18\x01 \x01(\x0b\x32\t.dmi.Uuid\x12\x18\n\x10logging_endpoint\x18\x02 \x01(\t\x12\x18\n\x10logging_protocol\x18\x03 \x01(\t\"\xc3\x02\n\x19SetRemoteEndpointResponse\x12\x1b\n\x06status\x18\x01 \x01(\x0e\x32\x0b.dmi.Status\x12\x35\n\x06reason\x18\x02 \x01(\x0e\x32%.dmi.SetRemoteEndpointResponse.Reason\x12\x15\n\rreason_detail\x18\x03 \x01(\t\"\xba\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\x1a\n\x16LOGGING_ENDPOINT_ERROR\x10\x03\x12#\n\x1fLOGGING_ENDPOINT_PROTOCOL_ERROR\x10\x04\x12\x19\n\x15MSGBUS_ENDPOINT_ERROR\x10\x05\x12\x16\n\x12\x44\x45VICE_UNREACHABLE\x10\x06\"\x9c\x02\n\x1aGetLoggingEndpointResponse\x12\x1b\n\x06status\x18\x01 \x01(\x0e\x32\x0b.dmi.Status\x12\x36\n\x06reason\x18\x02 \x01(\x0e\x32&.dmi.GetLoggingEndpointResponse.Reason\x12\x18\n\x10logging_endpoint\x18\x03 \x01(\t\x12\x18\n\x10logging_protocol\x18\x04 \x01(\t\x12\x15\n\rreason_detail\x18\x05 \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\"3\n\x18SetMsgBusEndpointRequest\x12\x17\n\x0fmsgbus_endpoint\x18\x01 \x01(\t\"\xeb\x01\n\x19GetMsgBusEndpointResponse\x12\x1b\n\x06status\x18\x01 \x01(\x0e\x32\x0b.dmi.Status\x12\x35\n\x06reason\x18\x02 \x01(\x0e\x32%.dmi.GetMsgBusEndpointResponse.Reason\x12\x17\n\x0fmsgbus_endpoint\x18\x03 \x01(\t\x12\x15\n\rreason_detail\x18\x04 \x01(\t\"J\n\x06Reason\x12\x14\n\x10UNDEFINED_REASON\x10\x00\x12\x12\n\x0eINTERNAL_ERROR\x10\x01\x12\x16\n\x12\x44\x45VICE_UNREACHABLE\x10\x02\"E\n\x10\x45ntitiesLogLevel\x12\x1f\n\x08logLevel\x18\x01 \x01(\x0e\x32\r.dmi.LogLevel\x12\x10\n\x08\x65ntities\x18\x02 \x03(\t\"^\n\x12SetLogLevelRequest\x12\x1e\n\x0b\x64\x65vice_uuid\x18\x01 \x01(\x0b\x32\t.dmi.Uuid\x12(\n\tloglevels\x18\x02 \x03(\x0b\x32\x15.dmi.EntitiesLogLevel\"\x92\x02\n\x13SetLogLevelResponse\x12\x1e\n\x0b\x64\x65vice_uuid\x18\x01 \x01(\x0b\x32\t.dmi.Uuid\x12\x1b\n\x06status\x18\x02 \x01(\x0e\x32\x0b.dmi.Status\x12/\n\x06reason\x18\x03 \x01(\x0e\x32\x1f.dmi.SetLogLevelResponse.Reason\x12\x15\n\rreason_detail\x18\x04 \x01(\t\"v\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\x12UNKNOWN_LOG_ENTITY\x10\x03\x12\x16\n\x12\x44\x45VICE_UNREACHABLE\x10\x04\"F\n\x12GetLogLevelRequest\x12\x1e\n\x0b\x64\x65vice_uuid\x18\x01 \x01(\x0b\x32\t.dmi.Uuid\x12\x10\n\x08\x65ntities\x18\x02 \x03(\t\"\xbc\x02\n\x13GetLogLevelResponse\x12\x1e\n\x0b\x64\x65vice_uuid\x18\x01 \x01(\x0b\x32\t.dmi.Uuid\x12(\n\tlogLevels\x18\x02 \x03(\x0b\x32\x15.dmi.EntitiesLogLevel\x12\x1b\n\x06status\x18\x03 \x01(\x0e\x32\x0b.dmi.Status\x12/\n\x06reason\x18\x04 \x01(\x0e\x32\x1f.dmi.GetLogLevelResponse.Reason\x12\x15\n\rreason_detail\x18\x05 \x01(\t\"v\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\x12UNKNOWN_LOG_ENTITY\x10\x03\x12\x16\n\x12\x44\x45VICE_UNREACHABLE\x10\x04\"<\n\x1aGetLoggableEntitiesRequest\x12\x1e\n\x0b\x64\x65vice_uuid\x18\x01 \x01(\x0b\x32\t.dmi.Uuid2\xaf\x08\n\x19NativeHWManagementService\x12S\n\x13StartManagingDevice\x12\x18.dmi.ModifiableComponent\x1a .dmi.StartManagingDeviceResponse0\x01\x12U\n\x12StopManagingDevice\x12\x1e.dmi.StopManagingDeviceRequest\x1a\x1f.dmi.StopManagingDeviceResponse\x12H\n\x11GetManagedDevices\x12\x16.google.protobuf.Empty\x1a\x1b.dmi.ManagedDevicesResponse\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.HWComponentInfoSetResponse\x12T\n\x12SetLoggingEndpoint\x12\x1e.dmi.SetLoggingEndpointRequest\x1a\x1e.dmi.SetRemoteEndpointResponse\x12\x46\n\x12GetLoggingEndpoint\x12\x0f.dmi.HardwareID\x1a\x1f.dmi.GetLoggingEndpointResponse\x12R\n\x11SetMsgBusEndpoint\x12\x1d.dmi.SetMsgBusEndpointRequest\x1a\x1e.dmi.SetRemoteEndpointResponse\x12K\n\x11GetMsgBusEndpoint\x12\x16.google.protobuf.Empty\x1a\x1e.dmi.GetMsgBusEndpointResponse\x12P\n\x13GetLoggableEntities\x12\x1f.dmi.GetLoggableEntitiesRequest\x1a\x18.dmi.GetLogLevelResponse\x12@\n\x0bSetLogLevel\x12\x17.dmi.SetLogLevelRequest\x1a\x18.dmi.SetLogLevelResponse\x12@\n\x0bGetLogLevel\x12\x17.dmi.GetLogLevelRequest\x1a\x18.dmi.GetLogLevelResponseB;Z9github.com/opencord/device-management-interface/v3/go/dmib\x06proto3' |
| , |
| dependencies=[dmi_dot_commons__pb2.DESCRIPTOR,dmi_dot_hw__pb2.DESCRIPTOR,google_dot_protobuf_dot_empty__pb2.DESCRIPTOR,]) |
| |
| |
| |
| _PHYSICALINVENTORYRESPONSE_REASON = _descriptor.EnumDescriptor( |
| name='Reason', |
| full_name='dmi.PhysicalInventoryResponse.Reason', |
| filename=None, |
| file=DESCRIPTOR, |
| create_key=_descriptor._internal_create_key, |
| values=[ |
| _descriptor.EnumValueDescriptor( |
| name='UNDEFINED_REASON', index=0, number=0, |
| serialized_options=None, |
| type=None, |
| create_key=_descriptor._internal_create_key), |
| _descriptor.EnumValueDescriptor( |
| name='UNKNOWN_DEVICE', index=1, number=1, |
| serialized_options=None, |
| type=None, |
| create_key=_descriptor._internal_create_key), |
| _descriptor.EnumValueDescriptor( |
| name='INTERNAL_ERROR', index=2, number=2, |
| serialized_options=None, |
| type=None, |
| create_key=_descriptor._internal_create_key), |
| _descriptor.EnumValueDescriptor( |
| name='DEVICE_UNREACHABLE', index=3, number=3, |
| serialized_options=None, |
| type=None, |
| create_key=_descriptor._internal_create_key), |
| ], |
| containing_type=None, |
| serialized_options=None, |
| serialized_start=333, |
| serialized_end=427, |
| ) |
| _sym_db.RegisterEnumDescriptor(_PHYSICALINVENTORYRESPONSE_REASON) |
| |
| _HWCOMPONENTINFOGETRESPONSE_REASON = _descriptor.EnumDescriptor( |
| name='Reason', |
| full_name='dmi.HWComponentInfoGetResponse.Reason', |
| filename=None, |
| file=DESCRIPTOR, |
| create_key=_descriptor._internal_create_key, |
| values=[ |
| _descriptor.EnumValueDescriptor( |
| name='UNDEFINED_REASON', index=0, number=0, |
| serialized_options=None, |
| type=None, |
| create_key=_descriptor._internal_create_key), |
| _descriptor.EnumValueDescriptor( |
| name='UNKNOWN_DEVICE', index=1, number=1, |
| serialized_options=None, |
| type=None, |
| create_key=_descriptor._internal_create_key), |
| _descriptor.EnumValueDescriptor( |
| name='UNKNOWN_COMPONENT', index=2, number=2, |
| serialized_options=None, |
| type=None, |
| create_key=_descriptor._internal_create_key), |
| _descriptor.EnumValueDescriptor( |
| name='INTERNAL_ERROR', index=3, number=3, |
| serialized_options=None, |
| type=None, |
| create_key=_descriptor._internal_create_key), |
| _descriptor.EnumValueDescriptor( |
| name='DEVICE_UNREACHABLE', index=4, number=4, |
| serialized_options=None, |
| type=None, |
| create_key=_descriptor._internal_create_key), |
| ], |
| containing_type=None, |
| serialized_options=None, |
| serialized_start=723, |
| serialized_end=840, |
| ) |
| _sym_db.RegisterEnumDescriptor(_HWCOMPONENTINFOGETRESPONSE_REASON) |
| |
| _HWCOMPONENTINFOSETRESPONSE_REASON = _descriptor.EnumDescriptor( |
| name='Reason', |
| full_name='dmi.HWComponentInfoSetResponse.Reason', |
| filename=None, |
| file=DESCRIPTOR, |
| create_key=_descriptor._internal_create_key, |
| values=[ |
| _descriptor.EnumValueDescriptor( |
| name='UNDEFINED_REASON', index=0, number=0, |
| serialized_options=None, |
| type=None, |
| create_key=_descriptor._internal_create_key), |
| _descriptor.EnumValueDescriptor( |
| name='UNKNOWN_DEVICE', index=1, number=1, |
| serialized_options=None, |
| type=None, |
| create_key=_descriptor._internal_create_key), |
| _descriptor.EnumValueDescriptor( |
| name='UNKNOWN_COMPONENT', index=2, number=2, |
| serialized_options=None, |
| type=None, |
| create_key=_descriptor._internal_create_key), |
| _descriptor.EnumValueDescriptor( |
| name='INVALID_PARAMS', index=3, number=3, |
| serialized_options=None, |
| type=None, |
| create_key=_descriptor._internal_create_key), |
| _descriptor.EnumValueDescriptor( |
| name='INTERNAL_ERROR', index=4, number=4, |
| serialized_options=None, |
| type=None, |
| create_key=_descriptor._internal_create_key), |
| _descriptor.EnumValueDescriptor( |
| name='DEVICE_UNREACHABLE', index=5, number=5, |
| serialized_options=None, |
| type=None, |
| create_key=_descriptor._internal_create_key), |
| ], |
| containing_type=None, |
| serialized_options=None, |
| serialized_start=1146, |
| serialized_end=1283, |
| ) |
| _sym_db.RegisterEnumDescriptor(_HWCOMPONENTINFOSETRESPONSE_REASON) |
| |
| _STARTMANAGINGDEVICERESPONSE_REASON = _descriptor.EnumDescriptor( |
| name='Reason', |
| full_name='dmi.StartManagingDeviceResponse.Reason', |
| filename=None, |
| file=DESCRIPTOR, |
| create_key=_descriptor._internal_create_key, |
| values=[ |
| _descriptor.EnumValueDescriptor( |
| name='UNDEFINED_REASON', index=0, number=0, |
| serialized_options=None, |
| type=None, |
| create_key=_descriptor._internal_create_key), |
| _descriptor.EnumValueDescriptor( |
| name='DEVICE_ALREADY_MANAGED', index=1, number=1, |
| serialized_options=None, |
| type=None, |
| create_key=_descriptor._internal_create_key), |
| _descriptor.EnumValueDescriptor( |
| name='OPERATION_ALREADY_IN_PROGRESS', index=2, number=2, |
| serialized_options=None, |
| type=None, |
| create_key=_descriptor._internal_create_key), |
| _descriptor.EnumValueDescriptor( |
| name='INVALID_PARAMS', index=3, number=3, |
| serialized_options=None, |
| type=None, |
| create_key=_descriptor._internal_create_key), |
| _descriptor.EnumValueDescriptor( |
| name='INTERNAL_ERROR', index=4, number=4, |
| serialized_options=None, |
| type=None, |
| create_key=_descriptor._internal_create_key), |
| ], |
| containing_type=None, |
| serialized_options=None, |
| serialized_start=1459, |
| serialized_end=1592, |
| ) |
| _sym_db.RegisterEnumDescriptor(_STARTMANAGINGDEVICERESPONSE_REASON) |
| |
| _STOPMANAGINGDEVICERESPONSE_REASON = _descriptor.EnumDescriptor( |
| name='Reason', |
| full_name='dmi.StopManagingDeviceResponse.Reason', |
| filename=None, |
| file=DESCRIPTOR, |
| create_key=_descriptor._internal_create_key, |
| values=[ |
| _descriptor.EnumValueDescriptor( |
| name='UNDEFINED_REASON', index=0, number=0, |
| serialized_options=None, |
| type=None, |
| create_key=_descriptor._internal_create_key), |
| _descriptor.EnumValueDescriptor( |
| name='UNKNOWN_DEVICE', index=1, number=1, |
| serialized_options=None, |
| type=None, |
| create_key=_descriptor._internal_create_key), |
| ], |
| containing_type=None, |
| serialized_options=None, |
| serialized_start=333, |
| serialized_end=383, |
| ) |
| _sym_db.RegisterEnumDescriptor(_STOPMANAGINGDEVICERESPONSE_REASON) |
| |
| _SETREMOTEENDPOINTRESPONSE_REASON = _descriptor.EnumDescriptor( |
| name='Reason', |
| full_name='dmi.SetRemoteEndpointResponse.Reason', |
| filename=None, |
| file=DESCRIPTOR, |
| create_key=_descriptor._internal_create_key, |
| values=[ |
| _descriptor.EnumValueDescriptor( |
| name='UNDEFINED_REASON', index=0, number=0, |
| serialized_options=None, |
| type=None, |
| create_key=_descriptor._internal_create_key), |
| _descriptor.EnumValueDescriptor( |
| name='UNKNOWN_DEVICE', index=1, number=1, |
| serialized_options=None, |
| type=None, |
| create_key=_descriptor._internal_create_key), |
| _descriptor.EnumValueDescriptor( |
| name='INTERNAL_ERROR', index=2, number=2, |
| serialized_options=None, |
| type=None, |
| create_key=_descriptor._internal_create_key), |
| _descriptor.EnumValueDescriptor( |
| name='LOGGING_ENDPOINT_ERROR', index=3, number=3, |
| serialized_options=None, |
| type=None, |
| create_key=_descriptor._internal_create_key), |
| _descriptor.EnumValueDescriptor( |
| name='LOGGING_ENDPOINT_PROTOCOL_ERROR', index=4, number=4, |
| serialized_options=None, |
| type=None, |
| create_key=_descriptor._internal_create_key), |
| _descriptor.EnumValueDescriptor( |
| name='MSGBUS_ENDPOINT_ERROR', index=5, number=5, |
| serialized_options=None, |
| type=None, |
| create_key=_descriptor._internal_create_key), |
| _descriptor.EnumValueDescriptor( |
| name='DEVICE_UNREACHABLE', index=6, number=6, |
| serialized_options=None, |
| type=None, |
| create_key=_descriptor._internal_create_key), |
| ], |
| containing_type=None, |
| serialized_options=None, |
| serialized_start=2148, |
| serialized_end=2334, |
| ) |
| _sym_db.RegisterEnumDescriptor(_SETREMOTEENDPOINTRESPONSE_REASON) |
| |
| _GETLOGGINGENDPOINTRESPONSE_REASON = _descriptor.EnumDescriptor( |
| name='Reason', |
| full_name='dmi.GetLoggingEndpointResponse.Reason', |
| filename=None, |
| file=DESCRIPTOR, |
| create_key=_descriptor._internal_create_key, |
| values=[ |
| _descriptor.EnumValueDescriptor( |
| name='UNDEFINED_REASON', index=0, number=0, |
| serialized_options=None, |
| type=None, |
| create_key=_descriptor._internal_create_key), |
| _descriptor.EnumValueDescriptor( |
| name='UNKNOWN_DEVICE', index=1, number=1, |
| serialized_options=None, |
| type=None, |
| create_key=_descriptor._internal_create_key), |
| _descriptor.EnumValueDescriptor( |
| name='INTERNAL_ERROR', index=2, number=2, |
| serialized_options=None, |
| type=None, |
| create_key=_descriptor._internal_create_key), |
| _descriptor.EnumValueDescriptor( |
| name='DEVICE_UNREACHABLE', index=3, number=3, |
| serialized_options=None, |
| type=None, |
| create_key=_descriptor._internal_create_key), |
| ], |
| containing_type=None, |
| serialized_options=None, |
| serialized_start=333, |
| serialized_end=427, |
| ) |
| _sym_db.RegisterEnumDescriptor(_GETLOGGINGENDPOINTRESPONSE_REASON) |
| |
| _GETMSGBUSENDPOINTRESPONSE_REASON = _descriptor.EnumDescriptor( |
| name='Reason', |
| full_name='dmi.GetMsgBusEndpointResponse.Reason', |
| filename=None, |
| file=DESCRIPTOR, |
| create_key=_descriptor._internal_create_key, |
| values=[ |
| _descriptor.EnumValueDescriptor( |
| name='UNDEFINED_REASON', index=0, number=0, |
| serialized_options=None, |
| type=None, |
| create_key=_descriptor._internal_create_key), |
| _descriptor.EnumValueDescriptor( |
| name='INTERNAL_ERROR', index=1, number=1, |
| serialized_options=None, |
| type=None, |
| create_key=_descriptor._internal_create_key), |
| _descriptor.EnumValueDescriptor( |
| name='DEVICE_UNREACHABLE', index=2, number=2, |
| serialized_options=None, |
| type=None, |
| create_key=_descriptor._internal_create_key), |
| ], |
| containing_type=None, |
| serialized_options=None, |
| serialized_start=2838, |
| serialized_end=2912, |
| ) |
| _sym_db.RegisterEnumDescriptor(_GETMSGBUSENDPOINTRESPONSE_REASON) |
| |
| _SETLOGLEVELRESPONSE_REASON = _descriptor.EnumDescriptor( |
| name='Reason', |
| full_name='dmi.SetLogLevelResponse.Reason', |
| filename=None, |
| file=DESCRIPTOR, |
| create_key=_descriptor._internal_create_key, |
| values=[ |
| _descriptor.EnumValueDescriptor( |
| name='UNDEFINED_REASON', index=0, number=0, |
| serialized_options=None, |
| type=None, |
| create_key=_descriptor._internal_create_key), |
| _descriptor.EnumValueDescriptor( |
| name='UNKNOWN_DEVICE', index=1, number=1, |
| serialized_options=None, |
| type=None, |
| create_key=_descriptor._internal_create_key), |
| _descriptor.EnumValueDescriptor( |
| name='INTERNAL_ERROR', index=2, number=2, |
| serialized_options=None, |
| type=None, |
| create_key=_descriptor._internal_create_key), |
| _descriptor.EnumValueDescriptor( |
| name='UNKNOWN_LOG_ENTITY', index=3, number=3, |
| serialized_options=None, |
| type=None, |
| create_key=_descriptor._internal_create_key), |
| _descriptor.EnumValueDescriptor( |
| name='DEVICE_UNREACHABLE', index=4, number=4, |
| serialized_options=None, |
| type=None, |
| create_key=_descriptor._internal_create_key), |
| ], |
| containing_type=None, |
| serialized_options=None, |
| serialized_start=3238, |
| serialized_end=3356, |
| ) |
| _sym_db.RegisterEnumDescriptor(_SETLOGLEVELRESPONSE_REASON) |
| |
| _GETLOGLEVELRESPONSE_REASON = _descriptor.EnumDescriptor( |
| name='Reason', |
| full_name='dmi.GetLogLevelResponse.Reason', |
| filename=None, |
| file=DESCRIPTOR, |
| create_key=_descriptor._internal_create_key, |
| values=[ |
| _descriptor.EnumValueDescriptor( |
| name='UNDEFINED_REASON', index=0, number=0, |
| serialized_options=None, |
| type=None, |
| create_key=_descriptor._internal_create_key), |
| _descriptor.EnumValueDescriptor( |
| name='UNKNOWN_DEVICE', index=1, number=1, |
| serialized_options=None, |
| type=None, |
| create_key=_descriptor._internal_create_key), |
| _descriptor.EnumValueDescriptor( |
| name='INTERNAL_ERROR', index=2, number=2, |
| serialized_options=None, |
| type=None, |
| create_key=_descriptor._internal_create_key), |
| _descriptor.EnumValueDescriptor( |
| name='UNKNOWN_LOG_ENTITY', index=3, number=3, |
| serialized_options=None, |
| type=None, |
| create_key=_descriptor._internal_create_key), |
| _descriptor.EnumValueDescriptor( |
| name='DEVICE_UNREACHABLE', index=4, number=4, |
| serialized_options=None, |
| type=None, |
| create_key=_descriptor._internal_create_key), |
| ], |
| containing_type=None, |
| serialized_options=None, |
| serialized_start=3238, |
| serialized_end=3356, |
| ) |
| _sym_db.RegisterEnumDescriptor(_GETLOGLEVELRESPONSE_REASON) |
| |
| |
| _PHYSICALINVENTORYREQUEST = _descriptor.Descriptor( |
| name='PhysicalInventoryRequest', |
| full_name='dmi.PhysicalInventoryRequest', |
| filename=None, |
| file=DESCRIPTOR, |
| containing_type=None, |
| create_key=_descriptor._internal_create_key, |
| fields=[ |
| _descriptor.FieldDescriptor( |
| name='device_uuid', full_name='dmi.PhysicalInventoryRequest.device_uuid', index=0, |
| number=1, type=11, cpp_type=10, label=1, |
| has_default_value=False, default_value=None, |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| ], |
| extensions=[ |
| ], |
| nested_types=[], |
| enum_types=[ |
| ], |
| serialized_options=None, |
| is_extendable=False, |
| syntax='proto3', |
| extension_ranges=[], |
| oneofs=[ |
| ], |
| serialized_start=102, |
| serialized_end=160, |
| ) |
| |
| |
| _PHYSICALINVENTORYRESPONSE = _descriptor.Descriptor( |
| name='PhysicalInventoryResponse', |
| full_name='dmi.PhysicalInventoryResponse', |
| filename=None, |
| file=DESCRIPTOR, |
| containing_type=None, |
| create_key=_descriptor._internal_create_key, |
| fields=[ |
| _descriptor.FieldDescriptor( |
| name='status', full_name='dmi.PhysicalInventoryResponse.status', index=0, |
| number=1, type=14, cpp_type=8, label=1, |
| has_default_value=False, default_value=0, |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| _descriptor.FieldDescriptor( |
| name='reason', full_name='dmi.PhysicalInventoryResponse.reason', index=1, |
| number=2, type=14, cpp_type=8, label=1, |
| has_default_value=False, default_value=0, |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| _descriptor.FieldDescriptor( |
| name='inventory', full_name='dmi.PhysicalInventoryResponse.inventory', index=2, |
| number=3, type=11, cpp_type=10, label=1, |
| has_default_value=False, default_value=None, |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| _descriptor.FieldDescriptor( |
| name='reason_detail', full_name='dmi.PhysicalInventoryResponse.reason_detail', index=3, |
| number=4, type=9, cpp_type=9, label=1, |
| has_default_value=False, default_value=b"".decode('utf-8'), |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| ], |
| extensions=[ |
| ], |
| nested_types=[], |
| enum_types=[ |
| _PHYSICALINVENTORYRESPONSE_REASON, |
| ], |
| serialized_options=None, |
| is_extendable=False, |
| syntax='proto3', |
| extension_ranges=[], |
| oneofs=[ |
| ], |
| serialized_start=163, |
| serialized_end=427, |
| ) |
| |
| |
| _HWCOMPONENTINFOGETREQUEST = _descriptor.Descriptor( |
| name='HWComponentInfoGetRequest', |
| full_name='dmi.HWComponentInfoGetRequest', |
| filename=None, |
| file=DESCRIPTOR, |
| containing_type=None, |
| create_key=_descriptor._internal_create_key, |
| fields=[ |
| _descriptor.FieldDescriptor( |
| name='device_uuid', full_name='dmi.HWComponentInfoGetRequest.device_uuid', index=0, |
| number=1, type=11, cpp_type=10, label=1, |
| has_default_value=False, default_value=None, |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| _descriptor.FieldDescriptor( |
| name='component_uuid', full_name='dmi.HWComponentInfoGetRequest.component_uuid', index=1, |
| number=2, type=11, cpp_type=10, label=1, |
| has_default_value=False, default_value=None, |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| _descriptor.FieldDescriptor( |
| name='component_name', full_name='dmi.HWComponentInfoGetRequest.component_name', index=2, |
| number=3, type=9, cpp_type=9, label=1, |
| has_default_value=False, default_value=b"".decode('utf-8'), |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| ], |
| extensions=[ |
| ], |
| nested_types=[], |
| enum_types=[ |
| ], |
| serialized_options=None, |
| is_extendable=False, |
| syntax='proto3', |
| extension_ranges=[], |
| oneofs=[ |
| ], |
| serialized_start=429, |
| serialized_end=547, |
| ) |
| |
| |
| _HWCOMPONENTINFOGETRESPONSE = _descriptor.Descriptor( |
| name='HWComponentInfoGetResponse', |
| full_name='dmi.HWComponentInfoGetResponse', |
| filename=None, |
| file=DESCRIPTOR, |
| containing_type=None, |
| create_key=_descriptor._internal_create_key, |
| fields=[ |
| _descriptor.FieldDescriptor( |
| name='status', full_name='dmi.HWComponentInfoGetResponse.status', index=0, |
| number=1, type=14, cpp_type=8, label=1, |
| has_default_value=False, default_value=0, |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| _descriptor.FieldDescriptor( |
| name='reason', full_name='dmi.HWComponentInfoGetResponse.reason', index=1, |
| number=2, type=14, cpp_type=8, label=1, |
| has_default_value=False, default_value=0, |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| _descriptor.FieldDescriptor( |
| name='component', full_name='dmi.HWComponentInfoGetResponse.component', index=2, |
| number=3, type=11, cpp_type=10, label=1, |
| has_default_value=False, default_value=None, |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| _descriptor.FieldDescriptor( |
| name='reason_detail', full_name='dmi.HWComponentInfoGetResponse.reason_detail', index=3, |
| number=4, type=9, cpp_type=9, label=1, |
| has_default_value=False, default_value=b"".decode('utf-8'), |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| ], |
| extensions=[ |
| ], |
| nested_types=[], |
| enum_types=[ |
| _HWCOMPONENTINFOGETRESPONSE_REASON, |
| ], |
| serialized_options=None, |
| is_extendable=False, |
| syntax='proto3', |
| extension_ranges=[], |
| oneofs=[ |
| ], |
| serialized_start=550, |
| serialized_end=840, |
| ) |
| |
| |
| _HWCOMPONENTINFOSETREQUEST = _descriptor.Descriptor( |
| name='HWComponentInfoSetRequest', |
| full_name='dmi.HWComponentInfoSetRequest', |
| filename=None, |
| file=DESCRIPTOR, |
| containing_type=None, |
| create_key=_descriptor._internal_create_key, |
| fields=[ |
| _descriptor.FieldDescriptor( |
| name='device_uuid', full_name='dmi.HWComponentInfoSetRequest.device_uuid', index=0, |
| number=1, type=11, cpp_type=10, label=1, |
| has_default_value=False, default_value=None, |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| _descriptor.FieldDescriptor( |
| name='component_uuid', full_name='dmi.HWComponentInfoSetRequest.component_uuid', index=1, |
| number=2, type=11, cpp_type=10, label=1, |
| has_default_value=False, default_value=None, |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| _descriptor.FieldDescriptor( |
| name='component_name', full_name='dmi.HWComponentInfoSetRequest.component_name', index=2, |
| number=3, type=9, cpp_type=9, label=1, |
| has_default_value=False, default_value=b"".decode('utf-8'), |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| _descriptor.FieldDescriptor( |
| name='changes', full_name='dmi.HWComponentInfoSetRequest.changes', index=3, |
| number=4, type=11, cpp_type=10, label=1, |
| has_default_value=False, default_value=None, |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| ], |
| extensions=[ |
| ], |
| nested_types=[], |
| enum_types=[ |
| ], |
| serialized_options=None, |
| is_extendable=False, |
| syntax='proto3', |
| extension_ranges=[], |
| oneofs=[ |
| ], |
| serialized_start=843, |
| serialized_end=1004, |
| ) |
| |
| |
| _HWCOMPONENTINFOSETRESPONSE = _descriptor.Descriptor( |
| name='HWComponentInfoSetResponse', |
| full_name='dmi.HWComponentInfoSetResponse', |
| filename=None, |
| file=DESCRIPTOR, |
| containing_type=None, |
| create_key=_descriptor._internal_create_key, |
| fields=[ |
| _descriptor.FieldDescriptor( |
| name='status', full_name='dmi.HWComponentInfoSetResponse.status', index=0, |
| number=1, type=14, cpp_type=8, label=1, |
| has_default_value=False, default_value=0, |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| _descriptor.FieldDescriptor( |
| name='reason', full_name='dmi.HWComponentInfoSetResponse.reason', index=1, |
| number=2, type=14, cpp_type=8, label=1, |
| has_default_value=False, default_value=0, |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| _descriptor.FieldDescriptor( |
| name='reason_detail', full_name='dmi.HWComponentInfoSetResponse.reason_detail', index=2, |
| number=3, type=9, cpp_type=9, label=1, |
| has_default_value=False, default_value=b"".decode('utf-8'), |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| ], |
| extensions=[ |
| ], |
| nested_types=[], |
| enum_types=[ |
| _HWCOMPONENTINFOSETRESPONSE_REASON, |
| ], |
| serialized_options=None, |
| is_extendable=False, |
| syntax='proto3', |
| extension_ranges=[], |
| oneofs=[ |
| ], |
| serialized_start=1007, |
| serialized_end=1283, |
| ) |
| |
| |
| _STARTMANAGINGDEVICERESPONSE = _descriptor.Descriptor( |
| name='StartManagingDeviceResponse', |
| full_name='dmi.StartManagingDeviceResponse', |
| filename=None, |
| file=DESCRIPTOR, |
| containing_type=None, |
| create_key=_descriptor._internal_create_key, |
| fields=[ |
| _descriptor.FieldDescriptor( |
| name='status', full_name='dmi.StartManagingDeviceResponse.status', index=0, |
| number=1, type=14, cpp_type=8, label=1, |
| has_default_value=False, default_value=0, |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| _descriptor.FieldDescriptor( |
| name='reason', full_name='dmi.StartManagingDeviceResponse.reason', index=1, |
| number=2, type=14, cpp_type=8, label=1, |
| has_default_value=False, default_value=0, |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| _descriptor.FieldDescriptor( |
| name='device_uuid', full_name='dmi.StartManagingDeviceResponse.device_uuid', index=2, |
| number=3, type=11, cpp_type=10, label=1, |
| has_default_value=False, default_value=None, |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| _descriptor.FieldDescriptor( |
| name='reason_detail', full_name='dmi.StartManagingDeviceResponse.reason_detail', index=3, |
| number=4, type=9, cpp_type=9, label=1, |
| has_default_value=False, default_value=b"".decode('utf-8'), |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| ], |
| extensions=[ |
| ], |
| nested_types=[], |
| enum_types=[ |
| _STARTMANAGINGDEVICERESPONSE_REASON, |
| ], |
| serialized_options=None, |
| is_extendable=False, |
| syntax='proto3', |
| extension_ranges=[], |
| oneofs=[ |
| ], |
| serialized_start=1286, |
| serialized_end=1592, |
| ) |
| |
| |
| _STOPMANAGINGDEVICEREQUEST = _descriptor.Descriptor( |
| name='StopManagingDeviceRequest', |
| full_name='dmi.StopManagingDeviceRequest', |
| filename=None, |
| file=DESCRIPTOR, |
| containing_type=None, |
| create_key=_descriptor._internal_create_key, |
| fields=[ |
| _descriptor.FieldDescriptor( |
| name='name', full_name='dmi.StopManagingDeviceRequest.name', index=0, |
| number=1, type=9, cpp_type=9, label=1, |
| has_default_value=False, default_value=b"".decode('utf-8'), |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| ], |
| extensions=[ |
| ], |
| nested_types=[], |
| enum_types=[ |
| ], |
| serialized_options=None, |
| is_extendable=False, |
| syntax='proto3', |
| extension_ranges=[], |
| oneofs=[ |
| ], |
| serialized_start=1594, |
| serialized_end=1635, |
| ) |
| |
| |
| _STOPMANAGINGDEVICERESPONSE = _descriptor.Descriptor( |
| name='StopManagingDeviceResponse', |
| full_name='dmi.StopManagingDeviceResponse', |
| filename=None, |
| file=DESCRIPTOR, |
| containing_type=None, |
| create_key=_descriptor._internal_create_key, |
| fields=[ |
| _descriptor.FieldDescriptor( |
| name='status', full_name='dmi.StopManagingDeviceResponse.status', index=0, |
| number=1, type=14, cpp_type=8, label=1, |
| has_default_value=False, default_value=0, |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| _descriptor.FieldDescriptor( |
| name='reason', full_name='dmi.StopManagingDeviceResponse.reason', index=1, |
| number=2, type=14, cpp_type=8, label=1, |
| has_default_value=False, default_value=0, |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| _descriptor.FieldDescriptor( |
| name='reason_detail', full_name='dmi.StopManagingDeviceResponse.reason_detail', index=2, |
| number=3, type=9, cpp_type=9, label=1, |
| has_default_value=False, default_value=b"".decode('utf-8'), |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| ], |
| extensions=[ |
| ], |
| nested_types=[], |
| enum_types=[ |
| _STOPMANAGINGDEVICERESPONSE_REASON, |
| ], |
| serialized_options=None, |
| is_extendable=False, |
| syntax='proto3', |
| extension_ranges=[], |
| oneofs=[ |
| ], |
| serialized_start=1638, |
| serialized_end=1826, |
| ) |
| |
| |
| _MANAGEDDEVICESRESPONSE = _descriptor.Descriptor( |
| name='ManagedDevicesResponse', |
| full_name='dmi.ManagedDevicesResponse', |
| filename=None, |
| file=DESCRIPTOR, |
| containing_type=None, |
| create_key=_descriptor._internal_create_key, |
| fields=[ |
| _descriptor.FieldDescriptor( |
| name='devices', full_name='dmi.ManagedDevicesResponse.devices', index=0, |
| number=1, type=11, cpp_type=10, label=3, |
| has_default_value=False, default_value=[], |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| ], |
| extensions=[ |
| ], |
| nested_types=[], |
| enum_types=[ |
| ], |
| serialized_options=None, |
| is_extendable=False, |
| syntax='proto3', |
| extension_ranges=[], |
| oneofs=[ |
| ], |
| serialized_start=1828, |
| serialized_end=1895, |
| ) |
| |
| |
| _SETLOGGINGENDPOINTREQUEST = _descriptor.Descriptor( |
| name='SetLoggingEndpointRequest', |
| full_name='dmi.SetLoggingEndpointRequest', |
| filename=None, |
| file=DESCRIPTOR, |
| containing_type=None, |
| create_key=_descriptor._internal_create_key, |
| fields=[ |
| _descriptor.FieldDescriptor( |
| name='device_uuid', full_name='dmi.SetLoggingEndpointRequest.device_uuid', index=0, |
| number=1, type=11, cpp_type=10, label=1, |
| has_default_value=False, default_value=None, |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| _descriptor.FieldDescriptor( |
| name='logging_endpoint', full_name='dmi.SetLoggingEndpointRequest.logging_endpoint', index=1, |
| number=2, type=9, cpp_type=9, label=1, |
| has_default_value=False, default_value=b"".decode('utf-8'), |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| _descriptor.FieldDescriptor( |
| name='logging_protocol', full_name='dmi.SetLoggingEndpointRequest.logging_protocol', index=2, |
| number=3, type=9, cpp_type=9, label=1, |
| has_default_value=False, default_value=b"".decode('utf-8'), |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| ], |
| extensions=[ |
| ], |
| nested_types=[], |
| enum_types=[ |
| ], |
| serialized_options=None, |
| is_extendable=False, |
| syntax='proto3', |
| extension_ranges=[], |
| oneofs=[ |
| ], |
| serialized_start=1897, |
| serialized_end=2008, |
| ) |
| |
| |
| _SETREMOTEENDPOINTRESPONSE = _descriptor.Descriptor( |
| name='SetRemoteEndpointResponse', |
| full_name='dmi.SetRemoteEndpointResponse', |
| filename=None, |
| file=DESCRIPTOR, |
| containing_type=None, |
| create_key=_descriptor._internal_create_key, |
| fields=[ |
| _descriptor.FieldDescriptor( |
| name='status', full_name='dmi.SetRemoteEndpointResponse.status', index=0, |
| number=1, type=14, cpp_type=8, label=1, |
| has_default_value=False, default_value=0, |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| _descriptor.FieldDescriptor( |
| name='reason', full_name='dmi.SetRemoteEndpointResponse.reason', index=1, |
| number=2, type=14, cpp_type=8, label=1, |
| has_default_value=False, default_value=0, |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| _descriptor.FieldDescriptor( |
| name='reason_detail', full_name='dmi.SetRemoteEndpointResponse.reason_detail', index=2, |
| number=3, type=9, cpp_type=9, label=1, |
| has_default_value=False, default_value=b"".decode('utf-8'), |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| ], |
| extensions=[ |
| ], |
| nested_types=[], |
| enum_types=[ |
| _SETREMOTEENDPOINTRESPONSE_REASON, |
| ], |
| serialized_options=None, |
| is_extendable=False, |
| syntax='proto3', |
| extension_ranges=[], |
| oneofs=[ |
| ], |
| serialized_start=2011, |
| serialized_end=2334, |
| ) |
| |
| |
| _GETLOGGINGENDPOINTRESPONSE = _descriptor.Descriptor( |
| name='GetLoggingEndpointResponse', |
| full_name='dmi.GetLoggingEndpointResponse', |
| filename=None, |
| file=DESCRIPTOR, |
| containing_type=None, |
| create_key=_descriptor._internal_create_key, |
| fields=[ |
| _descriptor.FieldDescriptor( |
| name='status', full_name='dmi.GetLoggingEndpointResponse.status', index=0, |
| number=1, type=14, cpp_type=8, label=1, |
| has_default_value=False, default_value=0, |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| _descriptor.FieldDescriptor( |
| name='reason', full_name='dmi.GetLoggingEndpointResponse.reason', index=1, |
| number=2, type=14, cpp_type=8, label=1, |
| has_default_value=False, default_value=0, |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| _descriptor.FieldDescriptor( |
| name='logging_endpoint', full_name='dmi.GetLoggingEndpointResponse.logging_endpoint', index=2, |
| number=3, type=9, cpp_type=9, label=1, |
| has_default_value=False, default_value=b"".decode('utf-8'), |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| _descriptor.FieldDescriptor( |
| name='logging_protocol', full_name='dmi.GetLoggingEndpointResponse.logging_protocol', index=3, |
| number=4, type=9, cpp_type=9, label=1, |
| has_default_value=False, default_value=b"".decode('utf-8'), |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| _descriptor.FieldDescriptor( |
| name='reason_detail', full_name='dmi.GetLoggingEndpointResponse.reason_detail', index=4, |
| number=5, type=9, cpp_type=9, label=1, |
| has_default_value=False, default_value=b"".decode('utf-8'), |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| ], |
| extensions=[ |
| ], |
| nested_types=[], |
| enum_types=[ |
| _GETLOGGINGENDPOINTRESPONSE_REASON, |
| ], |
| serialized_options=None, |
| is_extendable=False, |
| syntax='proto3', |
| extension_ranges=[], |
| oneofs=[ |
| ], |
| serialized_start=2337, |
| serialized_end=2621, |
| ) |
| |
| |
| _SETMSGBUSENDPOINTREQUEST = _descriptor.Descriptor( |
| name='SetMsgBusEndpointRequest', |
| full_name='dmi.SetMsgBusEndpointRequest', |
| filename=None, |
| file=DESCRIPTOR, |
| containing_type=None, |
| create_key=_descriptor._internal_create_key, |
| fields=[ |
| _descriptor.FieldDescriptor( |
| name='msgbus_endpoint', full_name='dmi.SetMsgBusEndpointRequest.msgbus_endpoint', index=0, |
| number=1, type=9, cpp_type=9, label=1, |
| has_default_value=False, default_value=b"".decode('utf-8'), |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| ], |
| extensions=[ |
| ], |
| nested_types=[], |
| enum_types=[ |
| ], |
| serialized_options=None, |
| is_extendable=False, |
| syntax='proto3', |
| extension_ranges=[], |
| oneofs=[ |
| ], |
| serialized_start=2623, |
| serialized_end=2674, |
| ) |
| |
| |
| _GETMSGBUSENDPOINTRESPONSE = _descriptor.Descriptor( |
| name='GetMsgBusEndpointResponse', |
| full_name='dmi.GetMsgBusEndpointResponse', |
| filename=None, |
| file=DESCRIPTOR, |
| containing_type=None, |
| create_key=_descriptor._internal_create_key, |
| fields=[ |
| _descriptor.FieldDescriptor( |
| name='status', full_name='dmi.GetMsgBusEndpointResponse.status', index=0, |
| number=1, type=14, cpp_type=8, label=1, |
| has_default_value=False, default_value=0, |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| _descriptor.FieldDescriptor( |
| name='reason', full_name='dmi.GetMsgBusEndpointResponse.reason', index=1, |
| number=2, type=14, cpp_type=8, label=1, |
| has_default_value=False, default_value=0, |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| _descriptor.FieldDescriptor( |
| name='msgbus_endpoint', full_name='dmi.GetMsgBusEndpointResponse.msgbus_endpoint', index=2, |
| number=3, type=9, cpp_type=9, label=1, |
| has_default_value=False, default_value=b"".decode('utf-8'), |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| _descriptor.FieldDescriptor( |
| name='reason_detail', full_name='dmi.GetMsgBusEndpointResponse.reason_detail', index=3, |
| number=4, type=9, cpp_type=9, label=1, |
| has_default_value=False, default_value=b"".decode('utf-8'), |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| ], |
| extensions=[ |
| ], |
| nested_types=[], |
| enum_types=[ |
| _GETMSGBUSENDPOINTRESPONSE_REASON, |
| ], |
| serialized_options=None, |
| is_extendable=False, |
| syntax='proto3', |
| extension_ranges=[], |
| oneofs=[ |
| ], |
| serialized_start=2677, |
| serialized_end=2912, |
| ) |
| |
| |
| _ENTITIESLOGLEVEL = _descriptor.Descriptor( |
| name='EntitiesLogLevel', |
| full_name='dmi.EntitiesLogLevel', |
| filename=None, |
| file=DESCRIPTOR, |
| containing_type=None, |
| create_key=_descriptor._internal_create_key, |
| fields=[ |
| _descriptor.FieldDescriptor( |
| name='logLevel', full_name='dmi.EntitiesLogLevel.logLevel', index=0, |
| number=1, type=14, cpp_type=8, label=1, |
| has_default_value=False, default_value=0, |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| _descriptor.FieldDescriptor( |
| name='entities', full_name='dmi.EntitiesLogLevel.entities', index=1, |
| number=2, type=9, cpp_type=9, label=3, |
| has_default_value=False, default_value=[], |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| ], |
| extensions=[ |
| ], |
| nested_types=[], |
| enum_types=[ |
| ], |
| serialized_options=None, |
| is_extendable=False, |
| syntax='proto3', |
| extension_ranges=[], |
| oneofs=[ |
| ], |
| serialized_start=2914, |
| serialized_end=2983, |
| ) |
| |
| |
| _SETLOGLEVELREQUEST = _descriptor.Descriptor( |
| name='SetLogLevelRequest', |
| full_name='dmi.SetLogLevelRequest', |
| filename=None, |
| file=DESCRIPTOR, |
| containing_type=None, |
| create_key=_descriptor._internal_create_key, |
| fields=[ |
| _descriptor.FieldDescriptor( |
| name='device_uuid', full_name='dmi.SetLogLevelRequest.device_uuid', index=0, |
| number=1, type=11, cpp_type=10, label=1, |
| has_default_value=False, default_value=None, |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| _descriptor.FieldDescriptor( |
| name='loglevels', full_name='dmi.SetLogLevelRequest.loglevels', index=1, |
| number=2, type=11, cpp_type=10, label=3, |
| has_default_value=False, default_value=[], |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| ], |
| extensions=[ |
| ], |
| nested_types=[], |
| enum_types=[ |
| ], |
| serialized_options=None, |
| is_extendable=False, |
| syntax='proto3', |
| extension_ranges=[], |
| oneofs=[ |
| ], |
| serialized_start=2985, |
| serialized_end=3079, |
| ) |
| |
| |
| _SETLOGLEVELRESPONSE = _descriptor.Descriptor( |
| name='SetLogLevelResponse', |
| full_name='dmi.SetLogLevelResponse', |
| filename=None, |
| file=DESCRIPTOR, |
| containing_type=None, |
| create_key=_descriptor._internal_create_key, |
| fields=[ |
| _descriptor.FieldDescriptor( |
| name='device_uuid', full_name='dmi.SetLogLevelResponse.device_uuid', index=0, |
| number=1, type=11, cpp_type=10, label=1, |
| has_default_value=False, default_value=None, |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| _descriptor.FieldDescriptor( |
| name='status', full_name='dmi.SetLogLevelResponse.status', index=1, |
| number=2, type=14, cpp_type=8, label=1, |
| has_default_value=False, default_value=0, |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| _descriptor.FieldDescriptor( |
| name='reason', full_name='dmi.SetLogLevelResponse.reason', index=2, |
| number=3, type=14, cpp_type=8, label=1, |
| has_default_value=False, default_value=0, |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| _descriptor.FieldDescriptor( |
| name='reason_detail', full_name='dmi.SetLogLevelResponse.reason_detail', index=3, |
| number=4, type=9, cpp_type=9, label=1, |
| has_default_value=False, default_value=b"".decode('utf-8'), |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| ], |
| extensions=[ |
| ], |
| nested_types=[], |
| enum_types=[ |
| _SETLOGLEVELRESPONSE_REASON, |
| ], |
| serialized_options=None, |
| is_extendable=False, |
| syntax='proto3', |
| extension_ranges=[], |
| oneofs=[ |
| ], |
| serialized_start=3082, |
| serialized_end=3356, |
| ) |
| |
| |
| _GETLOGLEVELREQUEST = _descriptor.Descriptor( |
| name='GetLogLevelRequest', |
| full_name='dmi.GetLogLevelRequest', |
| filename=None, |
| file=DESCRIPTOR, |
| containing_type=None, |
| create_key=_descriptor._internal_create_key, |
| fields=[ |
| _descriptor.FieldDescriptor( |
| name='device_uuid', full_name='dmi.GetLogLevelRequest.device_uuid', index=0, |
| number=1, type=11, cpp_type=10, label=1, |
| has_default_value=False, default_value=None, |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| _descriptor.FieldDescriptor( |
| name='entities', full_name='dmi.GetLogLevelRequest.entities', index=1, |
| number=2, type=9, cpp_type=9, label=3, |
| has_default_value=False, default_value=[], |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| ], |
| extensions=[ |
| ], |
| nested_types=[], |
| enum_types=[ |
| ], |
| serialized_options=None, |
| is_extendable=False, |
| syntax='proto3', |
| extension_ranges=[], |
| oneofs=[ |
| ], |
| serialized_start=3358, |
| serialized_end=3428, |
| ) |
| |
| |
| _GETLOGLEVELRESPONSE = _descriptor.Descriptor( |
| name='GetLogLevelResponse', |
| full_name='dmi.GetLogLevelResponse', |
| filename=None, |
| file=DESCRIPTOR, |
| containing_type=None, |
| create_key=_descriptor._internal_create_key, |
| fields=[ |
| _descriptor.FieldDescriptor( |
| name='device_uuid', full_name='dmi.GetLogLevelResponse.device_uuid', index=0, |
| number=1, type=11, cpp_type=10, label=1, |
| has_default_value=False, default_value=None, |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| _descriptor.FieldDescriptor( |
| name='logLevels', full_name='dmi.GetLogLevelResponse.logLevels', index=1, |
| number=2, type=11, cpp_type=10, label=3, |
| has_default_value=False, default_value=[], |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| _descriptor.FieldDescriptor( |
| name='status', full_name='dmi.GetLogLevelResponse.status', index=2, |
| number=3, type=14, cpp_type=8, label=1, |
| has_default_value=False, default_value=0, |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| _descriptor.FieldDescriptor( |
| name='reason', full_name='dmi.GetLogLevelResponse.reason', index=3, |
| number=4, type=14, cpp_type=8, label=1, |
| has_default_value=False, default_value=0, |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| _descriptor.FieldDescriptor( |
| name='reason_detail', full_name='dmi.GetLogLevelResponse.reason_detail', index=4, |
| number=5, type=9, cpp_type=9, label=1, |
| has_default_value=False, default_value=b"".decode('utf-8'), |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| ], |
| extensions=[ |
| ], |
| nested_types=[], |
| enum_types=[ |
| _GETLOGLEVELRESPONSE_REASON, |
| ], |
| serialized_options=None, |
| is_extendable=False, |
| syntax='proto3', |
| extension_ranges=[], |
| oneofs=[ |
| ], |
| serialized_start=3431, |
| serialized_end=3747, |
| ) |
| |
| |
| _GETLOGGABLEENTITIESREQUEST = _descriptor.Descriptor( |
| name='GetLoggableEntitiesRequest', |
| full_name='dmi.GetLoggableEntitiesRequest', |
| filename=None, |
| file=DESCRIPTOR, |
| containing_type=None, |
| create_key=_descriptor._internal_create_key, |
| fields=[ |
| _descriptor.FieldDescriptor( |
| name='device_uuid', full_name='dmi.GetLoggableEntitiesRequest.device_uuid', index=0, |
| number=1, type=11, cpp_type=10, label=1, |
| has_default_value=False, default_value=None, |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| ], |
| extensions=[ |
| ], |
| nested_types=[], |
| enum_types=[ |
| ], |
| serialized_options=None, |
| is_extendable=False, |
| syntax='proto3', |
| extension_ranges=[], |
| oneofs=[ |
| ], |
| serialized_start=3749, |
| serialized_end=3809, |
| ) |
| |
| _PHYSICALINVENTORYREQUEST.fields_by_name['device_uuid'].message_type = dmi_dot_hw__pb2._UUID |
| _PHYSICALINVENTORYRESPONSE.fields_by_name['status'].enum_type = dmi_dot_commons__pb2._STATUS |
| _PHYSICALINVENTORYRESPONSE.fields_by_name['reason'].enum_type = _PHYSICALINVENTORYRESPONSE_REASON |
| _PHYSICALINVENTORYRESPONSE.fields_by_name['inventory'].message_type = dmi_dot_hw__pb2._HARDWARE |
| _PHYSICALINVENTORYRESPONSE_REASON.containing_type = _PHYSICALINVENTORYRESPONSE |
| _HWCOMPONENTINFOGETREQUEST.fields_by_name['device_uuid'].message_type = dmi_dot_hw__pb2._UUID |
| _HWCOMPONENTINFOGETREQUEST.fields_by_name['component_uuid'].message_type = dmi_dot_hw__pb2._UUID |
| _HWCOMPONENTINFOGETRESPONSE.fields_by_name['status'].enum_type = dmi_dot_commons__pb2._STATUS |
| _HWCOMPONENTINFOGETRESPONSE.fields_by_name['reason'].enum_type = _HWCOMPONENTINFOGETRESPONSE_REASON |
| _HWCOMPONENTINFOGETRESPONSE.fields_by_name['component'].message_type = dmi_dot_hw__pb2._COMPONENT |
| _HWCOMPONENTINFOGETRESPONSE_REASON.containing_type = _HWCOMPONENTINFOGETRESPONSE |
| _HWCOMPONENTINFOSETREQUEST.fields_by_name['device_uuid'].message_type = dmi_dot_hw__pb2._UUID |
| _HWCOMPONENTINFOSETREQUEST.fields_by_name['component_uuid'].message_type = dmi_dot_hw__pb2._UUID |
| _HWCOMPONENTINFOSETREQUEST.fields_by_name['changes'].message_type = dmi_dot_hw__pb2._MODIFIABLECOMPONENT |
| _HWCOMPONENTINFOSETRESPONSE.fields_by_name['status'].enum_type = dmi_dot_commons__pb2._STATUS |
| _HWCOMPONENTINFOSETRESPONSE.fields_by_name['reason'].enum_type = _HWCOMPONENTINFOSETRESPONSE_REASON |
| _HWCOMPONENTINFOSETRESPONSE_REASON.containing_type = _HWCOMPONENTINFOSETRESPONSE |
| _STARTMANAGINGDEVICERESPONSE.fields_by_name['status'].enum_type = dmi_dot_commons__pb2._STATUS |
| _STARTMANAGINGDEVICERESPONSE.fields_by_name['reason'].enum_type = _STARTMANAGINGDEVICERESPONSE_REASON |
| _STARTMANAGINGDEVICERESPONSE.fields_by_name['device_uuid'].message_type = dmi_dot_hw__pb2._UUID |
| _STARTMANAGINGDEVICERESPONSE_REASON.containing_type = _STARTMANAGINGDEVICERESPONSE |
| _STOPMANAGINGDEVICERESPONSE.fields_by_name['status'].enum_type = dmi_dot_commons__pb2._STATUS |
| _STOPMANAGINGDEVICERESPONSE.fields_by_name['reason'].enum_type = _STOPMANAGINGDEVICERESPONSE_REASON |
| _STOPMANAGINGDEVICERESPONSE_REASON.containing_type = _STOPMANAGINGDEVICERESPONSE |
| _MANAGEDDEVICESRESPONSE.fields_by_name['devices'].message_type = dmi_dot_hw__pb2._MODIFIABLECOMPONENT |
| _SETLOGGINGENDPOINTREQUEST.fields_by_name['device_uuid'].message_type = dmi_dot_hw__pb2._UUID |
| _SETREMOTEENDPOINTRESPONSE.fields_by_name['status'].enum_type = dmi_dot_commons__pb2._STATUS |
| _SETREMOTEENDPOINTRESPONSE.fields_by_name['reason'].enum_type = _SETREMOTEENDPOINTRESPONSE_REASON |
| _SETREMOTEENDPOINTRESPONSE_REASON.containing_type = _SETREMOTEENDPOINTRESPONSE |
| _GETLOGGINGENDPOINTRESPONSE.fields_by_name['status'].enum_type = dmi_dot_commons__pb2._STATUS |
| _GETLOGGINGENDPOINTRESPONSE.fields_by_name['reason'].enum_type = _GETLOGGINGENDPOINTRESPONSE_REASON |
| _GETLOGGINGENDPOINTRESPONSE_REASON.containing_type = _GETLOGGINGENDPOINTRESPONSE |
| _GETMSGBUSENDPOINTRESPONSE.fields_by_name['status'].enum_type = dmi_dot_commons__pb2._STATUS |
| _GETMSGBUSENDPOINTRESPONSE.fields_by_name['reason'].enum_type = _GETMSGBUSENDPOINTRESPONSE_REASON |
| _GETMSGBUSENDPOINTRESPONSE_REASON.containing_type = _GETMSGBUSENDPOINTRESPONSE |
| _ENTITIESLOGLEVEL.fields_by_name['logLevel'].enum_type = dmi_dot_commons__pb2._LOGLEVEL |
| _SETLOGLEVELREQUEST.fields_by_name['device_uuid'].message_type = dmi_dot_hw__pb2._UUID |
| _SETLOGLEVELREQUEST.fields_by_name['loglevels'].message_type = _ENTITIESLOGLEVEL |
| _SETLOGLEVELRESPONSE.fields_by_name['device_uuid'].message_type = dmi_dot_hw__pb2._UUID |
| _SETLOGLEVELRESPONSE.fields_by_name['status'].enum_type = dmi_dot_commons__pb2._STATUS |
| _SETLOGLEVELRESPONSE.fields_by_name['reason'].enum_type = _SETLOGLEVELRESPONSE_REASON |
| _SETLOGLEVELRESPONSE_REASON.containing_type = _SETLOGLEVELRESPONSE |
| _GETLOGLEVELREQUEST.fields_by_name['device_uuid'].message_type = dmi_dot_hw__pb2._UUID |
| _GETLOGLEVELRESPONSE.fields_by_name['device_uuid'].message_type = dmi_dot_hw__pb2._UUID |
| _GETLOGLEVELRESPONSE.fields_by_name['logLevels'].message_type = _ENTITIESLOGLEVEL |
| _GETLOGLEVELRESPONSE.fields_by_name['status'].enum_type = dmi_dot_commons__pb2._STATUS |
| _GETLOGLEVELRESPONSE.fields_by_name['reason'].enum_type = _GETLOGLEVELRESPONSE_REASON |
| _GETLOGLEVELRESPONSE_REASON.containing_type = _GETLOGLEVELRESPONSE |
| _GETLOGGABLEENTITIESREQUEST.fields_by_name['device_uuid'].message_type = dmi_dot_hw__pb2._UUID |
| DESCRIPTOR.message_types_by_name['PhysicalInventoryRequest'] = _PHYSICALINVENTORYREQUEST |
| DESCRIPTOR.message_types_by_name['PhysicalInventoryResponse'] = _PHYSICALINVENTORYRESPONSE |
| DESCRIPTOR.message_types_by_name['HWComponentInfoGetRequest'] = _HWCOMPONENTINFOGETREQUEST |
| DESCRIPTOR.message_types_by_name['HWComponentInfoGetResponse'] = _HWCOMPONENTINFOGETRESPONSE |
| DESCRIPTOR.message_types_by_name['HWComponentInfoSetRequest'] = _HWCOMPONENTINFOSETREQUEST |
| DESCRIPTOR.message_types_by_name['HWComponentInfoSetResponse'] = _HWCOMPONENTINFOSETRESPONSE |
| DESCRIPTOR.message_types_by_name['StartManagingDeviceResponse'] = _STARTMANAGINGDEVICERESPONSE |
| DESCRIPTOR.message_types_by_name['StopManagingDeviceRequest'] = _STOPMANAGINGDEVICEREQUEST |
| DESCRIPTOR.message_types_by_name['StopManagingDeviceResponse'] = _STOPMANAGINGDEVICERESPONSE |
| DESCRIPTOR.message_types_by_name['ManagedDevicesResponse'] = _MANAGEDDEVICESRESPONSE |
| DESCRIPTOR.message_types_by_name['SetLoggingEndpointRequest'] = _SETLOGGINGENDPOINTREQUEST |
| DESCRIPTOR.message_types_by_name['SetRemoteEndpointResponse'] = _SETREMOTEENDPOINTRESPONSE |
| DESCRIPTOR.message_types_by_name['GetLoggingEndpointResponse'] = _GETLOGGINGENDPOINTRESPONSE |
| DESCRIPTOR.message_types_by_name['SetMsgBusEndpointRequest'] = _SETMSGBUSENDPOINTREQUEST |
| DESCRIPTOR.message_types_by_name['GetMsgBusEndpointResponse'] = _GETMSGBUSENDPOINTRESPONSE |
| DESCRIPTOR.message_types_by_name['EntitiesLogLevel'] = _ENTITIESLOGLEVEL |
| DESCRIPTOR.message_types_by_name['SetLogLevelRequest'] = _SETLOGLEVELREQUEST |
| DESCRIPTOR.message_types_by_name['SetLogLevelResponse'] = _SETLOGLEVELRESPONSE |
| DESCRIPTOR.message_types_by_name['GetLogLevelRequest'] = _GETLOGLEVELREQUEST |
| DESCRIPTOR.message_types_by_name['GetLogLevelResponse'] = _GETLOGLEVELRESPONSE |
| DESCRIPTOR.message_types_by_name['GetLoggableEntitiesRequest'] = _GETLOGGABLEENTITIESREQUEST |
| _sym_db.RegisterFileDescriptor(DESCRIPTOR) |
| |
| PhysicalInventoryRequest = _reflection.GeneratedProtocolMessageType('PhysicalInventoryRequest', (_message.Message,), { |
| 'DESCRIPTOR' : _PHYSICALINVENTORYREQUEST, |
| '__module__' : 'dmi.hw_management_service_pb2' |
| # @@protoc_insertion_point(class_scope:dmi.PhysicalInventoryRequest) |
| }) |
| _sym_db.RegisterMessage(PhysicalInventoryRequest) |
| |
| PhysicalInventoryResponse = _reflection.GeneratedProtocolMessageType('PhysicalInventoryResponse', (_message.Message,), { |
| 'DESCRIPTOR' : _PHYSICALINVENTORYRESPONSE, |
| '__module__' : 'dmi.hw_management_service_pb2' |
| # @@protoc_insertion_point(class_scope:dmi.PhysicalInventoryResponse) |
| }) |
| _sym_db.RegisterMessage(PhysicalInventoryResponse) |
| |
| HWComponentInfoGetRequest = _reflection.GeneratedProtocolMessageType('HWComponentInfoGetRequest', (_message.Message,), { |
| 'DESCRIPTOR' : _HWCOMPONENTINFOGETREQUEST, |
| '__module__' : 'dmi.hw_management_service_pb2' |
| # @@protoc_insertion_point(class_scope:dmi.HWComponentInfoGetRequest) |
| }) |
| _sym_db.RegisterMessage(HWComponentInfoGetRequest) |
| |
| HWComponentInfoGetResponse = _reflection.GeneratedProtocolMessageType('HWComponentInfoGetResponse', (_message.Message,), { |
| 'DESCRIPTOR' : _HWCOMPONENTINFOGETRESPONSE, |
| '__module__' : 'dmi.hw_management_service_pb2' |
| # @@protoc_insertion_point(class_scope:dmi.HWComponentInfoGetResponse) |
| }) |
| _sym_db.RegisterMessage(HWComponentInfoGetResponse) |
| |
| HWComponentInfoSetRequest = _reflection.GeneratedProtocolMessageType('HWComponentInfoSetRequest', (_message.Message,), { |
| 'DESCRIPTOR' : _HWCOMPONENTINFOSETREQUEST, |
| '__module__' : 'dmi.hw_management_service_pb2' |
| # @@protoc_insertion_point(class_scope:dmi.HWComponentInfoSetRequest) |
| }) |
| _sym_db.RegisterMessage(HWComponentInfoSetRequest) |
| |
| HWComponentInfoSetResponse = _reflection.GeneratedProtocolMessageType('HWComponentInfoSetResponse', (_message.Message,), { |
| 'DESCRIPTOR' : _HWCOMPONENTINFOSETRESPONSE, |
| '__module__' : 'dmi.hw_management_service_pb2' |
| # @@protoc_insertion_point(class_scope:dmi.HWComponentInfoSetResponse) |
| }) |
| _sym_db.RegisterMessage(HWComponentInfoSetResponse) |
| |
| StartManagingDeviceResponse = _reflection.GeneratedProtocolMessageType('StartManagingDeviceResponse', (_message.Message,), { |
| 'DESCRIPTOR' : _STARTMANAGINGDEVICERESPONSE, |
| '__module__' : 'dmi.hw_management_service_pb2' |
| # @@protoc_insertion_point(class_scope:dmi.StartManagingDeviceResponse) |
| }) |
| _sym_db.RegisterMessage(StartManagingDeviceResponse) |
| |
| StopManagingDeviceRequest = _reflection.GeneratedProtocolMessageType('StopManagingDeviceRequest', (_message.Message,), { |
| 'DESCRIPTOR' : _STOPMANAGINGDEVICEREQUEST, |
| '__module__' : 'dmi.hw_management_service_pb2' |
| # @@protoc_insertion_point(class_scope:dmi.StopManagingDeviceRequest) |
| }) |
| _sym_db.RegisterMessage(StopManagingDeviceRequest) |
| |
| StopManagingDeviceResponse = _reflection.GeneratedProtocolMessageType('StopManagingDeviceResponse', (_message.Message,), { |
| 'DESCRIPTOR' : _STOPMANAGINGDEVICERESPONSE, |
| '__module__' : 'dmi.hw_management_service_pb2' |
| # @@protoc_insertion_point(class_scope:dmi.StopManagingDeviceResponse) |
| }) |
| _sym_db.RegisterMessage(StopManagingDeviceResponse) |
| |
| ManagedDevicesResponse = _reflection.GeneratedProtocolMessageType('ManagedDevicesResponse', (_message.Message,), { |
| 'DESCRIPTOR' : _MANAGEDDEVICESRESPONSE, |
| '__module__' : 'dmi.hw_management_service_pb2' |
| # @@protoc_insertion_point(class_scope:dmi.ManagedDevicesResponse) |
| }) |
| _sym_db.RegisterMessage(ManagedDevicesResponse) |
| |
| SetLoggingEndpointRequest = _reflection.GeneratedProtocolMessageType('SetLoggingEndpointRequest', (_message.Message,), { |
| 'DESCRIPTOR' : _SETLOGGINGENDPOINTREQUEST, |
| '__module__' : 'dmi.hw_management_service_pb2' |
| # @@protoc_insertion_point(class_scope:dmi.SetLoggingEndpointRequest) |
| }) |
| _sym_db.RegisterMessage(SetLoggingEndpointRequest) |
| |
| SetRemoteEndpointResponse = _reflection.GeneratedProtocolMessageType('SetRemoteEndpointResponse', (_message.Message,), { |
| 'DESCRIPTOR' : _SETREMOTEENDPOINTRESPONSE, |
| '__module__' : 'dmi.hw_management_service_pb2' |
| # @@protoc_insertion_point(class_scope:dmi.SetRemoteEndpointResponse) |
| }) |
| _sym_db.RegisterMessage(SetRemoteEndpointResponse) |
| |
| GetLoggingEndpointResponse = _reflection.GeneratedProtocolMessageType('GetLoggingEndpointResponse', (_message.Message,), { |
| 'DESCRIPTOR' : _GETLOGGINGENDPOINTRESPONSE, |
| '__module__' : 'dmi.hw_management_service_pb2' |
| # @@protoc_insertion_point(class_scope:dmi.GetLoggingEndpointResponse) |
| }) |
| _sym_db.RegisterMessage(GetLoggingEndpointResponse) |
| |
| SetMsgBusEndpointRequest = _reflection.GeneratedProtocolMessageType('SetMsgBusEndpointRequest', (_message.Message,), { |
| 'DESCRIPTOR' : _SETMSGBUSENDPOINTREQUEST, |
| '__module__' : 'dmi.hw_management_service_pb2' |
| # @@protoc_insertion_point(class_scope:dmi.SetMsgBusEndpointRequest) |
| }) |
| _sym_db.RegisterMessage(SetMsgBusEndpointRequest) |
| |
| GetMsgBusEndpointResponse = _reflection.GeneratedProtocolMessageType('GetMsgBusEndpointResponse', (_message.Message,), { |
| 'DESCRIPTOR' : _GETMSGBUSENDPOINTRESPONSE, |
| '__module__' : 'dmi.hw_management_service_pb2' |
| # @@protoc_insertion_point(class_scope:dmi.GetMsgBusEndpointResponse) |
| }) |
| _sym_db.RegisterMessage(GetMsgBusEndpointResponse) |
| |
| EntitiesLogLevel = _reflection.GeneratedProtocolMessageType('EntitiesLogLevel', (_message.Message,), { |
| 'DESCRIPTOR' : _ENTITIESLOGLEVEL, |
| '__module__' : 'dmi.hw_management_service_pb2' |
| # @@protoc_insertion_point(class_scope:dmi.EntitiesLogLevel) |
| }) |
| _sym_db.RegisterMessage(EntitiesLogLevel) |
| |
| SetLogLevelRequest = _reflection.GeneratedProtocolMessageType('SetLogLevelRequest', (_message.Message,), { |
| 'DESCRIPTOR' : _SETLOGLEVELREQUEST, |
| '__module__' : 'dmi.hw_management_service_pb2' |
| # @@protoc_insertion_point(class_scope:dmi.SetLogLevelRequest) |
| }) |
| _sym_db.RegisterMessage(SetLogLevelRequest) |
| |
| SetLogLevelResponse = _reflection.GeneratedProtocolMessageType('SetLogLevelResponse', (_message.Message,), { |
| 'DESCRIPTOR' : _SETLOGLEVELRESPONSE, |
| '__module__' : 'dmi.hw_management_service_pb2' |
| # @@protoc_insertion_point(class_scope:dmi.SetLogLevelResponse) |
| }) |
| _sym_db.RegisterMessage(SetLogLevelResponse) |
| |
| GetLogLevelRequest = _reflection.GeneratedProtocolMessageType('GetLogLevelRequest', (_message.Message,), { |
| 'DESCRIPTOR' : _GETLOGLEVELREQUEST, |
| '__module__' : 'dmi.hw_management_service_pb2' |
| # @@protoc_insertion_point(class_scope:dmi.GetLogLevelRequest) |
| }) |
| _sym_db.RegisterMessage(GetLogLevelRequest) |
| |
| GetLogLevelResponse = _reflection.GeneratedProtocolMessageType('GetLogLevelResponse', (_message.Message,), { |
| 'DESCRIPTOR' : _GETLOGLEVELRESPONSE, |
| '__module__' : 'dmi.hw_management_service_pb2' |
| # @@protoc_insertion_point(class_scope:dmi.GetLogLevelResponse) |
| }) |
| _sym_db.RegisterMessage(GetLogLevelResponse) |
| |
| GetLoggableEntitiesRequest = _reflection.GeneratedProtocolMessageType('GetLoggableEntitiesRequest', (_message.Message,), { |
| 'DESCRIPTOR' : _GETLOGGABLEENTITIESREQUEST, |
| '__module__' : 'dmi.hw_management_service_pb2' |
| # @@protoc_insertion_point(class_scope:dmi.GetLoggableEntitiesRequest) |
| }) |
| _sym_db.RegisterMessage(GetLoggableEntitiesRequest) |
| |
| |
| DESCRIPTOR._options = None |
| |
| _NATIVEHWMANAGEMENTSERVICE = _descriptor.ServiceDescriptor( |
| name='NativeHWManagementService', |
| full_name='dmi.NativeHWManagementService', |
| file=DESCRIPTOR, |
| index=0, |
| serialized_options=None, |
| create_key=_descriptor._internal_create_key, |
| serialized_start=3812, |
| serialized_end=4883, |
| methods=[ |
| _descriptor.MethodDescriptor( |
| name='StartManagingDevice', |
| full_name='dmi.NativeHWManagementService.StartManagingDevice', |
| index=0, |
| containing_service=None, |
| input_type=dmi_dot_hw__pb2._MODIFIABLECOMPONENT, |
| output_type=_STARTMANAGINGDEVICERESPONSE, |
| serialized_options=None, |
| create_key=_descriptor._internal_create_key, |
| ), |
| _descriptor.MethodDescriptor( |
| name='StopManagingDevice', |
| full_name='dmi.NativeHWManagementService.StopManagingDevice', |
| index=1, |
| containing_service=None, |
| input_type=_STOPMANAGINGDEVICEREQUEST, |
| output_type=_STOPMANAGINGDEVICERESPONSE, |
| serialized_options=None, |
| create_key=_descriptor._internal_create_key, |
| ), |
| _descriptor.MethodDescriptor( |
| name='GetManagedDevices', |
| full_name='dmi.NativeHWManagementService.GetManagedDevices', |
| index=2, |
| containing_service=None, |
| input_type=google_dot_protobuf_dot_empty__pb2._EMPTY, |
| output_type=_MANAGEDDEVICESRESPONSE, |
| serialized_options=None, |
| create_key=_descriptor._internal_create_key, |
| ), |
| _descriptor.MethodDescriptor( |
| name='GetPhysicalInventory', |
| full_name='dmi.NativeHWManagementService.GetPhysicalInventory', |
| index=3, |
| containing_service=None, |
| input_type=_PHYSICALINVENTORYREQUEST, |
| output_type=_PHYSICALINVENTORYRESPONSE, |
| serialized_options=None, |
| create_key=_descriptor._internal_create_key, |
| ), |
| _descriptor.MethodDescriptor( |
| name='GetHWComponentInfo', |
| full_name='dmi.NativeHWManagementService.GetHWComponentInfo', |
| index=4, |
| containing_service=None, |
| input_type=_HWCOMPONENTINFOGETREQUEST, |
| output_type=_HWCOMPONENTINFOGETRESPONSE, |
| serialized_options=None, |
| create_key=_descriptor._internal_create_key, |
| ), |
| _descriptor.MethodDescriptor( |
| name='SetHWComponentInfo', |
| full_name='dmi.NativeHWManagementService.SetHWComponentInfo', |
| index=5, |
| containing_service=None, |
| input_type=_HWCOMPONENTINFOSETREQUEST, |
| output_type=_HWCOMPONENTINFOSETRESPONSE, |
| serialized_options=None, |
| create_key=_descriptor._internal_create_key, |
| ), |
| _descriptor.MethodDescriptor( |
| name='SetLoggingEndpoint', |
| full_name='dmi.NativeHWManagementService.SetLoggingEndpoint', |
| index=6, |
| containing_service=None, |
| input_type=_SETLOGGINGENDPOINTREQUEST, |
| output_type=_SETREMOTEENDPOINTRESPONSE, |
| serialized_options=None, |
| create_key=_descriptor._internal_create_key, |
| ), |
| _descriptor.MethodDescriptor( |
| name='GetLoggingEndpoint', |
| full_name='dmi.NativeHWManagementService.GetLoggingEndpoint', |
| index=7, |
| containing_service=None, |
| input_type=dmi_dot_hw__pb2._HARDWAREID, |
| output_type=_GETLOGGINGENDPOINTRESPONSE, |
| serialized_options=None, |
| create_key=_descriptor._internal_create_key, |
| ), |
| _descriptor.MethodDescriptor( |
| name='SetMsgBusEndpoint', |
| full_name='dmi.NativeHWManagementService.SetMsgBusEndpoint', |
| index=8, |
| containing_service=None, |
| input_type=_SETMSGBUSENDPOINTREQUEST, |
| output_type=_SETREMOTEENDPOINTRESPONSE, |
| serialized_options=None, |
| create_key=_descriptor._internal_create_key, |
| ), |
| _descriptor.MethodDescriptor( |
| name='GetMsgBusEndpoint', |
| full_name='dmi.NativeHWManagementService.GetMsgBusEndpoint', |
| index=9, |
| containing_service=None, |
| input_type=google_dot_protobuf_dot_empty__pb2._EMPTY, |
| output_type=_GETMSGBUSENDPOINTRESPONSE, |
| serialized_options=None, |
| create_key=_descriptor._internal_create_key, |
| ), |
| _descriptor.MethodDescriptor( |
| name='GetLoggableEntities', |
| full_name='dmi.NativeHWManagementService.GetLoggableEntities', |
| index=10, |
| containing_service=None, |
| input_type=_GETLOGGABLEENTITIESREQUEST, |
| output_type=_GETLOGLEVELRESPONSE, |
| serialized_options=None, |
| create_key=_descriptor._internal_create_key, |
| ), |
| _descriptor.MethodDescriptor( |
| name='SetLogLevel', |
| full_name='dmi.NativeHWManagementService.SetLogLevel', |
| index=11, |
| containing_service=None, |
| input_type=_SETLOGLEVELREQUEST, |
| output_type=_SETLOGLEVELRESPONSE, |
| serialized_options=None, |
| create_key=_descriptor._internal_create_key, |
| ), |
| _descriptor.MethodDescriptor( |
| name='GetLogLevel', |
| full_name='dmi.NativeHWManagementService.GetLogLevel', |
| index=12, |
| containing_service=None, |
| input_type=_GETLOGLEVELREQUEST, |
| output_type=_GETLOGLEVELRESPONSE, |
| serialized_options=None, |
| create_key=_descriptor._internal_create_key, |
| ), |
| ]) |
| _sym_db.RegisterServiceDescriptor(_NATIVEHWMANAGEMENTSERVICE) |
| |
| DESCRIPTOR.services_by_name['NativeHWManagementService'] = _NATIVEHWMANAGEMENTSERVICE |
| |
| # @@protoc_insertion_point(module_scope) |