blob: 47ffa5cd72445b4f86bce8c57c51b16e0a025eaf [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,
amit.ghoshbd2022e2021-02-22 05:58:53 +010025 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\"\xf1\x01\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\"^\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\"\x8b\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\"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\"\xfd\x01\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\"\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\"\x9b\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\"\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\"\xa5\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\"2\n\x06Reason\x12\x14\n\x10UNDEFINED_REASON\x10\x00\x12\x12\n\x0eUNKNOWN_DEVICE\x10\x01\"C\n\x16ManagedDevicesResponse\x12)\n\x07\x64\x65vices\x18\x01 \x03(\x0b\x32\x18.dmi.ModifiableComponent\"o\n\x19SetLoggingEndpointRequest\x12\x1e\n\x0b\x64\x65vice_uuid\x18\x01 \x01(\x0b\x32\t.dmi.Uuid\x12\x18\n\x10logging_endpoint\x18\x02 \x01(\t\x12\x18\n\x10logging_protocol\x18\x03 \x01(\t\"\xac\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\"\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\"\x85\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\"^\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\"\xd4\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\"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\"\xfb\x01\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\"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\"\xa5\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\"v\n\x06Reason\x12\x14\n\x10UNDEFINED_REASON\x10\x00\x12\x12\n\x0eUNKNOWN_DEVICE\x10\x01\x12\x12\n\x0eINTERNAL_ERROR\x10\x02\x12\x16\n\x12UNKNOWN_LOG_ENTITY\x10\x03\x12\x16\n\x12\x44\x45VICE_UNREACHABLE\x10\x04\"<\n\x1aGetLoggableEntitiesRequest\x12\x1e\n\x0b\x64\x65vice_uuid\x18\x01 \x01(\x0b\x32\t.dmi.Uuid2\xaf\x08\n\x19NativeHWManagementService\x12S\n\x13StartManagingDevice\x12\x18.dmi.ModifiableComponent\x1a .dmi.StartManagingDeviceResponse0\x01\x12U\n\x12StopManagingDevice\x12\x1e.dmi.StopManagingDeviceRequest\x1a\x1f.dmi.StopManagingDeviceResponse\x12H\n\x11GetManagedDevices\x12\x16.google.protobuf.Empty\x1a\x1b.dmi.ManagedDevicesResponse\x12W\n\x14GetPhysicalInventory\x12\x1d.dmi.PhysicalInventoryRequest\x1a\x1e.dmi.PhysicalInventoryResponse0\x01\x12W\n\x12GetHWComponentInfo\x12\x1e.dmi.HWComponentInfoGetRequest\x1a\x1f.dmi.HWComponentInfoGetResponse0\x01\x12U\n\x12SetHWComponentInfo\x12\x1e.dmi.HWComponentInfoSetRequest\x1a\x1f.dmi.HWComponentInfoSetResponse\x12T\n\x12SetLoggingEndpoint\x12\x1e.dmi.SetLoggingEndpointRequest\x1a\x1e.dmi.SetRemoteEndpointResponse\x12\x46\n\x12GetLoggingEndpoint\x12\x0f.dmi.HardwareID\x1a\x1f.dmi.GetLoggingEndpointResponse\x12R\n\x11SetMsgBusEndpoint\x12\x1d.dmi.SetMsgBusEndpointRequest\x1a\x1e.dmi.SetRemoteEndpointResponse\x12K\n\x11GetMsgBusEndpoint\x12\x16.google.protobuf.Empty\x1a\x1e.dmi.GetMsgBusEndpointResponse\x12P\n\x13GetLoggableEntities\x12\x1f.dmi.GetLoggableEntitiesRequest\x1a\x18.dmi.GetLogLevelResponse\x12@\n\x0bSetLogLevel\x12\x17.dmi.SetLogLevelRequest\x1a\x18.dmi.SetLogLevelResponse\x12@\n\x0bGetLogLevel\x12\x17.dmi.GetLogLevelRequest\x1a\x18.dmi.GetLogLevelResponseB;Z9github.com/opencord/device-management-interface/v3/go/dmib\x06proto3'
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,
61 serialized_start=310,
amit.ghoshbd2022e2021-02-22 05:58:53 +010062 serialized_end=404,
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.ghoshbd2022e2021-02-22 05:58:53 +0100101 serialized_start=677,
102 serialized_end=794,
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.ghoshbd2022e2021-02-22 05:58:53 +0100146 serialized_start=1077,
147 serialized_end=1214,
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.ghoshbd2022e2021-02-22 05:58:53 +0100186 serialized_start=1367,
187 serialized_end=1500,
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,
211 serialized_start=310,
212 serialized_end=360,
213)
214_sym_db.RegisterEnumDescriptor(_STOPMANAGINGDEVICERESPONSE_REASON)
215
216_SETREMOTEENDPOINTRESPONSE_REASON = _descriptor.EnumDescriptor(
217 name='Reason',
218 full_name='dmi.SetRemoteEndpointResponse.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='UNKNOWN_DEVICE', index=1, number=1,
230 serialized_options=None,
231 type=None,
232 create_key=_descriptor._internal_create_key),
233 _descriptor.EnumValueDescriptor(
234 name='INTERNAL_ERROR', index=2, number=2,
235 serialized_options=None,
236 type=None,
237 create_key=_descriptor._internal_create_key),
238 _descriptor.EnumValueDescriptor(
239 name='LOGGING_ENDPOINT_ERROR', index=3, number=3,
240 serialized_options=None,
241 type=None,
242 create_key=_descriptor._internal_create_key),
243 _descriptor.EnumValueDescriptor(
244 name='LOGGING_ENDPOINT_PROTOCOL_ERROR', index=4, number=4,
245 serialized_options=None,
246 type=None,
247 create_key=_descriptor._internal_create_key),
248 _descriptor.EnumValueDescriptor(
249 name='MSGBUS_ENDPOINT_ERROR', index=5, number=5,
250 serialized_options=None,
251 type=None,
252 create_key=_descriptor._internal_create_key),
amit.ghoshbd2022e2021-02-22 05:58:53 +0100253 _descriptor.EnumValueDescriptor(
254 name='DEVICE_UNREACHABLE', index=6, number=6,
255 serialized_options=None,
256 type=None,
257 create_key=_descriptor._internal_create_key),
amit.ghoshae473032021-01-10 11:59:10 +0100258 ],
259 containing_type=None,
260 serialized_options=None,
amit.ghoshbd2022e2021-02-22 05:58:53 +0100261 serialized_start=2010,
262 serialized_end=2196,
amit.ghoshae473032021-01-10 11:59:10 +0100263)
264_sym_db.RegisterEnumDescriptor(_SETREMOTEENDPOINTRESPONSE_REASON)
265
266_GETLOGGINGENDPOINTRESPONSE_REASON = _descriptor.EnumDescriptor(
267 name='Reason',
268 full_name='dmi.GetLoggingEndpointResponse.Reason',
269 filename=None,
270 file=DESCRIPTOR,
271 create_key=_descriptor._internal_create_key,
272 values=[
273 _descriptor.EnumValueDescriptor(
274 name='UNDEFINED_REASON', index=0, number=0,
275 serialized_options=None,
276 type=None,
277 create_key=_descriptor._internal_create_key),
278 _descriptor.EnumValueDescriptor(
279 name='UNKNOWN_DEVICE', index=1, number=1,
280 serialized_options=None,
281 type=None,
282 create_key=_descriptor._internal_create_key),
283 _descriptor.EnumValueDescriptor(
284 name='INTERNAL_ERROR', index=2, number=2,
285 serialized_options=None,
286 type=None,
287 create_key=_descriptor._internal_create_key),
amit.ghoshbd2022e2021-02-22 05:58:53 +0100288 _descriptor.EnumValueDescriptor(
289 name='DEVICE_UNREACHABLE', index=3, number=3,
290 serialized_options=None,
291 type=None,
292 create_key=_descriptor._internal_create_key),
amit.ghoshae473032021-01-10 11:59:10 +0100293 ],
294 containing_type=None,
295 serialized_options=None,
296 serialized_start=310,
amit.ghoshbd2022e2021-02-22 05:58:53 +0100297 serialized_end=404,
amit.ghoshae473032021-01-10 11:59:10 +0100298)
299_sym_db.RegisterEnumDescriptor(_GETLOGGINGENDPOINTRESPONSE_REASON)
300
301_GETMSGBUSENDPOINTRESPONSE_REASON = _descriptor.EnumDescriptor(
302 name='Reason',
303 full_name='dmi.GetMsgBusEndpointResponse.Reason',
304 filename=None,
305 file=DESCRIPTOR,
306 create_key=_descriptor._internal_create_key,
307 values=[
308 _descriptor.EnumValueDescriptor(
309 name='UNDEFINED_REASON', index=0, number=0,
310 serialized_options=None,
311 type=None,
312 create_key=_descriptor._internal_create_key),
313 _descriptor.EnumValueDescriptor(
314 name='INTERNAL_ERROR', index=1, number=1,
315 serialized_options=None,
316 type=None,
317 create_key=_descriptor._internal_create_key),
amit.ghoshbd2022e2021-02-22 05:58:53 +0100318 _descriptor.EnumValueDescriptor(
319 name='DEVICE_UNREACHABLE', index=2, number=2,
320 serialized_options=None,
321 type=None,
322 create_key=_descriptor._internal_create_key),
amit.ghoshae473032021-01-10 11:59:10 +0100323 ],
324 containing_type=None,
325 serialized_options=None,
amit.ghoshbd2022e2021-02-22 05:58:53 +0100326 serialized_start=2654,
327 serialized_end=2728,
amit.ghoshae473032021-01-10 11:59:10 +0100328)
329_sym_db.RegisterEnumDescriptor(_GETMSGBUSENDPOINTRESPONSE_REASON)
330
331_SETLOGLEVELRESPONSE_REASON = _descriptor.EnumDescriptor(
332 name='Reason',
333 full_name='dmi.SetLogLevelResponse.Reason',
334 filename=None,
335 file=DESCRIPTOR,
336 create_key=_descriptor._internal_create_key,
337 values=[
338 _descriptor.EnumValueDescriptor(
339 name='UNDEFINED_REASON', index=0, number=0,
340 serialized_options=None,
341 type=None,
342 create_key=_descriptor._internal_create_key),
343 _descriptor.EnumValueDescriptor(
344 name='UNKNOWN_DEVICE', index=1, number=1,
345 serialized_options=None,
346 type=None,
347 create_key=_descriptor._internal_create_key),
348 _descriptor.EnumValueDescriptor(
349 name='INTERNAL_ERROR', index=2, number=2,
350 serialized_options=None,
351 type=None,
352 create_key=_descriptor._internal_create_key),
353 _descriptor.EnumValueDescriptor(
354 name='UNKNOWN_LOG_ENTITY', index=3, number=3,
355 serialized_options=None,
356 type=None,
357 create_key=_descriptor._internal_create_key),
amit.ghoshbd2022e2021-02-22 05:58:53 +0100358 _descriptor.EnumValueDescriptor(
359 name='DEVICE_UNREACHABLE', index=4, number=4,
360 serialized_options=None,
361 type=None,
362 create_key=_descriptor._internal_create_key),
amit.ghoshae473032021-01-10 11:59:10 +0100363 ],
364 containing_type=None,
365 serialized_options=None,
amit.ghoshbd2022e2021-02-22 05:58:53 +0100366 serialized_start=3031,
367 serialized_end=3149,
amit.ghoshae473032021-01-10 11:59:10 +0100368)
369_sym_db.RegisterEnumDescriptor(_SETLOGLEVELRESPONSE_REASON)
370
371_GETLOGLEVELRESPONSE_REASON = _descriptor.EnumDescriptor(
372 name='Reason',
373 full_name='dmi.GetLogLevelResponse.Reason',
374 filename=None,
375 file=DESCRIPTOR,
376 create_key=_descriptor._internal_create_key,
377 values=[
378 _descriptor.EnumValueDescriptor(
379 name='UNDEFINED_REASON', index=0, number=0,
380 serialized_options=None,
381 type=None,
382 create_key=_descriptor._internal_create_key),
383 _descriptor.EnumValueDescriptor(
384 name='UNKNOWN_DEVICE', index=1, number=1,
385 serialized_options=None,
386 type=None,
387 create_key=_descriptor._internal_create_key),
388 _descriptor.EnumValueDescriptor(
389 name='INTERNAL_ERROR', index=2, number=2,
390 serialized_options=None,
391 type=None,
392 create_key=_descriptor._internal_create_key),
393 _descriptor.EnumValueDescriptor(
394 name='UNKNOWN_LOG_ENTITY', index=3, number=3,
395 serialized_options=None,
396 type=None,
397 create_key=_descriptor._internal_create_key),
amit.ghoshbd2022e2021-02-22 05:58:53 +0100398 _descriptor.EnumValueDescriptor(
399 name='DEVICE_UNREACHABLE', index=4, number=4,
400 serialized_options=None,
401 type=None,
402 create_key=_descriptor._internal_create_key),
amit.ghoshae473032021-01-10 11:59:10 +0100403 ],
404 containing_type=None,
405 serialized_options=None,
amit.ghoshbd2022e2021-02-22 05:58:53 +0100406 serialized_start=3031,
407 serialized_end=3149,
amit.ghoshae473032021-01-10 11:59:10 +0100408)
409_sym_db.RegisterEnumDescriptor(_GETLOGLEVELRESPONSE_REASON)
410
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200411
412_PHYSICALINVENTORYREQUEST = _descriptor.Descriptor(
413 name='PhysicalInventoryRequest',
414 full_name='dmi.PhysicalInventoryRequest',
415 filename=None,
416 file=DESCRIPTOR,
417 containing_type=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200418 create_key=_descriptor._internal_create_key,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200419 fields=[
420 _descriptor.FieldDescriptor(
421 name='device_uuid', full_name='dmi.PhysicalInventoryRequest.device_uuid', index=0,
422 number=1, type=11, cpp_type=10, label=1,
423 has_default_value=False, default_value=None,
424 message_type=None, enum_type=None, containing_type=None,
425 is_extension=False, extension_scope=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200426 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200427 ],
428 extensions=[
429 ],
430 nested_types=[],
431 enum_types=[
432 ],
433 serialized_options=None,
434 is_extendable=False,
435 syntax='proto3',
436 extension_ranges=[],
437 oneofs=[
438 ],
Andrea Campanellacb990bc2020-09-22 12:50:56 +0200439 serialized_start=102,
440 serialized_end=160,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200441)
442
443
444_PHYSICALINVENTORYRESPONSE = _descriptor.Descriptor(
445 name='PhysicalInventoryResponse',
446 full_name='dmi.PhysicalInventoryResponse',
447 filename=None,
448 file=DESCRIPTOR,
449 containing_type=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200450 create_key=_descriptor._internal_create_key,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200451 fields=[
452 _descriptor.FieldDescriptor(
453 name='status', full_name='dmi.PhysicalInventoryResponse.status', index=0,
454 number=1, type=14, cpp_type=8, label=1,
455 has_default_value=False, default_value=0,
456 message_type=None, enum_type=None, containing_type=None,
457 is_extension=False, extension_scope=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200458 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200459 _descriptor.FieldDescriptor(
460 name='reason', full_name='dmi.PhysicalInventoryResponse.reason', index=1,
461 number=2, type=14, cpp_type=8, label=1,
462 has_default_value=False, default_value=0,
463 message_type=None, enum_type=None, containing_type=None,
464 is_extension=False, extension_scope=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200465 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200466 _descriptor.FieldDescriptor(
467 name='inventory', full_name='dmi.PhysicalInventoryResponse.inventory', index=2,
468 number=3, type=11, cpp_type=10, label=1,
469 has_default_value=False, default_value=None,
470 message_type=None, enum_type=None, containing_type=None,
471 is_extension=False, extension_scope=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200472 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200473 ],
474 extensions=[
475 ],
476 nested_types=[],
477 enum_types=[
amit.ghoshae473032021-01-10 11:59:10 +0100478 _PHYSICALINVENTORYRESPONSE_REASON,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200479 ],
480 serialized_options=None,
481 is_extendable=False,
482 syntax='proto3',
483 extension_ranges=[],
484 oneofs=[
485 ],
amit.ghoshae473032021-01-10 11:59:10 +0100486 serialized_start=163,
amit.ghoshbd2022e2021-02-22 05:58:53 +0100487 serialized_end=404,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200488)
489
490
491_HWCOMPONENTINFOGETREQUEST = _descriptor.Descriptor(
492 name='HWComponentInfoGetRequest',
493 full_name='dmi.HWComponentInfoGetRequest',
494 filename=None,
495 file=DESCRIPTOR,
496 containing_type=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200497 create_key=_descriptor._internal_create_key,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200498 fields=[
499 _descriptor.FieldDescriptor(
500 name='device_uuid', full_name='dmi.HWComponentInfoGetRequest.device_uuid', index=0,
501 number=1, type=11, cpp_type=10, label=1,
502 has_default_value=False, default_value=None,
503 message_type=None, enum_type=None, containing_type=None,
504 is_extension=False, extension_scope=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200505 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200506 _descriptor.FieldDescriptor(
507 name='component_uuid', full_name='dmi.HWComponentInfoGetRequest.component_uuid', index=1,
508 number=2, type=11, cpp_type=10, label=1,
509 has_default_value=False, default_value=None,
510 message_type=None, enum_type=None, containing_type=None,
511 is_extension=False, extension_scope=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200512 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200513 _descriptor.FieldDescriptor(
514 name='component_name', full_name='dmi.HWComponentInfoGetRequest.component_name', index=2,
515 number=3, type=9, cpp_type=9, label=1,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200516 has_default_value=False, default_value=b"".decode('utf-8'),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200517 message_type=None, enum_type=None, containing_type=None,
518 is_extension=False, extension_scope=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200519 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200520 ],
521 extensions=[
522 ],
523 nested_types=[],
524 enum_types=[
525 ],
526 serialized_options=None,
527 is_extendable=False,
528 syntax='proto3',
529 extension_ranges=[],
530 oneofs=[
531 ],
amit.ghoshbd2022e2021-02-22 05:58:53 +0100532 serialized_start=406,
533 serialized_end=524,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200534)
535
536
aghoshc301dcd2020-09-03 16:55:34 +0100537_HWCOMPONENTINFOGETRESPONSE = _descriptor.Descriptor(
538 name='HWComponentInfoGetResponse',
539 full_name='dmi.HWComponentInfoGetResponse',
540 filename=None,
541 file=DESCRIPTOR,
542 containing_type=None,
543 create_key=_descriptor._internal_create_key,
544 fields=[
545 _descriptor.FieldDescriptor(
546 name='status', full_name='dmi.HWComponentInfoGetResponse.status', index=0,
547 number=1, type=14, cpp_type=8, label=1,
548 has_default_value=False, default_value=0,
549 message_type=None, enum_type=None, containing_type=None,
550 is_extension=False, extension_scope=None,
551 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
552 _descriptor.FieldDescriptor(
553 name='reason', full_name='dmi.HWComponentInfoGetResponse.reason', index=1,
554 number=2, type=14, cpp_type=8, label=1,
555 has_default_value=False, default_value=0,
556 message_type=None, enum_type=None, containing_type=None,
557 is_extension=False, extension_scope=None,
558 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
559 _descriptor.FieldDescriptor(
560 name='component', full_name='dmi.HWComponentInfoGetResponse.component', index=2,
561 number=3, type=11, cpp_type=10, label=1,
562 has_default_value=False, default_value=None,
563 message_type=None, enum_type=None, containing_type=None,
564 is_extension=False, extension_scope=None,
565 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
566 ],
567 extensions=[
568 ],
569 nested_types=[],
570 enum_types=[
amit.ghoshae473032021-01-10 11:59:10 +0100571 _HWCOMPONENTINFOGETRESPONSE_REASON,
aghoshc301dcd2020-09-03 16:55:34 +0100572 ],
573 serialized_options=None,
574 is_extendable=False,
575 syntax='proto3',
576 extension_ranges=[],
577 oneofs=[
578 ],
amit.ghoshbd2022e2021-02-22 05:58:53 +0100579 serialized_start=527,
580 serialized_end=794,
aghoshc301dcd2020-09-03 16:55:34 +0100581)
582
583
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200584_HWCOMPONENTINFOSETREQUEST = _descriptor.Descriptor(
585 name='HWComponentInfoSetRequest',
586 full_name='dmi.HWComponentInfoSetRequest',
587 filename=None,
588 file=DESCRIPTOR,
589 containing_type=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200590 create_key=_descriptor._internal_create_key,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200591 fields=[
592 _descriptor.FieldDescriptor(
593 name='device_uuid', full_name='dmi.HWComponentInfoSetRequest.device_uuid', index=0,
594 number=1, type=11, cpp_type=10, label=1,
595 has_default_value=False, default_value=None,
596 message_type=None, enum_type=None, containing_type=None,
597 is_extension=False, extension_scope=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200598 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200599 _descriptor.FieldDescriptor(
600 name='component_uuid', full_name='dmi.HWComponentInfoSetRequest.component_uuid', index=1,
601 number=2, type=11, cpp_type=10, label=1,
602 has_default_value=False, default_value=None,
603 message_type=None, enum_type=None, containing_type=None,
604 is_extension=False, extension_scope=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200605 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200606 _descriptor.FieldDescriptor(
607 name='component_name', full_name='dmi.HWComponentInfoSetRequest.component_name', index=2,
608 number=3, type=9, cpp_type=9, label=1,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200609 has_default_value=False, default_value=b"".decode('utf-8'),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200610 message_type=None, enum_type=None, containing_type=None,
611 is_extension=False, extension_scope=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200612 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200613 _descriptor.FieldDescriptor(
614 name='changes', full_name='dmi.HWComponentInfoSetRequest.changes', index=3,
615 number=4, type=11, cpp_type=10, label=1,
616 has_default_value=False, default_value=None,
617 message_type=None, enum_type=None, containing_type=None,
618 is_extension=False, extension_scope=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200619 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200620 ],
621 extensions=[
622 ],
623 nested_types=[],
624 enum_types=[
625 ],
626 serialized_options=None,
627 is_extendable=False,
628 syntax='proto3',
629 extension_ranges=[],
630 oneofs=[
631 ],
amit.ghoshbd2022e2021-02-22 05:58:53 +0100632 serialized_start=797,
633 serialized_end=958,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200634)
635
636
637_HWCOMPONENTINFOSETRESPONSE = _descriptor.Descriptor(
638 name='HWComponentInfoSetResponse',
639 full_name='dmi.HWComponentInfoSetResponse',
640 filename=None,
641 file=DESCRIPTOR,
642 containing_type=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200643 create_key=_descriptor._internal_create_key,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200644 fields=[
645 _descriptor.FieldDescriptor(
646 name='status', full_name='dmi.HWComponentInfoSetResponse.status', index=0,
647 number=1, type=14, cpp_type=8, label=1,
648 has_default_value=False, default_value=0,
649 message_type=None, enum_type=None, containing_type=None,
650 is_extension=False, extension_scope=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200651 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200652 _descriptor.FieldDescriptor(
653 name='reason', full_name='dmi.HWComponentInfoSetResponse.reason', index=1,
654 number=2, type=14, cpp_type=8, label=1,
655 has_default_value=False, default_value=0,
656 message_type=None, enum_type=None, containing_type=None,
657 is_extension=False, extension_scope=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200658 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200659 ],
660 extensions=[
661 ],
662 nested_types=[],
663 enum_types=[
amit.ghoshae473032021-01-10 11:59:10 +0100664 _HWCOMPONENTINFOSETRESPONSE_REASON,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200665 ],
666 serialized_options=None,
667 is_extendable=False,
668 syntax='proto3',
669 extension_ranges=[],
670 oneofs=[
671 ],
amit.ghoshbd2022e2021-02-22 05:58:53 +0100672 serialized_start=961,
673 serialized_end=1214,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200674)
675
676
677_STARTMANAGINGDEVICERESPONSE = _descriptor.Descriptor(
678 name='StartManagingDeviceResponse',
679 full_name='dmi.StartManagingDeviceResponse',
680 filename=None,
681 file=DESCRIPTOR,
682 containing_type=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200683 create_key=_descriptor._internal_create_key,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200684 fields=[
685 _descriptor.FieldDescriptor(
686 name='status', full_name='dmi.StartManagingDeviceResponse.status', index=0,
687 number=1, type=14, cpp_type=8, label=1,
688 has_default_value=False, default_value=0,
689 message_type=None, enum_type=None, containing_type=None,
690 is_extension=False, extension_scope=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200691 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200692 _descriptor.FieldDescriptor(
693 name='reason', full_name='dmi.StartManagingDeviceResponse.reason', index=1,
694 number=2, type=14, cpp_type=8, label=1,
695 has_default_value=False, default_value=0,
696 message_type=None, enum_type=None, containing_type=None,
697 is_extension=False, extension_scope=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200698 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200699 _descriptor.FieldDescriptor(
700 name='device_uuid', full_name='dmi.StartManagingDeviceResponse.device_uuid', index=2,
701 number=3, type=11, cpp_type=10, label=1,
702 has_default_value=False, default_value=None,
703 message_type=None, enum_type=None, containing_type=None,
704 is_extension=False, extension_scope=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200705 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200706 ],
707 extensions=[
708 ],
709 nested_types=[],
710 enum_types=[
amit.ghoshae473032021-01-10 11:59:10 +0100711 _STARTMANAGINGDEVICERESPONSE_REASON,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200712 ],
713 serialized_options=None,
714 is_extendable=False,
715 syntax='proto3',
716 extension_ranges=[],
717 oneofs=[
718 ],
amit.ghoshbd2022e2021-02-22 05:58:53 +0100719 serialized_start=1217,
720 serialized_end=1500,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200721)
722
723
724_STOPMANAGINGDEVICEREQUEST = _descriptor.Descriptor(
725 name='StopManagingDeviceRequest',
726 full_name='dmi.StopManagingDeviceRequest',
727 filename=None,
728 file=DESCRIPTOR,
729 containing_type=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200730 create_key=_descriptor._internal_create_key,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200731 fields=[
732 _descriptor.FieldDescriptor(
733 name='name', full_name='dmi.StopManagingDeviceRequest.name', index=0,
734 number=1, type=9, cpp_type=9, label=1,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200735 has_default_value=False, default_value=b"".decode('utf-8'),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200736 message_type=None, enum_type=None, containing_type=None,
737 is_extension=False, extension_scope=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200738 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200739 ],
740 extensions=[
741 ],
742 nested_types=[],
743 enum_types=[
744 ],
745 serialized_options=None,
746 is_extendable=False,
747 syntax='proto3',
748 extension_ranges=[],
749 oneofs=[
750 ],
amit.ghoshbd2022e2021-02-22 05:58:53 +0100751 serialized_start=1502,
752 serialized_end=1543,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200753)
754
755
756_STOPMANAGINGDEVICERESPONSE = _descriptor.Descriptor(
757 name='StopManagingDeviceResponse',
758 full_name='dmi.StopManagingDeviceResponse',
759 filename=None,
760 file=DESCRIPTOR,
761 containing_type=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200762 create_key=_descriptor._internal_create_key,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200763 fields=[
764 _descriptor.FieldDescriptor(
765 name='status', full_name='dmi.StopManagingDeviceResponse.status', index=0,
766 number=1, type=14, cpp_type=8, label=1,
767 has_default_value=False, default_value=0,
768 message_type=None, enum_type=None, containing_type=None,
769 is_extension=False, extension_scope=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200770 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200771 _descriptor.FieldDescriptor(
772 name='reason', full_name='dmi.StopManagingDeviceResponse.reason', index=1,
773 number=2, type=14, cpp_type=8, label=1,
774 has_default_value=False, default_value=0,
775 message_type=None, enum_type=None, containing_type=None,
776 is_extension=False, extension_scope=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200777 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200778 ],
779 extensions=[
780 ],
781 nested_types=[],
782 enum_types=[
amit.ghoshae473032021-01-10 11:59:10 +0100783 _STOPMANAGINGDEVICERESPONSE_REASON,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200784 ],
785 serialized_options=None,
786 is_extendable=False,
787 syntax='proto3',
788 extension_ranges=[],
789 oneofs=[
790 ],
amit.ghoshbd2022e2021-02-22 05:58:53 +0100791 serialized_start=1546,
792 serialized_end=1711,
Andrea Campanellacb990bc2020-09-22 12:50:56 +0200793)
794
795
796_MANAGEDDEVICESRESPONSE = _descriptor.Descriptor(
797 name='ManagedDevicesResponse',
798 full_name='dmi.ManagedDevicesResponse',
799 filename=None,
800 file=DESCRIPTOR,
801 containing_type=None,
802 create_key=_descriptor._internal_create_key,
803 fields=[
804 _descriptor.FieldDescriptor(
805 name='devices', full_name='dmi.ManagedDevicesResponse.devices', index=0,
806 number=1, type=11, cpp_type=10, label=3,
807 has_default_value=False, default_value=[],
808 message_type=None, enum_type=None, containing_type=None,
809 is_extension=False, extension_scope=None,
810 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
811 ],
812 extensions=[
813 ],
814 nested_types=[],
815 enum_types=[
816 ],
817 serialized_options=None,
818 is_extendable=False,
819 syntax='proto3',
820 extension_ranges=[],
821 oneofs=[
822 ],
amit.ghoshbd2022e2021-02-22 05:58:53 +0100823 serialized_start=1713,
824 serialized_end=1780,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200825)
826
amit.ghosh188a84f2020-09-27 20:59:25 +0200827
828_SETLOGGINGENDPOINTREQUEST = _descriptor.Descriptor(
829 name='SetLoggingEndpointRequest',
830 full_name='dmi.SetLoggingEndpointRequest',
831 filename=None,
832 file=DESCRIPTOR,
833 containing_type=None,
834 create_key=_descriptor._internal_create_key,
835 fields=[
836 _descriptor.FieldDescriptor(
837 name='device_uuid', full_name='dmi.SetLoggingEndpointRequest.device_uuid', index=0,
838 number=1, type=11, cpp_type=10, label=1,
839 has_default_value=False, default_value=None,
840 message_type=None, enum_type=None, containing_type=None,
841 is_extension=False, extension_scope=None,
842 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
843 _descriptor.FieldDescriptor(
844 name='logging_endpoint', full_name='dmi.SetLoggingEndpointRequest.logging_endpoint', index=1,
845 number=2, type=9, cpp_type=9, label=1,
846 has_default_value=False, default_value=b"".decode('utf-8'),
847 message_type=None, enum_type=None, containing_type=None,
848 is_extension=False, extension_scope=None,
849 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
850 _descriptor.FieldDescriptor(
851 name='logging_protocol', full_name='dmi.SetLoggingEndpointRequest.logging_protocol', index=2,
852 number=3, type=9, cpp_type=9, label=1,
853 has_default_value=False, default_value=b"".decode('utf-8'),
854 message_type=None, enum_type=None, containing_type=None,
855 is_extension=False, extension_scope=None,
856 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
857 ],
858 extensions=[
859 ],
860 nested_types=[],
861 enum_types=[
862 ],
863 serialized_options=None,
864 is_extendable=False,
865 syntax='proto3',
866 extension_ranges=[],
867 oneofs=[
868 ],
amit.ghoshbd2022e2021-02-22 05:58:53 +0100869 serialized_start=1782,
870 serialized_end=1893,
amit.ghosh188a84f2020-09-27 20:59:25 +0200871)
872
873
874_SETREMOTEENDPOINTRESPONSE = _descriptor.Descriptor(
875 name='SetRemoteEndpointResponse',
876 full_name='dmi.SetRemoteEndpointResponse',
877 filename=None,
878 file=DESCRIPTOR,
879 containing_type=None,
880 create_key=_descriptor._internal_create_key,
881 fields=[
882 _descriptor.FieldDescriptor(
883 name='status', full_name='dmi.SetRemoteEndpointResponse.status', index=0,
884 number=1, type=14, cpp_type=8, label=1,
885 has_default_value=False, default_value=0,
886 message_type=None, enum_type=None, containing_type=None,
887 is_extension=False, extension_scope=None,
888 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
889 _descriptor.FieldDescriptor(
890 name='reason', full_name='dmi.SetRemoteEndpointResponse.reason', index=1,
891 number=2, type=14, cpp_type=8, label=1,
892 has_default_value=False, default_value=0,
893 message_type=None, enum_type=None, containing_type=None,
894 is_extension=False, extension_scope=None,
895 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
896 ],
897 extensions=[
898 ],
899 nested_types=[],
900 enum_types=[
amit.ghoshae473032021-01-10 11:59:10 +0100901 _SETREMOTEENDPOINTRESPONSE_REASON,
amit.ghosh188a84f2020-09-27 20:59:25 +0200902 ],
903 serialized_options=None,
904 is_extendable=False,
905 syntax='proto3',
906 extension_ranges=[],
907 oneofs=[
908 ],
amit.ghoshbd2022e2021-02-22 05:58:53 +0100909 serialized_start=1896,
910 serialized_end=2196,
amit.ghosh188a84f2020-09-27 20:59:25 +0200911)
912
913
914_GETLOGGINGENDPOINTRESPONSE = _descriptor.Descriptor(
915 name='GetLoggingEndpointResponse',
916 full_name='dmi.GetLoggingEndpointResponse',
917 filename=None,
918 file=DESCRIPTOR,
919 containing_type=None,
920 create_key=_descriptor._internal_create_key,
921 fields=[
922 _descriptor.FieldDescriptor(
923 name='status', full_name='dmi.GetLoggingEndpointResponse.status', index=0,
924 number=1, type=14, cpp_type=8, label=1,
925 has_default_value=False, default_value=0,
926 message_type=None, enum_type=None, containing_type=None,
927 is_extension=False, extension_scope=None,
928 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
929 _descriptor.FieldDescriptor(
930 name='reason', full_name='dmi.GetLoggingEndpointResponse.reason', index=1,
931 number=2, type=14, cpp_type=8, label=1,
932 has_default_value=False, default_value=0,
933 message_type=None, enum_type=None, containing_type=None,
934 is_extension=False, extension_scope=None,
935 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
936 _descriptor.FieldDescriptor(
937 name='logging_endpoint', full_name='dmi.GetLoggingEndpointResponse.logging_endpoint', index=2,
938 number=3, type=9, cpp_type=9, label=1,
939 has_default_value=False, default_value=b"".decode('utf-8'),
940 message_type=None, enum_type=None, containing_type=None,
941 is_extension=False, extension_scope=None,
942 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
943 _descriptor.FieldDescriptor(
944 name='logging_protocol', full_name='dmi.GetLoggingEndpointResponse.logging_protocol', index=3,
945 number=4, type=9, cpp_type=9, label=1,
946 has_default_value=False, default_value=b"".decode('utf-8'),
947 message_type=None, enum_type=None, containing_type=None,
948 is_extension=False, extension_scope=None,
949 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
950 ],
951 extensions=[
952 ],
953 nested_types=[],
954 enum_types=[
amit.ghoshae473032021-01-10 11:59:10 +0100955 _GETLOGGINGENDPOINTRESPONSE_REASON,
amit.ghosh188a84f2020-09-27 20:59:25 +0200956 ],
957 serialized_options=None,
958 is_extendable=False,
959 syntax='proto3',
960 extension_ranges=[],
961 oneofs=[
962 ],
amit.ghoshbd2022e2021-02-22 05:58:53 +0100963 serialized_start=2199,
964 serialized_end=2460,
amit.ghosh188a84f2020-09-27 20:59:25 +0200965)
966
967
968_SETMSGBUSENDPOINTREQUEST = _descriptor.Descriptor(
969 name='SetMsgBusEndpointRequest',
970 full_name='dmi.SetMsgBusEndpointRequest',
971 filename=None,
972 file=DESCRIPTOR,
973 containing_type=None,
974 create_key=_descriptor._internal_create_key,
975 fields=[
976 _descriptor.FieldDescriptor(
977 name='msgbus_endpoint', full_name='dmi.SetMsgBusEndpointRequest.msgbus_endpoint', index=0,
978 number=1, type=9, cpp_type=9, label=1,
979 has_default_value=False, default_value=b"".decode('utf-8'),
980 message_type=None, enum_type=None, containing_type=None,
981 is_extension=False, extension_scope=None,
982 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
983 ],
984 extensions=[
985 ],
986 nested_types=[],
987 enum_types=[
988 ],
989 serialized_options=None,
990 is_extendable=False,
991 syntax='proto3',
992 extension_ranges=[],
993 oneofs=[
994 ],
amit.ghoshbd2022e2021-02-22 05:58:53 +0100995 serialized_start=2462,
996 serialized_end=2513,
amit.ghosh188a84f2020-09-27 20:59:25 +0200997)
998
999
1000_GETMSGBUSENDPOINTRESPONSE = _descriptor.Descriptor(
1001 name='GetMsgBusEndpointResponse',
1002 full_name='dmi.GetMsgBusEndpointResponse',
1003 filename=None,
1004 file=DESCRIPTOR,
1005 containing_type=None,
1006 create_key=_descriptor._internal_create_key,
1007 fields=[
1008 _descriptor.FieldDescriptor(
1009 name='status', full_name='dmi.GetMsgBusEndpointResponse.status', index=0,
1010 number=1, type=14, cpp_type=8, label=1,
1011 has_default_value=False, default_value=0,
1012 message_type=None, enum_type=None, containing_type=None,
1013 is_extension=False, extension_scope=None,
1014 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
1015 _descriptor.FieldDescriptor(
1016 name='reason', full_name='dmi.GetMsgBusEndpointResponse.reason', index=1,
1017 number=2, type=14, cpp_type=8, label=1,
1018 has_default_value=False, default_value=0,
1019 message_type=None, enum_type=None, containing_type=None,
1020 is_extension=False, extension_scope=None,
1021 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
1022 _descriptor.FieldDescriptor(
1023 name='msgbus_endpoint', full_name='dmi.GetMsgBusEndpointResponse.msgbus_endpoint', index=2,
1024 number=3, type=9, cpp_type=9, label=1,
1025 has_default_value=False, default_value=b"".decode('utf-8'),
1026 message_type=None, enum_type=None, containing_type=None,
1027 is_extension=False, extension_scope=None,
1028 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
1029 ],
1030 extensions=[
1031 ],
1032 nested_types=[],
1033 enum_types=[
amit.ghoshae473032021-01-10 11:59:10 +01001034 _GETMSGBUSENDPOINTRESPONSE_REASON,
amit.ghosh188a84f2020-09-27 20:59:25 +02001035 ],
1036 serialized_options=None,
1037 is_extendable=False,
1038 syntax='proto3',
1039 extension_ranges=[],
1040 oneofs=[
1041 ],
amit.ghoshbd2022e2021-02-22 05:58:53 +01001042 serialized_start=2516,
1043 serialized_end=2728,
amit.ghosh188a84f2020-09-27 20:59:25 +02001044)
1045
Andrea Campanellab91e9a42020-10-09 14:31:43 +02001046
1047_ENTITIESLOGLEVEL = _descriptor.Descriptor(
1048 name='EntitiesLogLevel',
1049 full_name='dmi.EntitiesLogLevel',
1050 filename=None,
1051 file=DESCRIPTOR,
1052 containing_type=None,
1053 create_key=_descriptor._internal_create_key,
1054 fields=[
1055 _descriptor.FieldDescriptor(
1056 name='logLevel', full_name='dmi.EntitiesLogLevel.logLevel', index=0,
1057 number=1, type=14, cpp_type=8, label=1,
1058 has_default_value=False, default_value=0,
1059 message_type=None, enum_type=None, containing_type=None,
1060 is_extension=False, extension_scope=None,
1061 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
1062 _descriptor.FieldDescriptor(
1063 name='entities', full_name='dmi.EntitiesLogLevel.entities', index=1,
1064 number=2, type=9, cpp_type=9, label=3,
1065 has_default_value=False, default_value=[],
1066 message_type=None, enum_type=None, containing_type=None,
1067 is_extension=False, extension_scope=None,
1068 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
1069 ],
1070 extensions=[
1071 ],
1072 nested_types=[],
1073 enum_types=[
1074 ],
1075 serialized_options=None,
1076 is_extendable=False,
1077 syntax='proto3',
1078 extension_ranges=[],
1079 oneofs=[
1080 ],
amit.ghoshbd2022e2021-02-22 05:58:53 +01001081 serialized_start=2730,
1082 serialized_end=2799,
Andrea Campanellab91e9a42020-10-09 14:31:43 +02001083)
1084
1085
1086_SETLOGLEVELREQUEST = _descriptor.Descriptor(
1087 name='SetLogLevelRequest',
1088 full_name='dmi.SetLogLevelRequest',
1089 filename=None,
1090 file=DESCRIPTOR,
1091 containing_type=None,
1092 create_key=_descriptor._internal_create_key,
1093 fields=[
1094 _descriptor.FieldDescriptor(
1095 name='device_uuid', full_name='dmi.SetLogLevelRequest.device_uuid', index=0,
1096 number=1, type=11, cpp_type=10, label=1,
1097 has_default_value=False, default_value=None,
1098 message_type=None, enum_type=None, containing_type=None,
1099 is_extension=False, extension_scope=None,
1100 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
1101 _descriptor.FieldDescriptor(
1102 name='loglevels', full_name='dmi.SetLogLevelRequest.loglevels', index=1,
1103 number=2, type=11, cpp_type=10, label=3,
1104 has_default_value=False, default_value=[],
1105 message_type=None, enum_type=None, containing_type=None,
1106 is_extension=False, extension_scope=None,
1107 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
1108 ],
1109 extensions=[
1110 ],
1111 nested_types=[],
1112 enum_types=[
1113 ],
1114 serialized_options=None,
1115 is_extendable=False,
1116 syntax='proto3',
1117 extension_ranges=[],
1118 oneofs=[
1119 ],
amit.ghoshbd2022e2021-02-22 05:58:53 +01001120 serialized_start=2801,
1121 serialized_end=2895,
Andrea Campanellab91e9a42020-10-09 14:31:43 +02001122)
1123
1124
1125_SETLOGLEVELRESPONSE = _descriptor.Descriptor(
1126 name='SetLogLevelResponse',
1127 full_name='dmi.SetLogLevelResponse',
1128 filename=None,
1129 file=DESCRIPTOR,
1130 containing_type=None,
1131 create_key=_descriptor._internal_create_key,
1132 fields=[
1133 _descriptor.FieldDescriptor(
amit.ghosh5d97dba2020-11-12 16:45:27 +01001134 name='device_uuid', full_name='dmi.SetLogLevelResponse.device_uuid', index=0,
Andrea Campanellab91e9a42020-10-09 14:31:43 +02001135 number=1, type=11, cpp_type=10, label=1,
1136 has_default_value=False, default_value=None,
1137 message_type=None, enum_type=None, containing_type=None,
1138 is_extension=False, extension_scope=None,
1139 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
1140 _descriptor.FieldDescriptor(
amit.ghosh5d97dba2020-11-12 16:45:27 +01001141 name='status', full_name='dmi.SetLogLevelResponse.status', index=1,
Andrea Campanellab91e9a42020-10-09 14:31:43 +02001142 number=2, type=14, cpp_type=8, label=1,
1143 has_default_value=False, default_value=0,
1144 message_type=None, enum_type=None, containing_type=None,
1145 is_extension=False, extension_scope=None,
1146 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
1147 _descriptor.FieldDescriptor(
amit.ghosh5d97dba2020-11-12 16:45:27 +01001148 name='reason', full_name='dmi.SetLogLevelResponse.reason', index=2,
Andrea Campanellab91e9a42020-10-09 14:31:43 +02001149 number=3, type=14, cpp_type=8, label=1,
1150 has_default_value=False, default_value=0,
1151 message_type=None, enum_type=None, containing_type=None,
1152 is_extension=False, extension_scope=None,
1153 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
1154 ],
1155 extensions=[
1156 ],
1157 nested_types=[],
1158 enum_types=[
amit.ghoshae473032021-01-10 11:59:10 +01001159 _SETLOGLEVELRESPONSE_REASON,
Andrea Campanellab91e9a42020-10-09 14:31:43 +02001160 ],
1161 serialized_options=None,
1162 is_extendable=False,
1163 syntax='proto3',
1164 extension_ranges=[],
1165 oneofs=[
1166 ],
amit.ghoshbd2022e2021-02-22 05:58:53 +01001167 serialized_start=2898,
1168 serialized_end=3149,
Andrea Campanellab91e9a42020-10-09 14:31:43 +02001169)
1170
1171
1172_GETLOGLEVELREQUEST = _descriptor.Descriptor(
1173 name='GetLogLevelRequest',
1174 full_name='dmi.GetLogLevelRequest',
1175 filename=None,
1176 file=DESCRIPTOR,
1177 containing_type=None,
1178 create_key=_descriptor._internal_create_key,
1179 fields=[
1180 _descriptor.FieldDescriptor(
1181 name='device_uuid', full_name='dmi.GetLogLevelRequest.device_uuid', index=0,
1182 number=1, type=11, cpp_type=10, label=1,
1183 has_default_value=False, default_value=None,
1184 message_type=None, enum_type=None, containing_type=None,
1185 is_extension=False, extension_scope=None,
1186 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
1187 _descriptor.FieldDescriptor(
1188 name='entities', full_name='dmi.GetLogLevelRequest.entities', index=1,
1189 number=2, type=9, cpp_type=9, label=3,
1190 has_default_value=False, default_value=[],
1191 message_type=None, enum_type=None, containing_type=None,
1192 is_extension=False, extension_scope=None,
1193 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
1194 ],
1195 extensions=[
1196 ],
1197 nested_types=[],
1198 enum_types=[
1199 ],
1200 serialized_options=None,
1201 is_extendable=False,
1202 syntax='proto3',
1203 extension_ranges=[],
1204 oneofs=[
1205 ],
amit.ghoshbd2022e2021-02-22 05:58:53 +01001206 serialized_start=3151,
1207 serialized_end=3221,
Andrea Campanellab91e9a42020-10-09 14:31:43 +02001208)
1209
1210
1211_GETLOGLEVELRESPONSE = _descriptor.Descriptor(
1212 name='GetLogLevelResponse',
1213 full_name='dmi.GetLogLevelResponse',
1214 filename=None,
1215 file=DESCRIPTOR,
1216 containing_type=None,
1217 create_key=_descriptor._internal_create_key,
1218 fields=[
1219 _descriptor.FieldDescriptor(
1220 name='device_uuid', full_name='dmi.GetLogLevelResponse.device_uuid', index=0,
1221 number=1, type=11, cpp_type=10, label=1,
1222 has_default_value=False, default_value=None,
1223 message_type=None, enum_type=None, containing_type=None,
1224 is_extension=False, extension_scope=None,
1225 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
1226 _descriptor.FieldDescriptor(
1227 name='logLevels', full_name='dmi.GetLogLevelResponse.logLevels', index=1,
1228 number=2, type=11, cpp_type=10, label=3,
1229 has_default_value=False, default_value=[],
1230 message_type=None, enum_type=None, containing_type=None,
1231 is_extension=False, extension_scope=None,
1232 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
1233 _descriptor.FieldDescriptor(
1234 name='status', full_name='dmi.GetLogLevelResponse.status', index=2,
1235 number=3, type=14, cpp_type=8, label=1,
1236 has_default_value=False, default_value=0,
1237 message_type=None, enum_type=None, containing_type=None,
1238 is_extension=False, extension_scope=None,
1239 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
1240 _descriptor.FieldDescriptor(
1241 name='reason', full_name='dmi.GetLogLevelResponse.reason', index=3,
1242 number=4, type=14, cpp_type=8, label=1,
1243 has_default_value=False, default_value=0,
1244 message_type=None, enum_type=None, containing_type=None,
1245 is_extension=False, extension_scope=None,
1246 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
1247 ],
1248 extensions=[
1249 ],
1250 nested_types=[],
1251 enum_types=[
amit.ghoshae473032021-01-10 11:59:10 +01001252 _GETLOGLEVELRESPONSE_REASON,
Andrea Campanellab91e9a42020-10-09 14:31:43 +02001253 ],
1254 serialized_options=None,
1255 is_extendable=False,
1256 syntax='proto3',
1257 extension_ranges=[],
1258 oneofs=[
1259 ],
amit.ghoshbd2022e2021-02-22 05:58:53 +01001260 serialized_start=3224,
1261 serialized_end=3517,
Andrea Campanellab91e9a42020-10-09 14:31:43 +02001262)
1263
1264
1265_GETLOGGABLEENTITIESREQUEST = _descriptor.Descriptor(
1266 name='GetLoggableEntitiesRequest',
1267 full_name='dmi.GetLoggableEntitiesRequest',
1268 filename=None,
1269 file=DESCRIPTOR,
1270 containing_type=None,
1271 create_key=_descriptor._internal_create_key,
1272 fields=[
1273 _descriptor.FieldDescriptor(
1274 name='device_uuid', full_name='dmi.GetLoggableEntitiesRequest.device_uuid', index=0,
1275 number=1, type=11, cpp_type=10, label=1,
1276 has_default_value=False, default_value=None,
1277 message_type=None, enum_type=None, containing_type=None,
1278 is_extension=False, extension_scope=None,
1279 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
1280 ],
1281 extensions=[
1282 ],
1283 nested_types=[],
1284 enum_types=[
1285 ],
1286 serialized_options=None,
1287 is_extendable=False,
1288 syntax='proto3',
1289 extension_ranges=[],
1290 oneofs=[
1291 ],
amit.ghoshbd2022e2021-02-22 05:58:53 +01001292 serialized_start=3519,
1293 serialized_end=3579,
Andrea Campanellab91e9a42020-10-09 14:31:43 +02001294)
1295
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001296_PHYSICALINVENTORYREQUEST.fields_by_name['device_uuid'].message_type = dmi_dot_hw__pb2._UUID
1297_PHYSICALINVENTORYRESPONSE.fields_by_name['status'].enum_type = dmi_dot_commons__pb2._STATUS
amit.ghoshae473032021-01-10 11:59:10 +01001298_PHYSICALINVENTORYRESPONSE.fields_by_name['reason'].enum_type = _PHYSICALINVENTORYRESPONSE_REASON
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001299_PHYSICALINVENTORYRESPONSE.fields_by_name['inventory'].message_type = dmi_dot_hw__pb2._HARDWARE
amit.ghoshae473032021-01-10 11:59:10 +01001300_PHYSICALINVENTORYRESPONSE_REASON.containing_type = _PHYSICALINVENTORYRESPONSE
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001301_HWCOMPONENTINFOGETREQUEST.fields_by_name['device_uuid'].message_type = dmi_dot_hw__pb2._UUID
1302_HWCOMPONENTINFOGETREQUEST.fields_by_name['component_uuid'].message_type = dmi_dot_hw__pb2._UUID
aghoshc301dcd2020-09-03 16:55:34 +01001303_HWCOMPONENTINFOGETRESPONSE.fields_by_name['status'].enum_type = dmi_dot_commons__pb2._STATUS
amit.ghoshae473032021-01-10 11:59:10 +01001304_HWCOMPONENTINFOGETRESPONSE.fields_by_name['reason'].enum_type = _HWCOMPONENTINFOGETRESPONSE_REASON
aghoshc301dcd2020-09-03 16:55:34 +01001305_HWCOMPONENTINFOGETRESPONSE.fields_by_name['component'].message_type = dmi_dot_hw__pb2._COMPONENT
amit.ghoshae473032021-01-10 11:59:10 +01001306_HWCOMPONENTINFOGETRESPONSE_REASON.containing_type = _HWCOMPONENTINFOGETRESPONSE
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001307_HWCOMPONENTINFOSETREQUEST.fields_by_name['device_uuid'].message_type = dmi_dot_hw__pb2._UUID
1308_HWCOMPONENTINFOSETREQUEST.fields_by_name['component_uuid'].message_type = dmi_dot_hw__pb2._UUID
1309_HWCOMPONENTINFOSETREQUEST.fields_by_name['changes'].message_type = dmi_dot_hw__pb2._MODIFIABLECOMPONENT
1310_HWCOMPONENTINFOSETRESPONSE.fields_by_name['status'].enum_type = dmi_dot_commons__pb2._STATUS
amit.ghoshae473032021-01-10 11:59:10 +01001311_HWCOMPONENTINFOSETRESPONSE.fields_by_name['reason'].enum_type = _HWCOMPONENTINFOSETRESPONSE_REASON
1312_HWCOMPONENTINFOSETRESPONSE_REASON.containing_type = _HWCOMPONENTINFOSETRESPONSE
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001313_STARTMANAGINGDEVICERESPONSE.fields_by_name['status'].enum_type = dmi_dot_commons__pb2._STATUS
amit.ghoshae473032021-01-10 11:59:10 +01001314_STARTMANAGINGDEVICERESPONSE.fields_by_name['reason'].enum_type = _STARTMANAGINGDEVICERESPONSE_REASON
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001315_STARTMANAGINGDEVICERESPONSE.fields_by_name['device_uuid'].message_type = dmi_dot_hw__pb2._UUID
amit.ghoshae473032021-01-10 11:59:10 +01001316_STARTMANAGINGDEVICERESPONSE_REASON.containing_type = _STARTMANAGINGDEVICERESPONSE
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001317_STOPMANAGINGDEVICERESPONSE.fields_by_name['status'].enum_type = dmi_dot_commons__pb2._STATUS
amit.ghoshae473032021-01-10 11:59:10 +01001318_STOPMANAGINGDEVICERESPONSE.fields_by_name['reason'].enum_type = _STOPMANAGINGDEVICERESPONSE_REASON
1319_STOPMANAGINGDEVICERESPONSE_REASON.containing_type = _STOPMANAGINGDEVICERESPONSE
Andrea Campanellacb990bc2020-09-22 12:50:56 +02001320_MANAGEDDEVICESRESPONSE.fields_by_name['devices'].message_type = dmi_dot_hw__pb2._MODIFIABLECOMPONENT
amit.ghosh188a84f2020-09-27 20:59:25 +02001321_SETLOGGINGENDPOINTREQUEST.fields_by_name['device_uuid'].message_type = dmi_dot_hw__pb2._UUID
1322_SETREMOTEENDPOINTRESPONSE.fields_by_name['status'].enum_type = dmi_dot_commons__pb2._STATUS
amit.ghoshae473032021-01-10 11:59:10 +01001323_SETREMOTEENDPOINTRESPONSE.fields_by_name['reason'].enum_type = _SETREMOTEENDPOINTRESPONSE_REASON
1324_SETREMOTEENDPOINTRESPONSE_REASON.containing_type = _SETREMOTEENDPOINTRESPONSE
amit.ghosh188a84f2020-09-27 20:59:25 +02001325_GETLOGGINGENDPOINTRESPONSE.fields_by_name['status'].enum_type = dmi_dot_commons__pb2._STATUS
amit.ghoshae473032021-01-10 11:59:10 +01001326_GETLOGGINGENDPOINTRESPONSE.fields_by_name['reason'].enum_type = _GETLOGGINGENDPOINTRESPONSE_REASON
1327_GETLOGGINGENDPOINTRESPONSE_REASON.containing_type = _GETLOGGINGENDPOINTRESPONSE
amit.ghosh188a84f2020-09-27 20:59:25 +02001328_GETMSGBUSENDPOINTRESPONSE.fields_by_name['status'].enum_type = dmi_dot_commons__pb2._STATUS
amit.ghoshae473032021-01-10 11:59:10 +01001329_GETMSGBUSENDPOINTRESPONSE.fields_by_name['reason'].enum_type = _GETMSGBUSENDPOINTRESPONSE_REASON
1330_GETMSGBUSENDPOINTRESPONSE_REASON.containing_type = _GETMSGBUSENDPOINTRESPONSE
Andrea Campanellab91e9a42020-10-09 14:31:43 +02001331_ENTITIESLOGLEVEL.fields_by_name['logLevel'].enum_type = dmi_dot_commons__pb2._LOGLEVEL
1332_SETLOGLEVELREQUEST.fields_by_name['device_uuid'].message_type = dmi_dot_hw__pb2._UUID
1333_SETLOGLEVELREQUEST.fields_by_name['loglevels'].message_type = _ENTITIESLOGLEVEL
amit.ghosh5d97dba2020-11-12 16:45:27 +01001334_SETLOGLEVELRESPONSE.fields_by_name['device_uuid'].message_type = dmi_dot_hw__pb2._UUID
1335_SETLOGLEVELRESPONSE.fields_by_name['status'].enum_type = dmi_dot_commons__pb2._STATUS
amit.ghoshae473032021-01-10 11:59:10 +01001336_SETLOGLEVELRESPONSE.fields_by_name['reason'].enum_type = _SETLOGLEVELRESPONSE_REASON
1337_SETLOGLEVELRESPONSE_REASON.containing_type = _SETLOGLEVELRESPONSE
Andrea Campanellab91e9a42020-10-09 14:31:43 +02001338_GETLOGLEVELREQUEST.fields_by_name['device_uuid'].message_type = dmi_dot_hw__pb2._UUID
1339_GETLOGLEVELRESPONSE.fields_by_name['device_uuid'].message_type = dmi_dot_hw__pb2._UUID
1340_GETLOGLEVELRESPONSE.fields_by_name['logLevels'].message_type = _ENTITIESLOGLEVEL
1341_GETLOGLEVELRESPONSE.fields_by_name['status'].enum_type = dmi_dot_commons__pb2._STATUS
amit.ghoshae473032021-01-10 11:59:10 +01001342_GETLOGLEVELRESPONSE.fields_by_name['reason'].enum_type = _GETLOGLEVELRESPONSE_REASON
1343_GETLOGLEVELRESPONSE_REASON.containing_type = _GETLOGLEVELRESPONSE
Andrea Campanellab91e9a42020-10-09 14:31:43 +02001344_GETLOGGABLEENTITIESREQUEST.fields_by_name['device_uuid'].message_type = dmi_dot_hw__pb2._UUID
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001345DESCRIPTOR.message_types_by_name['PhysicalInventoryRequest'] = _PHYSICALINVENTORYREQUEST
1346DESCRIPTOR.message_types_by_name['PhysicalInventoryResponse'] = _PHYSICALINVENTORYRESPONSE
1347DESCRIPTOR.message_types_by_name['HWComponentInfoGetRequest'] = _HWCOMPONENTINFOGETREQUEST
aghoshc301dcd2020-09-03 16:55:34 +01001348DESCRIPTOR.message_types_by_name['HWComponentInfoGetResponse'] = _HWCOMPONENTINFOGETRESPONSE
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001349DESCRIPTOR.message_types_by_name['HWComponentInfoSetRequest'] = _HWCOMPONENTINFOSETREQUEST
1350DESCRIPTOR.message_types_by_name['HWComponentInfoSetResponse'] = _HWCOMPONENTINFOSETRESPONSE
1351DESCRIPTOR.message_types_by_name['StartManagingDeviceResponse'] = _STARTMANAGINGDEVICERESPONSE
1352DESCRIPTOR.message_types_by_name['StopManagingDeviceRequest'] = _STOPMANAGINGDEVICEREQUEST
1353DESCRIPTOR.message_types_by_name['StopManagingDeviceResponse'] = _STOPMANAGINGDEVICERESPONSE
Andrea Campanellacb990bc2020-09-22 12:50:56 +02001354DESCRIPTOR.message_types_by_name['ManagedDevicesResponse'] = _MANAGEDDEVICESRESPONSE
amit.ghosh188a84f2020-09-27 20:59:25 +02001355DESCRIPTOR.message_types_by_name['SetLoggingEndpointRequest'] = _SETLOGGINGENDPOINTREQUEST
1356DESCRIPTOR.message_types_by_name['SetRemoteEndpointResponse'] = _SETREMOTEENDPOINTRESPONSE
1357DESCRIPTOR.message_types_by_name['GetLoggingEndpointResponse'] = _GETLOGGINGENDPOINTRESPONSE
1358DESCRIPTOR.message_types_by_name['SetMsgBusEndpointRequest'] = _SETMSGBUSENDPOINTREQUEST
1359DESCRIPTOR.message_types_by_name['GetMsgBusEndpointResponse'] = _GETMSGBUSENDPOINTRESPONSE
Andrea Campanellab91e9a42020-10-09 14:31:43 +02001360DESCRIPTOR.message_types_by_name['EntitiesLogLevel'] = _ENTITIESLOGLEVEL
1361DESCRIPTOR.message_types_by_name['SetLogLevelRequest'] = _SETLOGLEVELREQUEST
1362DESCRIPTOR.message_types_by_name['SetLogLevelResponse'] = _SETLOGLEVELRESPONSE
Andrea Campanellab91e9a42020-10-09 14:31:43 +02001363DESCRIPTOR.message_types_by_name['GetLogLevelRequest'] = _GETLOGLEVELREQUEST
1364DESCRIPTOR.message_types_by_name['GetLogLevelResponse'] = _GETLOGLEVELRESPONSE
1365DESCRIPTOR.message_types_by_name['GetLoggableEntitiesRequest'] = _GETLOGGABLEENTITIESREQUEST
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001366_sym_db.RegisterFileDescriptor(DESCRIPTOR)
1367
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +02001368PhysicalInventoryRequest = _reflection.GeneratedProtocolMessageType('PhysicalInventoryRequest', (_message.Message,), {
1369 'DESCRIPTOR' : _PHYSICALINVENTORYREQUEST,
1370 '__module__' : 'dmi.hw_management_service_pb2'
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001371 # @@protoc_insertion_point(class_scope:dmi.PhysicalInventoryRequest)
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +02001372 })
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001373_sym_db.RegisterMessage(PhysicalInventoryRequest)
1374
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +02001375PhysicalInventoryResponse = _reflection.GeneratedProtocolMessageType('PhysicalInventoryResponse', (_message.Message,), {
1376 'DESCRIPTOR' : _PHYSICALINVENTORYRESPONSE,
1377 '__module__' : 'dmi.hw_management_service_pb2'
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001378 # @@protoc_insertion_point(class_scope:dmi.PhysicalInventoryResponse)
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +02001379 })
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001380_sym_db.RegisterMessage(PhysicalInventoryResponse)
1381
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +02001382HWComponentInfoGetRequest = _reflection.GeneratedProtocolMessageType('HWComponentInfoGetRequest', (_message.Message,), {
1383 'DESCRIPTOR' : _HWCOMPONENTINFOGETREQUEST,
1384 '__module__' : 'dmi.hw_management_service_pb2'
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001385 # @@protoc_insertion_point(class_scope:dmi.HWComponentInfoGetRequest)
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +02001386 })
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001387_sym_db.RegisterMessage(HWComponentInfoGetRequest)
1388
aghoshc301dcd2020-09-03 16:55:34 +01001389HWComponentInfoGetResponse = _reflection.GeneratedProtocolMessageType('HWComponentInfoGetResponse', (_message.Message,), {
1390 'DESCRIPTOR' : _HWCOMPONENTINFOGETRESPONSE,
1391 '__module__' : 'dmi.hw_management_service_pb2'
1392 # @@protoc_insertion_point(class_scope:dmi.HWComponentInfoGetResponse)
1393 })
1394_sym_db.RegisterMessage(HWComponentInfoGetResponse)
1395
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +02001396HWComponentInfoSetRequest = _reflection.GeneratedProtocolMessageType('HWComponentInfoSetRequest', (_message.Message,), {
1397 'DESCRIPTOR' : _HWCOMPONENTINFOSETREQUEST,
1398 '__module__' : 'dmi.hw_management_service_pb2'
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001399 # @@protoc_insertion_point(class_scope:dmi.HWComponentInfoSetRequest)
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +02001400 })
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001401_sym_db.RegisterMessage(HWComponentInfoSetRequest)
1402
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +02001403HWComponentInfoSetResponse = _reflection.GeneratedProtocolMessageType('HWComponentInfoSetResponse', (_message.Message,), {
1404 'DESCRIPTOR' : _HWCOMPONENTINFOSETRESPONSE,
1405 '__module__' : 'dmi.hw_management_service_pb2'
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001406 # @@protoc_insertion_point(class_scope:dmi.HWComponentInfoSetResponse)
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +02001407 })
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001408_sym_db.RegisterMessage(HWComponentInfoSetResponse)
1409
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +02001410StartManagingDeviceResponse = _reflection.GeneratedProtocolMessageType('StartManagingDeviceResponse', (_message.Message,), {
1411 'DESCRIPTOR' : _STARTMANAGINGDEVICERESPONSE,
1412 '__module__' : 'dmi.hw_management_service_pb2'
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001413 # @@protoc_insertion_point(class_scope:dmi.StartManagingDeviceResponse)
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +02001414 })
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001415_sym_db.RegisterMessage(StartManagingDeviceResponse)
1416
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +02001417StopManagingDeviceRequest = _reflection.GeneratedProtocolMessageType('StopManagingDeviceRequest', (_message.Message,), {
1418 'DESCRIPTOR' : _STOPMANAGINGDEVICEREQUEST,
1419 '__module__' : 'dmi.hw_management_service_pb2'
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001420 # @@protoc_insertion_point(class_scope:dmi.StopManagingDeviceRequest)
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +02001421 })
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001422_sym_db.RegisterMessage(StopManagingDeviceRequest)
1423
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +02001424StopManagingDeviceResponse = _reflection.GeneratedProtocolMessageType('StopManagingDeviceResponse', (_message.Message,), {
1425 'DESCRIPTOR' : _STOPMANAGINGDEVICERESPONSE,
1426 '__module__' : 'dmi.hw_management_service_pb2'
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001427 # @@protoc_insertion_point(class_scope:dmi.StopManagingDeviceResponse)
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +02001428 })
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001429_sym_db.RegisterMessage(StopManagingDeviceResponse)
1430
Andrea Campanellacb990bc2020-09-22 12:50:56 +02001431ManagedDevicesResponse = _reflection.GeneratedProtocolMessageType('ManagedDevicesResponse', (_message.Message,), {
1432 'DESCRIPTOR' : _MANAGEDDEVICESRESPONSE,
1433 '__module__' : 'dmi.hw_management_service_pb2'
1434 # @@protoc_insertion_point(class_scope:dmi.ManagedDevicesResponse)
1435 })
1436_sym_db.RegisterMessage(ManagedDevicesResponse)
1437
amit.ghosh188a84f2020-09-27 20:59:25 +02001438SetLoggingEndpointRequest = _reflection.GeneratedProtocolMessageType('SetLoggingEndpointRequest', (_message.Message,), {
1439 'DESCRIPTOR' : _SETLOGGINGENDPOINTREQUEST,
1440 '__module__' : 'dmi.hw_management_service_pb2'
1441 # @@protoc_insertion_point(class_scope:dmi.SetLoggingEndpointRequest)
1442 })
1443_sym_db.RegisterMessage(SetLoggingEndpointRequest)
1444
1445SetRemoteEndpointResponse = _reflection.GeneratedProtocolMessageType('SetRemoteEndpointResponse', (_message.Message,), {
1446 'DESCRIPTOR' : _SETREMOTEENDPOINTRESPONSE,
1447 '__module__' : 'dmi.hw_management_service_pb2'
1448 # @@protoc_insertion_point(class_scope:dmi.SetRemoteEndpointResponse)
1449 })
1450_sym_db.RegisterMessage(SetRemoteEndpointResponse)
1451
1452GetLoggingEndpointResponse = _reflection.GeneratedProtocolMessageType('GetLoggingEndpointResponse', (_message.Message,), {
1453 'DESCRIPTOR' : _GETLOGGINGENDPOINTRESPONSE,
1454 '__module__' : 'dmi.hw_management_service_pb2'
1455 # @@protoc_insertion_point(class_scope:dmi.GetLoggingEndpointResponse)
1456 })
1457_sym_db.RegisterMessage(GetLoggingEndpointResponse)
1458
1459SetMsgBusEndpointRequest = _reflection.GeneratedProtocolMessageType('SetMsgBusEndpointRequest', (_message.Message,), {
1460 'DESCRIPTOR' : _SETMSGBUSENDPOINTREQUEST,
1461 '__module__' : 'dmi.hw_management_service_pb2'
1462 # @@protoc_insertion_point(class_scope:dmi.SetMsgBusEndpointRequest)
1463 })
1464_sym_db.RegisterMessage(SetMsgBusEndpointRequest)
1465
1466GetMsgBusEndpointResponse = _reflection.GeneratedProtocolMessageType('GetMsgBusEndpointResponse', (_message.Message,), {
1467 'DESCRIPTOR' : _GETMSGBUSENDPOINTRESPONSE,
1468 '__module__' : 'dmi.hw_management_service_pb2'
1469 # @@protoc_insertion_point(class_scope:dmi.GetMsgBusEndpointResponse)
1470 })
1471_sym_db.RegisterMessage(GetMsgBusEndpointResponse)
1472
Andrea Campanellab91e9a42020-10-09 14:31:43 +02001473EntitiesLogLevel = _reflection.GeneratedProtocolMessageType('EntitiesLogLevel', (_message.Message,), {
1474 'DESCRIPTOR' : _ENTITIESLOGLEVEL,
1475 '__module__' : 'dmi.hw_management_service_pb2'
1476 # @@protoc_insertion_point(class_scope:dmi.EntitiesLogLevel)
1477 })
1478_sym_db.RegisterMessage(EntitiesLogLevel)
1479
1480SetLogLevelRequest = _reflection.GeneratedProtocolMessageType('SetLogLevelRequest', (_message.Message,), {
1481 'DESCRIPTOR' : _SETLOGLEVELREQUEST,
1482 '__module__' : 'dmi.hw_management_service_pb2'
1483 # @@protoc_insertion_point(class_scope:dmi.SetLogLevelRequest)
1484 })
1485_sym_db.RegisterMessage(SetLogLevelRequest)
1486
1487SetLogLevelResponse = _reflection.GeneratedProtocolMessageType('SetLogLevelResponse', (_message.Message,), {
1488 'DESCRIPTOR' : _SETLOGLEVELRESPONSE,
1489 '__module__' : 'dmi.hw_management_service_pb2'
1490 # @@protoc_insertion_point(class_scope:dmi.SetLogLevelResponse)
1491 })
1492_sym_db.RegisterMessage(SetLogLevelResponse)
1493
Andrea Campanellab91e9a42020-10-09 14:31:43 +02001494GetLogLevelRequest = _reflection.GeneratedProtocolMessageType('GetLogLevelRequest', (_message.Message,), {
1495 'DESCRIPTOR' : _GETLOGLEVELREQUEST,
1496 '__module__' : 'dmi.hw_management_service_pb2'
1497 # @@protoc_insertion_point(class_scope:dmi.GetLogLevelRequest)
1498 })
1499_sym_db.RegisterMessage(GetLogLevelRequest)
1500
1501GetLogLevelResponse = _reflection.GeneratedProtocolMessageType('GetLogLevelResponse', (_message.Message,), {
1502 'DESCRIPTOR' : _GETLOGLEVELRESPONSE,
1503 '__module__' : 'dmi.hw_management_service_pb2'
1504 # @@protoc_insertion_point(class_scope:dmi.GetLogLevelResponse)
1505 })
1506_sym_db.RegisterMessage(GetLogLevelResponse)
1507
1508GetLoggableEntitiesRequest = _reflection.GeneratedProtocolMessageType('GetLoggableEntitiesRequest', (_message.Message,), {
1509 'DESCRIPTOR' : _GETLOGGABLEENTITIESREQUEST,
1510 '__module__' : 'dmi.hw_management_service_pb2'
1511 # @@protoc_insertion_point(class_scope:dmi.GetLoggableEntitiesRequest)
1512 })
1513_sym_db.RegisterMessage(GetLoggableEntitiesRequest)
1514
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001515
1516DESCRIPTOR._options = None
1517
1518_NATIVEHWMANAGEMENTSERVICE = _descriptor.ServiceDescriptor(
1519 name='NativeHWManagementService',
1520 full_name='dmi.NativeHWManagementService',
1521 file=DESCRIPTOR,
1522 index=0,
1523 serialized_options=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +02001524 create_key=_descriptor._internal_create_key,
amit.ghoshbd2022e2021-02-22 05:58:53 +01001525 serialized_start=3582,
1526 serialized_end=4653,
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001527 methods=[
1528 _descriptor.MethodDescriptor(
1529 name='StartManagingDevice',
1530 full_name='dmi.NativeHWManagementService.StartManagingDevice',
1531 index=0,
1532 containing_service=None,
1533 input_type=dmi_dot_hw__pb2._MODIFIABLECOMPONENT,
1534 output_type=_STARTMANAGINGDEVICERESPONSE,
1535 serialized_options=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +02001536 create_key=_descriptor._internal_create_key,
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001537 ),
1538 _descriptor.MethodDescriptor(
1539 name='StopManagingDevice',
1540 full_name='dmi.NativeHWManagementService.StopManagingDevice',
1541 index=1,
1542 containing_service=None,
1543 input_type=_STOPMANAGINGDEVICEREQUEST,
1544 output_type=_STOPMANAGINGDEVICERESPONSE,
1545 serialized_options=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +02001546 create_key=_descriptor._internal_create_key,
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001547 ),
1548 _descriptor.MethodDescriptor(
Andrea Campanellacb990bc2020-09-22 12:50:56 +02001549 name='GetManagedDevices',
1550 full_name='dmi.NativeHWManagementService.GetManagedDevices',
1551 index=2,
1552 containing_service=None,
1553 input_type=google_dot_protobuf_dot_empty__pb2._EMPTY,
1554 output_type=_MANAGEDDEVICESRESPONSE,
1555 serialized_options=None,
1556 create_key=_descriptor._internal_create_key,
1557 ),
1558 _descriptor.MethodDescriptor(
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001559 name='GetPhysicalInventory',
1560 full_name='dmi.NativeHWManagementService.GetPhysicalInventory',
Andrea Campanellacb990bc2020-09-22 12:50:56 +02001561 index=3,
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001562 containing_service=None,
1563 input_type=_PHYSICALINVENTORYREQUEST,
1564 output_type=_PHYSICALINVENTORYRESPONSE,
1565 serialized_options=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +02001566 create_key=_descriptor._internal_create_key,
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001567 ),
1568 _descriptor.MethodDescriptor(
1569 name='GetHWComponentInfo',
1570 full_name='dmi.NativeHWManagementService.GetHWComponentInfo',
Andrea Campanellacb990bc2020-09-22 12:50:56 +02001571 index=4,
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001572 containing_service=None,
1573 input_type=_HWCOMPONENTINFOGETREQUEST,
aghoshc301dcd2020-09-03 16:55:34 +01001574 output_type=_HWCOMPONENTINFOGETRESPONSE,
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001575 serialized_options=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +02001576 create_key=_descriptor._internal_create_key,
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001577 ),
1578 _descriptor.MethodDescriptor(
1579 name='SetHWComponentInfo',
1580 full_name='dmi.NativeHWManagementService.SetHWComponentInfo',
Andrea Campanellacb990bc2020-09-22 12:50:56 +02001581 index=5,
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001582 containing_service=None,
1583 input_type=_HWCOMPONENTINFOSETREQUEST,
1584 output_type=_HWCOMPONENTINFOSETRESPONSE,
1585 serialized_options=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +02001586 create_key=_descriptor._internal_create_key,
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001587 ),
amit.ghosh188a84f2020-09-27 20:59:25 +02001588 _descriptor.MethodDescriptor(
1589 name='SetLoggingEndpoint',
1590 full_name='dmi.NativeHWManagementService.SetLoggingEndpoint',
1591 index=6,
1592 containing_service=None,
1593 input_type=_SETLOGGINGENDPOINTREQUEST,
1594 output_type=_SETREMOTEENDPOINTRESPONSE,
1595 serialized_options=None,
1596 create_key=_descriptor._internal_create_key,
1597 ),
1598 _descriptor.MethodDescriptor(
1599 name='GetLoggingEndpoint',
1600 full_name='dmi.NativeHWManagementService.GetLoggingEndpoint',
1601 index=7,
1602 containing_service=None,
amit.ghosh5d97dba2020-11-12 16:45:27 +01001603 input_type=dmi_dot_hw__pb2._HARDWAREID,
amit.ghosh188a84f2020-09-27 20:59:25 +02001604 output_type=_GETLOGGINGENDPOINTRESPONSE,
1605 serialized_options=None,
1606 create_key=_descriptor._internal_create_key,
1607 ),
1608 _descriptor.MethodDescriptor(
1609 name='SetMsgBusEndpoint',
1610 full_name='dmi.NativeHWManagementService.SetMsgBusEndpoint',
1611 index=8,
1612 containing_service=None,
1613 input_type=_SETMSGBUSENDPOINTREQUEST,
1614 output_type=_SETREMOTEENDPOINTRESPONSE,
1615 serialized_options=None,
1616 create_key=_descriptor._internal_create_key,
1617 ),
1618 _descriptor.MethodDescriptor(
1619 name='GetMsgBusEndpoint',
1620 full_name='dmi.NativeHWManagementService.GetMsgBusEndpoint',
1621 index=9,
1622 containing_service=None,
1623 input_type=google_dot_protobuf_dot_empty__pb2._EMPTY,
1624 output_type=_GETMSGBUSENDPOINTRESPONSE,
1625 serialized_options=None,
1626 create_key=_descriptor._internal_create_key,
1627 ),
Andrea Campanellab91e9a42020-10-09 14:31:43 +02001628 _descriptor.MethodDescriptor(
1629 name='GetLoggableEntities',
1630 full_name='dmi.NativeHWManagementService.GetLoggableEntities',
1631 index=10,
1632 containing_service=None,
1633 input_type=_GETLOGGABLEENTITIESREQUEST,
1634 output_type=_GETLOGLEVELRESPONSE,
1635 serialized_options=None,
1636 create_key=_descriptor._internal_create_key,
1637 ),
1638 _descriptor.MethodDescriptor(
1639 name='SetLogLevel',
1640 full_name='dmi.NativeHWManagementService.SetLogLevel',
1641 index=11,
1642 containing_service=None,
1643 input_type=_SETLOGLEVELREQUEST,
1644 output_type=_SETLOGLEVELRESPONSE,
1645 serialized_options=None,
1646 create_key=_descriptor._internal_create_key,
1647 ),
1648 _descriptor.MethodDescriptor(
1649 name='GetLogLevel',
1650 full_name='dmi.NativeHWManagementService.GetLogLevel',
1651 index=12,
1652 containing_service=None,
1653 input_type=_GETLOGLEVELREQUEST,
1654 output_type=_GETLOGLEVELRESPONSE,
1655 serialized_options=None,
1656 create_key=_descriptor._internal_create_key,
1657 ),
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001658])
1659_sym_db.RegisterServiceDescriptor(_NATIVEHWMANAGEMENTSERVICE)
1660
1661DESCRIPTOR.services_by_name['NativeHWManagementService'] = _NATIVEHWMANAGEMENTSERVICE
1662
1663# @@protoc_insertion_point(module_scope)