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 |
Andrea Campanella | cb990bc | 2020-09-22 12:50:56 +0200 | [diff] [blame] | 4 | """Generated protocol buffer code.""" |
uwe ottrembka | 66d91ea | 2020-08-11 10:50:55 +0200 | [diff] [blame] | 5 | from google.protobuf import descriptor as _descriptor |
| 6 | from google.protobuf import message as _message |
| 7 | from google.protobuf import reflection as _reflection |
| 8 | from google.protobuf import symbol_database as _symbol_database |
| 9 | # @@protoc_insertion_point(imports) |
| 10 | |
| 11 | _sym_db = _symbol_database.Default() |
| 12 | |
| 13 | |
| 14 | from dmi import commons_pb2 as dmi_dot_commons__pb2 |
| 15 | from dmi import hw_pb2 as dmi_dot_hw__pb2 |
Andrea Campanella | cb990bc | 2020-09-22 12:50:56 +0200 | [diff] [blame] | 16 | from google.protobuf import empty_pb2 as google_dot_protobuf_dot_empty__pb2 |
uwe ottrembka | 66d91ea | 2020-08-11 10:50:55 +0200 | [diff] [blame] | 17 | |
| 18 | |
| 19 | DESCRIPTOR = _descriptor.FileDescriptor( |
| 20 | name='dmi/hw_management_service.proto', |
| 21 | package='dmi', |
| 22 | syntax='proto3', |
uwe ottrembka | 5ea5c0a | 2020-08-31 10:37:35 +0200 | [diff] [blame] | 23 | serialized_options=b'Z9github.com/opencord/device-management-interface/v3/go/dmi', |
| 24 | create_key=_descriptor._internal_create_key, |
amit.ghosh | 6bdb0f7 | 2021-06-02 14:42:29 +0200 | [diff] [blame] | 25 | 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\"\xe7\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\"\xba\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\x12\x1a\n\x16\x41UTHENTICATION_FAILURE\x10\x05\x12\x17\n\x13INCOMPATIBLE_DEVICE\x10\x06\")\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\"[\n\x11ManagedDeviceInfo\x12&\n\x04info\x18\x01 \x01(\x0b\x32\x18.dmi.ModifiableComponent\x12\x1e\n\x0b\x64\x65vice_uuid\x18\x02 \x01(\x0b\x32\t.dmi.Uuid\"\xc6\x01\n\x16ManagedDevicesResponse\x12\x1b\n\x06status\x18\x01 \x01(\x0e\x32\x0b.dmi.Status\x12\x32\n\x06reason\x18\x02 \x01(\x0e\x32\".dmi.ManagedDevicesResponse.Reason\x12\'\n\x07\x64\x65vices\x18\x03 \x03(\x0b\x32\x16.dmi.ManagedDeviceInfo\"2\n\x06Reason\x12\x14\n\x10UNDEFINED_REASON\x10\x00\x12\x12\n\x0eINTERNAL_ERROR\x10\x01\"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.Uuid\"(\n\tHeartbeat\x12\x1b\n\x13heartbeat_signature\x18\x01 \x01(\x07\"5\n\x13RebootDeviceRequest\x12\x1e\n\x0b\x64\x65vice_uuid\x18\x01 \x01(\x0b\x32\t.dmi.Uuid\"\xdc\x01\n\x14RebootDeviceResponse\x12\x1b\n\x06status\x18\x03 \x01(\x0e\x32\x0b.dmi.Status\x12\x30\n\x06reason\x18\x04 \x01(\x0e\x32 .dmi.RebootDeviceResponse.Reason\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\x32\xae\t\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.GetLogLevelResponse\x12\x38\n\x0eHeartbeatCheck\x12\x16.google.protobuf.Empty\x1a\x0e.dmi.Heartbeat\x12\x43\n\x0cRebootDevice\x12\x18.dmi.RebootDeviceRequest\x1a\x19.dmi.RebootDeviceResponseB;Z9github.com/opencord/device-management-interface/v3/go/dmib\x06proto3' |
uwe ottrembka | 66d91ea | 2020-08-11 10:50:55 +0200 | [diff] [blame] | 26 | , |
Andrea Campanella | cb990bc | 2020-09-22 12:50:56 +0200 | [diff] [blame] | 27 | dependencies=[dmi_dot_commons__pb2.DESCRIPTOR,dmi_dot_hw__pb2.DESCRIPTOR,google_dot_protobuf_dot_empty__pb2.DESCRIPTOR,]) |
uwe ottrembka | 66d91ea | 2020-08-11 10:50:55 +0200 | [diff] [blame] | 28 | |
| 29 | |
| 30 | |
amit.ghosh | ae47303 | 2021-01-10 11:59:10 +0100 | [diff] [blame] | 31 | _PHYSICALINVENTORYRESPONSE_REASON = _descriptor.EnumDescriptor( |
| 32 | name='Reason', |
| 33 | full_name='dmi.PhysicalInventoryResponse.Reason', |
| 34 | filename=None, |
| 35 | file=DESCRIPTOR, |
| 36 | create_key=_descriptor._internal_create_key, |
| 37 | values=[ |
| 38 | _descriptor.EnumValueDescriptor( |
| 39 | name='UNDEFINED_REASON', index=0, number=0, |
| 40 | serialized_options=None, |
| 41 | type=None, |
| 42 | create_key=_descriptor._internal_create_key), |
| 43 | _descriptor.EnumValueDescriptor( |
| 44 | name='UNKNOWN_DEVICE', index=1, number=1, |
| 45 | serialized_options=None, |
| 46 | type=None, |
| 47 | create_key=_descriptor._internal_create_key), |
| 48 | _descriptor.EnumValueDescriptor( |
| 49 | name='INTERNAL_ERROR', index=2, number=2, |
| 50 | serialized_options=None, |
| 51 | type=None, |
| 52 | create_key=_descriptor._internal_create_key), |
amit.ghosh | bd2022e | 2021-02-22 05:58:53 +0100 | [diff] [blame] | 53 | _descriptor.EnumValueDescriptor( |
| 54 | name='DEVICE_UNREACHABLE', index=3, number=3, |
| 55 | serialized_options=None, |
| 56 | type=None, |
| 57 | create_key=_descriptor._internal_create_key), |
amit.ghosh | ae47303 | 2021-01-10 11:59:10 +0100 | [diff] [blame] | 58 | ], |
| 59 | containing_type=None, |
| 60 | serialized_options=None, |
amit.ghosh | 8ab1e6e | 2021-02-23 07:40:17 +0100 | [diff] [blame] | 61 | serialized_start=333, |
| 62 | serialized_end=427, |
amit.ghosh | ae47303 | 2021-01-10 11:59:10 +0100 | [diff] [blame] | 63 | ) |
| 64 | _sym_db.RegisterEnumDescriptor(_PHYSICALINVENTORYRESPONSE_REASON) |
| 65 | |
| 66 | _HWCOMPONENTINFOGETRESPONSE_REASON = _descriptor.EnumDescriptor( |
| 67 | name='Reason', |
| 68 | full_name='dmi.HWComponentInfoGetResponse.Reason', |
| 69 | filename=None, |
| 70 | file=DESCRIPTOR, |
| 71 | create_key=_descriptor._internal_create_key, |
| 72 | values=[ |
| 73 | _descriptor.EnumValueDescriptor( |
| 74 | name='UNDEFINED_REASON', index=0, number=0, |
| 75 | serialized_options=None, |
| 76 | type=None, |
| 77 | create_key=_descriptor._internal_create_key), |
| 78 | _descriptor.EnumValueDescriptor( |
| 79 | name='UNKNOWN_DEVICE', index=1, number=1, |
| 80 | serialized_options=None, |
| 81 | type=None, |
| 82 | create_key=_descriptor._internal_create_key), |
| 83 | _descriptor.EnumValueDescriptor( |
| 84 | name='UNKNOWN_COMPONENT', index=2, number=2, |
| 85 | serialized_options=None, |
| 86 | type=None, |
| 87 | create_key=_descriptor._internal_create_key), |
| 88 | _descriptor.EnumValueDescriptor( |
| 89 | name='INTERNAL_ERROR', index=3, number=3, |
| 90 | serialized_options=None, |
| 91 | type=None, |
| 92 | create_key=_descriptor._internal_create_key), |
amit.ghosh | bd2022e | 2021-02-22 05:58:53 +0100 | [diff] [blame] | 93 | _descriptor.EnumValueDescriptor( |
| 94 | name='DEVICE_UNREACHABLE', index=4, number=4, |
| 95 | serialized_options=None, |
| 96 | type=None, |
| 97 | create_key=_descriptor._internal_create_key), |
amit.ghosh | ae47303 | 2021-01-10 11:59:10 +0100 | [diff] [blame] | 98 | ], |
| 99 | containing_type=None, |
| 100 | serialized_options=None, |
amit.ghosh | 8ab1e6e | 2021-02-23 07:40:17 +0100 | [diff] [blame] | 101 | serialized_start=723, |
| 102 | serialized_end=840, |
amit.ghosh | ae47303 | 2021-01-10 11:59:10 +0100 | [diff] [blame] | 103 | ) |
| 104 | _sym_db.RegisterEnumDescriptor(_HWCOMPONENTINFOGETRESPONSE_REASON) |
| 105 | |
| 106 | _HWCOMPONENTINFOSETRESPONSE_REASON = _descriptor.EnumDescriptor( |
| 107 | name='Reason', |
| 108 | full_name='dmi.HWComponentInfoSetResponse.Reason', |
| 109 | filename=None, |
| 110 | file=DESCRIPTOR, |
| 111 | create_key=_descriptor._internal_create_key, |
| 112 | values=[ |
| 113 | _descriptor.EnumValueDescriptor( |
| 114 | name='UNDEFINED_REASON', index=0, number=0, |
| 115 | serialized_options=None, |
| 116 | type=None, |
| 117 | create_key=_descriptor._internal_create_key), |
| 118 | _descriptor.EnumValueDescriptor( |
| 119 | name='UNKNOWN_DEVICE', index=1, number=1, |
| 120 | serialized_options=None, |
| 121 | type=None, |
| 122 | create_key=_descriptor._internal_create_key), |
| 123 | _descriptor.EnumValueDescriptor( |
| 124 | name='UNKNOWN_COMPONENT', index=2, number=2, |
| 125 | serialized_options=None, |
| 126 | type=None, |
| 127 | create_key=_descriptor._internal_create_key), |
| 128 | _descriptor.EnumValueDescriptor( |
| 129 | name='INVALID_PARAMS', index=3, number=3, |
| 130 | serialized_options=None, |
| 131 | type=None, |
| 132 | create_key=_descriptor._internal_create_key), |
| 133 | _descriptor.EnumValueDescriptor( |
| 134 | name='INTERNAL_ERROR', index=4, number=4, |
| 135 | serialized_options=None, |
| 136 | type=None, |
| 137 | create_key=_descriptor._internal_create_key), |
amit.ghosh | bd2022e | 2021-02-22 05:58:53 +0100 | [diff] [blame] | 138 | _descriptor.EnumValueDescriptor( |
| 139 | name='DEVICE_UNREACHABLE', index=5, number=5, |
| 140 | serialized_options=None, |
| 141 | type=None, |
| 142 | create_key=_descriptor._internal_create_key), |
amit.ghosh | ae47303 | 2021-01-10 11:59:10 +0100 | [diff] [blame] | 143 | ], |
| 144 | containing_type=None, |
| 145 | serialized_options=None, |
amit.ghosh | 8ab1e6e | 2021-02-23 07:40:17 +0100 | [diff] [blame] | 146 | serialized_start=1146, |
| 147 | serialized_end=1283, |
amit.ghosh | ae47303 | 2021-01-10 11:59:10 +0100 | [diff] [blame] | 148 | ) |
| 149 | _sym_db.RegisterEnumDescriptor(_HWCOMPONENTINFOSETRESPONSE_REASON) |
| 150 | |
| 151 | _STARTMANAGINGDEVICERESPONSE_REASON = _descriptor.EnumDescriptor( |
| 152 | name='Reason', |
| 153 | full_name='dmi.StartManagingDeviceResponse.Reason', |
| 154 | filename=None, |
| 155 | file=DESCRIPTOR, |
| 156 | create_key=_descriptor._internal_create_key, |
| 157 | values=[ |
| 158 | _descriptor.EnumValueDescriptor( |
| 159 | name='UNDEFINED_REASON', index=0, number=0, |
| 160 | serialized_options=None, |
| 161 | type=None, |
| 162 | create_key=_descriptor._internal_create_key), |
| 163 | _descriptor.EnumValueDescriptor( |
| 164 | name='DEVICE_ALREADY_MANAGED', index=1, number=1, |
| 165 | serialized_options=None, |
| 166 | type=None, |
| 167 | create_key=_descriptor._internal_create_key), |
| 168 | _descriptor.EnumValueDescriptor( |
| 169 | name='OPERATION_ALREADY_IN_PROGRESS', index=2, number=2, |
| 170 | serialized_options=None, |
| 171 | type=None, |
| 172 | create_key=_descriptor._internal_create_key), |
| 173 | _descriptor.EnumValueDescriptor( |
| 174 | name='INVALID_PARAMS', index=3, number=3, |
| 175 | serialized_options=None, |
| 176 | type=None, |
| 177 | create_key=_descriptor._internal_create_key), |
| 178 | _descriptor.EnumValueDescriptor( |
| 179 | name='INTERNAL_ERROR', index=4, number=4, |
| 180 | serialized_options=None, |
| 181 | type=None, |
| 182 | create_key=_descriptor._internal_create_key), |
amit.ghosh | 6bdb0f7 | 2021-06-02 14:42:29 +0200 | [diff] [blame] | 183 | _descriptor.EnumValueDescriptor( |
| 184 | name='AUTHENTICATION_FAILURE', index=5, number=5, |
| 185 | serialized_options=None, |
| 186 | type=None, |
| 187 | create_key=_descriptor._internal_create_key), |
| 188 | _descriptor.EnumValueDescriptor( |
| 189 | name='INCOMPATIBLE_DEVICE', index=6, number=6, |
| 190 | serialized_options=None, |
| 191 | type=None, |
| 192 | create_key=_descriptor._internal_create_key), |
amit.ghosh | ae47303 | 2021-01-10 11:59:10 +0100 | [diff] [blame] | 193 | ], |
| 194 | containing_type=None, |
| 195 | serialized_options=None, |
amit.ghosh | 8ab1e6e | 2021-02-23 07:40:17 +0100 | [diff] [blame] | 196 | serialized_start=1459, |
amit.ghosh | 6bdb0f7 | 2021-06-02 14:42:29 +0200 | [diff] [blame] | 197 | serialized_end=1645, |
amit.ghosh | ae47303 | 2021-01-10 11:59:10 +0100 | [diff] [blame] | 198 | ) |
| 199 | _sym_db.RegisterEnumDescriptor(_STARTMANAGINGDEVICERESPONSE_REASON) |
| 200 | |
| 201 | _STOPMANAGINGDEVICERESPONSE_REASON = _descriptor.EnumDescriptor( |
| 202 | name='Reason', |
| 203 | full_name='dmi.StopManagingDeviceResponse.Reason', |
| 204 | filename=None, |
| 205 | file=DESCRIPTOR, |
| 206 | create_key=_descriptor._internal_create_key, |
| 207 | values=[ |
| 208 | _descriptor.EnumValueDescriptor( |
| 209 | name='UNDEFINED_REASON', index=0, number=0, |
| 210 | serialized_options=None, |
| 211 | type=None, |
| 212 | create_key=_descriptor._internal_create_key), |
| 213 | _descriptor.EnumValueDescriptor( |
| 214 | name='UNKNOWN_DEVICE', index=1, number=1, |
| 215 | serialized_options=None, |
| 216 | type=None, |
| 217 | create_key=_descriptor._internal_create_key), |
| 218 | ], |
| 219 | containing_type=None, |
| 220 | serialized_options=None, |
amit.ghosh | 8ab1e6e | 2021-02-23 07:40:17 +0100 | [diff] [blame] | 221 | serialized_start=333, |
| 222 | serialized_end=383, |
amit.ghosh | ae47303 | 2021-01-10 11:59:10 +0100 | [diff] [blame] | 223 | ) |
| 224 | _sym_db.RegisterEnumDescriptor(_STOPMANAGINGDEVICERESPONSE_REASON) |
| 225 | |
amit.ghosh | 0c68741 | 2021-03-24 19:01:08 +0100 | [diff] [blame] | 226 | _MANAGEDDEVICESRESPONSE_REASON = _descriptor.EnumDescriptor( |
| 227 | name='Reason', |
| 228 | full_name='dmi.ManagedDevicesResponse.Reason', |
| 229 | filename=None, |
| 230 | file=DESCRIPTOR, |
| 231 | create_key=_descriptor._internal_create_key, |
| 232 | values=[ |
| 233 | _descriptor.EnumValueDescriptor( |
| 234 | name='UNDEFINED_REASON', index=0, number=0, |
| 235 | serialized_options=None, |
| 236 | type=None, |
| 237 | create_key=_descriptor._internal_create_key), |
| 238 | _descriptor.EnumValueDescriptor( |
| 239 | name='INTERNAL_ERROR', index=1, number=1, |
| 240 | serialized_options=None, |
| 241 | type=None, |
| 242 | create_key=_descriptor._internal_create_key), |
| 243 | ], |
| 244 | containing_type=None, |
| 245 | serialized_options=None, |
amit.ghosh | 6bdb0f7 | 2021-06-02 14:42:29 +0200 | [diff] [blame] | 246 | serialized_start=2123, |
| 247 | serialized_end=2173, |
amit.ghosh | 0c68741 | 2021-03-24 19:01:08 +0100 | [diff] [blame] | 248 | ) |
| 249 | _sym_db.RegisterEnumDescriptor(_MANAGEDDEVICESRESPONSE_REASON) |
| 250 | |
amit.ghosh | ae47303 | 2021-01-10 11:59:10 +0100 | [diff] [blame] | 251 | _SETREMOTEENDPOINTRESPONSE_REASON = _descriptor.EnumDescriptor( |
| 252 | name='Reason', |
| 253 | full_name='dmi.SetRemoteEndpointResponse.Reason', |
| 254 | filename=None, |
| 255 | file=DESCRIPTOR, |
| 256 | create_key=_descriptor._internal_create_key, |
| 257 | values=[ |
| 258 | _descriptor.EnumValueDescriptor( |
| 259 | name='UNDEFINED_REASON', index=0, number=0, |
| 260 | serialized_options=None, |
| 261 | type=None, |
| 262 | create_key=_descriptor._internal_create_key), |
| 263 | _descriptor.EnumValueDescriptor( |
| 264 | name='UNKNOWN_DEVICE', index=1, number=1, |
| 265 | serialized_options=None, |
| 266 | type=None, |
| 267 | create_key=_descriptor._internal_create_key), |
| 268 | _descriptor.EnumValueDescriptor( |
| 269 | name='INTERNAL_ERROR', index=2, number=2, |
| 270 | serialized_options=None, |
| 271 | type=None, |
| 272 | create_key=_descriptor._internal_create_key), |
| 273 | _descriptor.EnumValueDescriptor( |
| 274 | name='LOGGING_ENDPOINT_ERROR', index=3, number=3, |
| 275 | serialized_options=None, |
| 276 | type=None, |
| 277 | create_key=_descriptor._internal_create_key), |
| 278 | _descriptor.EnumValueDescriptor( |
| 279 | name='LOGGING_ENDPOINT_PROTOCOL_ERROR', index=4, number=4, |
| 280 | serialized_options=None, |
| 281 | type=None, |
| 282 | create_key=_descriptor._internal_create_key), |
| 283 | _descriptor.EnumValueDescriptor( |
| 284 | name='MSGBUS_ENDPOINT_ERROR', index=5, number=5, |
| 285 | serialized_options=None, |
| 286 | type=None, |
| 287 | create_key=_descriptor._internal_create_key), |
amit.ghosh | bd2022e | 2021-02-22 05:58:53 +0100 | [diff] [blame] | 288 | _descriptor.EnumValueDescriptor( |
| 289 | name='DEVICE_UNREACHABLE', index=6, number=6, |
| 290 | serialized_options=None, |
| 291 | type=None, |
| 292 | create_key=_descriptor._internal_create_key), |
amit.ghosh | ae47303 | 2021-01-10 11:59:10 +0100 | [diff] [blame] | 293 | ], |
| 294 | containing_type=None, |
| 295 | serialized_options=None, |
amit.ghosh | 6bdb0f7 | 2021-06-02 14:42:29 +0200 | [diff] [blame] | 296 | serialized_start=2426, |
| 297 | serialized_end=2612, |
amit.ghosh | ae47303 | 2021-01-10 11:59:10 +0100 | [diff] [blame] | 298 | ) |
| 299 | _sym_db.RegisterEnumDescriptor(_SETREMOTEENDPOINTRESPONSE_REASON) |
| 300 | |
| 301 | _GETLOGGINGENDPOINTRESPONSE_REASON = _descriptor.EnumDescriptor( |
| 302 | name='Reason', |
| 303 | full_name='dmi.GetLoggingEndpointResponse.Reason', |
| 304 | filename=None, |
| 305 | file=DESCRIPTOR, |
| 306 | create_key=_descriptor._internal_create_key, |
| 307 | values=[ |
| 308 | _descriptor.EnumValueDescriptor( |
| 309 | name='UNDEFINED_REASON', index=0, number=0, |
| 310 | serialized_options=None, |
| 311 | type=None, |
| 312 | create_key=_descriptor._internal_create_key), |
| 313 | _descriptor.EnumValueDescriptor( |
| 314 | name='UNKNOWN_DEVICE', index=1, number=1, |
| 315 | serialized_options=None, |
| 316 | type=None, |
| 317 | create_key=_descriptor._internal_create_key), |
| 318 | _descriptor.EnumValueDescriptor( |
| 319 | name='INTERNAL_ERROR', index=2, number=2, |
| 320 | serialized_options=None, |
| 321 | type=None, |
| 322 | create_key=_descriptor._internal_create_key), |
amit.ghosh | bd2022e | 2021-02-22 05:58:53 +0100 | [diff] [blame] | 323 | _descriptor.EnumValueDescriptor( |
| 324 | name='DEVICE_UNREACHABLE', index=3, number=3, |
| 325 | serialized_options=None, |
| 326 | type=None, |
| 327 | create_key=_descriptor._internal_create_key), |
amit.ghosh | ae47303 | 2021-01-10 11:59:10 +0100 | [diff] [blame] | 328 | ], |
| 329 | containing_type=None, |
| 330 | serialized_options=None, |
amit.ghosh | 8ab1e6e | 2021-02-23 07:40:17 +0100 | [diff] [blame] | 331 | serialized_start=333, |
| 332 | serialized_end=427, |
amit.ghosh | ae47303 | 2021-01-10 11:59:10 +0100 | [diff] [blame] | 333 | ) |
| 334 | _sym_db.RegisterEnumDescriptor(_GETLOGGINGENDPOINTRESPONSE_REASON) |
| 335 | |
| 336 | _GETMSGBUSENDPOINTRESPONSE_REASON = _descriptor.EnumDescriptor( |
| 337 | name='Reason', |
| 338 | full_name='dmi.GetMsgBusEndpointResponse.Reason', |
| 339 | filename=None, |
| 340 | file=DESCRIPTOR, |
| 341 | create_key=_descriptor._internal_create_key, |
| 342 | values=[ |
| 343 | _descriptor.EnumValueDescriptor( |
| 344 | name='UNDEFINED_REASON', index=0, number=0, |
| 345 | serialized_options=None, |
| 346 | type=None, |
| 347 | create_key=_descriptor._internal_create_key), |
| 348 | _descriptor.EnumValueDescriptor( |
| 349 | name='INTERNAL_ERROR', index=1, number=1, |
| 350 | serialized_options=None, |
| 351 | type=None, |
| 352 | create_key=_descriptor._internal_create_key), |
amit.ghosh | bd2022e | 2021-02-22 05:58:53 +0100 | [diff] [blame] | 353 | _descriptor.EnumValueDescriptor( |
| 354 | name='DEVICE_UNREACHABLE', index=2, number=2, |
| 355 | serialized_options=None, |
| 356 | type=None, |
| 357 | create_key=_descriptor._internal_create_key), |
amit.ghosh | ae47303 | 2021-01-10 11:59:10 +0100 | [diff] [blame] | 358 | ], |
| 359 | containing_type=None, |
| 360 | serialized_options=None, |
amit.ghosh | 6bdb0f7 | 2021-06-02 14:42:29 +0200 | [diff] [blame] | 361 | serialized_start=3116, |
| 362 | serialized_end=3190, |
amit.ghosh | ae47303 | 2021-01-10 11:59:10 +0100 | [diff] [blame] | 363 | ) |
| 364 | _sym_db.RegisterEnumDescriptor(_GETMSGBUSENDPOINTRESPONSE_REASON) |
| 365 | |
| 366 | _SETLOGLEVELRESPONSE_REASON = _descriptor.EnumDescriptor( |
| 367 | name='Reason', |
| 368 | full_name='dmi.SetLogLevelResponse.Reason', |
| 369 | filename=None, |
| 370 | file=DESCRIPTOR, |
| 371 | create_key=_descriptor._internal_create_key, |
| 372 | values=[ |
| 373 | _descriptor.EnumValueDescriptor( |
| 374 | name='UNDEFINED_REASON', index=0, number=0, |
| 375 | serialized_options=None, |
| 376 | type=None, |
| 377 | create_key=_descriptor._internal_create_key), |
| 378 | _descriptor.EnumValueDescriptor( |
| 379 | name='UNKNOWN_DEVICE', index=1, number=1, |
| 380 | serialized_options=None, |
| 381 | type=None, |
| 382 | create_key=_descriptor._internal_create_key), |
| 383 | _descriptor.EnumValueDescriptor( |
| 384 | name='INTERNAL_ERROR', index=2, number=2, |
| 385 | serialized_options=None, |
| 386 | type=None, |
| 387 | create_key=_descriptor._internal_create_key), |
| 388 | _descriptor.EnumValueDescriptor( |
| 389 | name='UNKNOWN_LOG_ENTITY', index=3, number=3, |
| 390 | serialized_options=None, |
| 391 | type=None, |
| 392 | create_key=_descriptor._internal_create_key), |
amit.ghosh | bd2022e | 2021-02-22 05:58:53 +0100 | [diff] [blame] | 393 | _descriptor.EnumValueDescriptor( |
| 394 | name='DEVICE_UNREACHABLE', index=4, number=4, |
| 395 | serialized_options=None, |
| 396 | type=None, |
| 397 | create_key=_descriptor._internal_create_key), |
amit.ghosh | ae47303 | 2021-01-10 11:59:10 +0100 | [diff] [blame] | 398 | ], |
| 399 | containing_type=None, |
| 400 | serialized_options=None, |
amit.ghosh | 6bdb0f7 | 2021-06-02 14:42:29 +0200 | [diff] [blame] | 401 | serialized_start=3516, |
| 402 | serialized_end=3634, |
amit.ghosh | ae47303 | 2021-01-10 11:59:10 +0100 | [diff] [blame] | 403 | ) |
| 404 | _sym_db.RegisterEnumDescriptor(_SETLOGLEVELRESPONSE_REASON) |
| 405 | |
| 406 | _GETLOGLEVELRESPONSE_REASON = _descriptor.EnumDescriptor( |
| 407 | name='Reason', |
| 408 | full_name='dmi.GetLogLevelResponse.Reason', |
| 409 | filename=None, |
| 410 | file=DESCRIPTOR, |
| 411 | create_key=_descriptor._internal_create_key, |
| 412 | values=[ |
| 413 | _descriptor.EnumValueDescriptor( |
| 414 | name='UNDEFINED_REASON', index=0, number=0, |
| 415 | serialized_options=None, |
| 416 | type=None, |
| 417 | create_key=_descriptor._internal_create_key), |
| 418 | _descriptor.EnumValueDescriptor( |
| 419 | name='UNKNOWN_DEVICE', index=1, number=1, |
| 420 | serialized_options=None, |
| 421 | type=None, |
| 422 | create_key=_descriptor._internal_create_key), |
| 423 | _descriptor.EnumValueDescriptor( |
| 424 | name='INTERNAL_ERROR', index=2, number=2, |
| 425 | serialized_options=None, |
| 426 | type=None, |
| 427 | create_key=_descriptor._internal_create_key), |
| 428 | _descriptor.EnumValueDescriptor( |
| 429 | name='UNKNOWN_LOG_ENTITY', index=3, number=3, |
| 430 | serialized_options=None, |
| 431 | type=None, |
| 432 | create_key=_descriptor._internal_create_key), |
amit.ghosh | bd2022e | 2021-02-22 05:58:53 +0100 | [diff] [blame] | 433 | _descriptor.EnumValueDescriptor( |
| 434 | name='DEVICE_UNREACHABLE', index=4, number=4, |
| 435 | serialized_options=None, |
| 436 | type=None, |
| 437 | create_key=_descriptor._internal_create_key), |
amit.ghosh | ae47303 | 2021-01-10 11:59:10 +0100 | [diff] [blame] | 438 | ], |
| 439 | containing_type=None, |
| 440 | serialized_options=None, |
amit.ghosh | 6bdb0f7 | 2021-06-02 14:42:29 +0200 | [diff] [blame] | 441 | serialized_start=3516, |
| 442 | serialized_end=3634, |
amit.ghosh | ae47303 | 2021-01-10 11:59:10 +0100 | [diff] [blame] | 443 | ) |
| 444 | _sym_db.RegisterEnumDescriptor(_GETLOGLEVELRESPONSE_REASON) |
| 445 | |
Chandrakanth Nalkudre Gowda | 2f6066c | 2021-05-13 12:36:32 +0530 | [diff] [blame] | 446 | _REBOOTDEVICERESPONSE_REASON = _descriptor.EnumDescriptor( |
| 447 | name='Reason', |
| 448 | full_name='dmi.RebootDeviceResponse.Reason', |
| 449 | filename=None, |
| 450 | file=DESCRIPTOR, |
| 451 | create_key=_descriptor._internal_create_key, |
| 452 | values=[ |
| 453 | _descriptor.EnumValueDescriptor( |
| 454 | name='UNDEFINED_REASON', index=0, number=0, |
| 455 | serialized_options=None, |
| 456 | type=None, |
| 457 | create_key=_descriptor._internal_create_key), |
| 458 | _descriptor.EnumValueDescriptor( |
| 459 | name='UNKNOWN_DEVICE', index=1, number=1, |
| 460 | serialized_options=None, |
| 461 | type=None, |
| 462 | create_key=_descriptor._internal_create_key), |
| 463 | _descriptor.EnumValueDescriptor( |
| 464 | name='INTERNAL_ERROR', index=2, number=2, |
| 465 | serialized_options=None, |
| 466 | type=None, |
| 467 | create_key=_descriptor._internal_create_key), |
| 468 | _descriptor.EnumValueDescriptor( |
| 469 | name='DEVICE_UNREACHABLE', index=3, number=3, |
| 470 | serialized_options=None, |
| 471 | type=None, |
| 472 | create_key=_descriptor._internal_create_key), |
| 473 | ], |
| 474 | containing_type=None, |
| 475 | serialized_options=None, |
| 476 | serialized_start=333, |
| 477 | serialized_end=427, |
| 478 | ) |
| 479 | _sym_db.RegisterEnumDescriptor(_REBOOTDEVICERESPONSE_REASON) |
| 480 | |
uwe ottrembka | 66d91ea | 2020-08-11 10:50:55 +0200 | [diff] [blame] | 481 | |
| 482 | _PHYSICALINVENTORYREQUEST = _descriptor.Descriptor( |
| 483 | name='PhysicalInventoryRequest', |
| 484 | full_name='dmi.PhysicalInventoryRequest', |
| 485 | filename=None, |
| 486 | file=DESCRIPTOR, |
| 487 | containing_type=None, |
uwe ottrembka | 5ea5c0a | 2020-08-31 10:37:35 +0200 | [diff] [blame] | 488 | create_key=_descriptor._internal_create_key, |
uwe ottrembka | 66d91ea | 2020-08-11 10:50:55 +0200 | [diff] [blame] | 489 | fields=[ |
| 490 | _descriptor.FieldDescriptor( |
| 491 | name='device_uuid', full_name='dmi.PhysicalInventoryRequest.device_uuid', index=0, |
| 492 | number=1, type=11, cpp_type=10, label=1, |
| 493 | has_default_value=False, default_value=None, |
| 494 | message_type=None, enum_type=None, containing_type=None, |
| 495 | is_extension=False, extension_scope=None, |
uwe ottrembka | 5ea5c0a | 2020-08-31 10:37:35 +0200 | [diff] [blame] | 496 | serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
uwe ottrembka | 66d91ea | 2020-08-11 10:50:55 +0200 | [diff] [blame] | 497 | ], |
| 498 | extensions=[ |
| 499 | ], |
| 500 | nested_types=[], |
| 501 | enum_types=[ |
| 502 | ], |
| 503 | serialized_options=None, |
| 504 | is_extendable=False, |
| 505 | syntax='proto3', |
| 506 | extension_ranges=[], |
| 507 | oneofs=[ |
| 508 | ], |
Andrea Campanella | cb990bc | 2020-09-22 12:50:56 +0200 | [diff] [blame] | 509 | serialized_start=102, |
| 510 | serialized_end=160, |
uwe ottrembka | 66d91ea | 2020-08-11 10:50:55 +0200 | [diff] [blame] | 511 | ) |
| 512 | |
| 513 | |
| 514 | _PHYSICALINVENTORYRESPONSE = _descriptor.Descriptor( |
| 515 | name='PhysicalInventoryResponse', |
| 516 | full_name='dmi.PhysicalInventoryResponse', |
| 517 | filename=None, |
| 518 | file=DESCRIPTOR, |
| 519 | containing_type=None, |
uwe ottrembka | 5ea5c0a | 2020-08-31 10:37:35 +0200 | [diff] [blame] | 520 | create_key=_descriptor._internal_create_key, |
uwe ottrembka | 66d91ea | 2020-08-11 10:50:55 +0200 | [diff] [blame] | 521 | fields=[ |
| 522 | _descriptor.FieldDescriptor( |
| 523 | name='status', full_name='dmi.PhysicalInventoryResponse.status', index=0, |
| 524 | number=1, type=14, cpp_type=8, label=1, |
| 525 | has_default_value=False, default_value=0, |
| 526 | message_type=None, enum_type=None, containing_type=None, |
| 527 | is_extension=False, extension_scope=None, |
uwe ottrembka | 5ea5c0a | 2020-08-31 10:37:35 +0200 | [diff] [blame] | 528 | serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
uwe ottrembka | 66d91ea | 2020-08-11 10:50:55 +0200 | [diff] [blame] | 529 | _descriptor.FieldDescriptor( |
| 530 | name='reason', full_name='dmi.PhysicalInventoryResponse.reason', index=1, |
| 531 | number=2, type=14, cpp_type=8, label=1, |
| 532 | has_default_value=False, default_value=0, |
| 533 | message_type=None, enum_type=None, containing_type=None, |
| 534 | is_extension=False, extension_scope=None, |
uwe ottrembka | 5ea5c0a | 2020-08-31 10:37:35 +0200 | [diff] [blame] | 535 | serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
uwe ottrembka | 66d91ea | 2020-08-11 10:50:55 +0200 | [diff] [blame] | 536 | _descriptor.FieldDescriptor( |
| 537 | name='inventory', full_name='dmi.PhysicalInventoryResponse.inventory', index=2, |
| 538 | number=3, type=11, cpp_type=10, label=1, |
| 539 | has_default_value=False, default_value=None, |
| 540 | message_type=None, enum_type=None, containing_type=None, |
| 541 | is_extension=False, extension_scope=None, |
uwe ottrembka | 5ea5c0a | 2020-08-31 10:37:35 +0200 | [diff] [blame] | 542 | serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
amit.ghosh | 8ab1e6e | 2021-02-23 07:40:17 +0100 | [diff] [blame] | 543 | _descriptor.FieldDescriptor( |
| 544 | name='reason_detail', full_name='dmi.PhysicalInventoryResponse.reason_detail', index=3, |
| 545 | number=4, type=9, cpp_type=9, label=1, |
| 546 | has_default_value=False, default_value=b"".decode('utf-8'), |
| 547 | message_type=None, enum_type=None, containing_type=None, |
| 548 | is_extension=False, extension_scope=None, |
| 549 | serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
uwe ottrembka | 66d91ea | 2020-08-11 10:50:55 +0200 | [diff] [blame] | 550 | ], |
| 551 | extensions=[ |
| 552 | ], |
| 553 | nested_types=[], |
| 554 | enum_types=[ |
amit.ghosh | ae47303 | 2021-01-10 11:59:10 +0100 | [diff] [blame] | 555 | _PHYSICALINVENTORYRESPONSE_REASON, |
uwe ottrembka | 66d91ea | 2020-08-11 10:50:55 +0200 | [diff] [blame] | 556 | ], |
| 557 | serialized_options=None, |
| 558 | is_extendable=False, |
| 559 | syntax='proto3', |
| 560 | extension_ranges=[], |
| 561 | oneofs=[ |
| 562 | ], |
amit.ghosh | ae47303 | 2021-01-10 11:59:10 +0100 | [diff] [blame] | 563 | serialized_start=163, |
amit.ghosh | 8ab1e6e | 2021-02-23 07:40:17 +0100 | [diff] [blame] | 564 | serialized_end=427, |
uwe ottrembka | 66d91ea | 2020-08-11 10:50:55 +0200 | [diff] [blame] | 565 | ) |
| 566 | |
| 567 | |
| 568 | _HWCOMPONENTINFOGETREQUEST = _descriptor.Descriptor( |
| 569 | name='HWComponentInfoGetRequest', |
| 570 | full_name='dmi.HWComponentInfoGetRequest', |
| 571 | filename=None, |
| 572 | file=DESCRIPTOR, |
| 573 | containing_type=None, |
uwe ottrembka | 5ea5c0a | 2020-08-31 10:37:35 +0200 | [diff] [blame] | 574 | create_key=_descriptor._internal_create_key, |
uwe ottrembka | 66d91ea | 2020-08-11 10:50:55 +0200 | [diff] [blame] | 575 | fields=[ |
| 576 | _descriptor.FieldDescriptor( |
| 577 | name='device_uuid', full_name='dmi.HWComponentInfoGetRequest.device_uuid', index=0, |
| 578 | number=1, type=11, cpp_type=10, label=1, |
| 579 | has_default_value=False, default_value=None, |
| 580 | message_type=None, enum_type=None, containing_type=None, |
| 581 | is_extension=False, extension_scope=None, |
uwe ottrembka | 5ea5c0a | 2020-08-31 10:37:35 +0200 | [diff] [blame] | 582 | serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
uwe ottrembka | 66d91ea | 2020-08-11 10:50:55 +0200 | [diff] [blame] | 583 | _descriptor.FieldDescriptor( |
| 584 | name='component_uuid', full_name='dmi.HWComponentInfoGetRequest.component_uuid', index=1, |
| 585 | number=2, type=11, cpp_type=10, label=1, |
| 586 | has_default_value=False, default_value=None, |
| 587 | message_type=None, enum_type=None, containing_type=None, |
| 588 | is_extension=False, extension_scope=None, |
uwe ottrembka | 5ea5c0a | 2020-08-31 10:37:35 +0200 | [diff] [blame] | 589 | serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
uwe ottrembka | 66d91ea | 2020-08-11 10:50:55 +0200 | [diff] [blame] | 590 | _descriptor.FieldDescriptor( |
| 591 | name='component_name', full_name='dmi.HWComponentInfoGetRequest.component_name', index=2, |
| 592 | number=3, type=9, cpp_type=9, label=1, |
uwe ottrembka | 5ea5c0a | 2020-08-31 10:37:35 +0200 | [diff] [blame] | 593 | has_default_value=False, default_value=b"".decode('utf-8'), |
uwe ottrembka | 66d91ea | 2020-08-11 10:50:55 +0200 | [diff] [blame] | 594 | message_type=None, enum_type=None, containing_type=None, |
| 595 | is_extension=False, extension_scope=None, |
uwe ottrembka | 5ea5c0a | 2020-08-31 10:37:35 +0200 | [diff] [blame] | 596 | serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
uwe ottrembka | 66d91ea | 2020-08-11 10:50:55 +0200 | [diff] [blame] | 597 | ], |
| 598 | extensions=[ |
| 599 | ], |
| 600 | nested_types=[], |
| 601 | enum_types=[ |
| 602 | ], |
| 603 | serialized_options=None, |
| 604 | is_extendable=False, |
| 605 | syntax='proto3', |
| 606 | extension_ranges=[], |
| 607 | oneofs=[ |
| 608 | ], |
amit.ghosh | 8ab1e6e | 2021-02-23 07:40:17 +0100 | [diff] [blame] | 609 | serialized_start=429, |
| 610 | serialized_end=547, |
uwe ottrembka | 66d91ea | 2020-08-11 10:50:55 +0200 | [diff] [blame] | 611 | ) |
| 612 | |
| 613 | |
aghosh | c301dcd | 2020-09-03 16:55:34 +0100 | [diff] [blame] | 614 | _HWCOMPONENTINFOGETRESPONSE = _descriptor.Descriptor( |
| 615 | name='HWComponentInfoGetResponse', |
| 616 | full_name='dmi.HWComponentInfoGetResponse', |
| 617 | filename=None, |
| 618 | file=DESCRIPTOR, |
| 619 | containing_type=None, |
| 620 | create_key=_descriptor._internal_create_key, |
| 621 | fields=[ |
| 622 | _descriptor.FieldDescriptor( |
| 623 | name='status', full_name='dmi.HWComponentInfoGetResponse.status', index=0, |
| 624 | number=1, type=14, cpp_type=8, label=1, |
| 625 | has_default_value=False, default_value=0, |
| 626 | message_type=None, enum_type=None, containing_type=None, |
| 627 | is_extension=False, extension_scope=None, |
| 628 | serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| 629 | _descriptor.FieldDescriptor( |
| 630 | name='reason', full_name='dmi.HWComponentInfoGetResponse.reason', index=1, |
| 631 | number=2, type=14, cpp_type=8, label=1, |
| 632 | has_default_value=False, default_value=0, |
| 633 | message_type=None, enum_type=None, containing_type=None, |
| 634 | is_extension=False, extension_scope=None, |
| 635 | serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| 636 | _descriptor.FieldDescriptor( |
| 637 | name='component', full_name='dmi.HWComponentInfoGetResponse.component', index=2, |
| 638 | number=3, type=11, cpp_type=10, label=1, |
| 639 | has_default_value=False, default_value=None, |
| 640 | message_type=None, enum_type=None, containing_type=None, |
| 641 | is_extension=False, extension_scope=None, |
| 642 | serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
amit.ghosh | 8ab1e6e | 2021-02-23 07:40:17 +0100 | [diff] [blame] | 643 | _descriptor.FieldDescriptor( |
| 644 | name='reason_detail', full_name='dmi.HWComponentInfoGetResponse.reason_detail', index=3, |
| 645 | number=4, type=9, cpp_type=9, label=1, |
| 646 | has_default_value=False, default_value=b"".decode('utf-8'), |
| 647 | message_type=None, enum_type=None, containing_type=None, |
| 648 | is_extension=False, extension_scope=None, |
| 649 | serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
aghosh | c301dcd | 2020-09-03 16:55:34 +0100 | [diff] [blame] | 650 | ], |
| 651 | extensions=[ |
| 652 | ], |
| 653 | nested_types=[], |
| 654 | enum_types=[ |
amit.ghosh | ae47303 | 2021-01-10 11:59:10 +0100 | [diff] [blame] | 655 | _HWCOMPONENTINFOGETRESPONSE_REASON, |
aghosh | c301dcd | 2020-09-03 16:55:34 +0100 | [diff] [blame] | 656 | ], |
| 657 | serialized_options=None, |
| 658 | is_extendable=False, |
| 659 | syntax='proto3', |
| 660 | extension_ranges=[], |
| 661 | oneofs=[ |
| 662 | ], |
amit.ghosh | 8ab1e6e | 2021-02-23 07:40:17 +0100 | [diff] [blame] | 663 | serialized_start=550, |
| 664 | serialized_end=840, |
aghosh | c301dcd | 2020-09-03 16:55:34 +0100 | [diff] [blame] | 665 | ) |
| 666 | |
| 667 | |
uwe ottrembka | 66d91ea | 2020-08-11 10:50:55 +0200 | [diff] [blame] | 668 | _HWCOMPONENTINFOSETREQUEST = _descriptor.Descriptor( |
| 669 | name='HWComponentInfoSetRequest', |
| 670 | full_name='dmi.HWComponentInfoSetRequest', |
| 671 | filename=None, |
| 672 | file=DESCRIPTOR, |
| 673 | containing_type=None, |
uwe ottrembka | 5ea5c0a | 2020-08-31 10:37:35 +0200 | [diff] [blame] | 674 | create_key=_descriptor._internal_create_key, |
uwe ottrembka | 66d91ea | 2020-08-11 10:50:55 +0200 | [diff] [blame] | 675 | fields=[ |
| 676 | _descriptor.FieldDescriptor( |
| 677 | name='device_uuid', full_name='dmi.HWComponentInfoSetRequest.device_uuid', index=0, |
| 678 | number=1, type=11, cpp_type=10, label=1, |
| 679 | has_default_value=False, default_value=None, |
| 680 | message_type=None, enum_type=None, containing_type=None, |
| 681 | is_extension=False, extension_scope=None, |
uwe ottrembka | 5ea5c0a | 2020-08-31 10:37:35 +0200 | [diff] [blame] | 682 | serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
uwe ottrembka | 66d91ea | 2020-08-11 10:50:55 +0200 | [diff] [blame] | 683 | _descriptor.FieldDescriptor( |
| 684 | name='component_uuid', full_name='dmi.HWComponentInfoSetRequest.component_uuid', index=1, |
| 685 | number=2, type=11, cpp_type=10, label=1, |
| 686 | has_default_value=False, default_value=None, |
| 687 | message_type=None, enum_type=None, containing_type=None, |
| 688 | is_extension=False, extension_scope=None, |
uwe ottrembka | 5ea5c0a | 2020-08-31 10:37:35 +0200 | [diff] [blame] | 689 | serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
uwe ottrembka | 66d91ea | 2020-08-11 10:50:55 +0200 | [diff] [blame] | 690 | _descriptor.FieldDescriptor( |
| 691 | name='component_name', full_name='dmi.HWComponentInfoSetRequest.component_name', index=2, |
| 692 | number=3, type=9, cpp_type=9, label=1, |
uwe ottrembka | 5ea5c0a | 2020-08-31 10:37:35 +0200 | [diff] [blame] | 693 | has_default_value=False, default_value=b"".decode('utf-8'), |
uwe ottrembka | 66d91ea | 2020-08-11 10:50:55 +0200 | [diff] [blame] | 694 | message_type=None, enum_type=None, containing_type=None, |
| 695 | is_extension=False, extension_scope=None, |
uwe ottrembka | 5ea5c0a | 2020-08-31 10:37:35 +0200 | [diff] [blame] | 696 | serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
uwe ottrembka | 66d91ea | 2020-08-11 10:50:55 +0200 | [diff] [blame] | 697 | _descriptor.FieldDescriptor( |
| 698 | name='changes', full_name='dmi.HWComponentInfoSetRequest.changes', index=3, |
| 699 | number=4, type=11, cpp_type=10, label=1, |
| 700 | has_default_value=False, default_value=None, |
| 701 | message_type=None, enum_type=None, containing_type=None, |
| 702 | is_extension=False, extension_scope=None, |
uwe ottrembka | 5ea5c0a | 2020-08-31 10:37:35 +0200 | [diff] [blame] | 703 | serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
uwe ottrembka | 66d91ea | 2020-08-11 10:50:55 +0200 | [diff] [blame] | 704 | ], |
| 705 | extensions=[ |
| 706 | ], |
| 707 | nested_types=[], |
| 708 | enum_types=[ |
| 709 | ], |
| 710 | serialized_options=None, |
| 711 | is_extendable=False, |
| 712 | syntax='proto3', |
| 713 | extension_ranges=[], |
| 714 | oneofs=[ |
| 715 | ], |
amit.ghosh | 8ab1e6e | 2021-02-23 07:40:17 +0100 | [diff] [blame] | 716 | serialized_start=843, |
| 717 | serialized_end=1004, |
uwe ottrembka | 66d91ea | 2020-08-11 10:50:55 +0200 | [diff] [blame] | 718 | ) |
| 719 | |
| 720 | |
| 721 | _HWCOMPONENTINFOSETRESPONSE = _descriptor.Descriptor( |
| 722 | name='HWComponentInfoSetResponse', |
| 723 | full_name='dmi.HWComponentInfoSetResponse', |
| 724 | filename=None, |
| 725 | file=DESCRIPTOR, |
| 726 | containing_type=None, |
uwe ottrembka | 5ea5c0a | 2020-08-31 10:37:35 +0200 | [diff] [blame] | 727 | create_key=_descriptor._internal_create_key, |
uwe ottrembka | 66d91ea | 2020-08-11 10:50:55 +0200 | [diff] [blame] | 728 | fields=[ |
| 729 | _descriptor.FieldDescriptor( |
| 730 | name='status', full_name='dmi.HWComponentInfoSetResponse.status', index=0, |
| 731 | number=1, type=14, cpp_type=8, label=1, |
| 732 | has_default_value=False, default_value=0, |
| 733 | message_type=None, enum_type=None, containing_type=None, |
| 734 | is_extension=False, extension_scope=None, |
uwe ottrembka | 5ea5c0a | 2020-08-31 10:37:35 +0200 | [diff] [blame] | 735 | serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
uwe ottrembka | 66d91ea | 2020-08-11 10:50:55 +0200 | [diff] [blame] | 736 | _descriptor.FieldDescriptor( |
| 737 | name='reason', full_name='dmi.HWComponentInfoSetResponse.reason', index=1, |
| 738 | number=2, type=14, cpp_type=8, label=1, |
| 739 | has_default_value=False, default_value=0, |
| 740 | message_type=None, enum_type=None, containing_type=None, |
| 741 | is_extension=False, extension_scope=None, |
uwe ottrembka | 5ea5c0a | 2020-08-31 10:37:35 +0200 | [diff] [blame] | 742 | serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
amit.ghosh | 8ab1e6e | 2021-02-23 07:40:17 +0100 | [diff] [blame] | 743 | _descriptor.FieldDescriptor( |
| 744 | name='reason_detail', full_name='dmi.HWComponentInfoSetResponse.reason_detail', index=2, |
| 745 | number=3, type=9, cpp_type=9, label=1, |
| 746 | has_default_value=False, default_value=b"".decode('utf-8'), |
| 747 | message_type=None, enum_type=None, containing_type=None, |
| 748 | is_extension=False, extension_scope=None, |
| 749 | serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
uwe ottrembka | 66d91ea | 2020-08-11 10:50:55 +0200 | [diff] [blame] | 750 | ], |
| 751 | extensions=[ |
| 752 | ], |
| 753 | nested_types=[], |
| 754 | enum_types=[ |
amit.ghosh | ae47303 | 2021-01-10 11:59:10 +0100 | [diff] [blame] | 755 | _HWCOMPONENTINFOSETRESPONSE_REASON, |
uwe ottrembka | 66d91ea | 2020-08-11 10:50:55 +0200 | [diff] [blame] | 756 | ], |
| 757 | serialized_options=None, |
| 758 | is_extendable=False, |
| 759 | syntax='proto3', |
| 760 | extension_ranges=[], |
| 761 | oneofs=[ |
| 762 | ], |
amit.ghosh | 8ab1e6e | 2021-02-23 07:40:17 +0100 | [diff] [blame] | 763 | serialized_start=1007, |
| 764 | serialized_end=1283, |
uwe ottrembka | 66d91ea | 2020-08-11 10:50:55 +0200 | [diff] [blame] | 765 | ) |
| 766 | |
| 767 | |
| 768 | _STARTMANAGINGDEVICERESPONSE = _descriptor.Descriptor( |
| 769 | name='StartManagingDeviceResponse', |
| 770 | full_name='dmi.StartManagingDeviceResponse', |
| 771 | filename=None, |
| 772 | file=DESCRIPTOR, |
| 773 | containing_type=None, |
uwe ottrembka | 5ea5c0a | 2020-08-31 10:37:35 +0200 | [diff] [blame] | 774 | create_key=_descriptor._internal_create_key, |
uwe ottrembka | 66d91ea | 2020-08-11 10:50:55 +0200 | [diff] [blame] | 775 | fields=[ |
| 776 | _descriptor.FieldDescriptor( |
| 777 | name='status', full_name='dmi.StartManagingDeviceResponse.status', index=0, |
| 778 | number=1, type=14, cpp_type=8, label=1, |
| 779 | has_default_value=False, default_value=0, |
| 780 | message_type=None, enum_type=None, containing_type=None, |
| 781 | is_extension=False, extension_scope=None, |
uwe ottrembka | 5ea5c0a | 2020-08-31 10:37:35 +0200 | [diff] [blame] | 782 | serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
uwe ottrembka | 66d91ea | 2020-08-11 10:50:55 +0200 | [diff] [blame] | 783 | _descriptor.FieldDescriptor( |
| 784 | name='reason', full_name='dmi.StartManagingDeviceResponse.reason', index=1, |
| 785 | number=2, type=14, cpp_type=8, label=1, |
| 786 | has_default_value=False, default_value=0, |
| 787 | message_type=None, enum_type=None, containing_type=None, |
| 788 | is_extension=False, extension_scope=None, |
uwe ottrembka | 5ea5c0a | 2020-08-31 10:37:35 +0200 | [diff] [blame] | 789 | serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
uwe ottrembka | 66d91ea | 2020-08-11 10:50:55 +0200 | [diff] [blame] | 790 | _descriptor.FieldDescriptor( |
| 791 | name='device_uuid', full_name='dmi.StartManagingDeviceResponse.device_uuid', index=2, |
| 792 | number=3, type=11, cpp_type=10, label=1, |
| 793 | has_default_value=False, default_value=None, |
| 794 | message_type=None, enum_type=None, containing_type=None, |
| 795 | is_extension=False, extension_scope=None, |
uwe ottrembka | 5ea5c0a | 2020-08-31 10:37:35 +0200 | [diff] [blame] | 796 | serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
amit.ghosh | 8ab1e6e | 2021-02-23 07:40:17 +0100 | [diff] [blame] | 797 | _descriptor.FieldDescriptor( |
| 798 | name='reason_detail', full_name='dmi.StartManagingDeviceResponse.reason_detail', index=3, |
| 799 | number=4, type=9, cpp_type=9, label=1, |
| 800 | has_default_value=False, default_value=b"".decode('utf-8'), |
| 801 | message_type=None, enum_type=None, containing_type=None, |
| 802 | is_extension=False, extension_scope=None, |
| 803 | serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
uwe ottrembka | 66d91ea | 2020-08-11 10:50:55 +0200 | [diff] [blame] | 804 | ], |
| 805 | extensions=[ |
| 806 | ], |
| 807 | nested_types=[], |
| 808 | enum_types=[ |
amit.ghosh | ae47303 | 2021-01-10 11:59:10 +0100 | [diff] [blame] | 809 | _STARTMANAGINGDEVICERESPONSE_REASON, |
uwe ottrembka | 66d91ea | 2020-08-11 10:50:55 +0200 | [diff] [blame] | 810 | ], |
| 811 | serialized_options=None, |
| 812 | is_extendable=False, |
| 813 | syntax='proto3', |
| 814 | extension_ranges=[], |
| 815 | oneofs=[ |
| 816 | ], |
amit.ghosh | 8ab1e6e | 2021-02-23 07:40:17 +0100 | [diff] [blame] | 817 | serialized_start=1286, |
amit.ghosh | 6bdb0f7 | 2021-06-02 14:42:29 +0200 | [diff] [blame] | 818 | serialized_end=1645, |
uwe ottrembka | 66d91ea | 2020-08-11 10:50:55 +0200 | [diff] [blame] | 819 | ) |
| 820 | |
| 821 | |
| 822 | _STOPMANAGINGDEVICEREQUEST = _descriptor.Descriptor( |
| 823 | name='StopManagingDeviceRequest', |
| 824 | full_name='dmi.StopManagingDeviceRequest', |
| 825 | filename=None, |
| 826 | file=DESCRIPTOR, |
| 827 | containing_type=None, |
uwe ottrembka | 5ea5c0a | 2020-08-31 10:37:35 +0200 | [diff] [blame] | 828 | create_key=_descriptor._internal_create_key, |
uwe ottrembka | 66d91ea | 2020-08-11 10:50:55 +0200 | [diff] [blame] | 829 | fields=[ |
| 830 | _descriptor.FieldDescriptor( |
| 831 | name='name', full_name='dmi.StopManagingDeviceRequest.name', index=0, |
| 832 | number=1, type=9, cpp_type=9, label=1, |
uwe ottrembka | 5ea5c0a | 2020-08-31 10:37:35 +0200 | [diff] [blame] | 833 | has_default_value=False, default_value=b"".decode('utf-8'), |
uwe ottrembka | 66d91ea | 2020-08-11 10:50:55 +0200 | [diff] [blame] | 834 | message_type=None, enum_type=None, containing_type=None, |
| 835 | is_extension=False, extension_scope=None, |
uwe ottrembka | 5ea5c0a | 2020-08-31 10:37:35 +0200 | [diff] [blame] | 836 | serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
uwe ottrembka | 66d91ea | 2020-08-11 10:50:55 +0200 | [diff] [blame] | 837 | ], |
| 838 | extensions=[ |
| 839 | ], |
| 840 | nested_types=[], |
| 841 | enum_types=[ |
| 842 | ], |
| 843 | serialized_options=None, |
| 844 | is_extendable=False, |
| 845 | syntax='proto3', |
| 846 | extension_ranges=[], |
| 847 | oneofs=[ |
| 848 | ], |
amit.ghosh | 6bdb0f7 | 2021-06-02 14:42:29 +0200 | [diff] [blame] | 849 | serialized_start=1647, |
| 850 | serialized_end=1688, |
uwe ottrembka | 66d91ea | 2020-08-11 10:50:55 +0200 | [diff] [blame] | 851 | ) |
| 852 | |
| 853 | |
| 854 | _STOPMANAGINGDEVICERESPONSE = _descriptor.Descriptor( |
| 855 | name='StopManagingDeviceResponse', |
| 856 | full_name='dmi.StopManagingDeviceResponse', |
| 857 | filename=None, |
| 858 | file=DESCRIPTOR, |
| 859 | containing_type=None, |
uwe ottrembka | 5ea5c0a | 2020-08-31 10:37:35 +0200 | [diff] [blame] | 860 | create_key=_descriptor._internal_create_key, |
uwe ottrembka | 66d91ea | 2020-08-11 10:50:55 +0200 | [diff] [blame] | 861 | fields=[ |
| 862 | _descriptor.FieldDescriptor( |
| 863 | name='status', full_name='dmi.StopManagingDeviceResponse.status', index=0, |
| 864 | number=1, type=14, cpp_type=8, label=1, |
| 865 | has_default_value=False, default_value=0, |
| 866 | message_type=None, enum_type=None, containing_type=None, |
| 867 | is_extension=False, extension_scope=None, |
uwe ottrembka | 5ea5c0a | 2020-08-31 10:37:35 +0200 | [diff] [blame] | 868 | serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
uwe ottrembka | 66d91ea | 2020-08-11 10:50:55 +0200 | [diff] [blame] | 869 | _descriptor.FieldDescriptor( |
| 870 | name='reason', full_name='dmi.StopManagingDeviceResponse.reason', index=1, |
| 871 | number=2, type=14, cpp_type=8, label=1, |
| 872 | has_default_value=False, default_value=0, |
| 873 | message_type=None, enum_type=None, containing_type=None, |
| 874 | is_extension=False, extension_scope=None, |
uwe ottrembka | 5ea5c0a | 2020-08-31 10:37:35 +0200 | [diff] [blame] | 875 | serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
amit.ghosh | 8ab1e6e | 2021-02-23 07:40:17 +0100 | [diff] [blame] | 876 | _descriptor.FieldDescriptor( |
| 877 | name='reason_detail', full_name='dmi.StopManagingDeviceResponse.reason_detail', index=2, |
| 878 | number=3, type=9, cpp_type=9, label=1, |
| 879 | has_default_value=False, default_value=b"".decode('utf-8'), |
| 880 | message_type=None, enum_type=None, containing_type=None, |
| 881 | is_extension=False, extension_scope=None, |
| 882 | serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
uwe ottrembka | 66d91ea | 2020-08-11 10:50:55 +0200 | [diff] [blame] | 883 | ], |
| 884 | extensions=[ |
| 885 | ], |
| 886 | nested_types=[], |
| 887 | enum_types=[ |
amit.ghosh | ae47303 | 2021-01-10 11:59:10 +0100 | [diff] [blame] | 888 | _STOPMANAGINGDEVICERESPONSE_REASON, |
uwe ottrembka | 66d91ea | 2020-08-11 10:50:55 +0200 | [diff] [blame] | 889 | ], |
| 890 | serialized_options=None, |
| 891 | is_extendable=False, |
| 892 | syntax='proto3', |
| 893 | extension_ranges=[], |
| 894 | oneofs=[ |
| 895 | ], |
amit.ghosh | 6bdb0f7 | 2021-06-02 14:42:29 +0200 | [diff] [blame] | 896 | serialized_start=1691, |
| 897 | serialized_end=1879, |
Andrea Campanella | cb990bc | 2020-09-22 12:50:56 +0200 | [diff] [blame] | 898 | ) |
| 899 | |
| 900 | |
amit.ghosh | 0c68741 | 2021-03-24 19:01:08 +0100 | [diff] [blame] | 901 | _MANAGEDDEVICEINFO = _descriptor.Descriptor( |
| 902 | name='ManagedDeviceInfo', |
| 903 | full_name='dmi.ManagedDeviceInfo', |
Andrea Campanella | cb990bc | 2020-09-22 12:50:56 +0200 | [diff] [blame] | 904 | filename=None, |
| 905 | file=DESCRIPTOR, |
| 906 | containing_type=None, |
| 907 | create_key=_descriptor._internal_create_key, |
| 908 | fields=[ |
| 909 | _descriptor.FieldDescriptor( |
amit.ghosh | 0c68741 | 2021-03-24 19:01:08 +0100 | [diff] [blame] | 910 | name='info', full_name='dmi.ManagedDeviceInfo.info', index=0, |
| 911 | number=1, type=11, cpp_type=10, label=1, |
| 912 | has_default_value=False, default_value=None, |
| 913 | message_type=None, enum_type=None, containing_type=None, |
| 914 | is_extension=False, extension_scope=None, |
| 915 | serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| 916 | _descriptor.FieldDescriptor( |
| 917 | name='device_uuid', full_name='dmi.ManagedDeviceInfo.device_uuid', index=1, |
| 918 | number=2, type=11, cpp_type=10, label=1, |
| 919 | has_default_value=False, default_value=None, |
Andrea Campanella | cb990bc | 2020-09-22 12:50:56 +0200 | [diff] [blame] | 920 | message_type=None, enum_type=None, containing_type=None, |
| 921 | is_extension=False, extension_scope=None, |
| 922 | serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| 923 | ], |
| 924 | extensions=[ |
| 925 | ], |
| 926 | nested_types=[], |
| 927 | enum_types=[ |
| 928 | ], |
| 929 | serialized_options=None, |
| 930 | is_extendable=False, |
| 931 | syntax='proto3', |
| 932 | extension_ranges=[], |
| 933 | oneofs=[ |
| 934 | ], |
amit.ghosh | 6bdb0f7 | 2021-06-02 14:42:29 +0200 | [diff] [blame] | 935 | serialized_start=1881, |
| 936 | serialized_end=1972, |
amit.ghosh | 0c68741 | 2021-03-24 19:01:08 +0100 | [diff] [blame] | 937 | ) |
| 938 | |
| 939 | |
| 940 | _MANAGEDDEVICESRESPONSE = _descriptor.Descriptor( |
| 941 | name='ManagedDevicesResponse', |
| 942 | full_name='dmi.ManagedDevicesResponse', |
| 943 | filename=None, |
| 944 | file=DESCRIPTOR, |
| 945 | containing_type=None, |
| 946 | create_key=_descriptor._internal_create_key, |
| 947 | fields=[ |
| 948 | _descriptor.FieldDescriptor( |
| 949 | name='status', full_name='dmi.ManagedDevicesResponse.status', index=0, |
| 950 | number=1, type=14, cpp_type=8, label=1, |
| 951 | has_default_value=False, default_value=0, |
| 952 | message_type=None, enum_type=None, containing_type=None, |
| 953 | is_extension=False, extension_scope=None, |
| 954 | serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| 955 | _descriptor.FieldDescriptor( |
| 956 | name='reason', full_name='dmi.ManagedDevicesResponse.reason', index=1, |
| 957 | number=2, type=14, cpp_type=8, label=1, |
| 958 | has_default_value=False, default_value=0, |
| 959 | message_type=None, enum_type=None, containing_type=None, |
| 960 | is_extension=False, extension_scope=None, |
| 961 | serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| 962 | _descriptor.FieldDescriptor( |
| 963 | name='devices', full_name='dmi.ManagedDevicesResponse.devices', index=2, |
| 964 | number=3, type=11, cpp_type=10, label=3, |
| 965 | has_default_value=False, default_value=[], |
| 966 | message_type=None, enum_type=None, containing_type=None, |
| 967 | is_extension=False, extension_scope=None, |
| 968 | serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| 969 | ], |
| 970 | extensions=[ |
| 971 | ], |
| 972 | nested_types=[], |
| 973 | enum_types=[ |
| 974 | _MANAGEDDEVICESRESPONSE_REASON, |
| 975 | ], |
| 976 | serialized_options=None, |
| 977 | is_extendable=False, |
| 978 | syntax='proto3', |
| 979 | extension_ranges=[], |
| 980 | oneofs=[ |
| 981 | ], |
amit.ghosh | 6bdb0f7 | 2021-06-02 14:42:29 +0200 | [diff] [blame] | 982 | serialized_start=1975, |
| 983 | serialized_end=2173, |
uwe ottrembka | 66d91ea | 2020-08-11 10:50:55 +0200 | [diff] [blame] | 984 | ) |
| 985 | |
amit.ghosh | 188a84f | 2020-09-27 20:59:25 +0200 | [diff] [blame] | 986 | |
| 987 | _SETLOGGINGENDPOINTREQUEST = _descriptor.Descriptor( |
| 988 | name='SetLoggingEndpointRequest', |
| 989 | full_name='dmi.SetLoggingEndpointRequest', |
| 990 | filename=None, |
| 991 | file=DESCRIPTOR, |
| 992 | containing_type=None, |
| 993 | create_key=_descriptor._internal_create_key, |
| 994 | fields=[ |
| 995 | _descriptor.FieldDescriptor( |
| 996 | name='device_uuid', full_name='dmi.SetLoggingEndpointRequest.device_uuid', index=0, |
| 997 | number=1, type=11, cpp_type=10, label=1, |
| 998 | has_default_value=False, default_value=None, |
| 999 | message_type=None, enum_type=None, containing_type=None, |
| 1000 | is_extension=False, extension_scope=None, |
| 1001 | serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| 1002 | _descriptor.FieldDescriptor( |
| 1003 | name='logging_endpoint', full_name='dmi.SetLoggingEndpointRequest.logging_endpoint', index=1, |
| 1004 | number=2, type=9, cpp_type=9, label=1, |
| 1005 | has_default_value=False, default_value=b"".decode('utf-8'), |
| 1006 | message_type=None, enum_type=None, containing_type=None, |
| 1007 | is_extension=False, extension_scope=None, |
| 1008 | serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| 1009 | _descriptor.FieldDescriptor( |
| 1010 | name='logging_protocol', full_name='dmi.SetLoggingEndpointRequest.logging_protocol', index=2, |
| 1011 | number=3, type=9, cpp_type=9, label=1, |
| 1012 | has_default_value=False, default_value=b"".decode('utf-8'), |
| 1013 | message_type=None, enum_type=None, containing_type=None, |
| 1014 | is_extension=False, extension_scope=None, |
| 1015 | serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| 1016 | ], |
| 1017 | extensions=[ |
| 1018 | ], |
| 1019 | nested_types=[], |
| 1020 | enum_types=[ |
| 1021 | ], |
| 1022 | serialized_options=None, |
| 1023 | is_extendable=False, |
| 1024 | syntax='proto3', |
| 1025 | extension_ranges=[], |
| 1026 | oneofs=[ |
| 1027 | ], |
amit.ghosh | 6bdb0f7 | 2021-06-02 14:42:29 +0200 | [diff] [blame] | 1028 | serialized_start=2175, |
| 1029 | serialized_end=2286, |
amit.ghosh | 188a84f | 2020-09-27 20:59:25 +0200 | [diff] [blame] | 1030 | ) |
| 1031 | |
| 1032 | |
| 1033 | _SETREMOTEENDPOINTRESPONSE = _descriptor.Descriptor( |
| 1034 | name='SetRemoteEndpointResponse', |
| 1035 | full_name='dmi.SetRemoteEndpointResponse', |
| 1036 | filename=None, |
| 1037 | file=DESCRIPTOR, |
| 1038 | containing_type=None, |
| 1039 | create_key=_descriptor._internal_create_key, |
| 1040 | fields=[ |
| 1041 | _descriptor.FieldDescriptor( |
| 1042 | name='status', full_name='dmi.SetRemoteEndpointResponse.status', index=0, |
| 1043 | number=1, type=14, cpp_type=8, label=1, |
| 1044 | has_default_value=False, default_value=0, |
| 1045 | message_type=None, enum_type=None, containing_type=None, |
| 1046 | is_extension=False, extension_scope=None, |
| 1047 | serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| 1048 | _descriptor.FieldDescriptor( |
| 1049 | name='reason', full_name='dmi.SetRemoteEndpointResponse.reason', index=1, |
| 1050 | number=2, type=14, cpp_type=8, label=1, |
| 1051 | has_default_value=False, default_value=0, |
| 1052 | message_type=None, enum_type=None, containing_type=None, |
| 1053 | is_extension=False, extension_scope=None, |
| 1054 | serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
amit.ghosh | 8ab1e6e | 2021-02-23 07:40:17 +0100 | [diff] [blame] | 1055 | _descriptor.FieldDescriptor( |
| 1056 | name='reason_detail', full_name='dmi.SetRemoteEndpointResponse.reason_detail', index=2, |
| 1057 | number=3, type=9, cpp_type=9, label=1, |
| 1058 | has_default_value=False, default_value=b"".decode('utf-8'), |
| 1059 | message_type=None, enum_type=None, containing_type=None, |
| 1060 | is_extension=False, extension_scope=None, |
| 1061 | serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
amit.ghosh | 188a84f | 2020-09-27 20:59:25 +0200 | [diff] [blame] | 1062 | ], |
| 1063 | extensions=[ |
| 1064 | ], |
| 1065 | nested_types=[], |
| 1066 | enum_types=[ |
amit.ghosh | ae47303 | 2021-01-10 11:59:10 +0100 | [diff] [blame] | 1067 | _SETREMOTEENDPOINTRESPONSE_REASON, |
amit.ghosh | 188a84f | 2020-09-27 20:59:25 +0200 | [diff] [blame] | 1068 | ], |
| 1069 | serialized_options=None, |
| 1070 | is_extendable=False, |
| 1071 | syntax='proto3', |
| 1072 | extension_ranges=[], |
| 1073 | oneofs=[ |
| 1074 | ], |
amit.ghosh | 6bdb0f7 | 2021-06-02 14:42:29 +0200 | [diff] [blame] | 1075 | serialized_start=2289, |
| 1076 | serialized_end=2612, |
amit.ghosh | 188a84f | 2020-09-27 20:59:25 +0200 | [diff] [blame] | 1077 | ) |
| 1078 | |
| 1079 | |
| 1080 | _GETLOGGINGENDPOINTRESPONSE = _descriptor.Descriptor( |
| 1081 | name='GetLoggingEndpointResponse', |
| 1082 | full_name='dmi.GetLoggingEndpointResponse', |
| 1083 | filename=None, |
| 1084 | file=DESCRIPTOR, |
| 1085 | containing_type=None, |
| 1086 | create_key=_descriptor._internal_create_key, |
| 1087 | fields=[ |
| 1088 | _descriptor.FieldDescriptor( |
| 1089 | name='status', full_name='dmi.GetLoggingEndpointResponse.status', index=0, |
| 1090 | number=1, type=14, cpp_type=8, label=1, |
| 1091 | has_default_value=False, default_value=0, |
| 1092 | message_type=None, enum_type=None, containing_type=None, |
| 1093 | is_extension=False, extension_scope=None, |
| 1094 | serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| 1095 | _descriptor.FieldDescriptor( |
| 1096 | name='reason', full_name='dmi.GetLoggingEndpointResponse.reason', index=1, |
| 1097 | number=2, type=14, cpp_type=8, label=1, |
| 1098 | has_default_value=False, default_value=0, |
| 1099 | message_type=None, enum_type=None, containing_type=None, |
| 1100 | is_extension=False, extension_scope=None, |
| 1101 | serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| 1102 | _descriptor.FieldDescriptor( |
| 1103 | name='logging_endpoint', full_name='dmi.GetLoggingEndpointResponse.logging_endpoint', index=2, |
| 1104 | number=3, type=9, cpp_type=9, label=1, |
| 1105 | has_default_value=False, default_value=b"".decode('utf-8'), |
| 1106 | message_type=None, enum_type=None, containing_type=None, |
| 1107 | is_extension=False, extension_scope=None, |
| 1108 | serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| 1109 | _descriptor.FieldDescriptor( |
| 1110 | name='logging_protocol', full_name='dmi.GetLoggingEndpointResponse.logging_protocol', index=3, |
| 1111 | number=4, type=9, cpp_type=9, label=1, |
| 1112 | has_default_value=False, default_value=b"".decode('utf-8'), |
| 1113 | message_type=None, enum_type=None, containing_type=None, |
| 1114 | is_extension=False, extension_scope=None, |
| 1115 | serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
amit.ghosh | 8ab1e6e | 2021-02-23 07:40:17 +0100 | [diff] [blame] | 1116 | _descriptor.FieldDescriptor( |
| 1117 | name='reason_detail', full_name='dmi.GetLoggingEndpointResponse.reason_detail', index=4, |
| 1118 | number=5, type=9, cpp_type=9, label=1, |
| 1119 | has_default_value=False, default_value=b"".decode('utf-8'), |
| 1120 | message_type=None, enum_type=None, containing_type=None, |
| 1121 | is_extension=False, extension_scope=None, |
| 1122 | serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
amit.ghosh | 188a84f | 2020-09-27 20:59:25 +0200 | [diff] [blame] | 1123 | ], |
| 1124 | extensions=[ |
| 1125 | ], |
| 1126 | nested_types=[], |
| 1127 | enum_types=[ |
amit.ghosh | ae47303 | 2021-01-10 11:59:10 +0100 | [diff] [blame] | 1128 | _GETLOGGINGENDPOINTRESPONSE_REASON, |
amit.ghosh | 188a84f | 2020-09-27 20:59:25 +0200 | [diff] [blame] | 1129 | ], |
| 1130 | serialized_options=None, |
| 1131 | is_extendable=False, |
| 1132 | syntax='proto3', |
| 1133 | extension_ranges=[], |
| 1134 | oneofs=[ |
| 1135 | ], |
amit.ghosh | 6bdb0f7 | 2021-06-02 14:42:29 +0200 | [diff] [blame] | 1136 | serialized_start=2615, |
| 1137 | serialized_end=2899, |
amit.ghosh | 188a84f | 2020-09-27 20:59:25 +0200 | [diff] [blame] | 1138 | ) |
| 1139 | |
| 1140 | |
| 1141 | _SETMSGBUSENDPOINTREQUEST = _descriptor.Descriptor( |
| 1142 | name='SetMsgBusEndpointRequest', |
| 1143 | full_name='dmi.SetMsgBusEndpointRequest', |
| 1144 | filename=None, |
| 1145 | file=DESCRIPTOR, |
| 1146 | containing_type=None, |
| 1147 | create_key=_descriptor._internal_create_key, |
| 1148 | fields=[ |
| 1149 | _descriptor.FieldDescriptor( |
| 1150 | name='msgbus_endpoint', full_name='dmi.SetMsgBusEndpointRequest.msgbus_endpoint', index=0, |
| 1151 | number=1, type=9, cpp_type=9, label=1, |
| 1152 | has_default_value=False, default_value=b"".decode('utf-8'), |
| 1153 | message_type=None, enum_type=None, containing_type=None, |
| 1154 | is_extension=False, extension_scope=None, |
| 1155 | serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| 1156 | ], |
| 1157 | extensions=[ |
| 1158 | ], |
| 1159 | nested_types=[], |
| 1160 | enum_types=[ |
| 1161 | ], |
| 1162 | serialized_options=None, |
| 1163 | is_extendable=False, |
| 1164 | syntax='proto3', |
| 1165 | extension_ranges=[], |
| 1166 | oneofs=[ |
| 1167 | ], |
amit.ghosh | 6bdb0f7 | 2021-06-02 14:42:29 +0200 | [diff] [blame] | 1168 | serialized_start=2901, |
| 1169 | serialized_end=2952, |
amit.ghosh | 188a84f | 2020-09-27 20:59:25 +0200 | [diff] [blame] | 1170 | ) |
| 1171 | |
| 1172 | |
| 1173 | _GETMSGBUSENDPOINTRESPONSE = _descriptor.Descriptor( |
| 1174 | name='GetMsgBusEndpointResponse', |
| 1175 | full_name='dmi.GetMsgBusEndpointResponse', |
| 1176 | filename=None, |
| 1177 | file=DESCRIPTOR, |
| 1178 | containing_type=None, |
| 1179 | create_key=_descriptor._internal_create_key, |
| 1180 | fields=[ |
| 1181 | _descriptor.FieldDescriptor( |
| 1182 | name='status', full_name='dmi.GetMsgBusEndpointResponse.status', index=0, |
| 1183 | number=1, type=14, cpp_type=8, label=1, |
| 1184 | has_default_value=False, default_value=0, |
| 1185 | message_type=None, enum_type=None, containing_type=None, |
| 1186 | is_extension=False, extension_scope=None, |
| 1187 | serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| 1188 | _descriptor.FieldDescriptor( |
| 1189 | name='reason', full_name='dmi.GetMsgBusEndpointResponse.reason', index=1, |
| 1190 | number=2, type=14, cpp_type=8, label=1, |
| 1191 | has_default_value=False, default_value=0, |
| 1192 | message_type=None, enum_type=None, containing_type=None, |
| 1193 | is_extension=False, extension_scope=None, |
| 1194 | serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| 1195 | _descriptor.FieldDescriptor( |
| 1196 | name='msgbus_endpoint', full_name='dmi.GetMsgBusEndpointResponse.msgbus_endpoint', index=2, |
| 1197 | number=3, type=9, cpp_type=9, label=1, |
| 1198 | has_default_value=False, default_value=b"".decode('utf-8'), |
| 1199 | message_type=None, enum_type=None, containing_type=None, |
| 1200 | is_extension=False, extension_scope=None, |
| 1201 | serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
amit.ghosh | 8ab1e6e | 2021-02-23 07:40:17 +0100 | [diff] [blame] | 1202 | _descriptor.FieldDescriptor( |
| 1203 | name='reason_detail', full_name='dmi.GetMsgBusEndpointResponse.reason_detail', index=3, |
| 1204 | number=4, type=9, cpp_type=9, label=1, |
| 1205 | has_default_value=False, default_value=b"".decode('utf-8'), |
| 1206 | message_type=None, enum_type=None, containing_type=None, |
| 1207 | is_extension=False, extension_scope=None, |
| 1208 | serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
amit.ghosh | 188a84f | 2020-09-27 20:59:25 +0200 | [diff] [blame] | 1209 | ], |
| 1210 | extensions=[ |
| 1211 | ], |
| 1212 | nested_types=[], |
| 1213 | enum_types=[ |
amit.ghosh | ae47303 | 2021-01-10 11:59:10 +0100 | [diff] [blame] | 1214 | _GETMSGBUSENDPOINTRESPONSE_REASON, |
amit.ghosh | 188a84f | 2020-09-27 20:59:25 +0200 | [diff] [blame] | 1215 | ], |
| 1216 | serialized_options=None, |
| 1217 | is_extendable=False, |
| 1218 | syntax='proto3', |
| 1219 | extension_ranges=[], |
| 1220 | oneofs=[ |
| 1221 | ], |
amit.ghosh | 6bdb0f7 | 2021-06-02 14:42:29 +0200 | [diff] [blame] | 1222 | serialized_start=2955, |
| 1223 | serialized_end=3190, |
amit.ghosh | 188a84f | 2020-09-27 20:59:25 +0200 | [diff] [blame] | 1224 | ) |
| 1225 | |
Andrea Campanella | b91e9a4 | 2020-10-09 14:31:43 +0200 | [diff] [blame] | 1226 | |
| 1227 | _ENTITIESLOGLEVEL = _descriptor.Descriptor( |
| 1228 | name='EntitiesLogLevel', |
| 1229 | full_name='dmi.EntitiesLogLevel', |
| 1230 | filename=None, |
| 1231 | file=DESCRIPTOR, |
| 1232 | containing_type=None, |
| 1233 | create_key=_descriptor._internal_create_key, |
| 1234 | fields=[ |
| 1235 | _descriptor.FieldDescriptor( |
| 1236 | name='logLevel', full_name='dmi.EntitiesLogLevel.logLevel', index=0, |
| 1237 | number=1, type=14, cpp_type=8, label=1, |
| 1238 | has_default_value=False, default_value=0, |
| 1239 | message_type=None, enum_type=None, containing_type=None, |
| 1240 | is_extension=False, extension_scope=None, |
| 1241 | serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| 1242 | _descriptor.FieldDescriptor( |
| 1243 | name='entities', full_name='dmi.EntitiesLogLevel.entities', index=1, |
| 1244 | number=2, type=9, cpp_type=9, label=3, |
| 1245 | has_default_value=False, default_value=[], |
| 1246 | message_type=None, enum_type=None, containing_type=None, |
| 1247 | is_extension=False, extension_scope=None, |
| 1248 | serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| 1249 | ], |
| 1250 | extensions=[ |
| 1251 | ], |
| 1252 | nested_types=[], |
| 1253 | enum_types=[ |
| 1254 | ], |
| 1255 | serialized_options=None, |
| 1256 | is_extendable=False, |
| 1257 | syntax='proto3', |
| 1258 | extension_ranges=[], |
| 1259 | oneofs=[ |
| 1260 | ], |
amit.ghosh | 6bdb0f7 | 2021-06-02 14:42:29 +0200 | [diff] [blame] | 1261 | serialized_start=3192, |
| 1262 | serialized_end=3261, |
Andrea Campanella | b91e9a4 | 2020-10-09 14:31:43 +0200 | [diff] [blame] | 1263 | ) |
| 1264 | |
| 1265 | |
| 1266 | _SETLOGLEVELREQUEST = _descriptor.Descriptor( |
| 1267 | name='SetLogLevelRequest', |
| 1268 | full_name='dmi.SetLogLevelRequest', |
| 1269 | filename=None, |
| 1270 | file=DESCRIPTOR, |
| 1271 | containing_type=None, |
| 1272 | create_key=_descriptor._internal_create_key, |
| 1273 | fields=[ |
| 1274 | _descriptor.FieldDescriptor( |
| 1275 | name='device_uuid', full_name='dmi.SetLogLevelRequest.device_uuid', index=0, |
| 1276 | number=1, type=11, cpp_type=10, label=1, |
| 1277 | has_default_value=False, default_value=None, |
| 1278 | message_type=None, enum_type=None, containing_type=None, |
| 1279 | is_extension=False, extension_scope=None, |
| 1280 | serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| 1281 | _descriptor.FieldDescriptor( |
| 1282 | name='loglevels', full_name='dmi.SetLogLevelRequest.loglevels', index=1, |
| 1283 | number=2, type=11, cpp_type=10, label=3, |
| 1284 | has_default_value=False, default_value=[], |
| 1285 | message_type=None, enum_type=None, containing_type=None, |
| 1286 | is_extension=False, extension_scope=None, |
| 1287 | serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| 1288 | ], |
| 1289 | extensions=[ |
| 1290 | ], |
| 1291 | nested_types=[], |
| 1292 | enum_types=[ |
| 1293 | ], |
| 1294 | serialized_options=None, |
| 1295 | is_extendable=False, |
| 1296 | syntax='proto3', |
| 1297 | extension_ranges=[], |
| 1298 | oneofs=[ |
| 1299 | ], |
amit.ghosh | 6bdb0f7 | 2021-06-02 14:42:29 +0200 | [diff] [blame] | 1300 | serialized_start=3263, |
| 1301 | serialized_end=3357, |
Andrea Campanella | b91e9a4 | 2020-10-09 14:31:43 +0200 | [diff] [blame] | 1302 | ) |
| 1303 | |
| 1304 | |
| 1305 | _SETLOGLEVELRESPONSE = _descriptor.Descriptor( |
| 1306 | name='SetLogLevelResponse', |
| 1307 | full_name='dmi.SetLogLevelResponse', |
| 1308 | filename=None, |
| 1309 | file=DESCRIPTOR, |
| 1310 | containing_type=None, |
| 1311 | create_key=_descriptor._internal_create_key, |
| 1312 | fields=[ |
| 1313 | _descriptor.FieldDescriptor( |
amit.ghosh | 5d97dba | 2020-11-12 16:45:27 +0100 | [diff] [blame] | 1314 | name='device_uuid', full_name='dmi.SetLogLevelResponse.device_uuid', index=0, |
Andrea Campanella | b91e9a4 | 2020-10-09 14:31:43 +0200 | [diff] [blame] | 1315 | number=1, type=11, cpp_type=10, label=1, |
| 1316 | has_default_value=False, default_value=None, |
| 1317 | message_type=None, enum_type=None, containing_type=None, |
| 1318 | is_extension=False, extension_scope=None, |
| 1319 | serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| 1320 | _descriptor.FieldDescriptor( |
amit.ghosh | 5d97dba | 2020-11-12 16:45:27 +0100 | [diff] [blame] | 1321 | name='status', full_name='dmi.SetLogLevelResponse.status', index=1, |
Andrea Campanella | b91e9a4 | 2020-10-09 14:31:43 +0200 | [diff] [blame] | 1322 | number=2, type=14, cpp_type=8, label=1, |
| 1323 | has_default_value=False, default_value=0, |
| 1324 | message_type=None, enum_type=None, containing_type=None, |
| 1325 | is_extension=False, extension_scope=None, |
| 1326 | serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| 1327 | _descriptor.FieldDescriptor( |
amit.ghosh | 5d97dba | 2020-11-12 16:45:27 +0100 | [diff] [blame] | 1328 | name='reason', full_name='dmi.SetLogLevelResponse.reason', index=2, |
Andrea Campanella | b91e9a4 | 2020-10-09 14:31:43 +0200 | [diff] [blame] | 1329 | number=3, type=14, cpp_type=8, label=1, |
| 1330 | has_default_value=False, default_value=0, |
| 1331 | message_type=None, enum_type=None, containing_type=None, |
| 1332 | is_extension=False, extension_scope=None, |
| 1333 | serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
amit.ghosh | 8ab1e6e | 2021-02-23 07:40:17 +0100 | [diff] [blame] | 1334 | _descriptor.FieldDescriptor( |
| 1335 | name='reason_detail', full_name='dmi.SetLogLevelResponse.reason_detail', index=3, |
| 1336 | number=4, type=9, cpp_type=9, label=1, |
| 1337 | has_default_value=False, default_value=b"".decode('utf-8'), |
| 1338 | message_type=None, enum_type=None, containing_type=None, |
| 1339 | is_extension=False, extension_scope=None, |
| 1340 | serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
Andrea Campanella | b91e9a4 | 2020-10-09 14:31:43 +0200 | [diff] [blame] | 1341 | ], |
| 1342 | extensions=[ |
| 1343 | ], |
| 1344 | nested_types=[], |
| 1345 | enum_types=[ |
amit.ghosh | ae47303 | 2021-01-10 11:59:10 +0100 | [diff] [blame] | 1346 | _SETLOGLEVELRESPONSE_REASON, |
Andrea Campanella | b91e9a4 | 2020-10-09 14:31:43 +0200 | [diff] [blame] | 1347 | ], |
| 1348 | serialized_options=None, |
| 1349 | is_extendable=False, |
| 1350 | syntax='proto3', |
| 1351 | extension_ranges=[], |
| 1352 | oneofs=[ |
| 1353 | ], |
amit.ghosh | 6bdb0f7 | 2021-06-02 14:42:29 +0200 | [diff] [blame] | 1354 | serialized_start=3360, |
| 1355 | serialized_end=3634, |
Andrea Campanella | b91e9a4 | 2020-10-09 14:31:43 +0200 | [diff] [blame] | 1356 | ) |
| 1357 | |
| 1358 | |
| 1359 | _GETLOGLEVELREQUEST = _descriptor.Descriptor( |
| 1360 | name='GetLogLevelRequest', |
| 1361 | full_name='dmi.GetLogLevelRequest', |
| 1362 | filename=None, |
| 1363 | file=DESCRIPTOR, |
| 1364 | containing_type=None, |
| 1365 | create_key=_descriptor._internal_create_key, |
| 1366 | fields=[ |
| 1367 | _descriptor.FieldDescriptor( |
| 1368 | name='device_uuid', full_name='dmi.GetLogLevelRequest.device_uuid', index=0, |
| 1369 | number=1, type=11, cpp_type=10, label=1, |
| 1370 | has_default_value=False, default_value=None, |
| 1371 | message_type=None, enum_type=None, containing_type=None, |
| 1372 | is_extension=False, extension_scope=None, |
| 1373 | serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| 1374 | _descriptor.FieldDescriptor( |
| 1375 | name='entities', full_name='dmi.GetLogLevelRequest.entities', index=1, |
| 1376 | number=2, type=9, cpp_type=9, label=3, |
| 1377 | has_default_value=False, default_value=[], |
| 1378 | message_type=None, enum_type=None, containing_type=None, |
| 1379 | is_extension=False, extension_scope=None, |
| 1380 | serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| 1381 | ], |
| 1382 | extensions=[ |
| 1383 | ], |
| 1384 | nested_types=[], |
| 1385 | enum_types=[ |
| 1386 | ], |
| 1387 | serialized_options=None, |
| 1388 | is_extendable=False, |
| 1389 | syntax='proto3', |
| 1390 | extension_ranges=[], |
| 1391 | oneofs=[ |
| 1392 | ], |
amit.ghosh | 6bdb0f7 | 2021-06-02 14:42:29 +0200 | [diff] [blame] | 1393 | serialized_start=3636, |
| 1394 | serialized_end=3706, |
Andrea Campanella | b91e9a4 | 2020-10-09 14:31:43 +0200 | [diff] [blame] | 1395 | ) |
| 1396 | |
| 1397 | |
| 1398 | _GETLOGLEVELRESPONSE = _descriptor.Descriptor( |
| 1399 | name='GetLogLevelResponse', |
| 1400 | full_name='dmi.GetLogLevelResponse', |
| 1401 | filename=None, |
| 1402 | file=DESCRIPTOR, |
| 1403 | containing_type=None, |
| 1404 | create_key=_descriptor._internal_create_key, |
| 1405 | fields=[ |
| 1406 | _descriptor.FieldDescriptor( |
| 1407 | name='device_uuid', full_name='dmi.GetLogLevelResponse.device_uuid', index=0, |
| 1408 | number=1, type=11, cpp_type=10, label=1, |
| 1409 | has_default_value=False, default_value=None, |
| 1410 | message_type=None, enum_type=None, containing_type=None, |
| 1411 | is_extension=False, extension_scope=None, |
| 1412 | serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| 1413 | _descriptor.FieldDescriptor( |
| 1414 | name='logLevels', full_name='dmi.GetLogLevelResponse.logLevels', index=1, |
| 1415 | number=2, type=11, cpp_type=10, label=3, |
| 1416 | has_default_value=False, default_value=[], |
| 1417 | message_type=None, enum_type=None, containing_type=None, |
| 1418 | is_extension=False, extension_scope=None, |
| 1419 | serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| 1420 | _descriptor.FieldDescriptor( |
| 1421 | name='status', full_name='dmi.GetLogLevelResponse.status', index=2, |
| 1422 | number=3, type=14, cpp_type=8, label=1, |
| 1423 | has_default_value=False, default_value=0, |
| 1424 | message_type=None, enum_type=None, containing_type=None, |
| 1425 | is_extension=False, extension_scope=None, |
| 1426 | serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| 1427 | _descriptor.FieldDescriptor( |
| 1428 | name='reason', full_name='dmi.GetLogLevelResponse.reason', index=3, |
| 1429 | number=4, type=14, cpp_type=8, label=1, |
| 1430 | has_default_value=False, default_value=0, |
| 1431 | message_type=None, enum_type=None, containing_type=None, |
| 1432 | is_extension=False, extension_scope=None, |
| 1433 | serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
amit.ghosh | 8ab1e6e | 2021-02-23 07:40:17 +0100 | [diff] [blame] | 1434 | _descriptor.FieldDescriptor( |
| 1435 | name='reason_detail', full_name='dmi.GetLogLevelResponse.reason_detail', index=4, |
| 1436 | number=5, type=9, cpp_type=9, label=1, |
| 1437 | has_default_value=False, default_value=b"".decode('utf-8'), |
| 1438 | message_type=None, enum_type=None, containing_type=None, |
| 1439 | is_extension=False, extension_scope=None, |
| 1440 | serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
Andrea Campanella | b91e9a4 | 2020-10-09 14:31:43 +0200 | [diff] [blame] | 1441 | ], |
| 1442 | extensions=[ |
| 1443 | ], |
| 1444 | nested_types=[], |
| 1445 | enum_types=[ |
amit.ghosh | ae47303 | 2021-01-10 11:59:10 +0100 | [diff] [blame] | 1446 | _GETLOGLEVELRESPONSE_REASON, |
Andrea Campanella | b91e9a4 | 2020-10-09 14:31:43 +0200 | [diff] [blame] | 1447 | ], |
| 1448 | serialized_options=None, |
| 1449 | is_extendable=False, |
| 1450 | syntax='proto3', |
| 1451 | extension_ranges=[], |
| 1452 | oneofs=[ |
| 1453 | ], |
amit.ghosh | 6bdb0f7 | 2021-06-02 14:42:29 +0200 | [diff] [blame] | 1454 | serialized_start=3709, |
| 1455 | serialized_end=4025, |
Andrea Campanella | b91e9a4 | 2020-10-09 14:31:43 +0200 | [diff] [blame] | 1456 | ) |
| 1457 | |
| 1458 | |
| 1459 | _GETLOGGABLEENTITIESREQUEST = _descriptor.Descriptor( |
| 1460 | name='GetLoggableEntitiesRequest', |
| 1461 | full_name='dmi.GetLoggableEntitiesRequest', |
| 1462 | filename=None, |
| 1463 | file=DESCRIPTOR, |
| 1464 | containing_type=None, |
| 1465 | create_key=_descriptor._internal_create_key, |
| 1466 | fields=[ |
| 1467 | _descriptor.FieldDescriptor( |
| 1468 | name='device_uuid', full_name='dmi.GetLoggableEntitiesRequest.device_uuid', index=0, |
| 1469 | number=1, type=11, cpp_type=10, label=1, |
| 1470 | has_default_value=False, default_value=None, |
| 1471 | message_type=None, enum_type=None, containing_type=None, |
| 1472 | is_extension=False, extension_scope=None, |
| 1473 | serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| 1474 | ], |
| 1475 | extensions=[ |
| 1476 | ], |
| 1477 | nested_types=[], |
| 1478 | enum_types=[ |
| 1479 | ], |
| 1480 | serialized_options=None, |
| 1481 | is_extendable=False, |
| 1482 | syntax='proto3', |
| 1483 | extension_ranges=[], |
| 1484 | oneofs=[ |
| 1485 | ], |
amit.ghosh | 6bdb0f7 | 2021-06-02 14:42:29 +0200 | [diff] [blame] | 1486 | serialized_start=4027, |
| 1487 | serialized_end=4087, |
Andrea Campanella | b91e9a4 | 2020-10-09 14:31:43 +0200 | [diff] [blame] | 1488 | ) |
| 1489 | |
Chandrakanth Nalkudre Gowda | 415b83c | 2021-04-28 18:01:29 +0530 | [diff] [blame] | 1490 | |
| 1491 | _HEARTBEAT = _descriptor.Descriptor( |
| 1492 | name='Heartbeat', |
| 1493 | full_name='dmi.Heartbeat', |
| 1494 | filename=None, |
| 1495 | file=DESCRIPTOR, |
| 1496 | containing_type=None, |
| 1497 | create_key=_descriptor._internal_create_key, |
| 1498 | fields=[ |
| 1499 | _descriptor.FieldDescriptor( |
| 1500 | name='heartbeat_signature', full_name='dmi.Heartbeat.heartbeat_signature', index=0, |
| 1501 | number=1, type=7, cpp_type=3, label=1, |
| 1502 | has_default_value=False, default_value=0, |
| 1503 | message_type=None, enum_type=None, containing_type=None, |
| 1504 | is_extension=False, extension_scope=None, |
| 1505 | serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| 1506 | ], |
| 1507 | extensions=[ |
| 1508 | ], |
| 1509 | nested_types=[], |
| 1510 | enum_types=[ |
| 1511 | ], |
| 1512 | serialized_options=None, |
| 1513 | is_extendable=False, |
| 1514 | syntax='proto3', |
| 1515 | extension_ranges=[], |
| 1516 | oneofs=[ |
| 1517 | ], |
amit.ghosh | 6bdb0f7 | 2021-06-02 14:42:29 +0200 | [diff] [blame] | 1518 | serialized_start=4089, |
| 1519 | serialized_end=4129, |
Chandrakanth Nalkudre Gowda | 415b83c | 2021-04-28 18:01:29 +0530 | [diff] [blame] | 1520 | ) |
| 1521 | |
Chandrakanth Nalkudre Gowda | 2f6066c | 2021-05-13 12:36:32 +0530 | [diff] [blame] | 1522 | |
| 1523 | _REBOOTDEVICEREQUEST = _descriptor.Descriptor( |
| 1524 | name='RebootDeviceRequest', |
| 1525 | full_name='dmi.RebootDeviceRequest', |
| 1526 | filename=None, |
| 1527 | file=DESCRIPTOR, |
| 1528 | containing_type=None, |
| 1529 | create_key=_descriptor._internal_create_key, |
| 1530 | fields=[ |
| 1531 | _descriptor.FieldDescriptor( |
| 1532 | name='device_uuid', full_name='dmi.RebootDeviceRequest.device_uuid', index=0, |
| 1533 | number=1, type=11, cpp_type=10, label=1, |
| 1534 | has_default_value=False, default_value=None, |
| 1535 | message_type=None, enum_type=None, containing_type=None, |
| 1536 | is_extension=False, extension_scope=None, |
| 1537 | serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| 1538 | ], |
| 1539 | extensions=[ |
| 1540 | ], |
| 1541 | nested_types=[], |
| 1542 | enum_types=[ |
| 1543 | ], |
| 1544 | serialized_options=None, |
| 1545 | is_extendable=False, |
| 1546 | syntax='proto3', |
| 1547 | extension_ranges=[], |
| 1548 | oneofs=[ |
| 1549 | ], |
amit.ghosh | 6bdb0f7 | 2021-06-02 14:42:29 +0200 | [diff] [blame] | 1550 | serialized_start=4131, |
| 1551 | serialized_end=4184, |
Chandrakanth Nalkudre Gowda | 2f6066c | 2021-05-13 12:36:32 +0530 | [diff] [blame] | 1552 | ) |
| 1553 | |
| 1554 | |
| 1555 | _REBOOTDEVICERESPONSE = _descriptor.Descriptor( |
| 1556 | name='RebootDeviceResponse', |
| 1557 | full_name='dmi.RebootDeviceResponse', |
| 1558 | filename=None, |
| 1559 | file=DESCRIPTOR, |
| 1560 | containing_type=None, |
| 1561 | create_key=_descriptor._internal_create_key, |
| 1562 | fields=[ |
| 1563 | _descriptor.FieldDescriptor( |
| 1564 | name='status', full_name='dmi.RebootDeviceResponse.status', index=0, |
| 1565 | number=3, type=14, cpp_type=8, label=1, |
| 1566 | has_default_value=False, default_value=0, |
| 1567 | message_type=None, enum_type=None, containing_type=None, |
| 1568 | is_extension=False, extension_scope=None, |
| 1569 | serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| 1570 | _descriptor.FieldDescriptor( |
| 1571 | name='reason', full_name='dmi.RebootDeviceResponse.reason', index=1, |
| 1572 | number=4, type=14, cpp_type=8, label=1, |
| 1573 | has_default_value=False, default_value=0, |
| 1574 | message_type=None, enum_type=None, containing_type=None, |
| 1575 | is_extension=False, extension_scope=None, |
| 1576 | serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| 1577 | _descriptor.FieldDescriptor( |
| 1578 | name='reason_detail', full_name='dmi.RebootDeviceResponse.reason_detail', index=2, |
| 1579 | number=5, type=9, cpp_type=9, label=1, |
| 1580 | has_default_value=False, default_value=b"".decode('utf-8'), |
| 1581 | message_type=None, enum_type=None, containing_type=None, |
| 1582 | is_extension=False, extension_scope=None, |
| 1583 | serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| 1584 | ], |
| 1585 | extensions=[ |
| 1586 | ], |
| 1587 | nested_types=[], |
| 1588 | enum_types=[ |
| 1589 | _REBOOTDEVICERESPONSE_REASON, |
| 1590 | ], |
| 1591 | serialized_options=None, |
| 1592 | is_extendable=False, |
| 1593 | syntax='proto3', |
| 1594 | extension_ranges=[], |
| 1595 | oneofs=[ |
| 1596 | ], |
amit.ghosh | 6bdb0f7 | 2021-06-02 14:42:29 +0200 | [diff] [blame] | 1597 | serialized_start=4187, |
| 1598 | serialized_end=4407, |
Chandrakanth Nalkudre Gowda | 2f6066c | 2021-05-13 12:36:32 +0530 | [diff] [blame] | 1599 | ) |
| 1600 | |
uwe ottrembka | 66d91ea | 2020-08-11 10:50:55 +0200 | [diff] [blame] | 1601 | _PHYSICALINVENTORYREQUEST.fields_by_name['device_uuid'].message_type = dmi_dot_hw__pb2._UUID |
| 1602 | _PHYSICALINVENTORYRESPONSE.fields_by_name['status'].enum_type = dmi_dot_commons__pb2._STATUS |
amit.ghosh | ae47303 | 2021-01-10 11:59:10 +0100 | [diff] [blame] | 1603 | _PHYSICALINVENTORYRESPONSE.fields_by_name['reason'].enum_type = _PHYSICALINVENTORYRESPONSE_REASON |
uwe ottrembka | 66d91ea | 2020-08-11 10:50:55 +0200 | [diff] [blame] | 1604 | _PHYSICALINVENTORYRESPONSE.fields_by_name['inventory'].message_type = dmi_dot_hw__pb2._HARDWARE |
amit.ghosh | ae47303 | 2021-01-10 11:59:10 +0100 | [diff] [blame] | 1605 | _PHYSICALINVENTORYRESPONSE_REASON.containing_type = _PHYSICALINVENTORYRESPONSE |
uwe ottrembka | 66d91ea | 2020-08-11 10:50:55 +0200 | [diff] [blame] | 1606 | _HWCOMPONENTINFOGETREQUEST.fields_by_name['device_uuid'].message_type = dmi_dot_hw__pb2._UUID |
| 1607 | _HWCOMPONENTINFOGETREQUEST.fields_by_name['component_uuid'].message_type = dmi_dot_hw__pb2._UUID |
aghosh | c301dcd | 2020-09-03 16:55:34 +0100 | [diff] [blame] | 1608 | _HWCOMPONENTINFOGETRESPONSE.fields_by_name['status'].enum_type = dmi_dot_commons__pb2._STATUS |
amit.ghosh | ae47303 | 2021-01-10 11:59:10 +0100 | [diff] [blame] | 1609 | _HWCOMPONENTINFOGETRESPONSE.fields_by_name['reason'].enum_type = _HWCOMPONENTINFOGETRESPONSE_REASON |
aghosh | c301dcd | 2020-09-03 16:55:34 +0100 | [diff] [blame] | 1610 | _HWCOMPONENTINFOGETRESPONSE.fields_by_name['component'].message_type = dmi_dot_hw__pb2._COMPONENT |
amit.ghosh | ae47303 | 2021-01-10 11:59:10 +0100 | [diff] [blame] | 1611 | _HWCOMPONENTINFOGETRESPONSE_REASON.containing_type = _HWCOMPONENTINFOGETRESPONSE |
uwe ottrembka | 66d91ea | 2020-08-11 10:50:55 +0200 | [diff] [blame] | 1612 | _HWCOMPONENTINFOSETREQUEST.fields_by_name['device_uuid'].message_type = dmi_dot_hw__pb2._UUID |
| 1613 | _HWCOMPONENTINFOSETREQUEST.fields_by_name['component_uuid'].message_type = dmi_dot_hw__pb2._UUID |
| 1614 | _HWCOMPONENTINFOSETREQUEST.fields_by_name['changes'].message_type = dmi_dot_hw__pb2._MODIFIABLECOMPONENT |
| 1615 | _HWCOMPONENTINFOSETRESPONSE.fields_by_name['status'].enum_type = dmi_dot_commons__pb2._STATUS |
amit.ghosh | ae47303 | 2021-01-10 11:59:10 +0100 | [diff] [blame] | 1616 | _HWCOMPONENTINFOSETRESPONSE.fields_by_name['reason'].enum_type = _HWCOMPONENTINFOSETRESPONSE_REASON |
| 1617 | _HWCOMPONENTINFOSETRESPONSE_REASON.containing_type = _HWCOMPONENTINFOSETRESPONSE |
uwe ottrembka | 66d91ea | 2020-08-11 10:50:55 +0200 | [diff] [blame] | 1618 | _STARTMANAGINGDEVICERESPONSE.fields_by_name['status'].enum_type = dmi_dot_commons__pb2._STATUS |
amit.ghosh | ae47303 | 2021-01-10 11:59:10 +0100 | [diff] [blame] | 1619 | _STARTMANAGINGDEVICERESPONSE.fields_by_name['reason'].enum_type = _STARTMANAGINGDEVICERESPONSE_REASON |
uwe ottrembka | 66d91ea | 2020-08-11 10:50:55 +0200 | [diff] [blame] | 1620 | _STARTMANAGINGDEVICERESPONSE.fields_by_name['device_uuid'].message_type = dmi_dot_hw__pb2._UUID |
amit.ghosh | ae47303 | 2021-01-10 11:59:10 +0100 | [diff] [blame] | 1621 | _STARTMANAGINGDEVICERESPONSE_REASON.containing_type = _STARTMANAGINGDEVICERESPONSE |
uwe ottrembka | 66d91ea | 2020-08-11 10:50:55 +0200 | [diff] [blame] | 1622 | _STOPMANAGINGDEVICERESPONSE.fields_by_name['status'].enum_type = dmi_dot_commons__pb2._STATUS |
amit.ghosh | ae47303 | 2021-01-10 11:59:10 +0100 | [diff] [blame] | 1623 | _STOPMANAGINGDEVICERESPONSE.fields_by_name['reason'].enum_type = _STOPMANAGINGDEVICERESPONSE_REASON |
| 1624 | _STOPMANAGINGDEVICERESPONSE_REASON.containing_type = _STOPMANAGINGDEVICERESPONSE |
amit.ghosh | 0c68741 | 2021-03-24 19:01:08 +0100 | [diff] [blame] | 1625 | _MANAGEDDEVICEINFO.fields_by_name['info'].message_type = dmi_dot_hw__pb2._MODIFIABLECOMPONENT |
| 1626 | _MANAGEDDEVICEINFO.fields_by_name['device_uuid'].message_type = dmi_dot_hw__pb2._UUID |
| 1627 | _MANAGEDDEVICESRESPONSE.fields_by_name['status'].enum_type = dmi_dot_commons__pb2._STATUS |
| 1628 | _MANAGEDDEVICESRESPONSE.fields_by_name['reason'].enum_type = _MANAGEDDEVICESRESPONSE_REASON |
| 1629 | _MANAGEDDEVICESRESPONSE.fields_by_name['devices'].message_type = _MANAGEDDEVICEINFO |
| 1630 | _MANAGEDDEVICESRESPONSE_REASON.containing_type = _MANAGEDDEVICESRESPONSE |
amit.ghosh | 188a84f | 2020-09-27 20:59:25 +0200 | [diff] [blame] | 1631 | _SETLOGGINGENDPOINTREQUEST.fields_by_name['device_uuid'].message_type = dmi_dot_hw__pb2._UUID |
| 1632 | _SETREMOTEENDPOINTRESPONSE.fields_by_name['status'].enum_type = dmi_dot_commons__pb2._STATUS |
amit.ghosh | ae47303 | 2021-01-10 11:59:10 +0100 | [diff] [blame] | 1633 | _SETREMOTEENDPOINTRESPONSE.fields_by_name['reason'].enum_type = _SETREMOTEENDPOINTRESPONSE_REASON |
| 1634 | _SETREMOTEENDPOINTRESPONSE_REASON.containing_type = _SETREMOTEENDPOINTRESPONSE |
amit.ghosh | 188a84f | 2020-09-27 20:59:25 +0200 | [diff] [blame] | 1635 | _GETLOGGINGENDPOINTRESPONSE.fields_by_name['status'].enum_type = dmi_dot_commons__pb2._STATUS |
amit.ghosh | ae47303 | 2021-01-10 11:59:10 +0100 | [diff] [blame] | 1636 | _GETLOGGINGENDPOINTRESPONSE.fields_by_name['reason'].enum_type = _GETLOGGINGENDPOINTRESPONSE_REASON |
| 1637 | _GETLOGGINGENDPOINTRESPONSE_REASON.containing_type = _GETLOGGINGENDPOINTRESPONSE |
amit.ghosh | 188a84f | 2020-09-27 20:59:25 +0200 | [diff] [blame] | 1638 | _GETMSGBUSENDPOINTRESPONSE.fields_by_name['status'].enum_type = dmi_dot_commons__pb2._STATUS |
amit.ghosh | ae47303 | 2021-01-10 11:59:10 +0100 | [diff] [blame] | 1639 | _GETMSGBUSENDPOINTRESPONSE.fields_by_name['reason'].enum_type = _GETMSGBUSENDPOINTRESPONSE_REASON |
| 1640 | _GETMSGBUSENDPOINTRESPONSE_REASON.containing_type = _GETMSGBUSENDPOINTRESPONSE |
Andrea Campanella | b91e9a4 | 2020-10-09 14:31:43 +0200 | [diff] [blame] | 1641 | _ENTITIESLOGLEVEL.fields_by_name['logLevel'].enum_type = dmi_dot_commons__pb2._LOGLEVEL |
| 1642 | _SETLOGLEVELREQUEST.fields_by_name['device_uuid'].message_type = dmi_dot_hw__pb2._UUID |
| 1643 | _SETLOGLEVELREQUEST.fields_by_name['loglevels'].message_type = _ENTITIESLOGLEVEL |
amit.ghosh | 5d97dba | 2020-11-12 16:45:27 +0100 | [diff] [blame] | 1644 | _SETLOGLEVELRESPONSE.fields_by_name['device_uuid'].message_type = dmi_dot_hw__pb2._UUID |
| 1645 | _SETLOGLEVELRESPONSE.fields_by_name['status'].enum_type = dmi_dot_commons__pb2._STATUS |
amit.ghosh | ae47303 | 2021-01-10 11:59:10 +0100 | [diff] [blame] | 1646 | _SETLOGLEVELRESPONSE.fields_by_name['reason'].enum_type = _SETLOGLEVELRESPONSE_REASON |
| 1647 | _SETLOGLEVELRESPONSE_REASON.containing_type = _SETLOGLEVELRESPONSE |
Andrea Campanella | b91e9a4 | 2020-10-09 14:31:43 +0200 | [diff] [blame] | 1648 | _GETLOGLEVELREQUEST.fields_by_name['device_uuid'].message_type = dmi_dot_hw__pb2._UUID |
| 1649 | _GETLOGLEVELRESPONSE.fields_by_name['device_uuid'].message_type = dmi_dot_hw__pb2._UUID |
| 1650 | _GETLOGLEVELRESPONSE.fields_by_name['logLevels'].message_type = _ENTITIESLOGLEVEL |
| 1651 | _GETLOGLEVELRESPONSE.fields_by_name['status'].enum_type = dmi_dot_commons__pb2._STATUS |
amit.ghosh | ae47303 | 2021-01-10 11:59:10 +0100 | [diff] [blame] | 1652 | _GETLOGLEVELRESPONSE.fields_by_name['reason'].enum_type = _GETLOGLEVELRESPONSE_REASON |
| 1653 | _GETLOGLEVELRESPONSE_REASON.containing_type = _GETLOGLEVELRESPONSE |
Andrea Campanella | b91e9a4 | 2020-10-09 14:31:43 +0200 | [diff] [blame] | 1654 | _GETLOGGABLEENTITIESREQUEST.fields_by_name['device_uuid'].message_type = dmi_dot_hw__pb2._UUID |
Chandrakanth Nalkudre Gowda | 2f6066c | 2021-05-13 12:36:32 +0530 | [diff] [blame] | 1655 | _REBOOTDEVICEREQUEST.fields_by_name['device_uuid'].message_type = dmi_dot_hw__pb2._UUID |
| 1656 | _REBOOTDEVICERESPONSE.fields_by_name['status'].enum_type = dmi_dot_commons__pb2._STATUS |
| 1657 | _REBOOTDEVICERESPONSE.fields_by_name['reason'].enum_type = _REBOOTDEVICERESPONSE_REASON |
| 1658 | _REBOOTDEVICERESPONSE_REASON.containing_type = _REBOOTDEVICERESPONSE |
uwe ottrembka | 66d91ea | 2020-08-11 10:50:55 +0200 | [diff] [blame] | 1659 | DESCRIPTOR.message_types_by_name['PhysicalInventoryRequest'] = _PHYSICALINVENTORYREQUEST |
| 1660 | DESCRIPTOR.message_types_by_name['PhysicalInventoryResponse'] = _PHYSICALINVENTORYRESPONSE |
| 1661 | DESCRIPTOR.message_types_by_name['HWComponentInfoGetRequest'] = _HWCOMPONENTINFOGETREQUEST |
aghosh | c301dcd | 2020-09-03 16:55:34 +0100 | [diff] [blame] | 1662 | DESCRIPTOR.message_types_by_name['HWComponentInfoGetResponse'] = _HWCOMPONENTINFOGETRESPONSE |
uwe ottrembka | 66d91ea | 2020-08-11 10:50:55 +0200 | [diff] [blame] | 1663 | DESCRIPTOR.message_types_by_name['HWComponentInfoSetRequest'] = _HWCOMPONENTINFOSETREQUEST |
| 1664 | DESCRIPTOR.message_types_by_name['HWComponentInfoSetResponse'] = _HWCOMPONENTINFOSETRESPONSE |
| 1665 | DESCRIPTOR.message_types_by_name['StartManagingDeviceResponse'] = _STARTMANAGINGDEVICERESPONSE |
| 1666 | DESCRIPTOR.message_types_by_name['StopManagingDeviceRequest'] = _STOPMANAGINGDEVICEREQUEST |
| 1667 | DESCRIPTOR.message_types_by_name['StopManagingDeviceResponse'] = _STOPMANAGINGDEVICERESPONSE |
amit.ghosh | 0c68741 | 2021-03-24 19:01:08 +0100 | [diff] [blame] | 1668 | DESCRIPTOR.message_types_by_name['ManagedDeviceInfo'] = _MANAGEDDEVICEINFO |
Andrea Campanella | cb990bc | 2020-09-22 12:50:56 +0200 | [diff] [blame] | 1669 | DESCRIPTOR.message_types_by_name['ManagedDevicesResponse'] = _MANAGEDDEVICESRESPONSE |
amit.ghosh | 188a84f | 2020-09-27 20:59:25 +0200 | [diff] [blame] | 1670 | DESCRIPTOR.message_types_by_name['SetLoggingEndpointRequest'] = _SETLOGGINGENDPOINTREQUEST |
| 1671 | DESCRIPTOR.message_types_by_name['SetRemoteEndpointResponse'] = _SETREMOTEENDPOINTRESPONSE |
| 1672 | DESCRIPTOR.message_types_by_name['GetLoggingEndpointResponse'] = _GETLOGGINGENDPOINTRESPONSE |
| 1673 | DESCRIPTOR.message_types_by_name['SetMsgBusEndpointRequest'] = _SETMSGBUSENDPOINTREQUEST |
| 1674 | DESCRIPTOR.message_types_by_name['GetMsgBusEndpointResponse'] = _GETMSGBUSENDPOINTRESPONSE |
Andrea Campanella | b91e9a4 | 2020-10-09 14:31:43 +0200 | [diff] [blame] | 1675 | DESCRIPTOR.message_types_by_name['EntitiesLogLevel'] = _ENTITIESLOGLEVEL |
| 1676 | DESCRIPTOR.message_types_by_name['SetLogLevelRequest'] = _SETLOGLEVELREQUEST |
| 1677 | DESCRIPTOR.message_types_by_name['SetLogLevelResponse'] = _SETLOGLEVELRESPONSE |
Andrea Campanella | b91e9a4 | 2020-10-09 14:31:43 +0200 | [diff] [blame] | 1678 | DESCRIPTOR.message_types_by_name['GetLogLevelRequest'] = _GETLOGLEVELREQUEST |
| 1679 | DESCRIPTOR.message_types_by_name['GetLogLevelResponse'] = _GETLOGLEVELRESPONSE |
| 1680 | DESCRIPTOR.message_types_by_name['GetLoggableEntitiesRequest'] = _GETLOGGABLEENTITIESREQUEST |
Chandrakanth Nalkudre Gowda | 415b83c | 2021-04-28 18:01:29 +0530 | [diff] [blame] | 1681 | DESCRIPTOR.message_types_by_name['Heartbeat'] = _HEARTBEAT |
Chandrakanth Nalkudre Gowda | 2f6066c | 2021-05-13 12:36:32 +0530 | [diff] [blame] | 1682 | DESCRIPTOR.message_types_by_name['RebootDeviceRequest'] = _REBOOTDEVICEREQUEST |
| 1683 | DESCRIPTOR.message_types_by_name['RebootDeviceResponse'] = _REBOOTDEVICERESPONSE |
uwe ottrembka | 66d91ea | 2020-08-11 10:50:55 +0200 | [diff] [blame] | 1684 | _sym_db.RegisterFileDescriptor(DESCRIPTOR) |
| 1685 | |
uwe ottrembka | 5ea5c0a | 2020-08-31 10:37:35 +0200 | [diff] [blame] | 1686 | PhysicalInventoryRequest = _reflection.GeneratedProtocolMessageType('PhysicalInventoryRequest', (_message.Message,), { |
| 1687 | 'DESCRIPTOR' : _PHYSICALINVENTORYREQUEST, |
| 1688 | '__module__' : 'dmi.hw_management_service_pb2' |
uwe ottrembka | 66d91ea | 2020-08-11 10:50:55 +0200 | [diff] [blame] | 1689 | # @@protoc_insertion_point(class_scope:dmi.PhysicalInventoryRequest) |
uwe ottrembka | 5ea5c0a | 2020-08-31 10:37:35 +0200 | [diff] [blame] | 1690 | }) |
uwe ottrembka | 66d91ea | 2020-08-11 10:50:55 +0200 | [diff] [blame] | 1691 | _sym_db.RegisterMessage(PhysicalInventoryRequest) |
| 1692 | |
uwe ottrembka | 5ea5c0a | 2020-08-31 10:37:35 +0200 | [diff] [blame] | 1693 | PhysicalInventoryResponse = _reflection.GeneratedProtocolMessageType('PhysicalInventoryResponse', (_message.Message,), { |
| 1694 | 'DESCRIPTOR' : _PHYSICALINVENTORYRESPONSE, |
| 1695 | '__module__' : 'dmi.hw_management_service_pb2' |
uwe ottrembka | 66d91ea | 2020-08-11 10:50:55 +0200 | [diff] [blame] | 1696 | # @@protoc_insertion_point(class_scope:dmi.PhysicalInventoryResponse) |
uwe ottrembka | 5ea5c0a | 2020-08-31 10:37:35 +0200 | [diff] [blame] | 1697 | }) |
uwe ottrembka | 66d91ea | 2020-08-11 10:50:55 +0200 | [diff] [blame] | 1698 | _sym_db.RegisterMessage(PhysicalInventoryResponse) |
| 1699 | |
uwe ottrembka | 5ea5c0a | 2020-08-31 10:37:35 +0200 | [diff] [blame] | 1700 | HWComponentInfoGetRequest = _reflection.GeneratedProtocolMessageType('HWComponentInfoGetRequest', (_message.Message,), { |
| 1701 | 'DESCRIPTOR' : _HWCOMPONENTINFOGETREQUEST, |
| 1702 | '__module__' : 'dmi.hw_management_service_pb2' |
uwe ottrembka | 66d91ea | 2020-08-11 10:50:55 +0200 | [diff] [blame] | 1703 | # @@protoc_insertion_point(class_scope:dmi.HWComponentInfoGetRequest) |
uwe ottrembka | 5ea5c0a | 2020-08-31 10:37:35 +0200 | [diff] [blame] | 1704 | }) |
uwe ottrembka | 66d91ea | 2020-08-11 10:50:55 +0200 | [diff] [blame] | 1705 | _sym_db.RegisterMessage(HWComponentInfoGetRequest) |
| 1706 | |
aghosh | c301dcd | 2020-09-03 16:55:34 +0100 | [diff] [blame] | 1707 | HWComponentInfoGetResponse = _reflection.GeneratedProtocolMessageType('HWComponentInfoGetResponse', (_message.Message,), { |
| 1708 | 'DESCRIPTOR' : _HWCOMPONENTINFOGETRESPONSE, |
| 1709 | '__module__' : 'dmi.hw_management_service_pb2' |
| 1710 | # @@protoc_insertion_point(class_scope:dmi.HWComponentInfoGetResponse) |
| 1711 | }) |
| 1712 | _sym_db.RegisterMessage(HWComponentInfoGetResponse) |
| 1713 | |
uwe ottrembka | 5ea5c0a | 2020-08-31 10:37:35 +0200 | [diff] [blame] | 1714 | HWComponentInfoSetRequest = _reflection.GeneratedProtocolMessageType('HWComponentInfoSetRequest', (_message.Message,), { |
| 1715 | 'DESCRIPTOR' : _HWCOMPONENTINFOSETREQUEST, |
| 1716 | '__module__' : 'dmi.hw_management_service_pb2' |
uwe ottrembka | 66d91ea | 2020-08-11 10:50:55 +0200 | [diff] [blame] | 1717 | # @@protoc_insertion_point(class_scope:dmi.HWComponentInfoSetRequest) |
uwe ottrembka | 5ea5c0a | 2020-08-31 10:37:35 +0200 | [diff] [blame] | 1718 | }) |
uwe ottrembka | 66d91ea | 2020-08-11 10:50:55 +0200 | [diff] [blame] | 1719 | _sym_db.RegisterMessage(HWComponentInfoSetRequest) |
| 1720 | |
uwe ottrembka | 5ea5c0a | 2020-08-31 10:37:35 +0200 | [diff] [blame] | 1721 | HWComponentInfoSetResponse = _reflection.GeneratedProtocolMessageType('HWComponentInfoSetResponse', (_message.Message,), { |
| 1722 | 'DESCRIPTOR' : _HWCOMPONENTINFOSETRESPONSE, |
| 1723 | '__module__' : 'dmi.hw_management_service_pb2' |
uwe ottrembka | 66d91ea | 2020-08-11 10:50:55 +0200 | [diff] [blame] | 1724 | # @@protoc_insertion_point(class_scope:dmi.HWComponentInfoSetResponse) |
uwe ottrembka | 5ea5c0a | 2020-08-31 10:37:35 +0200 | [diff] [blame] | 1725 | }) |
uwe ottrembka | 66d91ea | 2020-08-11 10:50:55 +0200 | [diff] [blame] | 1726 | _sym_db.RegisterMessage(HWComponentInfoSetResponse) |
| 1727 | |
uwe ottrembka | 5ea5c0a | 2020-08-31 10:37:35 +0200 | [diff] [blame] | 1728 | StartManagingDeviceResponse = _reflection.GeneratedProtocolMessageType('StartManagingDeviceResponse', (_message.Message,), { |
| 1729 | 'DESCRIPTOR' : _STARTMANAGINGDEVICERESPONSE, |
| 1730 | '__module__' : 'dmi.hw_management_service_pb2' |
uwe ottrembka | 66d91ea | 2020-08-11 10:50:55 +0200 | [diff] [blame] | 1731 | # @@protoc_insertion_point(class_scope:dmi.StartManagingDeviceResponse) |
uwe ottrembka | 5ea5c0a | 2020-08-31 10:37:35 +0200 | [diff] [blame] | 1732 | }) |
uwe ottrembka | 66d91ea | 2020-08-11 10:50:55 +0200 | [diff] [blame] | 1733 | _sym_db.RegisterMessage(StartManagingDeviceResponse) |
| 1734 | |
uwe ottrembka | 5ea5c0a | 2020-08-31 10:37:35 +0200 | [diff] [blame] | 1735 | StopManagingDeviceRequest = _reflection.GeneratedProtocolMessageType('StopManagingDeviceRequest', (_message.Message,), { |
| 1736 | 'DESCRIPTOR' : _STOPMANAGINGDEVICEREQUEST, |
| 1737 | '__module__' : 'dmi.hw_management_service_pb2' |
uwe ottrembka | 66d91ea | 2020-08-11 10:50:55 +0200 | [diff] [blame] | 1738 | # @@protoc_insertion_point(class_scope:dmi.StopManagingDeviceRequest) |
uwe ottrembka | 5ea5c0a | 2020-08-31 10:37:35 +0200 | [diff] [blame] | 1739 | }) |
uwe ottrembka | 66d91ea | 2020-08-11 10:50:55 +0200 | [diff] [blame] | 1740 | _sym_db.RegisterMessage(StopManagingDeviceRequest) |
| 1741 | |
uwe ottrembka | 5ea5c0a | 2020-08-31 10:37:35 +0200 | [diff] [blame] | 1742 | StopManagingDeviceResponse = _reflection.GeneratedProtocolMessageType('StopManagingDeviceResponse', (_message.Message,), { |
| 1743 | 'DESCRIPTOR' : _STOPMANAGINGDEVICERESPONSE, |
| 1744 | '__module__' : 'dmi.hw_management_service_pb2' |
uwe ottrembka | 66d91ea | 2020-08-11 10:50:55 +0200 | [diff] [blame] | 1745 | # @@protoc_insertion_point(class_scope:dmi.StopManagingDeviceResponse) |
uwe ottrembka | 5ea5c0a | 2020-08-31 10:37:35 +0200 | [diff] [blame] | 1746 | }) |
uwe ottrembka | 66d91ea | 2020-08-11 10:50:55 +0200 | [diff] [blame] | 1747 | _sym_db.RegisterMessage(StopManagingDeviceResponse) |
| 1748 | |
amit.ghosh | 0c68741 | 2021-03-24 19:01:08 +0100 | [diff] [blame] | 1749 | ManagedDeviceInfo = _reflection.GeneratedProtocolMessageType('ManagedDeviceInfo', (_message.Message,), { |
| 1750 | 'DESCRIPTOR' : _MANAGEDDEVICEINFO, |
| 1751 | '__module__' : 'dmi.hw_management_service_pb2' |
| 1752 | # @@protoc_insertion_point(class_scope:dmi.ManagedDeviceInfo) |
| 1753 | }) |
| 1754 | _sym_db.RegisterMessage(ManagedDeviceInfo) |
| 1755 | |
Andrea Campanella | cb990bc | 2020-09-22 12:50:56 +0200 | [diff] [blame] | 1756 | ManagedDevicesResponse = _reflection.GeneratedProtocolMessageType('ManagedDevicesResponse', (_message.Message,), { |
| 1757 | 'DESCRIPTOR' : _MANAGEDDEVICESRESPONSE, |
| 1758 | '__module__' : 'dmi.hw_management_service_pb2' |
| 1759 | # @@protoc_insertion_point(class_scope:dmi.ManagedDevicesResponse) |
| 1760 | }) |
| 1761 | _sym_db.RegisterMessage(ManagedDevicesResponse) |
| 1762 | |
amit.ghosh | 188a84f | 2020-09-27 20:59:25 +0200 | [diff] [blame] | 1763 | SetLoggingEndpointRequest = _reflection.GeneratedProtocolMessageType('SetLoggingEndpointRequest', (_message.Message,), { |
| 1764 | 'DESCRIPTOR' : _SETLOGGINGENDPOINTREQUEST, |
| 1765 | '__module__' : 'dmi.hw_management_service_pb2' |
| 1766 | # @@protoc_insertion_point(class_scope:dmi.SetLoggingEndpointRequest) |
| 1767 | }) |
| 1768 | _sym_db.RegisterMessage(SetLoggingEndpointRequest) |
| 1769 | |
| 1770 | SetRemoteEndpointResponse = _reflection.GeneratedProtocolMessageType('SetRemoteEndpointResponse', (_message.Message,), { |
| 1771 | 'DESCRIPTOR' : _SETREMOTEENDPOINTRESPONSE, |
| 1772 | '__module__' : 'dmi.hw_management_service_pb2' |
| 1773 | # @@protoc_insertion_point(class_scope:dmi.SetRemoteEndpointResponse) |
| 1774 | }) |
| 1775 | _sym_db.RegisterMessage(SetRemoteEndpointResponse) |
| 1776 | |
| 1777 | GetLoggingEndpointResponse = _reflection.GeneratedProtocolMessageType('GetLoggingEndpointResponse', (_message.Message,), { |
| 1778 | 'DESCRIPTOR' : _GETLOGGINGENDPOINTRESPONSE, |
| 1779 | '__module__' : 'dmi.hw_management_service_pb2' |
| 1780 | # @@protoc_insertion_point(class_scope:dmi.GetLoggingEndpointResponse) |
| 1781 | }) |
| 1782 | _sym_db.RegisterMessage(GetLoggingEndpointResponse) |
| 1783 | |
| 1784 | SetMsgBusEndpointRequest = _reflection.GeneratedProtocolMessageType('SetMsgBusEndpointRequest', (_message.Message,), { |
| 1785 | 'DESCRIPTOR' : _SETMSGBUSENDPOINTREQUEST, |
| 1786 | '__module__' : 'dmi.hw_management_service_pb2' |
| 1787 | # @@protoc_insertion_point(class_scope:dmi.SetMsgBusEndpointRequest) |
| 1788 | }) |
| 1789 | _sym_db.RegisterMessage(SetMsgBusEndpointRequest) |
| 1790 | |
| 1791 | GetMsgBusEndpointResponse = _reflection.GeneratedProtocolMessageType('GetMsgBusEndpointResponse', (_message.Message,), { |
| 1792 | 'DESCRIPTOR' : _GETMSGBUSENDPOINTRESPONSE, |
| 1793 | '__module__' : 'dmi.hw_management_service_pb2' |
| 1794 | # @@protoc_insertion_point(class_scope:dmi.GetMsgBusEndpointResponse) |
| 1795 | }) |
| 1796 | _sym_db.RegisterMessage(GetMsgBusEndpointResponse) |
| 1797 | |
Andrea Campanella | b91e9a4 | 2020-10-09 14:31:43 +0200 | [diff] [blame] | 1798 | EntitiesLogLevel = _reflection.GeneratedProtocolMessageType('EntitiesLogLevel', (_message.Message,), { |
| 1799 | 'DESCRIPTOR' : _ENTITIESLOGLEVEL, |
| 1800 | '__module__' : 'dmi.hw_management_service_pb2' |
| 1801 | # @@protoc_insertion_point(class_scope:dmi.EntitiesLogLevel) |
| 1802 | }) |
| 1803 | _sym_db.RegisterMessage(EntitiesLogLevel) |
| 1804 | |
| 1805 | SetLogLevelRequest = _reflection.GeneratedProtocolMessageType('SetLogLevelRequest', (_message.Message,), { |
| 1806 | 'DESCRIPTOR' : _SETLOGLEVELREQUEST, |
| 1807 | '__module__' : 'dmi.hw_management_service_pb2' |
| 1808 | # @@protoc_insertion_point(class_scope:dmi.SetLogLevelRequest) |
| 1809 | }) |
| 1810 | _sym_db.RegisterMessage(SetLogLevelRequest) |
| 1811 | |
| 1812 | SetLogLevelResponse = _reflection.GeneratedProtocolMessageType('SetLogLevelResponse', (_message.Message,), { |
| 1813 | 'DESCRIPTOR' : _SETLOGLEVELRESPONSE, |
| 1814 | '__module__' : 'dmi.hw_management_service_pb2' |
| 1815 | # @@protoc_insertion_point(class_scope:dmi.SetLogLevelResponse) |
| 1816 | }) |
| 1817 | _sym_db.RegisterMessage(SetLogLevelResponse) |
| 1818 | |
Andrea Campanella | b91e9a4 | 2020-10-09 14:31:43 +0200 | [diff] [blame] | 1819 | GetLogLevelRequest = _reflection.GeneratedProtocolMessageType('GetLogLevelRequest', (_message.Message,), { |
| 1820 | 'DESCRIPTOR' : _GETLOGLEVELREQUEST, |
| 1821 | '__module__' : 'dmi.hw_management_service_pb2' |
| 1822 | # @@protoc_insertion_point(class_scope:dmi.GetLogLevelRequest) |
| 1823 | }) |
| 1824 | _sym_db.RegisterMessage(GetLogLevelRequest) |
| 1825 | |
| 1826 | GetLogLevelResponse = _reflection.GeneratedProtocolMessageType('GetLogLevelResponse', (_message.Message,), { |
| 1827 | 'DESCRIPTOR' : _GETLOGLEVELRESPONSE, |
| 1828 | '__module__' : 'dmi.hw_management_service_pb2' |
| 1829 | # @@protoc_insertion_point(class_scope:dmi.GetLogLevelResponse) |
| 1830 | }) |
| 1831 | _sym_db.RegisterMessage(GetLogLevelResponse) |
| 1832 | |
| 1833 | GetLoggableEntitiesRequest = _reflection.GeneratedProtocolMessageType('GetLoggableEntitiesRequest', (_message.Message,), { |
| 1834 | 'DESCRIPTOR' : _GETLOGGABLEENTITIESREQUEST, |
| 1835 | '__module__' : 'dmi.hw_management_service_pb2' |
| 1836 | # @@protoc_insertion_point(class_scope:dmi.GetLoggableEntitiesRequest) |
| 1837 | }) |
| 1838 | _sym_db.RegisterMessage(GetLoggableEntitiesRequest) |
| 1839 | |
Chandrakanth Nalkudre Gowda | 415b83c | 2021-04-28 18:01:29 +0530 | [diff] [blame] | 1840 | Heartbeat = _reflection.GeneratedProtocolMessageType('Heartbeat', (_message.Message,), { |
| 1841 | 'DESCRIPTOR' : _HEARTBEAT, |
| 1842 | '__module__' : 'dmi.hw_management_service_pb2' |
| 1843 | # @@protoc_insertion_point(class_scope:dmi.Heartbeat) |
| 1844 | }) |
| 1845 | _sym_db.RegisterMessage(Heartbeat) |
| 1846 | |
Chandrakanth Nalkudre Gowda | 2f6066c | 2021-05-13 12:36:32 +0530 | [diff] [blame] | 1847 | RebootDeviceRequest = _reflection.GeneratedProtocolMessageType('RebootDeviceRequest', (_message.Message,), { |
| 1848 | 'DESCRIPTOR' : _REBOOTDEVICEREQUEST, |
| 1849 | '__module__' : 'dmi.hw_management_service_pb2' |
| 1850 | # @@protoc_insertion_point(class_scope:dmi.RebootDeviceRequest) |
| 1851 | }) |
| 1852 | _sym_db.RegisterMessage(RebootDeviceRequest) |
| 1853 | |
| 1854 | RebootDeviceResponse = _reflection.GeneratedProtocolMessageType('RebootDeviceResponse', (_message.Message,), { |
| 1855 | 'DESCRIPTOR' : _REBOOTDEVICERESPONSE, |
| 1856 | '__module__' : 'dmi.hw_management_service_pb2' |
| 1857 | # @@protoc_insertion_point(class_scope:dmi.RebootDeviceResponse) |
| 1858 | }) |
| 1859 | _sym_db.RegisterMessage(RebootDeviceResponse) |
| 1860 | |
uwe ottrembka | 66d91ea | 2020-08-11 10:50:55 +0200 | [diff] [blame] | 1861 | |
| 1862 | DESCRIPTOR._options = None |
| 1863 | |
| 1864 | _NATIVEHWMANAGEMENTSERVICE = _descriptor.ServiceDescriptor( |
| 1865 | name='NativeHWManagementService', |
| 1866 | full_name='dmi.NativeHWManagementService', |
| 1867 | file=DESCRIPTOR, |
| 1868 | index=0, |
| 1869 | serialized_options=None, |
uwe ottrembka | 5ea5c0a | 2020-08-31 10:37:35 +0200 | [diff] [blame] | 1870 | create_key=_descriptor._internal_create_key, |
amit.ghosh | 6bdb0f7 | 2021-06-02 14:42:29 +0200 | [diff] [blame] | 1871 | serialized_start=4410, |
| 1872 | serialized_end=5608, |
uwe ottrembka | 66d91ea | 2020-08-11 10:50:55 +0200 | [diff] [blame] | 1873 | methods=[ |
| 1874 | _descriptor.MethodDescriptor( |
| 1875 | name='StartManagingDevice', |
| 1876 | full_name='dmi.NativeHWManagementService.StartManagingDevice', |
| 1877 | index=0, |
| 1878 | containing_service=None, |
| 1879 | input_type=dmi_dot_hw__pb2._MODIFIABLECOMPONENT, |
| 1880 | output_type=_STARTMANAGINGDEVICERESPONSE, |
| 1881 | serialized_options=None, |
uwe ottrembka | 5ea5c0a | 2020-08-31 10:37:35 +0200 | [diff] [blame] | 1882 | create_key=_descriptor._internal_create_key, |
uwe ottrembka | 66d91ea | 2020-08-11 10:50:55 +0200 | [diff] [blame] | 1883 | ), |
| 1884 | _descriptor.MethodDescriptor( |
| 1885 | name='StopManagingDevice', |
| 1886 | full_name='dmi.NativeHWManagementService.StopManagingDevice', |
| 1887 | index=1, |
| 1888 | containing_service=None, |
| 1889 | input_type=_STOPMANAGINGDEVICEREQUEST, |
| 1890 | output_type=_STOPMANAGINGDEVICERESPONSE, |
| 1891 | serialized_options=None, |
uwe ottrembka | 5ea5c0a | 2020-08-31 10:37:35 +0200 | [diff] [blame] | 1892 | create_key=_descriptor._internal_create_key, |
uwe ottrembka | 66d91ea | 2020-08-11 10:50:55 +0200 | [diff] [blame] | 1893 | ), |
| 1894 | _descriptor.MethodDescriptor( |
Andrea Campanella | cb990bc | 2020-09-22 12:50:56 +0200 | [diff] [blame] | 1895 | name='GetManagedDevices', |
| 1896 | full_name='dmi.NativeHWManagementService.GetManagedDevices', |
| 1897 | index=2, |
| 1898 | containing_service=None, |
| 1899 | input_type=google_dot_protobuf_dot_empty__pb2._EMPTY, |
| 1900 | output_type=_MANAGEDDEVICESRESPONSE, |
| 1901 | serialized_options=None, |
| 1902 | create_key=_descriptor._internal_create_key, |
| 1903 | ), |
| 1904 | _descriptor.MethodDescriptor( |
uwe ottrembka | 66d91ea | 2020-08-11 10:50:55 +0200 | [diff] [blame] | 1905 | name='GetPhysicalInventory', |
| 1906 | full_name='dmi.NativeHWManagementService.GetPhysicalInventory', |
Andrea Campanella | cb990bc | 2020-09-22 12:50:56 +0200 | [diff] [blame] | 1907 | index=3, |
uwe ottrembka | 66d91ea | 2020-08-11 10:50:55 +0200 | [diff] [blame] | 1908 | containing_service=None, |
| 1909 | input_type=_PHYSICALINVENTORYREQUEST, |
| 1910 | output_type=_PHYSICALINVENTORYRESPONSE, |
| 1911 | serialized_options=None, |
uwe ottrembka | 5ea5c0a | 2020-08-31 10:37:35 +0200 | [diff] [blame] | 1912 | create_key=_descriptor._internal_create_key, |
uwe ottrembka | 66d91ea | 2020-08-11 10:50:55 +0200 | [diff] [blame] | 1913 | ), |
| 1914 | _descriptor.MethodDescriptor( |
| 1915 | name='GetHWComponentInfo', |
| 1916 | full_name='dmi.NativeHWManagementService.GetHWComponentInfo', |
Andrea Campanella | cb990bc | 2020-09-22 12:50:56 +0200 | [diff] [blame] | 1917 | index=4, |
uwe ottrembka | 66d91ea | 2020-08-11 10:50:55 +0200 | [diff] [blame] | 1918 | containing_service=None, |
| 1919 | input_type=_HWCOMPONENTINFOGETREQUEST, |
aghosh | c301dcd | 2020-09-03 16:55:34 +0100 | [diff] [blame] | 1920 | output_type=_HWCOMPONENTINFOGETRESPONSE, |
uwe ottrembka | 66d91ea | 2020-08-11 10:50:55 +0200 | [diff] [blame] | 1921 | serialized_options=None, |
uwe ottrembka | 5ea5c0a | 2020-08-31 10:37:35 +0200 | [diff] [blame] | 1922 | create_key=_descriptor._internal_create_key, |
uwe ottrembka | 66d91ea | 2020-08-11 10:50:55 +0200 | [diff] [blame] | 1923 | ), |
| 1924 | _descriptor.MethodDescriptor( |
| 1925 | name='SetHWComponentInfo', |
| 1926 | full_name='dmi.NativeHWManagementService.SetHWComponentInfo', |
Andrea Campanella | cb990bc | 2020-09-22 12:50:56 +0200 | [diff] [blame] | 1927 | index=5, |
uwe ottrembka | 66d91ea | 2020-08-11 10:50:55 +0200 | [diff] [blame] | 1928 | containing_service=None, |
| 1929 | input_type=_HWCOMPONENTINFOSETREQUEST, |
| 1930 | output_type=_HWCOMPONENTINFOSETRESPONSE, |
| 1931 | serialized_options=None, |
uwe ottrembka | 5ea5c0a | 2020-08-31 10:37:35 +0200 | [diff] [blame] | 1932 | create_key=_descriptor._internal_create_key, |
uwe ottrembka | 66d91ea | 2020-08-11 10:50:55 +0200 | [diff] [blame] | 1933 | ), |
amit.ghosh | 188a84f | 2020-09-27 20:59:25 +0200 | [diff] [blame] | 1934 | _descriptor.MethodDescriptor( |
| 1935 | name='SetLoggingEndpoint', |
| 1936 | full_name='dmi.NativeHWManagementService.SetLoggingEndpoint', |
| 1937 | index=6, |
| 1938 | containing_service=None, |
| 1939 | input_type=_SETLOGGINGENDPOINTREQUEST, |
| 1940 | output_type=_SETREMOTEENDPOINTRESPONSE, |
| 1941 | serialized_options=None, |
| 1942 | create_key=_descriptor._internal_create_key, |
| 1943 | ), |
| 1944 | _descriptor.MethodDescriptor( |
| 1945 | name='GetLoggingEndpoint', |
| 1946 | full_name='dmi.NativeHWManagementService.GetLoggingEndpoint', |
| 1947 | index=7, |
| 1948 | containing_service=None, |
amit.ghosh | 5d97dba | 2020-11-12 16:45:27 +0100 | [diff] [blame] | 1949 | input_type=dmi_dot_hw__pb2._HARDWAREID, |
amit.ghosh | 188a84f | 2020-09-27 20:59:25 +0200 | [diff] [blame] | 1950 | output_type=_GETLOGGINGENDPOINTRESPONSE, |
| 1951 | serialized_options=None, |
| 1952 | create_key=_descriptor._internal_create_key, |
| 1953 | ), |
| 1954 | _descriptor.MethodDescriptor( |
| 1955 | name='SetMsgBusEndpoint', |
| 1956 | full_name='dmi.NativeHWManagementService.SetMsgBusEndpoint', |
| 1957 | index=8, |
| 1958 | containing_service=None, |
| 1959 | input_type=_SETMSGBUSENDPOINTREQUEST, |
| 1960 | output_type=_SETREMOTEENDPOINTRESPONSE, |
| 1961 | serialized_options=None, |
| 1962 | create_key=_descriptor._internal_create_key, |
| 1963 | ), |
| 1964 | _descriptor.MethodDescriptor( |
| 1965 | name='GetMsgBusEndpoint', |
| 1966 | full_name='dmi.NativeHWManagementService.GetMsgBusEndpoint', |
| 1967 | index=9, |
| 1968 | containing_service=None, |
| 1969 | input_type=google_dot_protobuf_dot_empty__pb2._EMPTY, |
| 1970 | output_type=_GETMSGBUSENDPOINTRESPONSE, |
| 1971 | serialized_options=None, |
| 1972 | create_key=_descriptor._internal_create_key, |
| 1973 | ), |
Andrea Campanella | b91e9a4 | 2020-10-09 14:31:43 +0200 | [diff] [blame] | 1974 | _descriptor.MethodDescriptor( |
| 1975 | name='GetLoggableEntities', |
| 1976 | full_name='dmi.NativeHWManagementService.GetLoggableEntities', |
| 1977 | index=10, |
| 1978 | containing_service=None, |
| 1979 | input_type=_GETLOGGABLEENTITIESREQUEST, |
| 1980 | output_type=_GETLOGLEVELRESPONSE, |
| 1981 | serialized_options=None, |
| 1982 | create_key=_descriptor._internal_create_key, |
| 1983 | ), |
| 1984 | _descriptor.MethodDescriptor( |
| 1985 | name='SetLogLevel', |
| 1986 | full_name='dmi.NativeHWManagementService.SetLogLevel', |
| 1987 | index=11, |
| 1988 | containing_service=None, |
| 1989 | input_type=_SETLOGLEVELREQUEST, |
| 1990 | output_type=_SETLOGLEVELRESPONSE, |
| 1991 | serialized_options=None, |
| 1992 | create_key=_descriptor._internal_create_key, |
| 1993 | ), |
| 1994 | _descriptor.MethodDescriptor( |
| 1995 | name='GetLogLevel', |
| 1996 | full_name='dmi.NativeHWManagementService.GetLogLevel', |
| 1997 | index=12, |
| 1998 | containing_service=None, |
| 1999 | input_type=_GETLOGLEVELREQUEST, |
| 2000 | output_type=_GETLOGLEVELRESPONSE, |
| 2001 | serialized_options=None, |
| 2002 | create_key=_descriptor._internal_create_key, |
| 2003 | ), |
Chandrakanth Nalkudre Gowda | 415b83c | 2021-04-28 18:01:29 +0530 | [diff] [blame] | 2004 | _descriptor.MethodDescriptor( |
| 2005 | name='HeartbeatCheck', |
| 2006 | full_name='dmi.NativeHWManagementService.HeartbeatCheck', |
| 2007 | index=13, |
| 2008 | containing_service=None, |
| 2009 | input_type=google_dot_protobuf_dot_empty__pb2._EMPTY, |
| 2010 | output_type=_HEARTBEAT, |
| 2011 | serialized_options=None, |
| 2012 | create_key=_descriptor._internal_create_key, |
| 2013 | ), |
Chandrakanth Nalkudre Gowda | 2f6066c | 2021-05-13 12:36:32 +0530 | [diff] [blame] | 2014 | _descriptor.MethodDescriptor( |
| 2015 | name='RebootDevice', |
| 2016 | full_name='dmi.NativeHWManagementService.RebootDevice', |
| 2017 | index=14, |
| 2018 | containing_service=None, |
| 2019 | input_type=_REBOOTDEVICEREQUEST, |
| 2020 | output_type=_REBOOTDEVICERESPONSE, |
| 2021 | serialized_options=None, |
| 2022 | create_key=_descriptor._internal_create_key, |
| 2023 | ), |
uwe ottrembka | 66d91ea | 2020-08-11 10:50:55 +0200 | [diff] [blame] | 2024 | ]) |
| 2025 | _sym_db.RegisterServiceDescriptor(_NATIVEHWMANAGEMENTSERVICE) |
| 2026 | |
| 2027 | DESCRIPTOR.services_by_name['NativeHWManagementService'] = _NATIVEHWMANAGEMENTSERVICE |
| 2028 | |
| 2029 | # @@protoc_insertion_point(module_scope) |