blob: 9970ac0d9c78cc7b5cc00dcad9cff702df5e6060 [file] [log] [blame]
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001# -*- coding: utf-8 -*-
2# Generated by the protocol buffer compiler. DO NOT EDIT!
3# source: dmi/hw_management_service.proto
Andrea Campanellacb990bc2020-09-22 12:50:56 +02004"""Generated protocol buffer code."""
uwe ottrembka66d91ea2020-08-11 10:50:55 +02005from google.protobuf import descriptor as _descriptor
6from google.protobuf import message as _message
7from google.protobuf import reflection as _reflection
8from google.protobuf import symbol_database as _symbol_database
9# @@protoc_insertion_point(imports)
10
11_sym_db = _symbol_database.Default()
12
13
14from dmi import commons_pb2 as dmi_dot_commons__pb2
15from dmi import hw_pb2 as dmi_dot_hw__pb2
Andrea Campanellacb990bc2020-09-22 12:50:56 +020016from google.protobuf import empty_pb2 as google_dot_protobuf_dot_empty__pb2
uwe ottrembka66d91ea2020-08-11 10:50:55 +020017
18
19DESCRIPTOR = _descriptor.FileDescriptor(
20 name='dmi/hw_management_service.proto',
21 package='dmi',
22 syntax='proto3',
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +020023 serialized_options=b'Z9github.com/opencord/device-management-interface/v3/go/dmi',
24 create_key=_descriptor._internal_create_key,
Chandrakanth Nalkudre Gowda2f6066c2021-05-13 12:36:32 +053025 serialized_pb=b'\n\x1f\x64mi/hw_management_service.proto\x12\x03\x64mi\x1a\x11\x64mi/commons.proto\x1a\x0c\x64mi/hw.proto\x1a\x1bgoogle/protobuf/empty.proto\":\n\x18PhysicalInventoryRequest\x12\x1e\n\x0b\x64\x65vice_uuid\x18\x01 \x01(\x0b\x32\t.dmi.Uuid\"\x88\x02\n\x19PhysicalInventoryResponse\x12\x1b\n\x06status\x18\x01 \x01(\x0e\x32\x0b.dmi.Status\x12\x35\n\x06reason\x18\x02 \x01(\x0e\x32%.dmi.PhysicalInventoryResponse.Reason\x12 \n\tinventory\x18\x03 \x01(\x0b\x32\r.dmi.Hardware\x12\x15\n\rreason_detail\x18\x04 \x01(\t\"^\n\x06Reason\x12\x14\n\x10UNDEFINED_REASON\x10\x00\x12\x12\n\x0eUNKNOWN_DEVICE\x10\x01\x12\x12\n\x0eINTERNAL_ERROR\x10\x02\x12\x16\n\x12\x44\x45VICE_UNREACHABLE\x10\x03\"v\n\x19HWComponentInfoGetRequest\x12\x1e\n\x0b\x64\x65vice_uuid\x18\x01 \x01(\x0b\x32\t.dmi.Uuid\x12!\n\x0e\x63omponent_uuid\x18\x02 \x01(\x0b\x32\t.dmi.Uuid\x12\x16\n\x0e\x63omponent_name\x18\x03 \x01(\t\"\xa2\x02\n\x1aHWComponentInfoGetResponse\x12\x1b\n\x06status\x18\x01 \x01(\x0e\x32\x0b.dmi.Status\x12\x36\n\x06reason\x18\x02 \x01(\x0e\x32&.dmi.HWComponentInfoGetResponse.Reason\x12!\n\tcomponent\x18\x03 \x01(\x0b\x32\x0e.dmi.Component\x12\x15\n\rreason_detail\x18\x04 \x01(\t\"u\n\x06Reason\x12\x14\n\x10UNDEFINED_REASON\x10\x00\x12\x12\n\x0eUNKNOWN_DEVICE\x10\x01\x12\x15\n\x11UNKNOWN_COMPONENT\x10\x02\x12\x12\n\x0eINTERNAL_ERROR\x10\x03\x12\x16\n\x12\x44\x45VICE_UNREACHABLE\x10\x04\"\xa1\x01\n\x19HWComponentInfoSetRequest\x12\x1e\n\x0b\x64\x65vice_uuid\x18\x01 \x01(\x0b\x32\t.dmi.Uuid\x12!\n\x0e\x63omponent_uuid\x18\x02 \x01(\x0b\x32\t.dmi.Uuid\x12\x16\n\x0e\x63omponent_name\x18\x03 \x01(\t\x12)\n\x07\x63hanges\x18\x04 \x01(\x0b\x32\x18.dmi.ModifiableComponent\"\x94\x02\n\x1aHWComponentInfoSetResponse\x12\x1b\n\x06status\x18\x01 \x01(\x0e\x32\x0b.dmi.Status\x12\x36\n\x06reason\x18\x02 \x01(\x0e\x32&.dmi.HWComponentInfoSetResponse.Reason\x12\x15\n\rreason_detail\x18\x03 \x01(\t\"\x89\x01\n\x06Reason\x12\x14\n\x10UNDEFINED_REASON\x10\x00\x12\x12\n\x0eUNKNOWN_DEVICE\x10\x01\x12\x15\n\x11UNKNOWN_COMPONENT\x10\x02\x12\x12\n\x0eINVALID_PARAMS\x10\x03\x12\x12\n\x0eINTERNAL_ERROR\x10\x04\x12\x16\n\x12\x44\x45VICE_UNREACHABLE\x10\x05\"\xb2\x02\n\x1bStartManagingDeviceResponse\x12\x1b\n\x06status\x18\x01 \x01(\x0e\x32\x0b.dmi.Status\x12\x37\n\x06reason\x18\x02 \x01(\x0e\x32\'.dmi.StartManagingDeviceResponse.Reason\x12\x1e\n\x0b\x64\x65vice_uuid\x18\x03 \x01(\x0b\x32\t.dmi.Uuid\x12\x15\n\rreason_detail\x18\x04 \x01(\t\"\x85\x01\n\x06Reason\x12\x14\n\x10UNDEFINED_REASON\x10\x00\x12\x1a\n\x16\x44\x45VICE_ALREADY_MANAGED\x10\x01\x12!\n\x1dOPERATION_ALREADY_IN_PROGRESS\x10\x02\x12\x12\n\x0eINVALID_PARAMS\x10\x03\x12\x12\n\x0eINTERNAL_ERROR\x10\x04\")\n\x19StopManagingDeviceRequest\x12\x0c\n\x04name\x18\x01 \x01(\t\"\xbc\x01\n\x1aStopManagingDeviceResponse\x12\x1b\n\x06status\x18\x01 \x01(\x0e\x32\x0b.dmi.Status\x12\x36\n\x06reason\x18\x02 \x01(\x0e\x32&.dmi.StopManagingDeviceResponse.Reason\x12\x15\n\rreason_detail\x18\x03 \x01(\t\"2\n\x06Reason\x12\x14\n\x10UNDEFINED_REASON\x10\x00\x12\x12\n\x0eUNKNOWN_DEVICE\x10\x01\"[\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 ottrembka66d91ea2020-08-11 10:50:55 +020026 ,
Andrea Campanellacb990bc2020-09-22 12:50:56 +020027 dependencies=[dmi_dot_commons__pb2.DESCRIPTOR,dmi_dot_hw__pb2.DESCRIPTOR,google_dot_protobuf_dot_empty__pb2.DESCRIPTOR,])
uwe ottrembka66d91ea2020-08-11 10:50:55 +020028
29
30
amit.ghoshae473032021-01-10 11:59:10 +010031_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.ghoshbd2022e2021-02-22 05:58:53 +010053 _descriptor.EnumValueDescriptor(
54 name='DEVICE_UNREACHABLE', index=3, number=3,
55 serialized_options=None,
56 type=None,
57 create_key=_descriptor._internal_create_key),
amit.ghoshae473032021-01-10 11:59:10 +010058 ],
59 containing_type=None,
60 serialized_options=None,
amit.ghosh8ab1e6e2021-02-23 07:40:17 +010061 serialized_start=333,
62 serialized_end=427,
amit.ghoshae473032021-01-10 11:59:10 +010063)
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.ghoshbd2022e2021-02-22 05:58:53 +010093 _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.ghoshae473032021-01-10 11:59:10 +010098 ],
99 containing_type=None,
100 serialized_options=None,
amit.ghosh8ab1e6e2021-02-23 07:40:17 +0100101 serialized_start=723,
102 serialized_end=840,
amit.ghoshae473032021-01-10 11:59:10 +0100103)
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.ghoshbd2022e2021-02-22 05:58:53 +0100138 _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.ghoshae473032021-01-10 11:59:10 +0100143 ],
144 containing_type=None,
145 serialized_options=None,
amit.ghosh8ab1e6e2021-02-23 07:40:17 +0100146 serialized_start=1146,
147 serialized_end=1283,
amit.ghoshae473032021-01-10 11:59:10 +0100148)
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),
183 ],
184 containing_type=None,
185 serialized_options=None,
amit.ghosh8ab1e6e2021-02-23 07:40:17 +0100186 serialized_start=1459,
187 serialized_end=1592,
amit.ghoshae473032021-01-10 11:59:10 +0100188)
189_sym_db.RegisterEnumDescriptor(_STARTMANAGINGDEVICERESPONSE_REASON)
190
191_STOPMANAGINGDEVICERESPONSE_REASON = _descriptor.EnumDescriptor(
192 name='Reason',
193 full_name='dmi.StopManagingDeviceResponse.Reason',
194 filename=None,
195 file=DESCRIPTOR,
196 create_key=_descriptor._internal_create_key,
197 values=[
198 _descriptor.EnumValueDescriptor(
199 name='UNDEFINED_REASON', index=0, number=0,
200 serialized_options=None,
201 type=None,
202 create_key=_descriptor._internal_create_key),
203 _descriptor.EnumValueDescriptor(
204 name='UNKNOWN_DEVICE', index=1, number=1,
205 serialized_options=None,
206 type=None,
207 create_key=_descriptor._internal_create_key),
208 ],
209 containing_type=None,
210 serialized_options=None,
amit.ghosh8ab1e6e2021-02-23 07:40:17 +0100211 serialized_start=333,
212 serialized_end=383,
amit.ghoshae473032021-01-10 11:59:10 +0100213)
214_sym_db.RegisterEnumDescriptor(_STOPMANAGINGDEVICERESPONSE_REASON)
215
amit.ghosh0c687412021-03-24 19:01:08 +0100216_MANAGEDDEVICESRESPONSE_REASON = _descriptor.EnumDescriptor(
217 name='Reason',
218 full_name='dmi.ManagedDevicesResponse.Reason',
219 filename=None,
220 file=DESCRIPTOR,
221 create_key=_descriptor._internal_create_key,
222 values=[
223 _descriptor.EnumValueDescriptor(
224 name='UNDEFINED_REASON', index=0, number=0,
225 serialized_options=None,
226 type=None,
227 create_key=_descriptor._internal_create_key),
228 _descriptor.EnumValueDescriptor(
229 name='INTERNAL_ERROR', index=1, number=1,
230 serialized_options=None,
231 type=None,
232 create_key=_descriptor._internal_create_key),
233 ],
234 containing_type=None,
235 serialized_options=None,
236 serialized_start=2070,
237 serialized_end=2120,
238)
239_sym_db.RegisterEnumDescriptor(_MANAGEDDEVICESRESPONSE_REASON)
240
amit.ghoshae473032021-01-10 11:59:10 +0100241_SETREMOTEENDPOINTRESPONSE_REASON = _descriptor.EnumDescriptor(
242 name='Reason',
243 full_name='dmi.SetRemoteEndpointResponse.Reason',
244 filename=None,
245 file=DESCRIPTOR,
246 create_key=_descriptor._internal_create_key,
247 values=[
248 _descriptor.EnumValueDescriptor(
249 name='UNDEFINED_REASON', index=0, number=0,
250 serialized_options=None,
251 type=None,
252 create_key=_descriptor._internal_create_key),
253 _descriptor.EnumValueDescriptor(
254 name='UNKNOWN_DEVICE', index=1, number=1,
255 serialized_options=None,
256 type=None,
257 create_key=_descriptor._internal_create_key),
258 _descriptor.EnumValueDescriptor(
259 name='INTERNAL_ERROR', index=2, number=2,
260 serialized_options=None,
261 type=None,
262 create_key=_descriptor._internal_create_key),
263 _descriptor.EnumValueDescriptor(
264 name='LOGGING_ENDPOINT_ERROR', index=3, number=3,
265 serialized_options=None,
266 type=None,
267 create_key=_descriptor._internal_create_key),
268 _descriptor.EnumValueDescriptor(
269 name='LOGGING_ENDPOINT_PROTOCOL_ERROR', index=4, number=4,
270 serialized_options=None,
271 type=None,
272 create_key=_descriptor._internal_create_key),
273 _descriptor.EnumValueDescriptor(
274 name='MSGBUS_ENDPOINT_ERROR', index=5, number=5,
275 serialized_options=None,
276 type=None,
277 create_key=_descriptor._internal_create_key),
amit.ghoshbd2022e2021-02-22 05:58:53 +0100278 _descriptor.EnumValueDescriptor(
279 name='DEVICE_UNREACHABLE', index=6, number=6,
280 serialized_options=None,
281 type=None,
282 create_key=_descriptor._internal_create_key),
amit.ghoshae473032021-01-10 11:59:10 +0100283 ],
284 containing_type=None,
285 serialized_options=None,
amit.ghosh0c687412021-03-24 19:01:08 +0100286 serialized_start=2373,
287 serialized_end=2559,
amit.ghoshae473032021-01-10 11:59:10 +0100288)
289_sym_db.RegisterEnumDescriptor(_SETREMOTEENDPOINTRESPONSE_REASON)
290
291_GETLOGGINGENDPOINTRESPONSE_REASON = _descriptor.EnumDescriptor(
292 name='Reason',
293 full_name='dmi.GetLoggingEndpointResponse.Reason',
294 filename=None,
295 file=DESCRIPTOR,
296 create_key=_descriptor._internal_create_key,
297 values=[
298 _descriptor.EnumValueDescriptor(
299 name='UNDEFINED_REASON', index=0, number=0,
300 serialized_options=None,
301 type=None,
302 create_key=_descriptor._internal_create_key),
303 _descriptor.EnumValueDescriptor(
304 name='UNKNOWN_DEVICE', index=1, number=1,
305 serialized_options=None,
306 type=None,
307 create_key=_descriptor._internal_create_key),
308 _descriptor.EnumValueDescriptor(
309 name='INTERNAL_ERROR', index=2, number=2,
310 serialized_options=None,
311 type=None,
312 create_key=_descriptor._internal_create_key),
amit.ghoshbd2022e2021-02-22 05:58:53 +0100313 _descriptor.EnumValueDescriptor(
314 name='DEVICE_UNREACHABLE', index=3, number=3,
315 serialized_options=None,
316 type=None,
317 create_key=_descriptor._internal_create_key),
amit.ghoshae473032021-01-10 11:59:10 +0100318 ],
319 containing_type=None,
320 serialized_options=None,
amit.ghosh8ab1e6e2021-02-23 07:40:17 +0100321 serialized_start=333,
322 serialized_end=427,
amit.ghoshae473032021-01-10 11:59:10 +0100323)
324_sym_db.RegisterEnumDescriptor(_GETLOGGINGENDPOINTRESPONSE_REASON)
325
326_GETMSGBUSENDPOINTRESPONSE_REASON = _descriptor.EnumDescriptor(
327 name='Reason',
328 full_name='dmi.GetMsgBusEndpointResponse.Reason',
329 filename=None,
330 file=DESCRIPTOR,
331 create_key=_descriptor._internal_create_key,
332 values=[
333 _descriptor.EnumValueDescriptor(
334 name='UNDEFINED_REASON', index=0, number=0,
335 serialized_options=None,
336 type=None,
337 create_key=_descriptor._internal_create_key),
338 _descriptor.EnumValueDescriptor(
339 name='INTERNAL_ERROR', index=1, number=1,
340 serialized_options=None,
341 type=None,
342 create_key=_descriptor._internal_create_key),
amit.ghoshbd2022e2021-02-22 05:58:53 +0100343 _descriptor.EnumValueDescriptor(
344 name='DEVICE_UNREACHABLE', index=2, number=2,
345 serialized_options=None,
346 type=None,
347 create_key=_descriptor._internal_create_key),
amit.ghoshae473032021-01-10 11:59:10 +0100348 ],
349 containing_type=None,
350 serialized_options=None,
amit.ghosh0c687412021-03-24 19:01:08 +0100351 serialized_start=3063,
352 serialized_end=3137,
amit.ghoshae473032021-01-10 11:59:10 +0100353)
354_sym_db.RegisterEnumDescriptor(_GETMSGBUSENDPOINTRESPONSE_REASON)
355
356_SETLOGLEVELRESPONSE_REASON = _descriptor.EnumDescriptor(
357 name='Reason',
358 full_name='dmi.SetLogLevelResponse.Reason',
359 filename=None,
360 file=DESCRIPTOR,
361 create_key=_descriptor._internal_create_key,
362 values=[
363 _descriptor.EnumValueDescriptor(
364 name='UNDEFINED_REASON', index=0, number=0,
365 serialized_options=None,
366 type=None,
367 create_key=_descriptor._internal_create_key),
368 _descriptor.EnumValueDescriptor(
369 name='UNKNOWN_DEVICE', index=1, number=1,
370 serialized_options=None,
371 type=None,
372 create_key=_descriptor._internal_create_key),
373 _descriptor.EnumValueDescriptor(
374 name='INTERNAL_ERROR', index=2, number=2,
375 serialized_options=None,
376 type=None,
377 create_key=_descriptor._internal_create_key),
378 _descriptor.EnumValueDescriptor(
379 name='UNKNOWN_LOG_ENTITY', index=3, number=3,
380 serialized_options=None,
381 type=None,
382 create_key=_descriptor._internal_create_key),
amit.ghoshbd2022e2021-02-22 05:58:53 +0100383 _descriptor.EnumValueDescriptor(
384 name='DEVICE_UNREACHABLE', index=4, number=4,
385 serialized_options=None,
386 type=None,
387 create_key=_descriptor._internal_create_key),
amit.ghoshae473032021-01-10 11:59:10 +0100388 ],
389 containing_type=None,
390 serialized_options=None,
amit.ghosh0c687412021-03-24 19:01:08 +0100391 serialized_start=3463,
392 serialized_end=3581,
amit.ghoshae473032021-01-10 11:59:10 +0100393)
394_sym_db.RegisterEnumDescriptor(_SETLOGLEVELRESPONSE_REASON)
395
396_GETLOGLEVELRESPONSE_REASON = _descriptor.EnumDescriptor(
397 name='Reason',
398 full_name='dmi.GetLogLevelResponse.Reason',
399 filename=None,
400 file=DESCRIPTOR,
401 create_key=_descriptor._internal_create_key,
402 values=[
403 _descriptor.EnumValueDescriptor(
404 name='UNDEFINED_REASON', index=0, number=0,
405 serialized_options=None,
406 type=None,
407 create_key=_descriptor._internal_create_key),
408 _descriptor.EnumValueDescriptor(
409 name='UNKNOWN_DEVICE', index=1, number=1,
410 serialized_options=None,
411 type=None,
412 create_key=_descriptor._internal_create_key),
413 _descriptor.EnumValueDescriptor(
414 name='INTERNAL_ERROR', index=2, number=2,
415 serialized_options=None,
416 type=None,
417 create_key=_descriptor._internal_create_key),
418 _descriptor.EnumValueDescriptor(
419 name='UNKNOWN_LOG_ENTITY', index=3, number=3,
420 serialized_options=None,
421 type=None,
422 create_key=_descriptor._internal_create_key),
amit.ghoshbd2022e2021-02-22 05:58:53 +0100423 _descriptor.EnumValueDescriptor(
424 name='DEVICE_UNREACHABLE', index=4, number=4,
425 serialized_options=None,
426 type=None,
427 create_key=_descriptor._internal_create_key),
amit.ghoshae473032021-01-10 11:59:10 +0100428 ],
429 containing_type=None,
430 serialized_options=None,
amit.ghosh0c687412021-03-24 19:01:08 +0100431 serialized_start=3463,
432 serialized_end=3581,
amit.ghoshae473032021-01-10 11:59:10 +0100433)
434_sym_db.RegisterEnumDescriptor(_GETLOGLEVELRESPONSE_REASON)
435
Chandrakanth Nalkudre Gowda2f6066c2021-05-13 12:36:32 +0530436_REBOOTDEVICERESPONSE_REASON = _descriptor.EnumDescriptor(
437 name='Reason',
438 full_name='dmi.RebootDeviceResponse.Reason',
439 filename=None,
440 file=DESCRIPTOR,
441 create_key=_descriptor._internal_create_key,
442 values=[
443 _descriptor.EnumValueDescriptor(
444 name='UNDEFINED_REASON', index=0, number=0,
445 serialized_options=None,
446 type=None,
447 create_key=_descriptor._internal_create_key),
448 _descriptor.EnumValueDescriptor(
449 name='UNKNOWN_DEVICE', index=1, number=1,
450 serialized_options=None,
451 type=None,
452 create_key=_descriptor._internal_create_key),
453 _descriptor.EnumValueDescriptor(
454 name='INTERNAL_ERROR', index=2, number=2,
455 serialized_options=None,
456 type=None,
457 create_key=_descriptor._internal_create_key),
458 _descriptor.EnumValueDescriptor(
459 name='DEVICE_UNREACHABLE', index=3, number=3,
460 serialized_options=None,
461 type=None,
462 create_key=_descriptor._internal_create_key),
463 ],
464 containing_type=None,
465 serialized_options=None,
466 serialized_start=333,
467 serialized_end=427,
468)
469_sym_db.RegisterEnumDescriptor(_REBOOTDEVICERESPONSE_REASON)
470
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200471
472_PHYSICALINVENTORYREQUEST = _descriptor.Descriptor(
473 name='PhysicalInventoryRequest',
474 full_name='dmi.PhysicalInventoryRequest',
475 filename=None,
476 file=DESCRIPTOR,
477 containing_type=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200478 create_key=_descriptor._internal_create_key,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200479 fields=[
480 _descriptor.FieldDescriptor(
481 name='device_uuid', full_name='dmi.PhysicalInventoryRequest.device_uuid', index=0,
482 number=1, type=11, cpp_type=10, label=1,
483 has_default_value=False, default_value=None,
484 message_type=None, enum_type=None, containing_type=None,
485 is_extension=False, extension_scope=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200486 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200487 ],
488 extensions=[
489 ],
490 nested_types=[],
491 enum_types=[
492 ],
493 serialized_options=None,
494 is_extendable=False,
495 syntax='proto3',
496 extension_ranges=[],
497 oneofs=[
498 ],
Andrea Campanellacb990bc2020-09-22 12:50:56 +0200499 serialized_start=102,
500 serialized_end=160,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200501)
502
503
504_PHYSICALINVENTORYRESPONSE = _descriptor.Descriptor(
505 name='PhysicalInventoryResponse',
506 full_name='dmi.PhysicalInventoryResponse',
507 filename=None,
508 file=DESCRIPTOR,
509 containing_type=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200510 create_key=_descriptor._internal_create_key,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200511 fields=[
512 _descriptor.FieldDescriptor(
513 name='status', full_name='dmi.PhysicalInventoryResponse.status', index=0,
514 number=1, type=14, cpp_type=8, label=1,
515 has_default_value=False, default_value=0,
516 message_type=None, enum_type=None, containing_type=None,
517 is_extension=False, extension_scope=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200518 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200519 _descriptor.FieldDescriptor(
520 name='reason', full_name='dmi.PhysicalInventoryResponse.reason', index=1,
521 number=2, type=14, cpp_type=8, label=1,
522 has_default_value=False, default_value=0,
523 message_type=None, enum_type=None, containing_type=None,
524 is_extension=False, extension_scope=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200525 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200526 _descriptor.FieldDescriptor(
527 name='inventory', full_name='dmi.PhysicalInventoryResponse.inventory', index=2,
528 number=3, type=11, cpp_type=10, label=1,
529 has_default_value=False, default_value=None,
530 message_type=None, enum_type=None, containing_type=None,
531 is_extension=False, extension_scope=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200532 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
amit.ghosh8ab1e6e2021-02-23 07:40:17 +0100533 _descriptor.FieldDescriptor(
534 name='reason_detail', full_name='dmi.PhysicalInventoryResponse.reason_detail', index=3,
535 number=4, type=9, cpp_type=9, label=1,
536 has_default_value=False, default_value=b"".decode('utf-8'),
537 message_type=None, enum_type=None, containing_type=None,
538 is_extension=False, extension_scope=None,
539 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200540 ],
541 extensions=[
542 ],
543 nested_types=[],
544 enum_types=[
amit.ghoshae473032021-01-10 11:59:10 +0100545 _PHYSICALINVENTORYRESPONSE_REASON,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200546 ],
547 serialized_options=None,
548 is_extendable=False,
549 syntax='proto3',
550 extension_ranges=[],
551 oneofs=[
552 ],
amit.ghoshae473032021-01-10 11:59:10 +0100553 serialized_start=163,
amit.ghosh8ab1e6e2021-02-23 07:40:17 +0100554 serialized_end=427,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200555)
556
557
558_HWCOMPONENTINFOGETREQUEST = _descriptor.Descriptor(
559 name='HWComponentInfoGetRequest',
560 full_name='dmi.HWComponentInfoGetRequest',
561 filename=None,
562 file=DESCRIPTOR,
563 containing_type=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200564 create_key=_descriptor._internal_create_key,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200565 fields=[
566 _descriptor.FieldDescriptor(
567 name='device_uuid', full_name='dmi.HWComponentInfoGetRequest.device_uuid', index=0,
568 number=1, type=11, cpp_type=10, label=1,
569 has_default_value=False, default_value=None,
570 message_type=None, enum_type=None, containing_type=None,
571 is_extension=False, extension_scope=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200572 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200573 _descriptor.FieldDescriptor(
574 name='component_uuid', full_name='dmi.HWComponentInfoGetRequest.component_uuid', index=1,
575 number=2, type=11, cpp_type=10, label=1,
576 has_default_value=False, default_value=None,
577 message_type=None, enum_type=None, containing_type=None,
578 is_extension=False, extension_scope=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200579 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200580 _descriptor.FieldDescriptor(
581 name='component_name', full_name='dmi.HWComponentInfoGetRequest.component_name', index=2,
582 number=3, type=9, cpp_type=9, label=1,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200583 has_default_value=False, default_value=b"".decode('utf-8'),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200584 message_type=None, enum_type=None, containing_type=None,
585 is_extension=False, extension_scope=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200586 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200587 ],
588 extensions=[
589 ],
590 nested_types=[],
591 enum_types=[
592 ],
593 serialized_options=None,
594 is_extendable=False,
595 syntax='proto3',
596 extension_ranges=[],
597 oneofs=[
598 ],
amit.ghosh8ab1e6e2021-02-23 07:40:17 +0100599 serialized_start=429,
600 serialized_end=547,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200601)
602
603
aghoshc301dcd2020-09-03 16:55:34 +0100604_HWCOMPONENTINFOGETRESPONSE = _descriptor.Descriptor(
605 name='HWComponentInfoGetResponse',
606 full_name='dmi.HWComponentInfoGetResponse',
607 filename=None,
608 file=DESCRIPTOR,
609 containing_type=None,
610 create_key=_descriptor._internal_create_key,
611 fields=[
612 _descriptor.FieldDescriptor(
613 name='status', full_name='dmi.HWComponentInfoGetResponse.status', index=0,
614 number=1, type=14, cpp_type=8, label=1,
615 has_default_value=False, default_value=0,
616 message_type=None, enum_type=None, containing_type=None,
617 is_extension=False, extension_scope=None,
618 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
619 _descriptor.FieldDescriptor(
620 name='reason', full_name='dmi.HWComponentInfoGetResponse.reason', index=1,
621 number=2, type=14, cpp_type=8, label=1,
622 has_default_value=False, default_value=0,
623 message_type=None, enum_type=None, containing_type=None,
624 is_extension=False, extension_scope=None,
625 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
626 _descriptor.FieldDescriptor(
627 name='component', full_name='dmi.HWComponentInfoGetResponse.component', index=2,
628 number=3, type=11, cpp_type=10, label=1,
629 has_default_value=False, default_value=None,
630 message_type=None, enum_type=None, containing_type=None,
631 is_extension=False, extension_scope=None,
632 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
amit.ghosh8ab1e6e2021-02-23 07:40:17 +0100633 _descriptor.FieldDescriptor(
634 name='reason_detail', full_name='dmi.HWComponentInfoGetResponse.reason_detail', index=3,
635 number=4, type=9, cpp_type=9, label=1,
636 has_default_value=False, default_value=b"".decode('utf-8'),
637 message_type=None, enum_type=None, containing_type=None,
638 is_extension=False, extension_scope=None,
639 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
aghoshc301dcd2020-09-03 16:55:34 +0100640 ],
641 extensions=[
642 ],
643 nested_types=[],
644 enum_types=[
amit.ghoshae473032021-01-10 11:59:10 +0100645 _HWCOMPONENTINFOGETRESPONSE_REASON,
aghoshc301dcd2020-09-03 16:55:34 +0100646 ],
647 serialized_options=None,
648 is_extendable=False,
649 syntax='proto3',
650 extension_ranges=[],
651 oneofs=[
652 ],
amit.ghosh8ab1e6e2021-02-23 07:40:17 +0100653 serialized_start=550,
654 serialized_end=840,
aghoshc301dcd2020-09-03 16:55:34 +0100655)
656
657
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200658_HWCOMPONENTINFOSETREQUEST = _descriptor.Descriptor(
659 name='HWComponentInfoSetRequest',
660 full_name='dmi.HWComponentInfoSetRequest',
661 filename=None,
662 file=DESCRIPTOR,
663 containing_type=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200664 create_key=_descriptor._internal_create_key,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200665 fields=[
666 _descriptor.FieldDescriptor(
667 name='device_uuid', full_name='dmi.HWComponentInfoSetRequest.device_uuid', index=0,
668 number=1, type=11, cpp_type=10, label=1,
669 has_default_value=False, default_value=None,
670 message_type=None, enum_type=None, containing_type=None,
671 is_extension=False, extension_scope=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200672 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200673 _descriptor.FieldDescriptor(
674 name='component_uuid', full_name='dmi.HWComponentInfoSetRequest.component_uuid', index=1,
675 number=2, type=11, cpp_type=10, label=1,
676 has_default_value=False, default_value=None,
677 message_type=None, enum_type=None, containing_type=None,
678 is_extension=False, extension_scope=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200679 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200680 _descriptor.FieldDescriptor(
681 name='component_name', full_name='dmi.HWComponentInfoSetRequest.component_name', index=2,
682 number=3, type=9, cpp_type=9, label=1,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200683 has_default_value=False, default_value=b"".decode('utf-8'),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200684 message_type=None, enum_type=None, containing_type=None,
685 is_extension=False, extension_scope=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200686 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200687 _descriptor.FieldDescriptor(
688 name='changes', full_name='dmi.HWComponentInfoSetRequest.changes', index=3,
689 number=4, type=11, cpp_type=10, label=1,
690 has_default_value=False, default_value=None,
691 message_type=None, enum_type=None, containing_type=None,
692 is_extension=False, extension_scope=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200693 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200694 ],
695 extensions=[
696 ],
697 nested_types=[],
698 enum_types=[
699 ],
700 serialized_options=None,
701 is_extendable=False,
702 syntax='proto3',
703 extension_ranges=[],
704 oneofs=[
705 ],
amit.ghosh8ab1e6e2021-02-23 07:40:17 +0100706 serialized_start=843,
707 serialized_end=1004,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200708)
709
710
711_HWCOMPONENTINFOSETRESPONSE = _descriptor.Descriptor(
712 name='HWComponentInfoSetResponse',
713 full_name='dmi.HWComponentInfoSetResponse',
714 filename=None,
715 file=DESCRIPTOR,
716 containing_type=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200717 create_key=_descriptor._internal_create_key,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200718 fields=[
719 _descriptor.FieldDescriptor(
720 name='status', full_name='dmi.HWComponentInfoSetResponse.status', index=0,
721 number=1, type=14, cpp_type=8, label=1,
722 has_default_value=False, default_value=0,
723 message_type=None, enum_type=None, containing_type=None,
724 is_extension=False, extension_scope=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200725 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200726 _descriptor.FieldDescriptor(
727 name='reason', full_name='dmi.HWComponentInfoSetResponse.reason', index=1,
728 number=2, type=14, cpp_type=8, label=1,
729 has_default_value=False, default_value=0,
730 message_type=None, enum_type=None, containing_type=None,
731 is_extension=False, extension_scope=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200732 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
amit.ghosh8ab1e6e2021-02-23 07:40:17 +0100733 _descriptor.FieldDescriptor(
734 name='reason_detail', full_name='dmi.HWComponentInfoSetResponse.reason_detail', index=2,
735 number=3, type=9, cpp_type=9, label=1,
736 has_default_value=False, default_value=b"".decode('utf-8'),
737 message_type=None, enum_type=None, containing_type=None,
738 is_extension=False, extension_scope=None,
739 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200740 ],
741 extensions=[
742 ],
743 nested_types=[],
744 enum_types=[
amit.ghoshae473032021-01-10 11:59:10 +0100745 _HWCOMPONENTINFOSETRESPONSE_REASON,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200746 ],
747 serialized_options=None,
748 is_extendable=False,
749 syntax='proto3',
750 extension_ranges=[],
751 oneofs=[
752 ],
amit.ghosh8ab1e6e2021-02-23 07:40:17 +0100753 serialized_start=1007,
754 serialized_end=1283,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200755)
756
757
758_STARTMANAGINGDEVICERESPONSE = _descriptor.Descriptor(
759 name='StartManagingDeviceResponse',
760 full_name='dmi.StartManagingDeviceResponse',
761 filename=None,
762 file=DESCRIPTOR,
763 containing_type=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200764 create_key=_descriptor._internal_create_key,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200765 fields=[
766 _descriptor.FieldDescriptor(
767 name='status', full_name='dmi.StartManagingDeviceResponse.status', index=0,
768 number=1, type=14, cpp_type=8, label=1,
769 has_default_value=False, default_value=0,
770 message_type=None, enum_type=None, containing_type=None,
771 is_extension=False, extension_scope=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200772 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200773 _descriptor.FieldDescriptor(
774 name='reason', full_name='dmi.StartManagingDeviceResponse.reason', index=1,
775 number=2, type=14, cpp_type=8, label=1,
776 has_default_value=False, default_value=0,
777 message_type=None, enum_type=None, containing_type=None,
778 is_extension=False, extension_scope=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200779 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200780 _descriptor.FieldDescriptor(
781 name='device_uuid', full_name='dmi.StartManagingDeviceResponse.device_uuid', index=2,
782 number=3, type=11, cpp_type=10, label=1,
783 has_default_value=False, default_value=None,
784 message_type=None, enum_type=None, containing_type=None,
785 is_extension=False, extension_scope=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200786 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
amit.ghosh8ab1e6e2021-02-23 07:40:17 +0100787 _descriptor.FieldDescriptor(
788 name='reason_detail', full_name='dmi.StartManagingDeviceResponse.reason_detail', index=3,
789 number=4, type=9, cpp_type=9, label=1,
790 has_default_value=False, default_value=b"".decode('utf-8'),
791 message_type=None, enum_type=None, containing_type=None,
792 is_extension=False, extension_scope=None,
793 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200794 ],
795 extensions=[
796 ],
797 nested_types=[],
798 enum_types=[
amit.ghoshae473032021-01-10 11:59:10 +0100799 _STARTMANAGINGDEVICERESPONSE_REASON,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200800 ],
801 serialized_options=None,
802 is_extendable=False,
803 syntax='proto3',
804 extension_ranges=[],
805 oneofs=[
806 ],
amit.ghosh8ab1e6e2021-02-23 07:40:17 +0100807 serialized_start=1286,
808 serialized_end=1592,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200809)
810
811
812_STOPMANAGINGDEVICEREQUEST = _descriptor.Descriptor(
813 name='StopManagingDeviceRequest',
814 full_name='dmi.StopManagingDeviceRequest',
815 filename=None,
816 file=DESCRIPTOR,
817 containing_type=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200818 create_key=_descriptor._internal_create_key,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200819 fields=[
820 _descriptor.FieldDescriptor(
821 name='name', full_name='dmi.StopManagingDeviceRequest.name', index=0,
822 number=1, type=9, cpp_type=9, label=1,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200823 has_default_value=False, default_value=b"".decode('utf-8'),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200824 message_type=None, enum_type=None, containing_type=None,
825 is_extension=False, extension_scope=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200826 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200827 ],
828 extensions=[
829 ],
830 nested_types=[],
831 enum_types=[
832 ],
833 serialized_options=None,
834 is_extendable=False,
835 syntax='proto3',
836 extension_ranges=[],
837 oneofs=[
838 ],
amit.ghosh8ab1e6e2021-02-23 07:40:17 +0100839 serialized_start=1594,
840 serialized_end=1635,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200841)
842
843
844_STOPMANAGINGDEVICERESPONSE = _descriptor.Descriptor(
845 name='StopManagingDeviceResponse',
846 full_name='dmi.StopManagingDeviceResponse',
847 filename=None,
848 file=DESCRIPTOR,
849 containing_type=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200850 create_key=_descriptor._internal_create_key,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200851 fields=[
852 _descriptor.FieldDescriptor(
853 name='status', full_name='dmi.StopManagingDeviceResponse.status', index=0,
854 number=1, type=14, cpp_type=8, label=1,
855 has_default_value=False, default_value=0,
856 message_type=None, enum_type=None, containing_type=None,
857 is_extension=False, extension_scope=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200858 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200859 _descriptor.FieldDescriptor(
860 name='reason', full_name='dmi.StopManagingDeviceResponse.reason', index=1,
861 number=2, type=14, cpp_type=8, label=1,
862 has_default_value=False, default_value=0,
863 message_type=None, enum_type=None, containing_type=None,
864 is_extension=False, extension_scope=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200865 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
amit.ghosh8ab1e6e2021-02-23 07:40:17 +0100866 _descriptor.FieldDescriptor(
867 name='reason_detail', full_name='dmi.StopManagingDeviceResponse.reason_detail', index=2,
868 number=3, type=9, cpp_type=9, label=1,
869 has_default_value=False, default_value=b"".decode('utf-8'),
870 message_type=None, enum_type=None, containing_type=None,
871 is_extension=False, extension_scope=None,
872 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200873 ],
874 extensions=[
875 ],
876 nested_types=[],
877 enum_types=[
amit.ghoshae473032021-01-10 11:59:10 +0100878 _STOPMANAGINGDEVICERESPONSE_REASON,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200879 ],
880 serialized_options=None,
881 is_extendable=False,
882 syntax='proto3',
883 extension_ranges=[],
884 oneofs=[
885 ],
amit.ghosh8ab1e6e2021-02-23 07:40:17 +0100886 serialized_start=1638,
887 serialized_end=1826,
Andrea Campanellacb990bc2020-09-22 12:50:56 +0200888)
889
890
amit.ghosh0c687412021-03-24 19:01:08 +0100891_MANAGEDDEVICEINFO = _descriptor.Descriptor(
892 name='ManagedDeviceInfo',
893 full_name='dmi.ManagedDeviceInfo',
Andrea Campanellacb990bc2020-09-22 12:50:56 +0200894 filename=None,
895 file=DESCRIPTOR,
896 containing_type=None,
897 create_key=_descriptor._internal_create_key,
898 fields=[
899 _descriptor.FieldDescriptor(
amit.ghosh0c687412021-03-24 19:01:08 +0100900 name='info', full_name='dmi.ManagedDeviceInfo.info', index=0,
901 number=1, type=11, cpp_type=10, label=1,
902 has_default_value=False, default_value=None,
903 message_type=None, enum_type=None, containing_type=None,
904 is_extension=False, extension_scope=None,
905 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
906 _descriptor.FieldDescriptor(
907 name='device_uuid', full_name='dmi.ManagedDeviceInfo.device_uuid', index=1,
908 number=2, type=11, cpp_type=10, label=1,
909 has_default_value=False, default_value=None,
Andrea Campanellacb990bc2020-09-22 12:50:56 +0200910 message_type=None, enum_type=None, containing_type=None,
911 is_extension=False, extension_scope=None,
912 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
913 ],
914 extensions=[
915 ],
916 nested_types=[],
917 enum_types=[
918 ],
919 serialized_options=None,
920 is_extendable=False,
921 syntax='proto3',
922 extension_ranges=[],
923 oneofs=[
924 ],
amit.ghosh8ab1e6e2021-02-23 07:40:17 +0100925 serialized_start=1828,
amit.ghosh0c687412021-03-24 19:01:08 +0100926 serialized_end=1919,
927)
928
929
930_MANAGEDDEVICESRESPONSE = _descriptor.Descriptor(
931 name='ManagedDevicesResponse',
932 full_name='dmi.ManagedDevicesResponse',
933 filename=None,
934 file=DESCRIPTOR,
935 containing_type=None,
936 create_key=_descriptor._internal_create_key,
937 fields=[
938 _descriptor.FieldDescriptor(
939 name='status', full_name='dmi.ManagedDevicesResponse.status', index=0,
940 number=1, type=14, cpp_type=8, label=1,
941 has_default_value=False, default_value=0,
942 message_type=None, enum_type=None, containing_type=None,
943 is_extension=False, extension_scope=None,
944 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
945 _descriptor.FieldDescriptor(
946 name='reason', full_name='dmi.ManagedDevicesResponse.reason', index=1,
947 number=2, type=14, cpp_type=8, label=1,
948 has_default_value=False, default_value=0,
949 message_type=None, enum_type=None, containing_type=None,
950 is_extension=False, extension_scope=None,
951 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
952 _descriptor.FieldDescriptor(
953 name='devices', full_name='dmi.ManagedDevicesResponse.devices', index=2,
954 number=3, type=11, cpp_type=10, label=3,
955 has_default_value=False, default_value=[],
956 message_type=None, enum_type=None, containing_type=None,
957 is_extension=False, extension_scope=None,
958 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
959 ],
960 extensions=[
961 ],
962 nested_types=[],
963 enum_types=[
964 _MANAGEDDEVICESRESPONSE_REASON,
965 ],
966 serialized_options=None,
967 is_extendable=False,
968 syntax='proto3',
969 extension_ranges=[],
970 oneofs=[
971 ],
972 serialized_start=1922,
973 serialized_end=2120,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200974)
975
amit.ghosh188a84f2020-09-27 20:59:25 +0200976
977_SETLOGGINGENDPOINTREQUEST = _descriptor.Descriptor(
978 name='SetLoggingEndpointRequest',
979 full_name='dmi.SetLoggingEndpointRequest',
980 filename=None,
981 file=DESCRIPTOR,
982 containing_type=None,
983 create_key=_descriptor._internal_create_key,
984 fields=[
985 _descriptor.FieldDescriptor(
986 name='device_uuid', full_name='dmi.SetLoggingEndpointRequest.device_uuid', index=0,
987 number=1, type=11, cpp_type=10, label=1,
988 has_default_value=False, default_value=None,
989 message_type=None, enum_type=None, containing_type=None,
990 is_extension=False, extension_scope=None,
991 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
992 _descriptor.FieldDescriptor(
993 name='logging_endpoint', full_name='dmi.SetLoggingEndpointRequest.logging_endpoint', index=1,
994 number=2, type=9, cpp_type=9, label=1,
995 has_default_value=False, default_value=b"".decode('utf-8'),
996 message_type=None, enum_type=None, containing_type=None,
997 is_extension=False, extension_scope=None,
998 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
999 _descriptor.FieldDescriptor(
1000 name='logging_protocol', full_name='dmi.SetLoggingEndpointRequest.logging_protocol', index=2,
1001 number=3, type=9, cpp_type=9, label=1,
1002 has_default_value=False, default_value=b"".decode('utf-8'),
1003 message_type=None, enum_type=None, containing_type=None,
1004 is_extension=False, extension_scope=None,
1005 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
1006 ],
1007 extensions=[
1008 ],
1009 nested_types=[],
1010 enum_types=[
1011 ],
1012 serialized_options=None,
1013 is_extendable=False,
1014 syntax='proto3',
1015 extension_ranges=[],
1016 oneofs=[
1017 ],
amit.ghosh0c687412021-03-24 19:01:08 +01001018 serialized_start=2122,
1019 serialized_end=2233,
amit.ghosh188a84f2020-09-27 20:59:25 +02001020)
1021
1022
1023_SETREMOTEENDPOINTRESPONSE = _descriptor.Descriptor(
1024 name='SetRemoteEndpointResponse',
1025 full_name='dmi.SetRemoteEndpointResponse',
1026 filename=None,
1027 file=DESCRIPTOR,
1028 containing_type=None,
1029 create_key=_descriptor._internal_create_key,
1030 fields=[
1031 _descriptor.FieldDescriptor(
1032 name='status', full_name='dmi.SetRemoteEndpointResponse.status', index=0,
1033 number=1, type=14, cpp_type=8, label=1,
1034 has_default_value=False, default_value=0,
1035 message_type=None, enum_type=None, containing_type=None,
1036 is_extension=False, extension_scope=None,
1037 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
1038 _descriptor.FieldDescriptor(
1039 name='reason', full_name='dmi.SetRemoteEndpointResponse.reason', index=1,
1040 number=2, type=14, cpp_type=8, label=1,
1041 has_default_value=False, default_value=0,
1042 message_type=None, enum_type=None, containing_type=None,
1043 is_extension=False, extension_scope=None,
1044 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
amit.ghosh8ab1e6e2021-02-23 07:40:17 +01001045 _descriptor.FieldDescriptor(
1046 name='reason_detail', full_name='dmi.SetRemoteEndpointResponse.reason_detail', index=2,
1047 number=3, type=9, cpp_type=9, label=1,
1048 has_default_value=False, default_value=b"".decode('utf-8'),
1049 message_type=None, enum_type=None, containing_type=None,
1050 is_extension=False, extension_scope=None,
1051 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
amit.ghosh188a84f2020-09-27 20:59:25 +02001052 ],
1053 extensions=[
1054 ],
1055 nested_types=[],
1056 enum_types=[
amit.ghoshae473032021-01-10 11:59:10 +01001057 _SETREMOTEENDPOINTRESPONSE_REASON,
amit.ghosh188a84f2020-09-27 20:59:25 +02001058 ],
1059 serialized_options=None,
1060 is_extendable=False,
1061 syntax='proto3',
1062 extension_ranges=[],
1063 oneofs=[
1064 ],
amit.ghosh0c687412021-03-24 19:01:08 +01001065 serialized_start=2236,
1066 serialized_end=2559,
amit.ghosh188a84f2020-09-27 20:59:25 +02001067)
1068
1069
1070_GETLOGGINGENDPOINTRESPONSE = _descriptor.Descriptor(
1071 name='GetLoggingEndpointResponse',
1072 full_name='dmi.GetLoggingEndpointResponse',
1073 filename=None,
1074 file=DESCRIPTOR,
1075 containing_type=None,
1076 create_key=_descriptor._internal_create_key,
1077 fields=[
1078 _descriptor.FieldDescriptor(
1079 name='status', full_name='dmi.GetLoggingEndpointResponse.status', index=0,
1080 number=1, type=14, cpp_type=8, label=1,
1081 has_default_value=False, default_value=0,
1082 message_type=None, enum_type=None, containing_type=None,
1083 is_extension=False, extension_scope=None,
1084 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
1085 _descriptor.FieldDescriptor(
1086 name='reason', full_name='dmi.GetLoggingEndpointResponse.reason', index=1,
1087 number=2, type=14, cpp_type=8, label=1,
1088 has_default_value=False, default_value=0,
1089 message_type=None, enum_type=None, containing_type=None,
1090 is_extension=False, extension_scope=None,
1091 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
1092 _descriptor.FieldDescriptor(
1093 name='logging_endpoint', full_name='dmi.GetLoggingEndpointResponse.logging_endpoint', index=2,
1094 number=3, type=9, cpp_type=9, label=1,
1095 has_default_value=False, default_value=b"".decode('utf-8'),
1096 message_type=None, enum_type=None, containing_type=None,
1097 is_extension=False, extension_scope=None,
1098 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
1099 _descriptor.FieldDescriptor(
1100 name='logging_protocol', full_name='dmi.GetLoggingEndpointResponse.logging_protocol', index=3,
1101 number=4, type=9, cpp_type=9, label=1,
1102 has_default_value=False, default_value=b"".decode('utf-8'),
1103 message_type=None, enum_type=None, containing_type=None,
1104 is_extension=False, extension_scope=None,
1105 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
amit.ghosh8ab1e6e2021-02-23 07:40:17 +01001106 _descriptor.FieldDescriptor(
1107 name='reason_detail', full_name='dmi.GetLoggingEndpointResponse.reason_detail', index=4,
1108 number=5, type=9, cpp_type=9, label=1,
1109 has_default_value=False, default_value=b"".decode('utf-8'),
1110 message_type=None, enum_type=None, containing_type=None,
1111 is_extension=False, extension_scope=None,
1112 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
amit.ghosh188a84f2020-09-27 20:59:25 +02001113 ],
1114 extensions=[
1115 ],
1116 nested_types=[],
1117 enum_types=[
amit.ghoshae473032021-01-10 11:59:10 +01001118 _GETLOGGINGENDPOINTRESPONSE_REASON,
amit.ghosh188a84f2020-09-27 20:59:25 +02001119 ],
1120 serialized_options=None,
1121 is_extendable=False,
1122 syntax='proto3',
1123 extension_ranges=[],
1124 oneofs=[
1125 ],
amit.ghosh0c687412021-03-24 19:01:08 +01001126 serialized_start=2562,
1127 serialized_end=2846,
amit.ghosh188a84f2020-09-27 20:59:25 +02001128)
1129
1130
1131_SETMSGBUSENDPOINTREQUEST = _descriptor.Descriptor(
1132 name='SetMsgBusEndpointRequest',
1133 full_name='dmi.SetMsgBusEndpointRequest',
1134 filename=None,
1135 file=DESCRIPTOR,
1136 containing_type=None,
1137 create_key=_descriptor._internal_create_key,
1138 fields=[
1139 _descriptor.FieldDescriptor(
1140 name='msgbus_endpoint', full_name='dmi.SetMsgBusEndpointRequest.msgbus_endpoint', index=0,
1141 number=1, type=9, cpp_type=9, label=1,
1142 has_default_value=False, default_value=b"".decode('utf-8'),
1143 message_type=None, enum_type=None, containing_type=None,
1144 is_extension=False, extension_scope=None,
1145 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
1146 ],
1147 extensions=[
1148 ],
1149 nested_types=[],
1150 enum_types=[
1151 ],
1152 serialized_options=None,
1153 is_extendable=False,
1154 syntax='proto3',
1155 extension_ranges=[],
1156 oneofs=[
1157 ],
amit.ghosh0c687412021-03-24 19:01:08 +01001158 serialized_start=2848,
1159 serialized_end=2899,
amit.ghosh188a84f2020-09-27 20:59:25 +02001160)
1161
1162
1163_GETMSGBUSENDPOINTRESPONSE = _descriptor.Descriptor(
1164 name='GetMsgBusEndpointResponse',
1165 full_name='dmi.GetMsgBusEndpointResponse',
1166 filename=None,
1167 file=DESCRIPTOR,
1168 containing_type=None,
1169 create_key=_descriptor._internal_create_key,
1170 fields=[
1171 _descriptor.FieldDescriptor(
1172 name='status', full_name='dmi.GetMsgBusEndpointResponse.status', index=0,
1173 number=1, type=14, cpp_type=8, label=1,
1174 has_default_value=False, default_value=0,
1175 message_type=None, enum_type=None, containing_type=None,
1176 is_extension=False, extension_scope=None,
1177 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
1178 _descriptor.FieldDescriptor(
1179 name='reason', full_name='dmi.GetMsgBusEndpointResponse.reason', index=1,
1180 number=2, type=14, cpp_type=8, label=1,
1181 has_default_value=False, default_value=0,
1182 message_type=None, enum_type=None, containing_type=None,
1183 is_extension=False, extension_scope=None,
1184 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
1185 _descriptor.FieldDescriptor(
1186 name='msgbus_endpoint', full_name='dmi.GetMsgBusEndpointResponse.msgbus_endpoint', index=2,
1187 number=3, type=9, cpp_type=9, label=1,
1188 has_default_value=False, default_value=b"".decode('utf-8'),
1189 message_type=None, enum_type=None, containing_type=None,
1190 is_extension=False, extension_scope=None,
1191 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
amit.ghosh8ab1e6e2021-02-23 07:40:17 +01001192 _descriptor.FieldDescriptor(
1193 name='reason_detail', full_name='dmi.GetMsgBusEndpointResponse.reason_detail', index=3,
1194 number=4, type=9, cpp_type=9, label=1,
1195 has_default_value=False, default_value=b"".decode('utf-8'),
1196 message_type=None, enum_type=None, containing_type=None,
1197 is_extension=False, extension_scope=None,
1198 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
amit.ghosh188a84f2020-09-27 20:59:25 +02001199 ],
1200 extensions=[
1201 ],
1202 nested_types=[],
1203 enum_types=[
amit.ghoshae473032021-01-10 11:59:10 +01001204 _GETMSGBUSENDPOINTRESPONSE_REASON,
amit.ghosh188a84f2020-09-27 20:59:25 +02001205 ],
1206 serialized_options=None,
1207 is_extendable=False,
1208 syntax='proto3',
1209 extension_ranges=[],
1210 oneofs=[
1211 ],
amit.ghosh0c687412021-03-24 19:01:08 +01001212 serialized_start=2902,
1213 serialized_end=3137,
amit.ghosh188a84f2020-09-27 20:59:25 +02001214)
1215
Andrea Campanellab91e9a42020-10-09 14:31:43 +02001216
1217_ENTITIESLOGLEVEL = _descriptor.Descriptor(
1218 name='EntitiesLogLevel',
1219 full_name='dmi.EntitiesLogLevel',
1220 filename=None,
1221 file=DESCRIPTOR,
1222 containing_type=None,
1223 create_key=_descriptor._internal_create_key,
1224 fields=[
1225 _descriptor.FieldDescriptor(
1226 name='logLevel', full_name='dmi.EntitiesLogLevel.logLevel', index=0,
1227 number=1, type=14, cpp_type=8, label=1,
1228 has_default_value=False, default_value=0,
1229 message_type=None, enum_type=None, containing_type=None,
1230 is_extension=False, extension_scope=None,
1231 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
1232 _descriptor.FieldDescriptor(
1233 name='entities', full_name='dmi.EntitiesLogLevel.entities', index=1,
1234 number=2, type=9, cpp_type=9, label=3,
1235 has_default_value=False, default_value=[],
1236 message_type=None, enum_type=None, containing_type=None,
1237 is_extension=False, extension_scope=None,
1238 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
1239 ],
1240 extensions=[
1241 ],
1242 nested_types=[],
1243 enum_types=[
1244 ],
1245 serialized_options=None,
1246 is_extendable=False,
1247 syntax='proto3',
1248 extension_ranges=[],
1249 oneofs=[
1250 ],
amit.ghosh0c687412021-03-24 19:01:08 +01001251 serialized_start=3139,
1252 serialized_end=3208,
Andrea Campanellab91e9a42020-10-09 14:31:43 +02001253)
1254
1255
1256_SETLOGLEVELREQUEST = _descriptor.Descriptor(
1257 name='SetLogLevelRequest',
1258 full_name='dmi.SetLogLevelRequest',
1259 filename=None,
1260 file=DESCRIPTOR,
1261 containing_type=None,
1262 create_key=_descriptor._internal_create_key,
1263 fields=[
1264 _descriptor.FieldDescriptor(
1265 name='device_uuid', full_name='dmi.SetLogLevelRequest.device_uuid', index=0,
1266 number=1, type=11, cpp_type=10, label=1,
1267 has_default_value=False, default_value=None,
1268 message_type=None, enum_type=None, containing_type=None,
1269 is_extension=False, extension_scope=None,
1270 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
1271 _descriptor.FieldDescriptor(
1272 name='loglevels', full_name='dmi.SetLogLevelRequest.loglevels', index=1,
1273 number=2, type=11, cpp_type=10, label=3,
1274 has_default_value=False, default_value=[],
1275 message_type=None, enum_type=None, containing_type=None,
1276 is_extension=False, extension_scope=None,
1277 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
1278 ],
1279 extensions=[
1280 ],
1281 nested_types=[],
1282 enum_types=[
1283 ],
1284 serialized_options=None,
1285 is_extendable=False,
1286 syntax='proto3',
1287 extension_ranges=[],
1288 oneofs=[
1289 ],
amit.ghosh0c687412021-03-24 19:01:08 +01001290 serialized_start=3210,
1291 serialized_end=3304,
Andrea Campanellab91e9a42020-10-09 14:31:43 +02001292)
1293
1294
1295_SETLOGLEVELRESPONSE = _descriptor.Descriptor(
1296 name='SetLogLevelResponse',
1297 full_name='dmi.SetLogLevelResponse',
1298 filename=None,
1299 file=DESCRIPTOR,
1300 containing_type=None,
1301 create_key=_descriptor._internal_create_key,
1302 fields=[
1303 _descriptor.FieldDescriptor(
amit.ghosh5d97dba2020-11-12 16:45:27 +01001304 name='device_uuid', full_name='dmi.SetLogLevelResponse.device_uuid', index=0,
Andrea Campanellab91e9a42020-10-09 14:31:43 +02001305 number=1, type=11, cpp_type=10, label=1,
1306 has_default_value=False, default_value=None,
1307 message_type=None, enum_type=None, containing_type=None,
1308 is_extension=False, extension_scope=None,
1309 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
1310 _descriptor.FieldDescriptor(
amit.ghosh5d97dba2020-11-12 16:45:27 +01001311 name='status', full_name='dmi.SetLogLevelResponse.status', index=1,
Andrea Campanellab91e9a42020-10-09 14:31:43 +02001312 number=2, type=14, cpp_type=8, label=1,
1313 has_default_value=False, default_value=0,
1314 message_type=None, enum_type=None, containing_type=None,
1315 is_extension=False, extension_scope=None,
1316 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
1317 _descriptor.FieldDescriptor(
amit.ghosh5d97dba2020-11-12 16:45:27 +01001318 name='reason', full_name='dmi.SetLogLevelResponse.reason', index=2,
Andrea Campanellab91e9a42020-10-09 14:31:43 +02001319 number=3, type=14, cpp_type=8, label=1,
1320 has_default_value=False, default_value=0,
1321 message_type=None, enum_type=None, containing_type=None,
1322 is_extension=False, extension_scope=None,
1323 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
amit.ghosh8ab1e6e2021-02-23 07:40:17 +01001324 _descriptor.FieldDescriptor(
1325 name='reason_detail', full_name='dmi.SetLogLevelResponse.reason_detail', index=3,
1326 number=4, type=9, cpp_type=9, label=1,
1327 has_default_value=False, default_value=b"".decode('utf-8'),
1328 message_type=None, enum_type=None, containing_type=None,
1329 is_extension=False, extension_scope=None,
1330 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
Andrea Campanellab91e9a42020-10-09 14:31:43 +02001331 ],
1332 extensions=[
1333 ],
1334 nested_types=[],
1335 enum_types=[
amit.ghoshae473032021-01-10 11:59:10 +01001336 _SETLOGLEVELRESPONSE_REASON,
Andrea Campanellab91e9a42020-10-09 14:31:43 +02001337 ],
1338 serialized_options=None,
1339 is_extendable=False,
1340 syntax='proto3',
1341 extension_ranges=[],
1342 oneofs=[
1343 ],
amit.ghosh0c687412021-03-24 19:01:08 +01001344 serialized_start=3307,
1345 serialized_end=3581,
Andrea Campanellab91e9a42020-10-09 14:31:43 +02001346)
1347
1348
1349_GETLOGLEVELREQUEST = _descriptor.Descriptor(
1350 name='GetLogLevelRequest',
1351 full_name='dmi.GetLogLevelRequest',
1352 filename=None,
1353 file=DESCRIPTOR,
1354 containing_type=None,
1355 create_key=_descriptor._internal_create_key,
1356 fields=[
1357 _descriptor.FieldDescriptor(
1358 name='device_uuid', full_name='dmi.GetLogLevelRequest.device_uuid', index=0,
1359 number=1, type=11, cpp_type=10, label=1,
1360 has_default_value=False, default_value=None,
1361 message_type=None, enum_type=None, containing_type=None,
1362 is_extension=False, extension_scope=None,
1363 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
1364 _descriptor.FieldDescriptor(
1365 name='entities', full_name='dmi.GetLogLevelRequest.entities', index=1,
1366 number=2, type=9, cpp_type=9, label=3,
1367 has_default_value=False, default_value=[],
1368 message_type=None, enum_type=None, containing_type=None,
1369 is_extension=False, extension_scope=None,
1370 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
1371 ],
1372 extensions=[
1373 ],
1374 nested_types=[],
1375 enum_types=[
1376 ],
1377 serialized_options=None,
1378 is_extendable=False,
1379 syntax='proto3',
1380 extension_ranges=[],
1381 oneofs=[
1382 ],
amit.ghosh0c687412021-03-24 19:01:08 +01001383 serialized_start=3583,
1384 serialized_end=3653,
Andrea Campanellab91e9a42020-10-09 14:31:43 +02001385)
1386
1387
1388_GETLOGLEVELRESPONSE = _descriptor.Descriptor(
1389 name='GetLogLevelResponse',
1390 full_name='dmi.GetLogLevelResponse',
1391 filename=None,
1392 file=DESCRIPTOR,
1393 containing_type=None,
1394 create_key=_descriptor._internal_create_key,
1395 fields=[
1396 _descriptor.FieldDescriptor(
1397 name='device_uuid', full_name='dmi.GetLogLevelResponse.device_uuid', index=0,
1398 number=1, type=11, cpp_type=10, label=1,
1399 has_default_value=False, default_value=None,
1400 message_type=None, enum_type=None, containing_type=None,
1401 is_extension=False, extension_scope=None,
1402 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
1403 _descriptor.FieldDescriptor(
1404 name='logLevels', full_name='dmi.GetLogLevelResponse.logLevels', index=1,
1405 number=2, type=11, cpp_type=10, label=3,
1406 has_default_value=False, default_value=[],
1407 message_type=None, enum_type=None, containing_type=None,
1408 is_extension=False, extension_scope=None,
1409 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
1410 _descriptor.FieldDescriptor(
1411 name='status', full_name='dmi.GetLogLevelResponse.status', index=2,
1412 number=3, type=14, cpp_type=8, label=1,
1413 has_default_value=False, default_value=0,
1414 message_type=None, enum_type=None, containing_type=None,
1415 is_extension=False, extension_scope=None,
1416 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
1417 _descriptor.FieldDescriptor(
1418 name='reason', full_name='dmi.GetLogLevelResponse.reason', index=3,
1419 number=4, type=14, cpp_type=8, label=1,
1420 has_default_value=False, default_value=0,
1421 message_type=None, enum_type=None, containing_type=None,
1422 is_extension=False, extension_scope=None,
1423 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
amit.ghosh8ab1e6e2021-02-23 07:40:17 +01001424 _descriptor.FieldDescriptor(
1425 name='reason_detail', full_name='dmi.GetLogLevelResponse.reason_detail', index=4,
1426 number=5, type=9, cpp_type=9, label=1,
1427 has_default_value=False, default_value=b"".decode('utf-8'),
1428 message_type=None, enum_type=None, containing_type=None,
1429 is_extension=False, extension_scope=None,
1430 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
Andrea Campanellab91e9a42020-10-09 14:31:43 +02001431 ],
1432 extensions=[
1433 ],
1434 nested_types=[],
1435 enum_types=[
amit.ghoshae473032021-01-10 11:59:10 +01001436 _GETLOGLEVELRESPONSE_REASON,
Andrea Campanellab91e9a42020-10-09 14:31:43 +02001437 ],
1438 serialized_options=None,
1439 is_extendable=False,
1440 syntax='proto3',
1441 extension_ranges=[],
1442 oneofs=[
1443 ],
amit.ghosh0c687412021-03-24 19:01:08 +01001444 serialized_start=3656,
1445 serialized_end=3972,
Andrea Campanellab91e9a42020-10-09 14:31:43 +02001446)
1447
1448
1449_GETLOGGABLEENTITIESREQUEST = _descriptor.Descriptor(
1450 name='GetLoggableEntitiesRequest',
1451 full_name='dmi.GetLoggableEntitiesRequest',
1452 filename=None,
1453 file=DESCRIPTOR,
1454 containing_type=None,
1455 create_key=_descriptor._internal_create_key,
1456 fields=[
1457 _descriptor.FieldDescriptor(
1458 name='device_uuid', full_name='dmi.GetLoggableEntitiesRequest.device_uuid', index=0,
1459 number=1, type=11, cpp_type=10, label=1,
1460 has_default_value=False, default_value=None,
1461 message_type=None, enum_type=None, containing_type=None,
1462 is_extension=False, extension_scope=None,
1463 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
1464 ],
1465 extensions=[
1466 ],
1467 nested_types=[],
1468 enum_types=[
1469 ],
1470 serialized_options=None,
1471 is_extendable=False,
1472 syntax='proto3',
1473 extension_ranges=[],
1474 oneofs=[
1475 ],
amit.ghosh0c687412021-03-24 19:01:08 +01001476 serialized_start=3974,
1477 serialized_end=4034,
Andrea Campanellab91e9a42020-10-09 14:31:43 +02001478)
1479
Chandrakanth Nalkudre Gowda415b83c2021-04-28 18:01:29 +05301480
1481_HEARTBEAT = _descriptor.Descriptor(
1482 name='Heartbeat',
1483 full_name='dmi.Heartbeat',
1484 filename=None,
1485 file=DESCRIPTOR,
1486 containing_type=None,
1487 create_key=_descriptor._internal_create_key,
1488 fields=[
1489 _descriptor.FieldDescriptor(
1490 name='heartbeat_signature', full_name='dmi.Heartbeat.heartbeat_signature', index=0,
1491 number=1, type=7, cpp_type=3, label=1,
1492 has_default_value=False, default_value=0,
1493 message_type=None, enum_type=None, containing_type=None,
1494 is_extension=False, extension_scope=None,
1495 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
1496 ],
1497 extensions=[
1498 ],
1499 nested_types=[],
1500 enum_types=[
1501 ],
1502 serialized_options=None,
1503 is_extendable=False,
1504 syntax='proto3',
1505 extension_ranges=[],
1506 oneofs=[
1507 ],
1508 serialized_start=4036,
1509 serialized_end=4076,
1510)
1511
Chandrakanth Nalkudre Gowda2f6066c2021-05-13 12:36:32 +05301512
1513_REBOOTDEVICEREQUEST = _descriptor.Descriptor(
1514 name='RebootDeviceRequest',
1515 full_name='dmi.RebootDeviceRequest',
1516 filename=None,
1517 file=DESCRIPTOR,
1518 containing_type=None,
1519 create_key=_descriptor._internal_create_key,
1520 fields=[
1521 _descriptor.FieldDescriptor(
1522 name='device_uuid', full_name='dmi.RebootDeviceRequest.device_uuid', index=0,
1523 number=1, type=11, cpp_type=10, label=1,
1524 has_default_value=False, default_value=None,
1525 message_type=None, enum_type=None, containing_type=None,
1526 is_extension=False, extension_scope=None,
1527 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
1528 ],
1529 extensions=[
1530 ],
1531 nested_types=[],
1532 enum_types=[
1533 ],
1534 serialized_options=None,
1535 is_extendable=False,
1536 syntax='proto3',
1537 extension_ranges=[],
1538 oneofs=[
1539 ],
1540 serialized_start=4078,
1541 serialized_end=4131,
1542)
1543
1544
1545_REBOOTDEVICERESPONSE = _descriptor.Descriptor(
1546 name='RebootDeviceResponse',
1547 full_name='dmi.RebootDeviceResponse',
1548 filename=None,
1549 file=DESCRIPTOR,
1550 containing_type=None,
1551 create_key=_descriptor._internal_create_key,
1552 fields=[
1553 _descriptor.FieldDescriptor(
1554 name='status', full_name='dmi.RebootDeviceResponse.status', index=0,
1555 number=3, type=14, cpp_type=8, label=1,
1556 has_default_value=False, default_value=0,
1557 message_type=None, enum_type=None, containing_type=None,
1558 is_extension=False, extension_scope=None,
1559 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
1560 _descriptor.FieldDescriptor(
1561 name='reason', full_name='dmi.RebootDeviceResponse.reason', index=1,
1562 number=4, type=14, cpp_type=8, label=1,
1563 has_default_value=False, default_value=0,
1564 message_type=None, enum_type=None, containing_type=None,
1565 is_extension=False, extension_scope=None,
1566 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
1567 _descriptor.FieldDescriptor(
1568 name='reason_detail', full_name='dmi.RebootDeviceResponse.reason_detail', index=2,
1569 number=5, type=9, cpp_type=9, label=1,
1570 has_default_value=False, default_value=b"".decode('utf-8'),
1571 message_type=None, enum_type=None, containing_type=None,
1572 is_extension=False, extension_scope=None,
1573 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
1574 ],
1575 extensions=[
1576 ],
1577 nested_types=[],
1578 enum_types=[
1579 _REBOOTDEVICERESPONSE_REASON,
1580 ],
1581 serialized_options=None,
1582 is_extendable=False,
1583 syntax='proto3',
1584 extension_ranges=[],
1585 oneofs=[
1586 ],
1587 serialized_start=4134,
1588 serialized_end=4354,
1589)
1590
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001591_PHYSICALINVENTORYREQUEST.fields_by_name['device_uuid'].message_type = dmi_dot_hw__pb2._UUID
1592_PHYSICALINVENTORYRESPONSE.fields_by_name['status'].enum_type = dmi_dot_commons__pb2._STATUS
amit.ghoshae473032021-01-10 11:59:10 +01001593_PHYSICALINVENTORYRESPONSE.fields_by_name['reason'].enum_type = _PHYSICALINVENTORYRESPONSE_REASON
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001594_PHYSICALINVENTORYRESPONSE.fields_by_name['inventory'].message_type = dmi_dot_hw__pb2._HARDWARE
amit.ghoshae473032021-01-10 11:59:10 +01001595_PHYSICALINVENTORYRESPONSE_REASON.containing_type = _PHYSICALINVENTORYRESPONSE
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001596_HWCOMPONENTINFOGETREQUEST.fields_by_name['device_uuid'].message_type = dmi_dot_hw__pb2._UUID
1597_HWCOMPONENTINFOGETREQUEST.fields_by_name['component_uuid'].message_type = dmi_dot_hw__pb2._UUID
aghoshc301dcd2020-09-03 16:55:34 +01001598_HWCOMPONENTINFOGETRESPONSE.fields_by_name['status'].enum_type = dmi_dot_commons__pb2._STATUS
amit.ghoshae473032021-01-10 11:59:10 +01001599_HWCOMPONENTINFOGETRESPONSE.fields_by_name['reason'].enum_type = _HWCOMPONENTINFOGETRESPONSE_REASON
aghoshc301dcd2020-09-03 16:55:34 +01001600_HWCOMPONENTINFOGETRESPONSE.fields_by_name['component'].message_type = dmi_dot_hw__pb2._COMPONENT
amit.ghoshae473032021-01-10 11:59:10 +01001601_HWCOMPONENTINFOGETRESPONSE_REASON.containing_type = _HWCOMPONENTINFOGETRESPONSE
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001602_HWCOMPONENTINFOSETREQUEST.fields_by_name['device_uuid'].message_type = dmi_dot_hw__pb2._UUID
1603_HWCOMPONENTINFOSETREQUEST.fields_by_name['component_uuid'].message_type = dmi_dot_hw__pb2._UUID
1604_HWCOMPONENTINFOSETREQUEST.fields_by_name['changes'].message_type = dmi_dot_hw__pb2._MODIFIABLECOMPONENT
1605_HWCOMPONENTINFOSETRESPONSE.fields_by_name['status'].enum_type = dmi_dot_commons__pb2._STATUS
amit.ghoshae473032021-01-10 11:59:10 +01001606_HWCOMPONENTINFOSETRESPONSE.fields_by_name['reason'].enum_type = _HWCOMPONENTINFOSETRESPONSE_REASON
1607_HWCOMPONENTINFOSETRESPONSE_REASON.containing_type = _HWCOMPONENTINFOSETRESPONSE
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001608_STARTMANAGINGDEVICERESPONSE.fields_by_name['status'].enum_type = dmi_dot_commons__pb2._STATUS
amit.ghoshae473032021-01-10 11:59:10 +01001609_STARTMANAGINGDEVICERESPONSE.fields_by_name['reason'].enum_type = _STARTMANAGINGDEVICERESPONSE_REASON
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001610_STARTMANAGINGDEVICERESPONSE.fields_by_name['device_uuid'].message_type = dmi_dot_hw__pb2._UUID
amit.ghoshae473032021-01-10 11:59:10 +01001611_STARTMANAGINGDEVICERESPONSE_REASON.containing_type = _STARTMANAGINGDEVICERESPONSE
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001612_STOPMANAGINGDEVICERESPONSE.fields_by_name['status'].enum_type = dmi_dot_commons__pb2._STATUS
amit.ghoshae473032021-01-10 11:59:10 +01001613_STOPMANAGINGDEVICERESPONSE.fields_by_name['reason'].enum_type = _STOPMANAGINGDEVICERESPONSE_REASON
1614_STOPMANAGINGDEVICERESPONSE_REASON.containing_type = _STOPMANAGINGDEVICERESPONSE
amit.ghosh0c687412021-03-24 19:01:08 +01001615_MANAGEDDEVICEINFO.fields_by_name['info'].message_type = dmi_dot_hw__pb2._MODIFIABLECOMPONENT
1616_MANAGEDDEVICEINFO.fields_by_name['device_uuid'].message_type = dmi_dot_hw__pb2._UUID
1617_MANAGEDDEVICESRESPONSE.fields_by_name['status'].enum_type = dmi_dot_commons__pb2._STATUS
1618_MANAGEDDEVICESRESPONSE.fields_by_name['reason'].enum_type = _MANAGEDDEVICESRESPONSE_REASON
1619_MANAGEDDEVICESRESPONSE.fields_by_name['devices'].message_type = _MANAGEDDEVICEINFO
1620_MANAGEDDEVICESRESPONSE_REASON.containing_type = _MANAGEDDEVICESRESPONSE
amit.ghosh188a84f2020-09-27 20:59:25 +02001621_SETLOGGINGENDPOINTREQUEST.fields_by_name['device_uuid'].message_type = dmi_dot_hw__pb2._UUID
1622_SETREMOTEENDPOINTRESPONSE.fields_by_name['status'].enum_type = dmi_dot_commons__pb2._STATUS
amit.ghoshae473032021-01-10 11:59:10 +01001623_SETREMOTEENDPOINTRESPONSE.fields_by_name['reason'].enum_type = _SETREMOTEENDPOINTRESPONSE_REASON
1624_SETREMOTEENDPOINTRESPONSE_REASON.containing_type = _SETREMOTEENDPOINTRESPONSE
amit.ghosh188a84f2020-09-27 20:59:25 +02001625_GETLOGGINGENDPOINTRESPONSE.fields_by_name['status'].enum_type = dmi_dot_commons__pb2._STATUS
amit.ghoshae473032021-01-10 11:59:10 +01001626_GETLOGGINGENDPOINTRESPONSE.fields_by_name['reason'].enum_type = _GETLOGGINGENDPOINTRESPONSE_REASON
1627_GETLOGGINGENDPOINTRESPONSE_REASON.containing_type = _GETLOGGINGENDPOINTRESPONSE
amit.ghosh188a84f2020-09-27 20:59:25 +02001628_GETMSGBUSENDPOINTRESPONSE.fields_by_name['status'].enum_type = dmi_dot_commons__pb2._STATUS
amit.ghoshae473032021-01-10 11:59:10 +01001629_GETMSGBUSENDPOINTRESPONSE.fields_by_name['reason'].enum_type = _GETMSGBUSENDPOINTRESPONSE_REASON
1630_GETMSGBUSENDPOINTRESPONSE_REASON.containing_type = _GETMSGBUSENDPOINTRESPONSE
Andrea Campanellab91e9a42020-10-09 14:31:43 +02001631_ENTITIESLOGLEVEL.fields_by_name['logLevel'].enum_type = dmi_dot_commons__pb2._LOGLEVEL
1632_SETLOGLEVELREQUEST.fields_by_name['device_uuid'].message_type = dmi_dot_hw__pb2._UUID
1633_SETLOGLEVELREQUEST.fields_by_name['loglevels'].message_type = _ENTITIESLOGLEVEL
amit.ghosh5d97dba2020-11-12 16:45:27 +01001634_SETLOGLEVELRESPONSE.fields_by_name['device_uuid'].message_type = dmi_dot_hw__pb2._UUID
1635_SETLOGLEVELRESPONSE.fields_by_name['status'].enum_type = dmi_dot_commons__pb2._STATUS
amit.ghoshae473032021-01-10 11:59:10 +01001636_SETLOGLEVELRESPONSE.fields_by_name['reason'].enum_type = _SETLOGLEVELRESPONSE_REASON
1637_SETLOGLEVELRESPONSE_REASON.containing_type = _SETLOGLEVELRESPONSE
Andrea Campanellab91e9a42020-10-09 14:31:43 +02001638_GETLOGLEVELREQUEST.fields_by_name['device_uuid'].message_type = dmi_dot_hw__pb2._UUID
1639_GETLOGLEVELRESPONSE.fields_by_name['device_uuid'].message_type = dmi_dot_hw__pb2._UUID
1640_GETLOGLEVELRESPONSE.fields_by_name['logLevels'].message_type = _ENTITIESLOGLEVEL
1641_GETLOGLEVELRESPONSE.fields_by_name['status'].enum_type = dmi_dot_commons__pb2._STATUS
amit.ghoshae473032021-01-10 11:59:10 +01001642_GETLOGLEVELRESPONSE.fields_by_name['reason'].enum_type = _GETLOGLEVELRESPONSE_REASON
1643_GETLOGLEVELRESPONSE_REASON.containing_type = _GETLOGLEVELRESPONSE
Andrea Campanellab91e9a42020-10-09 14:31:43 +02001644_GETLOGGABLEENTITIESREQUEST.fields_by_name['device_uuid'].message_type = dmi_dot_hw__pb2._UUID
Chandrakanth Nalkudre Gowda2f6066c2021-05-13 12:36:32 +05301645_REBOOTDEVICEREQUEST.fields_by_name['device_uuid'].message_type = dmi_dot_hw__pb2._UUID
1646_REBOOTDEVICERESPONSE.fields_by_name['status'].enum_type = dmi_dot_commons__pb2._STATUS
1647_REBOOTDEVICERESPONSE.fields_by_name['reason'].enum_type = _REBOOTDEVICERESPONSE_REASON
1648_REBOOTDEVICERESPONSE_REASON.containing_type = _REBOOTDEVICERESPONSE
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001649DESCRIPTOR.message_types_by_name['PhysicalInventoryRequest'] = _PHYSICALINVENTORYREQUEST
1650DESCRIPTOR.message_types_by_name['PhysicalInventoryResponse'] = _PHYSICALINVENTORYRESPONSE
1651DESCRIPTOR.message_types_by_name['HWComponentInfoGetRequest'] = _HWCOMPONENTINFOGETREQUEST
aghoshc301dcd2020-09-03 16:55:34 +01001652DESCRIPTOR.message_types_by_name['HWComponentInfoGetResponse'] = _HWCOMPONENTINFOGETRESPONSE
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001653DESCRIPTOR.message_types_by_name['HWComponentInfoSetRequest'] = _HWCOMPONENTINFOSETREQUEST
1654DESCRIPTOR.message_types_by_name['HWComponentInfoSetResponse'] = _HWCOMPONENTINFOSETRESPONSE
1655DESCRIPTOR.message_types_by_name['StartManagingDeviceResponse'] = _STARTMANAGINGDEVICERESPONSE
1656DESCRIPTOR.message_types_by_name['StopManagingDeviceRequest'] = _STOPMANAGINGDEVICEREQUEST
1657DESCRIPTOR.message_types_by_name['StopManagingDeviceResponse'] = _STOPMANAGINGDEVICERESPONSE
amit.ghosh0c687412021-03-24 19:01:08 +01001658DESCRIPTOR.message_types_by_name['ManagedDeviceInfo'] = _MANAGEDDEVICEINFO
Andrea Campanellacb990bc2020-09-22 12:50:56 +02001659DESCRIPTOR.message_types_by_name['ManagedDevicesResponse'] = _MANAGEDDEVICESRESPONSE
amit.ghosh188a84f2020-09-27 20:59:25 +02001660DESCRIPTOR.message_types_by_name['SetLoggingEndpointRequest'] = _SETLOGGINGENDPOINTREQUEST
1661DESCRIPTOR.message_types_by_name['SetRemoteEndpointResponse'] = _SETREMOTEENDPOINTRESPONSE
1662DESCRIPTOR.message_types_by_name['GetLoggingEndpointResponse'] = _GETLOGGINGENDPOINTRESPONSE
1663DESCRIPTOR.message_types_by_name['SetMsgBusEndpointRequest'] = _SETMSGBUSENDPOINTREQUEST
1664DESCRIPTOR.message_types_by_name['GetMsgBusEndpointResponse'] = _GETMSGBUSENDPOINTRESPONSE
Andrea Campanellab91e9a42020-10-09 14:31:43 +02001665DESCRIPTOR.message_types_by_name['EntitiesLogLevel'] = _ENTITIESLOGLEVEL
1666DESCRIPTOR.message_types_by_name['SetLogLevelRequest'] = _SETLOGLEVELREQUEST
1667DESCRIPTOR.message_types_by_name['SetLogLevelResponse'] = _SETLOGLEVELRESPONSE
Andrea Campanellab91e9a42020-10-09 14:31:43 +02001668DESCRIPTOR.message_types_by_name['GetLogLevelRequest'] = _GETLOGLEVELREQUEST
1669DESCRIPTOR.message_types_by_name['GetLogLevelResponse'] = _GETLOGLEVELRESPONSE
1670DESCRIPTOR.message_types_by_name['GetLoggableEntitiesRequest'] = _GETLOGGABLEENTITIESREQUEST
Chandrakanth Nalkudre Gowda415b83c2021-04-28 18:01:29 +05301671DESCRIPTOR.message_types_by_name['Heartbeat'] = _HEARTBEAT
Chandrakanth Nalkudre Gowda2f6066c2021-05-13 12:36:32 +05301672DESCRIPTOR.message_types_by_name['RebootDeviceRequest'] = _REBOOTDEVICEREQUEST
1673DESCRIPTOR.message_types_by_name['RebootDeviceResponse'] = _REBOOTDEVICERESPONSE
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001674_sym_db.RegisterFileDescriptor(DESCRIPTOR)
1675
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +02001676PhysicalInventoryRequest = _reflection.GeneratedProtocolMessageType('PhysicalInventoryRequest', (_message.Message,), {
1677 'DESCRIPTOR' : _PHYSICALINVENTORYREQUEST,
1678 '__module__' : 'dmi.hw_management_service_pb2'
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001679 # @@protoc_insertion_point(class_scope:dmi.PhysicalInventoryRequest)
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +02001680 })
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001681_sym_db.RegisterMessage(PhysicalInventoryRequest)
1682
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +02001683PhysicalInventoryResponse = _reflection.GeneratedProtocolMessageType('PhysicalInventoryResponse', (_message.Message,), {
1684 'DESCRIPTOR' : _PHYSICALINVENTORYRESPONSE,
1685 '__module__' : 'dmi.hw_management_service_pb2'
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001686 # @@protoc_insertion_point(class_scope:dmi.PhysicalInventoryResponse)
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +02001687 })
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001688_sym_db.RegisterMessage(PhysicalInventoryResponse)
1689
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +02001690HWComponentInfoGetRequest = _reflection.GeneratedProtocolMessageType('HWComponentInfoGetRequest', (_message.Message,), {
1691 'DESCRIPTOR' : _HWCOMPONENTINFOGETREQUEST,
1692 '__module__' : 'dmi.hw_management_service_pb2'
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001693 # @@protoc_insertion_point(class_scope:dmi.HWComponentInfoGetRequest)
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +02001694 })
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001695_sym_db.RegisterMessage(HWComponentInfoGetRequest)
1696
aghoshc301dcd2020-09-03 16:55:34 +01001697HWComponentInfoGetResponse = _reflection.GeneratedProtocolMessageType('HWComponentInfoGetResponse', (_message.Message,), {
1698 'DESCRIPTOR' : _HWCOMPONENTINFOGETRESPONSE,
1699 '__module__' : 'dmi.hw_management_service_pb2'
1700 # @@protoc_insertion_point(class_scope:dmi.HWComponentInfoGetResponse)
1701 })
1702_sym_db.RegisterMessage(HWComponentInfoGetResponse)
1703
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +02001704HWComponentInfoSetRequest = _reflection.GeneratedProtocolMessageType('HWComponentInfoSetRequest', (_message.Message,), {
1705 'DESCRIPTOR' : _HWCOMPONENTINFOSETREQUEST,
1706 '__module__' : 'dmi.hw_management_service_pb2'
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001707 # @@protoc_insertion_point(class_scope:dmi.HWComponentInfoSetRequest)
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +02001708 })
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001709_sym_db.RegisterMessage(HWComponentInfoSetRequest)
1710
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +02001711HWComponentInfoSetResponse = _reflection.GeneratedProtocolMessageType('HWComponentInfoSetResponse', (_message.Message,), {
1712 'DESCRIPTOR' : _HWCOMPONENTINFOSETRESPONSE,
1713 '__module__' : 'dmi.hw_management_service_pb2'
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001714 # @@protoc_insertion_point(class_scope:dmi.HWComponentInfoSetResponse)
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +02001715 })
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001716_sym_db.RegisterMessage(HWComponentInfoSetResponse)
1717
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +02001718StartManagingDeviceResponse = _reflection.GeneratedProtocolMessageType('StartManagingDeviceResponse', (_message.Message,), {
1719 'DESCRIPTOR' : _STARTMANAGINGDEVICERESPONSE,
1720 '__module__' : 'dmi.hw_management_service_pb2'
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001721 # @@protoc_insertion_point(class_scope:dmi.StartManagingDeviceResponse)
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +02001722 })
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001723_sym_db.RegisterMessage(StartManagingDeviceResponse)
1724
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +02001725StopManagingDeviceRequest = _reflection.GeneratedProtocolMessageType('StopManagingDeviceRequest', (_message.Message,), {
1726 'DESCRIPTOR' : _STOPMANAGINGDEVICEREQUEST,
1727 '__module__' : 'dmi.hw_management_service_pb2'
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001728 # @@protoc_insertion_point(class_scope:dmi.StopManagingDeviceRequest)
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +02001729 })
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001730_sym_db.RegisterMessage(StopManagingDeviceRequest)
1731
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +02001732StopManagingDeviceResponse = _reflection.GeneratedProtocolMessageType('StopManagingDeviceResponse', (_message.Message,), {
1733 'DESCRIPTOR' : _STOPMANAGINGDEVICERESPONSE,
1734 '__module__' : 'dmi.hw_management_service_pb2'
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001735 # @@protoc_insertion_point(class_scope:dmi.StopManagingDeviceResponse)
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +02001736 })
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001737_sym_db.RegisterMessage(StopManagingDeviceResponse)
1738
amit.ghosh0c687412021-03-24 19:01:08 +01001739ManagedDeviceInfo = _reflection.GeneratedProtocolMessageType('ManagedDeviceInfo', (_message.Message,), {
1740 'DESCRIPTOR' : _MANAGEDDEVICEINFO,
1741 '__module__' : 'dmi.hw_management_service_pb2'
1742 # @@protoc_insertion_point(class_scope:dmi.ManagedDeviceInfo)
1743 })
1744_sym_db.RegisterMessage(ManagedDeviceInfo)
1745
Andrea Campanellacb990bc2020-09-22 12:50:56 +02001746ManagedDevicesResponse = _reflection.GeneratedProtocolMessageType('ManagedDevicesResponse', (_message.Message,), {
1747 'DESCRIPTOR' : _MANAGEDDEVICESRESPONSE,
1748 '__module__' : 'dmi.hw_management_service_pb2'
1749 # @@protoc_insertion_point(class_scope:dmi.ManagedDevicesResponse)
1750 })
1751_sym_db.RegisterMessage(ManagedDevicesResponse)
1752
amit.ghosh188a84f2020-09-27 20:59:25 +02001753SetLoggingEndpointRequest = _reflection.GeneratedProtocolMessageType('SetLoggingEndpointRequest', (_message.Message,), {
1754 'DESCRIPTOR' : _SETLOGGINGENDPOINTREQUEST,
1755 '__module__' : 'dmi.hw_management_service_pb2'
1756 # @@protoc_insertion_point(class_scope:dmi.SetLoggingEndpointRequest)
1757 })
1758_sym_db.RegisterMessage(SetLoggingEndpointRequest)
1759
1760SetRemoteEndpointResponse = _reflection.GeneratedProtocolMessageType('SetRemoteEndpointResponse', (_message.Message,), {
1761 'DESCRIPTOR' : _SETREMOTEENDPOINTRESPONSE,
1762 '__module__' : 'dmi.hw_management_service_pb2'
1763 # @@protoc_insertion_point(class_scope:dmi.SetRemoteEndpointResponse)
1764 })
1765_sym_db.RegisterMessage(SetRemoteEndpointResponse)
1766
1767GetLoggingEndpointResponse = _reflection.GeneratedProtocolMessageType('GetLoggingEndpointResponse', (_message.Message,), {
1768 'DESCRIPTOR' : _GETLOGGINGENDPOINTRESPONSE,
1769 '__module__' : 'dmi.hw_management_service_pb2'
1770 # @@protoc_insertion_point(class_scope:dmi.GetLoggingEndpointResponse)
1771 })
1772_sym_db.RegisterMessage(GetLoggingEndpointResponse)
1773
1774SetMsgBusEndpointRequest = _reflection.GeneratedProtocolMessageType('SetMsgBusEndpointRequest', (_message.Message,), {
1775 'DESCRIPTOR' : _SETMSGBUSENDPOINTREQUEST,
1776 '__module__' : 'dmi.hw_management_service_pb2'
1777 # @@protoc_insertion_point(class_scope:dmi.SetMsgBusEndpointRequest)
1778 })
1779_sym_db.RegisterMessage(SetMsgBusEndpointRequest)
1780
1781GetMsgBusEndpointResponse = _reflection.GeneratedProtocolMessageType('GetMsgBusEndpointResponse', (_message.Message,), {
1782 'DESCRIPTOR' : _GETMSGBUSENDPOINTRESPONSE,
1783 '__module__' : 'dmi.hw_management_service_pb2'
1784 # @@protoc_insertion_point(class_scope:dmi.GetMsgBusEndpointResponse)
1785 })
1786_sym_db.RegisterMessage(GetMsgBusEndpointResponse)
1787
Andrea Campanellab91e9a42020-10-09 14:31:43 +02001788EntitiesLogLevel = _reflection.GeneratedProtocolMessageType('EntitiesLogLevel', (_message.Message,), {
1789 'DESCRIPTOR' : _ENTITIESLOGLEVEL,
1790 '__module__' : 'dmi.hw_management_service_pb2'
1791 # @@protoc_insertion_point(class_scope:dmi.EntitiesLogLevel)
1792 })
1793_sym_db.RegisterMessage(EntitiesLogLevel)
1794
1795SetLogLevelRequest = _reflection.GeneratedProtocolMessageType('SetLogLevelRequest', (_message.Message,), {
1796 'DESCRIPTOR' : _SETLOGLEVELREQUEST,
1797 '__module__' : 'dmi.hw_management_service_pb2'
1798 # @@protoc_insertion_point(class_scope:dmi.SetLogLevelRequest)
1799 })
1800_sym_db.RegisterMessage(SetLogLevelRequest)
1801
1802SetLogLevelResponse = _reflection.GeneratedProtocolMessageType('SetLogLevelResponse', (_message.Message,), {
1803 'DESCRIPTOR' : _SETLOGLEVELRESPONSE,
1804 '__module__' : 'dmi.hw_management_service_pb2'
1805 # @@protoc_insertion_point(class_scope:dmi.SetLogLevelResponse)
1806 })
1807_sym_db.RegisterMessage(SetLogLevelResponse)
1808
Andrea Campanellab91e9a42020-10-09 14:31:43 +02001809GetLogLevelRequest = _reflection.GeneratedProtocolMessageType('GetLogLevelRequest', (_message.Message,), {
1810 'DESCRIPTOR' : _GETLOGLEVELREQUEST,
1811 '__module__' : 'dmi.hw_management_service_pb2'
1812 # @@protoc_insertion_point(class_scope:dmi.GetLogLevelRequest)
1813 })
1814_sym_db.RegisterMessage(GetLogLevelRequest)
1815
1816GetLogLevelResponse = _reflection.GeneratedProtocolMessageType('GetLogLevelResponse', (_message.Message,), {
1817 'DESCRIPTOR' : _GETLOGLEVELRESPONSE,
1818 '__module__' : 'dmi.hw_management_service_pb2'
1819 # @@protoc_insertion_point(class_scope:dmi.GetLogLevelResponse)
1820 })
1821_sym_db.RegisterMessage(GetLogLevelResponse)
1822
1823GetLoggableEntitiesRequest = _reflection.GeneratedProtocolMessageType('GetLoggableEntitiesRequest', (_message.Message,), {
1824 'DESCRIPTOR' : _GETLOGGABLEENTITIESREQUEST,
1825 '__module__' : 'dmi.hw_management_service_pb2'
1826 # @@protoc_insertion_point(class_scope:dmi.GetLoggableEntitiesRequest)
1827 })
1828_sym_db.RegisterMessage(GetLoggableEntitiesRequest)
1829
Chandrakanth Nalkudre Gowda415b83c2021-04-28 18:01:29 +05301830Heartbeat = _reflection.GeneratedProtocolMessageType('Heartbeat', (_message.Message,), {
1831 'DESCRIPTOR' : _HEARTBEAT,
1832 '__module__' : 'dmi.hw_management_service_pb2'
1833 # @@protoc_insertion_point(class_scope:dmi.Heartbeat)
1834 })
1835_sym_db.RegisterMessage(Heartbeat)
1836
Chandrakanth Nalkudre Gowda2f6066c2021-05-13 12:36:32 +05301837RebootDeviceRequest = _reflection.GeneratedProtocolMessageType('RebootDeviceRequest', (_message.Message,), {
1838 'DESCRIPTOR' : _REBOOTDEVICEREQUEST,
1839 '__module__' : 'dmi.hw_management_service_pb2'
1840 # @@protoc_insertion_point(class_scope:dmi.RebootDeviceRequest)
1841 })
1842_sym_db.RegisterMessage(RebootDeviceRequest)
1843
1844RebootDeviceResponse = _reflection.GeneratedProtocolMessageType('RebootDeviceResponse', (_message.Message,), {
1845 'DESCRIPTOR' : _REBOOTDEVICERESPONSE,
1846 '__module__' : 'dmi.hw_management_service_pb2'
1847 # @@protoc_insertion_point(class_scope:dmi.RebootDeviceResponse)
1848 })
1849_sym_db.RegisterMessage(RebootDeviceResponse)
1850
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001851
1852DESCRIPTOR._options = None
1853
1854_NATIVEHWMANAGEMENTSERVICE = _descriptor.ServiceDescriptor(
1855 name='NativeHWManagementService',
1856 full_name='dmi.NativeHWManagementService',
1857 file=DESCRIPTOR,
1858 index=0,
1859 serialized_options=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +02001860 create_key=_descriptor._internal_create_key,
Chandrakanth Nalkudre Gowda2f6066c2021-05-13 12:36:32 +05301861 serialized_start=4357,
1862 serialized_end=5555,
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001863 methods=[
1864 _descriptor.MethodDescriptor(
1865 name='StartManagingDevice',
1866 full_name='dmi.NativeHWManagementService.StartManagingDevice',
1867 index=0,
1868 containing_service=None,
1869 input_type=dmi_dot_hw__pb2._MODIFIABLECOMPONENT,
1870 output_type=_STARTMANAGINGDEVICERESPONSE,
1871 serialized_options=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +02001872 create_key=_descriptor._internal_create_key,
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001873 ),
1874 _descriptor.MethodDescriptor(
1875 name='StopManagingDevice',
1876 full_name='dmi.NativeHWManagementService.StopManagingDevice',
1877 index=1,
1878 containing_service=None,
1879 input_type=_STOPMANAGINGDEVICEREQUEST,
1880 output_type=_STOPMANAGINGDEVICERESPONSE,
1881 serialized_options=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +02001882 create_key=_descriptor._internal_create_key,
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001883 ),
1884 _descriptor.MethodDescriptor(
Andrea Campanellacb990bc2020-09-22 12:50:56 +02001885 name='GetManagedDevices',
1886 full_name='dmi.NativeHWManagementService.GetManagedDevices',
1887 index=2,
1888 containing_service=None,
1889 input_type=google_dot_protobuf_dot_empty__pb2._EMPTY,
1890 output_type=_MANAGEDDEVICESRESPONSE,
1891 serialized_options=None,
1892 create_key=_descriptor._internal_create_key,
1893 ),
1894 _descriptor.MethodDescriptor(
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001895 name='GetPhysicalInventory',
1896 full_name='dmi.NativeHWManagementService.GetPhysicalInventory',
Andrea Campanellacb990bc2020-09-22 12:50:56 +02001897 index=3,
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001898 containing_service=None,
1899 input_type=_PHYSICALINVENTORYREQUEST,
1900 output_type=_PHYSICALINVENTORYRESPONSE,
1901 serialized_options=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +02001902 create_key=_descriptor._internal_create_key,
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001903 ),
1904 _descriptor.MethodDescriptor(
1905 name='GetHWComponentInfo',
1906 full_name='dmi.NativeHWManagementService.GetHWComponentInfo',
Andrea Campanellacb990bc2020-09-22 12:50:56 +02001907 index=4,
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001908 containing_service=None,
1909 input_type=_HWCOMPONENTINFOGETREQUEST,
aghoshc301dcd2020-09-03 16:55:34 +01001910 output_type=_HWCOMPONENTINFOGETRESPONSE,
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001911 serialized_options=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +02001912 create_key=_descriptor._internal_create_key,
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001913 ),
1914 _descriptor.MethodDescriptor(
1915 name='SetHWComponentInfo',
1916 full_name='dmi.NativeHWManagementService.SetHWComponentInfo',
Andrea Campanellacb990bc2020-09-22 12:50:56 +02001917 index=5,
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001918 containing_service=None,
1919 input_type=_HWCOMPONENTINFOSETREQUEST,
1920 output_type=_HWCOMPONENTINFOSETRESPONSE,
1921 serialized_options=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +02001922 create_key=_descriptor._internal_create_key,
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001923 ),
amit.ghosh188a84f2020-09-27 20:59:25 +02001924 _descriptor.MethodDescriptor(
1925 name='SetLoggingEndpoint',
1926 full_name='dmi.NativeHWManagementService.SetLoggingEndpoint',
1927 index=6,
1928 containing_service=None,
1929 input_type=_SETLOGGINGENDPOINTREQUEST,
1930 output_type=_SETREMOTEENDPOINTRESPONSE,
1931 serialized_options=None,
1932 create_key=_descriptor._internal_create_key,
1933 ),
1934 _descriptor.MethodDescriptor(
1935 name='GetLoggingEndpoint',
1936 full_name='dmi.NativeHWManagementService.GetLoggingEndpoint',
1937 index=7,
1938 containing_service=None,
amit.ghosh5d97dba2020-11-12 16:45:27 +01001939 input_type=dmi_dot_hw__pb2._HARDWAREID,
amit.ghosh188a84f2020-09-27 20:59:25 +02001940 output_type=_GETLOGGINGENDPOINTRESPONSE,
1941 serialized_options=None,
1942 create_key=_descriptor._internal_create_key,
1943 ),
1944 _descriptor.MethodDescriptor(
1945 name='SetMsgBusEndpoint',
1946 full_name='dmi.NativeHWManagementService.SetMsgBusEndpoint',
1947 index=8,
1948 containing_service=None,
1949 input_type=_SETMSGBUSENDPOINTREQUEST,
1950 output_type=_SETREMOTEENDPOINTRESPONSE,
1951 serialized_options=None,
1952 create_key=_descriptor._internal_create_key,
1953 ),
1954 _descriptor.MethodDescriptor(
1955 name='GetMsgBusEndpoint',
1956 full_name='dmi.NativeHWManagementService.GetMsgBusEndpoint',
1957 index=9,
1958 containing_service=None,
1959 input_type=google_dot_protobuf_dot_empty__pb2._EMPTY,
1960 output_type=_GETMSGBUSENDPOINTRESPONSE,
1961 serialized_options=None,
1962 create_key=_descriptor._internal_create_key,
1963 ),
Andrea Campanellab91e9a42020-10-09 14:31:43 +02001964 _descriptor.MethodDescriptor(
1965 name='GetLoggableEntities',
1966 full_name='dmi.NativeHWManagementService.GetLoggableEntities',
1967 index=10,
1968 containing_service=None,
1969 input_type=_GETLOGGABLEENTITIESREQUEST,
1970 output_type=_GETLOGLEVELRESPONSE,
1971 serialized_options=None,
1972 create_key=_descriptor._internal_create_key,
1973 ),
1974 _descriptor.MethodDescriptor(
1975 name='SetLogLevel',
1976 full_name='dmi.NativeHWManagementService.SetLogLevel',
1977 index=11,
1978 containing_service=None,
1979 input_type=_SETLOGLEVELREQUEST,
1980 output_type=_SETLOGLEVELRESPONSE,
1981 serialized_options=None,
1982 create_key=_descriptor._internal_create_key,
1983 ),
1984 _descriptor.MethodDescriptor(
1985 name='GetLogLevel',
1986 full_name='dmi.NativeHWManagementService.GetLogLevel',
1987 index=12,
1988 containing_service=None,
1989 input_type=_GETLOGLEVELREQUEST,
1990 output_type=_GETLOGLEVELRESPONSE,
1991 serialized_options=None,
1992 create_key=_descriptor._internal_create_key,
1993 ),
Chandrakanth Nalkudre Gowda415b83c2021-04-28 18:01:29 +05301994 _descriptor.MethodDescriptor(
1995 name='HeartbeatCheck',
1996 full_name='dmi.NativeHWManagementService.HeartbeatCheck',
1997 index=13,
1998 containing_service=None,
1999 input_type=google_dot_protobuf_dot_empty__pb2._EMPTY,
2000 output_type=_HEARTBEAT,
2001 serialized_options=None,
2002 create_key=_descriptor._internal_create_key,
2003 ),
Chandrakanth Nalkudre Gowda2f6066c2021-05-13 12:36:32 +05302004 _descriptor.MethodDescriptor(
2005 name='RebootDevice',
2006 full_name='dmi.NativeHWManagementService.RebootDevice',
2007 index=14,
2008 containing_service=None,
2009 input_type=_REBOOTDEVICEREQUEST,
2010 output_type=_REBOOTDEVICERESPONSE,
2011 serialized_options=None,
2012 create_key=_descriptor._internal_create_key,
2013 ),
uwe ottrembka66d91ea2020-08-11 10:50:55 +02002014])
2015_sym_db.RegisterServiceDescriptor(_NATIVEHWMANAGEMENTSERVICE)
2016
2017DESCRIPTOR.services_by_name['NativeHWManagementService'] = _NATIVEHWMANAGEMENTSERVICE
2018
2019# @@protoc_insertion_point(module_scope)