blob: bdf8fcdfab632045d63c2f000eedf6a11e0e6cda [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 Gowda415b83c2021-04-28 18:01:29 +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\x32\xe9\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.GetLogLevelResponse\x12\x38\n\x0eHeartbeatCheck\x12\x16.google.protobuf.Empty\x1a\x0e.dmi.HeartbeatB;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
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200436
437_PHYSICALINVENTORYREQUEST = _descriptor.Descriptor(
438 name='PhysicalInventoryRequest',
439 full_name='dmi.PhysicalInventoryRequest',
440 filename=None,
441 file=DESCRIPTOR,
442 containing_type=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200443 create_key=_descriptor._internal_create_key,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200444 fields=[
445 _descriptor.FieldDescriptor(
446 name='device_uuid', full_name='dmi.PhysicalInventoryRequest.device_uuid', index=0,
447 number=1, type=11, cpp_type=10, label=1,
448 has_default_value=False, default_value=None,
449 message_type=None, enum_type=None, containing_type=None,
450 is_extension=False, extension_scope=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200451 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200452 ],
453 extensions=[
454 ],
455 nested_types=[],
456 enum_types=[
457 ],
458 serialized_options=None,
459 is_extendable=False,
460 syntax='proto3',
461 extension_ranges=[],
462 oneofs=[
463 ],
Andrea Campanellacb990bc2020-09-22 12:50:56 +0200464 serialized_start=102,
465 serialized_end=160,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200466)
467
468
469_PHYSICALINVENTORYRESPONSE = _descriptor.Descriptor(
470 name='PhysicalInventoryResponse',
471 full_name='dmi.PhysicalInventoryResponse',
472 filename=None,
473 file=DESCRIPTOR,
474 containing_type=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200475 create_key=_descriptor._internal_create_key,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200476 fields=[
477 _descriptor.FieldDescriptor(
478 name='status', full_name='dmi.PhysicalInventoryResponse.status', index=0,
479 number=1, type=14, cpp_type=8, label=1,
480 has_default_value=False, default_value=0,
481 message_type=None, enum_type=None, containing_type=None,
482 is_extension=False, extension_scope=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200483 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200484 _descriptor.FieldDescriptor(
485 name='reason', full_name='dmi.PhysicalInventoryResponse.reason', index=1,
486 number=2, type=14, cpp_type=8, label=1,
487 has_default_value=False, default_value=0,
488 message_type=None, enum_type=None, containing_type=None,
489 is_extension=False, extension_scope=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200490 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200491 _descriptor.FieldDescriptor(
492 name='inventory', full_name='dmi.PhysicalInventoryResponse.inventory', index=2,
493 number=3, type=11, cpp_type=10, label=1,
494 has_default_value=False, default_value=None,
495 message_type=None, enum_type=None, containing_type=None,
496 is_extension=False, extension_scope=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200497 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
amit.ghosh8ab1e6e2021-02-23 07:40:17 +0100498 _descriptor.FieldDescriptor(
499 name='reason_detail', full_name='dmi.PhysicalInventoryResponse.reason_detail', index=3,
500 number=4, type=9, cpp_type=9, label=1,
501 has_default_value=False, default_value=b"".decode('utf-8'),
502 message_type=None, enum_type=None, containing_type=None,
503 is_extension=False, extension_scope=None,
504 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200505 ],
506 extensions=[
507 ],
508 nested_types=[],
509 enum_types=[
amit.ghoshae473032021-01-10 11:59:10 +0100510 _PHYSICALINVENTORYRESPONSE_REASON,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200511 ],
512 serialized_options=None,
513 is_extendable=False,
514 syntax='proto3',
515 extension_ranges=[],
516 oneofs=[
517 ],
amit.ghoshae473032021-01-10 11:59:10 +0100518 serialized_start=163,
amit.ghosh8ab1e6e2021-02-23 07:40:17 +0100519 serialized_end=427,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200520)
521
522
523_HWCOMPONENTINFOGETREQUEST = _descriptor.Descriptor(
524 name='HWComponentInfoGetRequest',
525 full_name='dmi.HWComponentInfoGetRequest',
526 filename=None,
527 file=DESCRIPTOR,
528 containing_type=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200529 create_key=_descriptor._internal_create_key,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200530 fields=[
531 _descriptor.FieldDescriptor(
532 name='device_uuid', full_name='dmi.HWComponentInfoGetRequest.device_uuid', index=0,
533 number=1, type=11, cpp_type=10, label=1,
534 has_default_value=False, default_value=None,
535 message_type=None, enum_type=None, containing_type=None,
536 is_extension=False, extension_scope=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200537 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200538 _descriptor.FieldDescriptor(
539 name='component_uuid', full_name='dmi.HWComponentInfoGetRequest.component_uuid', index=1,
540 number=2, type=11, cpp_type=10, label=1,
541 has_default_value=False, default_value=None,
542 message_type=None, enum_type=None, containing_type=None,
543 is_extension=False, extension_scope=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200544 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200545 _descriptor.FieldDescriptor(
546 name='component_name', full_name='dmi.HWComponentInfoGetRequest.component_name', index=2,
547 number=3, type=9, cpp_type=9, label=1,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200548 has_default_value=False, default_value=b"".decode('utf-8'),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200549 message_type=None, enum_type=None, containing_type=None,
550 is_extension=False, extension_scope=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200551 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200552 ],
553 extensions=[
554 ],
555 nested_types=[],
556 enum_types=[
557 ],
558 serialized_options=None,
559 is_extendable=False,
560 syntax='proto3',
561 extension_ranges=[],
562 oneofs=[
563 ],
amit.ghosh8ab1e6e2021-02-23 07:40:17 +0100564 serialized_start=429,
565 serialized_end=547,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200566)
567
568
aghoshc301dcd2020-09-03 16:55:34 +0100569_HWCOMPONENTINFOGETRESPONSE = _descriptor.Descriptor(
570 name='HWComponentInfoGetResponse',
571 full_name='dmi.HWComponentInfoGetResponse',
572 filename=None,
573 file=DESCRIPTOR,
574 containing_type=None,
575 create_key=_descriptor._internal_create_key,
576 fields=[
577 _descriptor.FieldDescriptor(
578 name='status', full_name='dmi.HWComponentInfoGetResponse.status', index=0,
579 number=1, type=14, cpp_type=8, label=1,
580 has_default_value=False, default_value=0,
581 message_type=None, enum_type=None, containing_type=None,
582 is_extension=False, extension_scope=None,
583 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
584 _descriptor.FieldDescriptor(
585 name='reason', full_name='dmi.HWComponentInfoGetResponse.reason', index=1,
586 number=2, type=14, cpp_type=8, label=1,
587 has_default_value=False, default_value=0,
588 message_type=None, enum_type=None, containing_type=None,
589 is_extension=False, extension_scope=None,
590 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
591 _descriptor.FieldDescriptor(
592 name='component', full_name='dmi.HWComponentInfoGetResponse.component', index=2,
593 number=3, type=11, cpp_type=10, label=1,
594 has_default_value=False, default_value=None,
595 message_type=None, enum_type=None, containing_type=None,
596 is_extension=False, extension_scope=None,
597 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
amit.ghosh8ab1e6e2021-02-23 07:40:17 +0100598 _descriptor.FieldDescriptor(
599 name='reason_detail', full_name='dmi.HWComponentInfoGetResponse.reason_detail', index=3,
600 number=4, type=9, cpp_type=9, label=1,
601 has_default_value=False, default_value=b"".decode('utf-8'),
602 message_type=None, enum_type=None, containing_type=None,
603 is_extension=False, extension_scope=None,
604 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
aghoshc301dcd2020-09-03 16:55:34 +0100605 ],
606 extensions=[
607 ],
608 nested_types=[],
609 enum_types=[
amit.ghoshae473032021-01-10 11:59:10 +0100610 _HWCOMPONENTINFOGETRESPONSE_REASON,
aghoshc301dcd2020-09-03 16:55:34 +0100611 ],
612 serialized_options=None,
613 is_extendable=False,
614 syntax='proto3',
615 extension_ranges=[],
616 oneofs=[
617 ],
amit.ghosh8ab1e6e2021-02-23 07:40:17 +0100618 serialized_start=550,
619 serialized_end=840,
aghoshc301dcd2020-09-03 16:55:34 +0100620)
621
622
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200623_HWCOMPONENTINFOSETREQUEST = _descriptor.Descriptor(
624 name='HWComponentInfoSetRequest',
625 full_name='dmi.HWComponentInfoSetRequest',
626 filename=None,
627 file=DESCRIPTOR,
628 containing_type=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200629 create_key=_descriptor._internal_create_key,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200630 fields=[
631 _descriptor.FieldDescriptor(
632 name='device_uuid', full_name='dmi.HWComponentInfoSetRequest.device_uuid', index=0,
633 number=1, type=11, cpp_type=10, label=1,
634 has_default_value=False, default_value=None,
635 message_type=None, enum_type=None, containing_type=None,
636 is_extension=False, extension_scope=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200637 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200638 _descriptor.FieldDescriptor(
639 name='component_uuid', full_name='dmi.HWComponentInfoSetRequest.component_uuid', index=1,
640 number=2, type=11, cpp_type=10, label=1,
641 has_default_value=False, default_value=None,
642 message_type=None, enum_type=None, containing_type=None,
643 is_extension=False, extension_scope=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200644 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200645 _descriptor.FieldDescriptor(
646 name='component_name', full_name='dmi.HWComponentInfoSetRequest.component_name', index=2,
647 number=3, type=9, cpp_type=9, label=1,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200648 has_default_value=False, default_value=b"".decode('utf-8'),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200649 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='changes', full_name='dmi.HWComponentInfoSetRequest.changes', index=3,
654 number=4, type=11, cpp_type=10, label=1,
655 has_default_value=False, default_value=None,
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=[
664 ],
665 serialized_options=None,
666 is_extendable=False,
667 syntax='proto3',
668 extension_ranges=[],
669 oneofs=[
670 ],
amit.ghosh8ab1e6e2021-02-23 07:40:17 +0100671 serialized_start=843,
672 serialized_end=1004,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200673)
674
675
676_HWCOMPONENTINFOSETRESPONSE = _descriptor.Descriptor(
677 name='HWComponentInfoSetResponse',
678 full_name='dmi.HWComponentInfoSetResponse',
679 filename=None,
680 file=DESCRIPTOR,
681 containing_type=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200682 create_key=_descriptor._internal_create_key,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200683 fields=[
684 _descriptor.FieldDescriptor(
685 name='status', full_name='dmi.HWComponentInfoSetResponse.status', index=0,
686 number=1, type=14, cpp_type=8, label=1,
687 has_default_value=False, default_value=0,
688 message_type=None, enum_type=None, containing_type=None,
689 is_extension=False, extension_scope=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200690 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200691 _descriptor.FieldDescriptor(
692 name='reason', full_name='dmi.HWComponentInfoSetResponse.reason', index=1,
693 number=2, type=14, cpp_type=8, label=1,
694 has_default_value=False, default_value=0,
695 message_type=None, enum_type=None, containing_type=None,
696 is_extension=False, extension_scope=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200697 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
amit.ghosh8ab1e6e2021-02-23 07:40:17 +0100698 _descriptor.FieldDescriptor(
699 name='reason_detail', full_name='dmi.HWComponentInfoSetResponse.reason_detail', index=2,
700 number=3, type=9, cpp_type=9, label=1,
701 has_default_value=False, default_value=b"".decode('utf-8'),
702 message_type=None, enum_type=None, containing_type=None,
703 is_extension=False, extension_scope=None,
704 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200705 ],
706 extensions=[
707 ],
708 nested_types=[],
709 enum_types=[
amit.ghoshae473032021-01-10 11:59:10 +0100710 _HWCOMPONENTINFOSETRESPONSE_REASON,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200711 ],
712 serialized_options=None,
713 is_extendable=False,
714 syntax='proto3',
715 extension_ranges=[],
716 oneofs=[
717 ],
amit.ghosh8ab1e6e2021-02-23 07:40:17 +0100718 serialized_start=1007,
719 serialized_end=1283,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200720)
721
722
723_STARTMANAGINGDEVICERESPONSE = _descriptor.Descriptor(
724 name='StartManagingDeviceResponse',
725 full_name='dmi.StartManagingDeviceResponse',
726 filename=None,
727 file=DESCRIPTOR,
728 containing_type=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200729 create_key=_descriptor._internal_create_key,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200730 fields=[
731 _descriptor.FieldDescriptor(
732 name='status', full_name='dmi.StartManagingDeviceResponse.status', index=0,
733 number=1, type=14, cpp_type=8, label=1,
734 has_default_value=False, default_value=0,
735 message_type=None, enum_type=None, containing_type=None,
736 is_extension=False, extension_scope=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200737 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200738 _descriptor.FieldDescriptor(
739 name='reason', full_name='dmi.StartManagingDeviceResponse.reason', index=1,
740 number=2, type=14, cpp_type=8, label=1,
741 has_default_value=False, default_value=0,
742 message_type=None, enum_type=None, containing_type=None,
743 is_extension=False, extension_scope=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200744 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200745 _descriptor.FieldDescriptor(
746 name='device_uuid', full_name='dmi.StartManagingDeviceResponse.device_uuid', index=2,
747 number=3, type=11, cpp_type=10, label=1,
748 has_default_value=False, default_value=None,
749 message_type=None, enum_type=None, containing_type=None,
750 is_extension=False, extension_scope=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200751 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
amit.ghosh8ab1e6e2021-02-23 07:40:17 +0100752 _descriptor.FieldDescriptor(
753 name='reason_detail', full_name='dmi.StartManagingDeviceResponse.reason_detail', index=3,
754 number=4, type=9, cpp_type=9, label=1,
755 has_default_value=False, default_value=b"".decode('utf-8'),
756 message_type=None, enum_type=None, containing_type=None,
757 is_extension=False, extension_scope=None,
758 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200759 ],
760 extensions=[
761 ],
762 nested_types=[],
763 enum_types=[
amit.ghoshae473032021-01-10 11:59:10 +0100764 _STARTMANAGINGDEVICERESPONSE_REASON,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200765 ],
766 serialized_options=None,
767 is_extendable=False,
768 syntax='proto3',
769 extension_ranges=[],
770 oneofs=[
771 ],
amit.ghosh8ab1e6e2021-02-23 07:40:17 +0100772 serialized_start=1286,
773 serialized_end=1592,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200774)
775
776
777_STOPMANAGINGDEVICEREQUEST = _descriptor.Descriptor(
778 name='StopManagingDeviceRequest',
779 full_name='dmi.StopManagingDeviceRequest',
780 filename=None,
781 file=DESCRIPTOR,
782 containing_type=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200783 create_key=_descriptor._internal_create_key,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200784 fields=[
785 _descriptor.FieldDescriptor(
786 name='name', full_name='dmi.StopManagingDeviceRequest.name', index=0,
787 number=1, type=9, cpp_type=9, label=1,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200788 has_default_value=False, default_value=b"".decode('utf-8'),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200789 message_type=None, enum_type=None, containing_type=None,
790 is_extension=False, extension_scope=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200791 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200792 ],
793 extensions=[
794 ],
795 nested_types=[],
796 enum_types=[
797 ],
798 serialized_options=None,
799 is_extendable=False,
800 syntax='proto3',
801 extension_ranges=[],
802 oneofs=[
803 ],
amit.ghosh8ab1e6e2021-02-23 07:40:17 +0100804 serialized_start=1594,
805 serialized_end=1635,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200806)
807
808
809_STOPMANAGINGDEVICERESPONSE = _descriptor.Descriptor(
810 name='StopManagingDeviceResponse',
811 full_name='dmi.StopManagingDeviceResponse',
812 filename=None,
813 file=DESCRIPTOR,
814 containing_type=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200815 create_key=_descriptor._internal_create_key,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200816 fields=[
817 _descriptor.FieldDescriptor(
818 name='status', full_name='dmi.StopManagingDeviceResponse.status', index=0,
819 number=1, type=14, cpp_type=8, label=1,
820 has_default_value=False, default_value=0,
821 message_type=None, enum_type=None, containing_type=None,
822 is_extension=False, extension_scope=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200823 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200824 _descriptor.FieldDescriptor(
825 name='reason', full_name='dmi.StopManagingDeviceResponse.reason', index=1,
826 number=2, type=14, cpp_type=8, label=1,
827 has_default_value=False, default_value=0,
828 message_type=None, enum_type=None, containing_type=None,
829 is_extension=False, extension_scope=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +0200830 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
amit.ghosh8ab1e6e2021-02-23 07:40:17 +0100831 _descriptor.FieldDescriptor(
832 name='reason_detail', full_name='dmi.StopManagingDeviceResponse.reason_detail', index=2,
833 number=3, type=9, cpp_type=9, label=1,
834 has_default_value=False, default_value=b"".decode('utf-8'),
835 message_type=None, enum_type=None, containing_type=None,
836 is_extension=False, extension_scope=None,
837 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200838 ],
839 extensions=[
840 ],
841 nested_types=[],
842 enum_types=[
amit.ghoshae473032021-01-10 11:59:10 +0100843 _STOPMANAGINGDEVICERESPONSE_REASON,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200844 ],
845 serialized_options=None,
846 is_extendable=False,
847 syntax='proto3',
848 extension_ranges=[],
849 oneofs=[
850 ],
amit.ghosh8ab1e6e2021-02-23 07:40:17 +0100851 serialized_start=1638,
852 serialized_end=1826,
Andrea Campanellacb990bc2020-09-22 12:50:56 +0200853)
854
855
amit.ghosh0c687412021-03-24 19:01:08 +0100856_MANAGEDDEVICEINFO = _descriptor.Descriptor(
857 name='ManagedDeviceInfo',
858 full_name='dmi.ManagedDeviceInfo',
Andrea Campanellacb990bc2020-09-22 12:50:56 +0200859 filename=None,
860 file=DESCRIPTOR,
861 containing_type=None,
862 create_key=_descriptor._internal_create_key,
863 fields=[
864 _descriptor.FieldDescriptor(
amit.ghosh0c687412021-03-24 19:01:08 +0100865 name='info', full_name='dmi.ManagedDeviceInfo.info', index=0,
866 number=1, type=11, cpp_type=10, label=1,
867 has_default_value=False, default_value=None,
868 message_type=None, enum_type=None, containing_type=None,
869 is_extension=False, extension_scope=None,
870 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
871 _descriptor.FieldDescriptor(
872 name='device_uuid', full_name='dmi.ManagedDeviceInfo.device_uuid', index=1,
873 number=2, type=11, cpp_type=10, label=1,
874 has_default_value=False, default_value=None,
Andrea Campanellacb990bc2020-09-22 12:50:56 +0200875 message_type=None, enum_type=None, containing_type=None,
876 is_extension=False, extension_scope=None,
877 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
878 ],
879 extensions=[
880 ],
881 nested_types=[],
882 enum_types=[
883 ],
884 serialized_options=None,
885 is_extendable=False,
886 syntax='proto3',
887 extension_ranges=[],
888 oneofs=[
889 ],
amit.ghosh8ab1e6e2021-02-23 07:40:17 +0100890 serialized_start=1828,
amit.ghosh0c687412021-03-24 19:01:08 +0100891 serialized_end=1919,
892)
893
894
895_MANAGEDDEVICESRESPONSE = _descriptor.Descriptor(
896 name='ManagedDevicesResponse',
897 full_name='dmi.ManagedDevicesResponse',
898 filename=None,
899 file=DESCRIPTOR,
900 containing_type=None,
901 create_key=_descriptor._internal_create_key,
902 fields=[
903 _descriptor.FieldDescriptor(
904 name='status', full_name='dmi.ManagedDevicesResponse.status', index=0,
905 number=1, type=14, cpp_type=8, label=1,
906 has_default_value=False, default_value=0,
907 message_type=None, enum_type=None, containing_type=None,
908 is_extension=False, extension_scope=None,
909 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
910 _descriptor.FieldDescriptor(
911 name='reason', full_name='dmi.ManagedDevicesResponse.reason', index=1,
912 number=2, type=14, cpp_type=8, label=1,
913 has_default_value=False, default_value=0,
914 message_type=None, enum_type=None, containing_type=None,
915 is_extension=False, extension_scope=None,
916 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
917 _descriptor.FieldDescriptor(
918 name='devices', full_name='dmi.ManagedDevicesResponse.devices', index=2,
919 number=3, type=11, cpp_type=10, label=3,
920 has_default_value=False, default_value=[],
921 message_type=None, enum_type=None, containing_type=None,
922 is_extension=False, extension_scope=None,
923 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
924 ],
925 extensions=[
926 ],
927 nested_types=[],
928 enum_types=[
929 _MANAGEDDEVICESRESPONSE_REASON,
930 ],
931 serialized_options=None,
932 is_extendable=False,
933 syntax='proto3',
934 extension_ranges=[],
935 oneofs=[
936 ],
937 serialized_start=1922,
938 serialized_end=2120,
uwe ottrembka66d91ea2020-08-11 10:50:55 +0200939)
940
amit.ghosh188a84f2020-09-27 20:59:25 +0200941
942_SETLOGGINGENDPOINTREQUEST = _descriptor.Descriptor(
943 name='SetLoggingEndpointRequest',
944 full_name='dmi.SetLoggingEndpointRequest',
945 filename=None,
946 file=DESCRIPTOR,
947 containing_type=None,
948 create_key=_descriptor._internal_create_key,
949 fields=[
950 _descriptor.FieldDescriptor(
951 name='device_uuid', full_name='dmi.SetLoggingEndpointRequest.device_uuid', index=0,
952 number=1, type=11, cpp_type=10, label=1,
953 has_default_value=False, default_value=None,
954 message_type=None, enum_type=None, containing_type=None,
955 is_extension=False, extension_scope=None,
956 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
957 _descriptor.FieldDescriptor(
958 name='logging_endpoint', full_name='dmi.SetLoggingEndpointRequest.logging_endpoint', index=1,
959 number=2, type=9, cpp_type=9, label=1,
960 has_default_value=False, default_value=b"".decode('utf-8'),
961 message_type=None, enum_type=None, containing_type=None,
962 is_extension=False, extension_scope=None,
963 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
964 _descriptor.FieldDescriptor(
965 name='logging_protocol', full_name='dmi.SetLoggingEndpointRequest.logging_protocol', index=2,
966 number=3, type=9, cpp_type=9, label=1,
967 has_default_value=False, default_value=b"".decode('utf-8'),
968 message_type=None, enum_type=None, containing_type=None,
969 is_extension=False, extension_scope=None,
970 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
971 ],
972 extensions=[
973 ],
974 nested_types=[],
975 enum_types=[
976 ],
977 serialized_options=None,
978 is_extendable=False,
979 syntax='proto3',
980 extension_ranges=[],
981 oneofs=[
982 ],
amit.ghosh0c687412021-03-24 19:01:08 +0100983 serialized_start=2122,
984 serialized_end=2233,
amit.ghosh188a84f2020-09-27 20:59:25 +0200985)
986
987
988_SETREMOTEENDPOINTRESPONSE = _descriptor.Descriptor(
989 name='SetRemoteEndpointResponse',
990 full_name='dmi.SetRemoteEndpointResponse',
991 filename=None,
992 file=DESCRIPTOR,
993 containing_type=None,
994 create_key=_descriptor._internal_create_key,
995 fields=[
996 _descriptor.FieldDescriptor(
997 name='status', full_name='dmi.SetRemoteEndpointResponse.status', index=0,
998 number=1, type=14, cpp_type=8, label=1,
999 has_default_value=False, default_value=0,
1000 message_type=None, enum_type=None, containing_type=None,
1001 is_extension=False, extension_scope=None,
1002 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
1003 _descriptor.FieldDescriptor(
1004 name='reason', full_name='dmi.SetRemoteEndpointResponse.reason', index=1,
1005 number=2, type=14, cpp_type=8, label=1,
1006 has_default_value=False, default_value=0,
1007 message_type=None, enum_type=None, containing_type=None,
1008 is_extension=False, extension_scope=None,
1009 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
amit.ghosh8ab1e6e2021-02-23 07:40:17 +01001010 _descriptor.FieldDescriptor(
1011 name='reason_detail', full_name='dmi.SetRemoteEndpointResponse.reason_detail', index=2,
1012 number=3, type=9, cpp_type=9, label=1,
1013 has_default_value=False, default_value=b"".decode('utf-8'),
1014 message_type=None, enum_type=None, containing_type=None,
1015 is_extension=False, extension_scope=None,
1016 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
amit.ghosh188a84f2020-09-27 20:59:25 +02001017 ],
1018 extensions=[
1019 ],
1020 nested_types=[],
1021 enum_types=[
amit.ghoshae473032021-01-10 11:59:10 +01001022 _SETREMOTEENDPOINTRESPONSE_REASON,
amit.ghosh188a84f2020-09-27 20:59:25 +02001023 ],
1024 serialized_options=None,
1025 is_extendable=False,
1026 syntax='proto3',
1027 extension_ranges=[],
1028 oneofs=[
1029 ],
amit.ghosh0c687412021-03-24 19:01:08 +01001030 serialized_start=2236,
1031 serialized_end=2559,
amit.ghosh188a84f2020-09-27 20:59:25 +02001032)
1033
1034
1035_GETLOGGINGENDPOINTRESPONSE = _descriptor.Descriptor(
1036 name='GetLoggingEndpointResponse',
1037 full_name='dmi.GetLoggingEndpointResponse',
1038 filename=None,
1039 file=DESCRIPTOR,
1040 containing_type=None,
1041 create_key=_descriptor._internal_create_key,
1042 fields=[
1043 _descriptor.FieldDescriptor(
1044 name='status', full_name='dmi.GetLoggingEndpointResponse.status', index=0,
1045 number=1, type=14, cpp_type=8, label=1,
1046 has_default_value=False, default_value=0,
1047 message_type=None, enum_type=None, containing_type=None,
1048 is_extension=False, extension_scope=None,
1049 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
1050 _descriptor.FieldDescriptor(
1051 name='reason', full_name='dmi.GetLoggingEndpointResponse.reason', index=1,
1052 number=2, type=14, cpp_type=8, label=1,
1053 has_default_value=False, default_value=0,
1054 message_type=None, enum_type=None, containing_type=None,
1055 is_extension=False, extension_scope=None,
1056 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
1057 _descriptor.FieldDescriptor(
1058 name='logging_endpoint', full_name='dmi.GetLoggingEndpointResponse.logging_endpoint', index=2,
1059 number=3, type=9, cpp_type=9, label=1,
1060 has_default_value=False, default_value=b"".decode('utf-8'),
1061 message_type=None, enum_type=None, containing_type=None,
1062 is_extension=False, extension_scope=None,
1063 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
1064 _descriptor.FieldDescriptor(
1065 name='logging_protocol', full_name='dmi.GetLoggingEndpointResponse.logging_protocol', index=3,
1066 number=4, type=9, cpp_type=9, label=1,
1067 has_default_value=False, default_value=b"".decode('utf-8'),
1068 message_type=None, enum_type=None, containing_type=None,
1069 is_extension=False, extension_scope=None,
1070 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
amit.ghosh8ab1e6e2021-02-23 07:40:17 +01001071 _descriptor.FieldDescriptor(
1072 name='reason_detail', full_name='dmi.GetLoggingEndpointResponse.reason_detail', index=4,
1073 number=5, type=9, cpp_type=9, label=1,
1074 has_default_value=False, default_value=b"".decode('utf-8'),
1075 message_type=None, enum_type=None, containing_type=None,
1076 is_extension=False, extension_scope=None,
1077 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
amit.ghosh188a84f2020-09-27 20:59:25 +02001078 ],
1079 extensions=[
1080 ],
1081 nested_types=[],
1082 enum_types=[
amit.ghoshae473032021-01-10 11:59:10 +01001083 _GETLOGGINGENDPOINTRESPONSE_REASON,
amit.ghosh188a84f2020-09-27 20:59:25 +02001084 ],
1085 serialized_options=None,
1086 is_extendable=False,
1087 syntax='proto3',
1088 extension_ranges=[],
1089 oneofs=[
1090 ],
amit.ghosh0c687412021-03-24 19:01:08 +01001091 serialized_start=2562,
1092 serialized_end=2846,
amit.ghosh188a84f2020-09-27 20:59:25 +02001093)
1094
1095
1096_SETMSGBUSENDPOINTREQUEST = _descriptor.Descriptor(
1097 name='SetMsgBusEndpointRequest',
1098 full_name='dmi.SetMsgBusEndpointRequest',
1099 filename=None,
1100 file=DESCRIPTOR,
1101 containing_type=None,
1102 create_key=_descriptor._internal_create_key,
1103 fields=[
1104 _descriptor.FieldDescriptor(
1105 name='msgbus_endpoint', full_name='dmi.SetMsgBusEndpointRequest.msgbus_endpoint', index=0,
1106 number=1, type=9, cpp_type=9, label=1,
1107 has_default_value=False, default_value=b"".decode('utf-8'),
1108 message_type=None, enum_type=None, containing_type=None,
1109 is_extension=False, extension_scope=None,
1110 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
1111 ],
1112 extensions=[
1113 ],
1114 nested_types=[],
1115 enum_types=[
1116 ],
1117 serialized_options=None,
1118 is_extendable=False,
1119 syntax='proto3',
1120 extension_ranges=[],
1121 oneofs=[
1122 ],
amit.ghosh0c687412021-03-24 19:01:08 +01001123 serialized_start=2848,
1124 serialized_end=2899,
amit.ghosh188a84f2020-09-27 20:59:25 +02001125)
1126
1127
1128_GETMSGBUSENDPOINTRESPONSE = _descriptor.Descriptor(
1129 name='GetMsgBusEndpointResponse',
1130 full_name='dmi.GetMsgBusEndpointResponse',
1131 filename=None,
1132 file=DESCRIPTOR,
1133 containing_type=None,
1134 create_key=_descriptor._internal_create_key,
1135 fields=[
1136 _descriptor.FieldDescriptor(
1137 name='status', full_name='dmi.GetMsgBusEndpointResponse.status', index=0,
1138 number=1, type=14, cpp_type=8, label=1,
1139 has_default_value=False, default_value=0,
1140 message_type=None, enum_type=None, containing_type=None,
1141 is_extension=False, extension_scope=None,
1142 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
1143 _descriptor.FieldDescriptor(
1144 name='reason', full_name='dmi.GetMsgBusEndpointResponse.reason', index=1,
1145 number=2, type=14, cpp_type=8, label=1,
1146 has_default_value=False, default_value=0,
1147 message_type=None, enum_type=None, containing_type=None,
1148 is_extension=False, extension_scope=None,
1149 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
1150 _descriptor.FieldDescriptor(
1151 name='msgbus_endpoint', full_name='dmi.GetMsgBusEndpointResponse.msgbus_endpoint', index=2,
1152 number=3, type=9, cpp_type=9, label=1,
1153 has_default_value=False, default_value=b"".decode('utf-8'),
1154 message_type=None, enum_type=None, containing_type=None,
1155 is_extension=False, extension_scope=None,
1156 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
amit.ghosh8ab1e6e2021-02-23 07:40:17 +01001157 _descriptor.FieldDescriptor(
1158 name='reason_detail', full_name='dmi.GetMsgBusEndpointResponse.reason_detail', index=3,
1159 number=4, type=9, cpp_type=9, label=1,
1160 has_default_value=False, default_value=b"".decode('utf-8'),
1161 message_type=None, enum_type=None, containing_type=None,
1162 is_extension=False, extension_scope=None,
1163 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
amit.ghosh188a84f2020-09-27 20:59:25 +02001164 ],
1165 extensions=[
1166 ],
1167 nested_types=[],
1168 enum_types=[
amit.ghoshae473032021-01-10 11:59:10 +01001169 _GETMSGBUSENDPOINTRESPONSE_REASON,
amit.ghosh188a84f2020-09-27 20:59:25 +02001170 ],
1171 serialized_options=None,
1172 is_extendable=False,
1173 syntax='proto3',
1174 extension_ranges=[],
1175 oneofs=[
1176 ],
amit.ghosh0c687412021-03-24 19:01:08 +01001177 serialized_start=2902,
1178 serialized_end=3137,
amit.ghosh188a84f2020-09-27 20:59:25 +02001179)
1180
Andrea Campanellab91e9a42020-10-09 14:31:43 +02001181
1182_ENTITIESLOGLEVEL = _descriptor.Descriptor(
1183 name='EntitiesLogLevel',
1184 full_name='dmi.EntitiesLogLevel',
1185 filename=None,
1186 file=DESCRIPTOR,
1187 containing_type=None,
1188 create_key=_descriptor._internal_create_key,
1189 fields=[
1190 _descriptor.FieldDescriptor(
1191 name='logLevel', full_name='dmi.EntitiesLogLevel.logLevel', index=0,
1192 number=1, type=14, cpp_type=8, label=1,
1193 has_default_value=False, default_value=0,
1194 message_type=None, enum_type=None, containing_type=None,
1195 is_extension=False, extension_scope=None,
1196 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
1197 _descriptor.FieldDescriptor(
1198 name='entities', full_name='dmi.EntitiesLogLevel.entities', index=1,
1199 number=2, type=9, cpp_type=9, label=3,
1200 has_default_value=False, default_value=[],
1201 message_type=None, enum_type=None, containing_type=None,
1202 is_extension=False, extension_scope=None,
1203 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
1204 ],
1205 extensions=[
1206 ],
1207 nested_types=[],
1208 enum_types=[
1209 ],
1210 serialized_options=None,
1211 is_extendable=False,
1212 syntax='proto3',
1213 extension_ranges=[],
1214 oneofs=[
1215 ],
amit.ghosh0c687412021-03-24 19:01:08 +01001216 serialized_start=3139,
1217 serialized_end=3208,
Andrea Campanellab91e9a42020-10-09 14:31:43 +02001218)
1219
1220
1221_SETLOGLEVELREQUEST = _descriptor.Descriptor(
1222 name='SetLogLevelRequest',
1223 full_name='dmi.SetLogLevelRequest',
1224 filename=None,
1225 file=DESCRIPTOR,
1226 containing_type=None,
1227 create_key=_descriptor._internal_create_key,
1228 fields=[
1229 _descriptor.FieldDescriptor(
1230 name='device_uuid', full_name='dmi.SetLogLevelRequest.device_uuid', index=0,
1231 number=1, type=11, cpp_type=10, label=1,
1232 has_default_value=False, default_value=None,
1233 message_type=None, enum_type=None, containing_type=None,
1234 is_extension=False, extension_scope=None,
1235 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
1236 _descriptor.FieldDescriptor(
1237 name='loglevels', full_name='dmi.SetLogLevelRequest.loglevels', index=1,
1238 number=2, type=11, cpp_type=10, label=3,
1239 has_default_value=False, default_value=[],
1240 message_type=None, enum_type=None, containing_type=None,
1241 is_extension=False, extension_scope=None,
1242 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
1243 ],
1244 extensions=[
1245 ],
1246 nested_types=[],
1247 enum_types=[
1248 ],
1249 serialized_options=None,
1250 is_extendable=False,
1251 syntax='proto3',
1252 extension_ranges=[],
1253 oneofs=[
1254 ],
amit.ghosh0c687412021-03-24 19:01:08 +01001255 serialized_start=3210,
1256 serialized_end=3304,
Andrea Campanellab91e9a42020-10-09 14:31:43 +02001257)
1258
1259
1260_SETLOGLEVELRESPONSE = _descriptor.Descriptor(
1261 name='SetLogLevelResponse',
1262 full_name='dmi.SetLogLevelResponse',
1263 filename=None,
1264 file=DESCRIPTOR,
1265 containing_type=None,
1266 create_key=_descriptor._internal_create_key,
1267 fields=[
1268 _descriptor.FieldDescriptor(
amit.ghosh5d97dba2020-11-12 16:45:27 +01001269 name='device_uuid', full_name='dmi.SetLogLevelResponse.device_uuid', index=0,
Andrea Campanellab91e9a42020-10-09 14:31:43 +02001270 number=1, type=11, cpp_type=10, label=1,
1271 has_default_value=False, default_value=None,
1272 message_type=None, enum_type=None, containing_type=None,
1273 is_extension=False, extension_scope=None,
1274 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
1275 _descriptor.FieldDescriptor(
amit.ghosh5d97dba2020-11-12 16:45:27 +01001276 name='status', full_name='dmi.SetLogLevelResponse.status', index=1,
Andrea Campanellab91e9a42020-10-09 14:31:43 +02001277 number=2, type=14, cpp_type=8, label=1,
1278 has_default_value=False, default_value=0,
1279 message_type=None, enum_type=None, containing_type=None,
1280 is_extension=False, extension_scope=None,
1281 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
1282 _descriptor.FieldDescriptor(
amit.ghosh5d97dba2020-11-12 16:45:27 +01001283 name='reason', full_name='dmi.SetLogLevelResponse.reason', index=2,
Andrea Campanellab91e9a42020-10-09 14:31:43 +02001284 number=3, type=14, cpp_type=8, label=1,
1285 has_default_value=False, default_value=0,
1286 message_type=None, enum_type=None, containing_type=None,
1287 is_extension=False, extension_scope=None,
1288 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
amit.ghosh8ab1e6e2021-02-23 07:40:17 +01001289 _descriptor.FieldDescriptor(
1290 name='reason_detail', full_name='dmi.SetLogLevelResponse.reason_detail', index=3,
1291 number=4, type=9, cpp_type=9, label=1,
1292 has_default_value=False, default_value=b"".decode('utf-8'),
1293 message_type=None, enum_type=None, containing_type=None,
1294 is_extension=False, extension_scope=None,
1295 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
Andrea Campanellab91e9a42020-10-09 14:31:43 +02001296 ],
1297 extensions=[
1298 ],
1299 nested_types=[],
1300 enum_types=[
amit.ghoshae473032021-01-10 11:59:10 +01001301 _SETLOGLEVELRESPONSE_REASON,
Andrea Campanellab91e9a42020-10-09 14:31:43 +02001302 ],
1303 serialized_options=None,
1304 is_extendable=False,
1305 syntax='proto3',
1306 extension_ranges=[],
1307 oneofs=[
1308 ],
amit.ghosh0c687412021-03-24 19:01:08 +01001309 serialized_start=3307,
1310 serialized_end=3581,
Andrea Campanellab91e9a42020-10-09 14:31:43 +02001311)
1312
1313
1314_GETLOGLEVELREQUEST = _descriptor.Descriptor(
1315 name='GetLogLevelRequest',
1316 full_name='dmi.GetLogLevelRequest',
1317 filename=None,
1318 file=DESCRIPTOR,
1319 containing_type=None,
1320 create_key=_descriptor._internal_create_key,
1321 fields=[
1322 _descriptor.FieldDescriptor(
1323 name='device_uuid', full_name='dmi.GetLogLevelRequest.device_uuid', index=0,
1324 number=1, type=11, cpp_type=10, label=1,
1325 has_default_value=False, default_value=None,
1326 message_type=None, enum_type=None, containing_type=None,
1327 is_extension=False, extension_scope=None,
1328 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
1329 _descriptor.FieldDescriptor(
1330 name='entities', full_name='dmi.GetLogLevelRequest.entities', index=1,
1331 number=2, type=9, cpp_type=9, label=3,
1332 has_default_value=False, default_value=[],
1333 message_type=None, enum_type=None, containing_type=None,
1334 is_extension=False, extension_scope=None,
1335 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
1336 ],
1337 extensions=[
1338 ],
1339 nested_types=[],
1340 enum_types=[
1341 ],
1342 serialized_options=None,
1343 is_extendable=False,
1344 syntax='proto3',
1345 extension_ranges=[],
1346 oneofs=[
1347 ],
amit.ghosh0c687412021-03-24 19:01:08 +01001348 serialized_start=3583,
1349 serialized_end=3653,
Andrea Campanellab91e9a42020-10-09 14:31:43 +02001350)
1351
1352
1353_GETLOGLEVELRESPONSE = _descriptor.Descriptor(
1354 name='GetLogLevelResponse',
1355 full_name='dmi.GetLogLevelResponse',
1356 filename=None,
1357 file=DESCRIPTOR,
1358 containing_type=None,
1359 create_key=_descriptor._internal_create_key,
1360 fields=[
1361 _descriptor.FieldDescriptor(
1362 name='device_uuid', full_name='dmi.GetLogLevelResponse.device_uuid', index=0,
1363 number=1, type=11, cpp_type=10, label=1,
1364 has_default_value=False, default_value=None,
1365 message_type=None, enum_type=None, containing_type=None,
1366 is_extension=False, extension_scope=None,
1367 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
1368 _descriptor.FieldDescriptor(
1369 name='logLevels', full_name='dmi.GetLogLevelResponse.logLevels', index=1,
1370 number=2, type=11, cpp_type=10, label=3,
1371 has_default_value=False, default_value=[],
1372 message_type=None, enum_type=None, containing_type=None,
1373 is_extension=False, extension_scope=None,
1374 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
1375 _descriptor.FieldDescriptor(
1376 name='status', full_name='dmi.GetLogLevelResponse.status', index=2,
1377 number=3, type=14, cpp_type=8, label=1,
1378 has_default_value=False, default_value=0,
1379 message_type=None, enum_type=None, containing_type=None,
1380 is_extension=False, extension_scope=None,
1381 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
1382 _descriptor.FieldDescriptor(
1383 name='reason', full_name='dmi.GetLogLevelResponse.reason', index=3,
1384 number=4, type=14, cpp_type=8, label=1,
1385 has_default_value=False, default_value=0,
1386 message_type=None, enum_type=None, containing_type=None,
1387 is_extension=False, extension_scope=None,
1388 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
amit.ghosh8ab1e6e2021-02-23 07:40:17 +01001389 _descriptor.FieldDescriptor(
1390 name='reason_detail', full_name='dmi.GetLogLevelResponse.reason_detail', index=4,
1391 number=5, type=9, cpp_type=9, label=1,
1392 has_default_value=False, default_value=b"".decode('utf-8'),
1393 message_type=None, enum_type=None, containing_type=None,
1394 is_extension=False, extension_scope=None,
1395 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
Andrea Campanellab91e9a42020-10-09 14:31:43 +02001396 ],
1397 extensions=[
1398 ],
1399 nested_types=[],
1400 enum_types=[
amit.ghoshae473032021-01-10 11:59:10 +01001401 _GETLOGLEVELRESPONSE_REASON,
Andrea Campanellab91e9a42020-10-09 14:31:43 +02001402 ],
1403 serialized_options=None,
1404 is_extendable=False,
1405 syntax='proto3',
1406 extension_ranges=[],
1407 oneofs=[
1408 ],
amit.ghosh0c687412021-03-24 19:01:08 +01001409 serialized_start=3656,
1410 serialized_end=3972,
Andrea Campanellab91e9a42020-10-09 14:31:43 +02001411)
1412
1413
1414_GETLOGGABLEENTITIESREQUEST = _descriptor.Descriptor(
1415 name='GetLoggableEntitiesRequest',
1416 full_name='dmi.GetLoggableEntitiesRequest',
1417 filename=None,
1418 file=DESCRIPTOR,
1419 containing_type=None,
1420 create_key=_descriptor._internal_create_key,
1421 fields=[
1422 _descriptor.FieldDescriptor(
1423 name='device_uuid', full_name='dmi.GetLoggableEntitiesRequest.device_uuid', index=0,
1424 number=1, type=11, cpp_type=10, label=1,
1425 has_default_value=False, default_value=None,
1426 message_type=None, enum_type=None, containing_type=None,
1427 is_extension=False, extension_scope=None,
1428 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
1429 ],
1430 extensions=[
1431 ],
1432 nested_types=[],
1433 enum_types=[
1434 ],
1435 serialized_options=None,
1436 is_extendable=False,
1437 syntax='proto3',
1438 extension_ranges=[],
1439 oneofs=[
1440 ],
amit.ghosh0c687412021-03-24 19:01:08 +01001441 serialized_start=3974,
1442 serialized_end=4034,
Andrea Campanellab91e9a42020-10-09 14:31:43 +02001443)
1444
Chandrakanth Nalkudre Gowda415b83c2021-04-28 18:01:29 +05301445
1446_HEARTBEAT = _descriptor.Descriptor(
1447 name='Heartbeat',
1448 full_name='dmi.Heartbeat',
1449 filename=None,
1450 file=DESCRIPTOR,
1451 containing_type=None,
1452 create_key=_descriptor._internal_create_key,
1453 fields=[
1454 _descriptor.FieldDescriptor(
1455 name='heartbeat_signature', full_name='dmi.Heartbeat.heartbeat_signature', index=0,
1456 number=1, type=7, cpp_type=3, label=1,
1457 has_default_value=False, default_value=0,
1458 message_type=None, enum_type=None, containing_type=None,
1459 is_extension=False, extension_scope=None,
1460 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
1461 ],
1462 extensions=[
1463 ],
1464 nested_types=[],
1465 enum_types=[
1466 ],
1467 serialized_options=None,
1468 is_extendable=False,
1469 syntax='proto3',
1470 extension_ranges=[],
1471 oneofs=[
1472 ],
1473 serialized_start=4036,
1474 serialized_end=4076,
1475)
1476
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001477_PHYSICALINVENTORYREQUEST.fields_by_name['device_uuid'].message_type = dmi_dot_hw__pb2._UUID
1478_PHYSICALINVENTORYRESPONSE.fields_by_name['status'].enum_type = dmi_dot_commons__pb2._STATUS
amit.ghoshae473032021-01-10 11:59:10 +01001479_PHYSICALINVENTORYRESPONSE.fields_by_name['reason'].enum_type = _PHYSICALINVENTORYRESPONSE_REASON
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001480_PHYSICALINVENTORYRESPONSE.fields_by_name['inventory'].message_type = dmi_dot_hw__pb2._HARDWARE
amit.ghoshae473032021-01-10 11:59:10 +01001481_PHYSICALINVENTORYRESPONSE_REASON.containing_type = _PHYSICALINVENTORYRESPONSE
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001482_HWCOMPONENTINFOGETREQUEST.fields_by_name['device_uuid'].message_type = dmi_dot_hw__pb2._UUID
1483_HWCOMPONENTINFOGETREQUEST.fields_by_name['component_uuid'].message_type = dmi_dot_hw__pb2._UUID
aghoshc301dcd2020-09-03 16:55:34 +01001484_HWCOMPONENTINFOGETRESPONSE.fields_by_name['status'].enum_type = dmi_dot_commons__pb2._STATUS
amit.ghoshae473032021-01-10 11:59:10 +01001485_HWCOMPONENTINFOGETRESPONSE.fields_by_name['reason'].enum_type = _HWCOMPONENTINFOGETRESPONSE_REASON
aghoshc301dcd2020-09-03 16:55:34 +01001486_HWCOMPONENTINFOGETRESPONSE.fields_by_name['component'].message_type = dmi_dot_hw__pb2._COMPONENT
amit.ghoshae473032021-01-10 11:59:10 +01001487_HWCOMPONENTINFOGETRESPONSE_REASON.containing_type = _HWCOMPONENTINFOGETRESPONSE
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001488_HWCOMPONENTINFOSETREQUEST.fields_by_name['device_uuid'].message_type = dmi_dot_hw__pb2._UUID
1489_HWCOMPONENTINFOSETREQUEST.fields_by_name['component_uuid'].message_type = dmi_dot_hw__pb2._UUID
1490_HWCOMPONENTINFOSETREQUEST.fields_by_name['changes'].message_type = dmi_dot_hw__pb2._MODIFIABLECOMPONENT
1491_HWCOMPONENTINFOSETRESPONSE.fields_by_name['status'].enum_type = dmi_dot_commons__pb2._STATUS
amit.ghoshae473032021-01-10 11:59:10 +01001492_HWCOMPONENTINFOSETRESPONSE.fields_by_name['reason'].enum_type = _HWCOMPONENTINFOSETRESPONSE_REASON
1493_HWCOMPONENTINFOSETRESPONSE_REASON.containing_type = _HWCOMPONENTINFOSETRESPONSE
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001494_STARTMANAGINGDEVICERESPONSE.fields_by_name['status'].enum_type = dmi_dot_commons__pb2._STATUS
amit.ghoshae473032021-01-10 11:59:10 +01001495_STARTMANAGINGDEVICERESPONSE.fields_by_name['reason'].enum_type = _STARTMANAGINGDEVICERESPONSE_REASON
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001496_STARTMANAGINGDEVICERESPONSE.fields_by_name['device_uuid'].message_type = dmi_dot_hw__pb2._UUID
amit.ghoshae473032021-01-10 11:59:10 +01001497_STARTMANAGINGDEVICERESPONSE_REASON.containing_type = _STARTMANAGINGDEVICERESPONSE
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001498_STOPMANAGINGDEVICERESPONSE.fields_by_name['status'].enum_type = dmi_dot_commons__pb2._STATUS
amit.ghoshae473032021-01-10 11:59:10 +01001499_STOPMANAGINGDEVICERESPONSE.fields_by_name['reason'].enum_type = _STOPMANAGINGDEVICERESPONSE_REASON
1500_STOPMANAGINGDEVICERESPONSE_REASON.containing_type = _STOPMANAGINGDEVICERESPONSE
amit.ghosh0c687412021-03-24 19:01:08 +01001501_MANAGEDDEVICEINFO.fields_by_name['info'].message_type = dmi_dot_hw__pb2._MODIFIABLECOMPONENT
1502_MANAGEDDEVICEINFO.fields_by_name['device_uuid'].message_type = dmi_dot_hw__pb2._UUID
1503_MANAGEDDEVICESRESPONSE.fields_by_name['status'].enum_type = dmi_dot_commons__pb2._STATUS
1504_MANAGEDDEVICESRESPONSE.fields_by_name['reason'].enum_type = _MANAGEDDEVICESRESPONSE_REASON
1505_MANAGEDDEVICESRESPONSE.fields_by_name['devices'].message_type = _MANAGEDDEVICEINFO
1506_MANAGEDDEVICESRESPONSE_REASON.containing_type = _MANAGEDDEVICESRESPONSE
amit.ghosh188a84f2020-09-27 20:59:25 +02001507_SETLOGGINGENDPOINTREQUEST.fields_by_name['device_uuid'].message_type = dmi_dot_hw__pb2._UUID
1508_SETREMOTEENDPOINTRESPONSE.fields_by_name['status'].enum_type = dmi_dot_commons__pb2._STATUS
amit.ghoshae473032021-01-10 11:59:10 +01001509_SETREMOTEENDPOINTRESPONSE.fields_by_name['reason'].enum_type = _SETREMOTEENDPOINTRESPONSE_REASON
1510_SETREMOTEENDPOINTRESPONSE_REASON.containing_type = _SETREMOTEENDPOINTRESPONSE
amit.ghosh188a84f2020-09-27 20:59:25 +02001511_GETLOGGINGENDPOINTRESPONSE.fields_by_name['status'].enum_type = dmi_dot_commons__pb2._STATUS
amit.ghoshae473032021-01-10 11:59:10 +01001512_GETLOGGINGENDPOINTRESPONSE.fields_by_name['reason'].enum_type = _GETLOGGINGENDPOINTRESPONSE_REASON
1513_GETLOGGINGENDPOINTRESPONSE_REASON.containing_type = _GETLOGGINGENDPOINTRESPONSE
amit.ghosh188a84f2020-09-27 20:59:25 +02001514_GETMSGBUSENDPOINTRESPONSE.fields_by_name['status'].enum_type = dmi_dot_commons__pb2._STATUS
amit.ghoshae473032021-01-10 11:59:10 +01001515_GETMSGBUSENDPOINTRESPONSE.fields_by_name['reason'].enum_type = _GETMSGBUSENDPOINTRESPONSE_REASON
1516_GETMSGBUSENDPOINTRESPONSE_REASON.containing_type = _GETMSGBUSENDPOINTRESPONSE
Andrea Campanellab91e9a42020-10-09 14:31:43 +02001517_ENTITIESLOGLEVEL.fields_by_name['logLevel'].enum_type = dmi_dot_commons__pb2._LOGLEVEL
1518_SETLOGLEVELREQUEST.fields_by_name['device_uuid'].message_type = dmi_dot_hw__pb2._UUID
1519_SETLOGLEVELREQUEST.fields_by_name['loglevels'].message_type = _ENTITIESLOGLEVEL
amit.ghosh5d97dba2020-11-12 16:45:27 +01001520_SETLOGLEVELRESPONSE.fields_by_name['device_uuid'].message_type = dmi_dot_hw__pb2._UUID
1521_SETLOGLEVELRESPONSE.fields_by_name['status'].enum_type = dmi_dot_commons__pb2._STATUS
amit.ghoshae473032021-01-10 11:59:10 +01001522_SETLOGLEVELRESPONSE.fields_by_name['reason'].enum_type = _SETLOGLEVELRESPONSE_REASON
1523_SETLOGLEVELRESPONSE_REASON.containing_type = _SETLOGLEVELRESPONSE
Andrea Campanellab91e9a42020-10-09 14:31:43 +02001524_GETLOGLEVELREQUEST.fields_by_name['device_uuid'].message_type = dmi_dot_hw__pb2._UUID
1525_GETLOGLEVELRESPONSE.fields_by_name['device_uuid'].message_type = dmi_dot_hw__pb2._UUID
1526_GETLOGLEVELRESPONSE.fields_by_name['logLevels'].message_type = _ENTITIESLOGLEVEL
1527_GETLOGLEVELRESPONSE.fields_by_name['status'].enum_type = dmi_dot_commons__pb2._STATUS
amit.ghoshae473032021-01-10 11:59:10 +01001528_GETLOGLEVELRESPONSE.fields_by_name['reason'].enum_type = _GETLOGLEVELRESPONSE_REASON
1529_GETLOGLEVELRESPONSE_REASON.containing_type = _GETLOGLEVELRESPONSE
Andrea Campanellab91e9a42020-10-09 14:31:43 +02001530_GETLOGGABLEENTITIESREQUEST.fields_by_name['device_uuid'].message_type = dmi_dot_hw__pb2._UUID
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001531DESCRIPTOR.message_types_by_name['PhysicalInventoryRequest'] = _PHYSICALINVENTORYREQUEST
1532DESCRIPTOR.message_types_by_name['PhysicalInventoryResponse'] = _PHYSICALINVENTORYRESPONSE
1533DESCRIPTOR.message_types_by_name['HWComponentInfoGetRequest'] = _HWCOMPONENTINFOGETREQUEST
aghoshc301dcd2020-09-03 16:55:34 +01001534DESCRIPTOR.message_types_by_name['HWComponentInfoGetResponse'] = _HWCOMPONENTINFOGETRESPONSE
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001535DESCRIPTOR.message_types_by_name['HWComponentInfoSetRequest'] = _HWCOMPONENTINFOSETREQUEST
1536DESCRIPTOR.message_types_by_name['HWComponentInfoSetResponse'] = _HWCOMPONENTINFOSETRESPONSE
1537DESCRIPTOR.message_types_by_name['StartManagingDeviceResponse'] = _STARTMANAGINGDEVICERESPONSE
1538DESCRIPTOR.message_types_by_name['StopManagingDeviceRequest'] = _STOPMANAGINGDEVICEREQUEST
1539DESCRIPTOR.message_types_by_name['StopManagingDeviceResponse'] = _STOPMANAGINGDEVICERESPONSE
amit.ghosh0c687412021-03-24 19:01:08 +01001540DESCRIPTOR.message_types_by_name['ManagedDeviceInfo'] = _MANAGEDDEVICEINFO
Andrea Campanellacb990bc2020-09-22 12:50:56 +02001541DESCRIPTOR.message_types_by_name['ManagedDevicesResponse'] = _MANAGEDDEVICESRESPONSE
amit.ghosh188a84f2020-09-27 20:59:25 +02001542DESCRIPTOR.message_types_by_name['SetLoggingEndpointRequest'] = _SETLOGGINGENDPOINTREQUEST
1543DESCRIPTOR.message_types_by_name['SetRemoteEndpointResponse'] = _SETREMOTEENDPOINTRESPONSE
1544DESCRIPTOR.message_types_by_name['GetLoggingEndpointResponse'] = _GETLOGGINGENDPOINTRESPONSE
1545DESCRIPTOR.message_types_by_name['SetMsgBusEndpointRequest'] = _SETMSGBUSENDPOINTREQUEST
1546DESCRIPTOR.message_types_by_name['GetMsgBusEndpointResponse'] = _GETMSGBUSENDPOINTRESPONSE
Andrea Campanellab91e9a42020-10-09 14:31:43 +02001547DESCRIPTOR.message_types_by_name['EntitiesLogLevel'] = _ENTITIESLOGLEVEL
1548DESCRIPTOR.message_types_by_name['SetLogLevelRequest'] = _SETLOGLEVELREQUEST
1549DESCRIPTOR.message_types_by_name['SetLogLevelResponse'] = _SETLOGLEVELRESPONSE
Andrea Campanellab91e9a42020-10-09 14:31:43 +02001550DESCRIPTOR.message_types_by_name['GetLogLevelRequest'] = _GETLOGLEVELREQUEST
1551DESCRIPTOR.message_types_by_name['GetLogLevelResponse'] = _GETLOGLEVELRESPONSE
1552DESCRIPTOR.message_types_by_name['GetLoggableEntitiesRequest'] = _GETLOGGABLEENTITIESREQUEST
Chandrakanth Nalkudre Gowda415b83c2021-04-28 18:01:29 +05301553DESCRIPTOR.message_types_by_name['Heartbeat'] = _HEARTBEAT
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001554_sym_db.RegisterFileDescriptor(DESCRIPTOR)
1555
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +02001556PhysicalInventoryRequest = _reflection.GeneratedProtocolMessageType('PhysicalInventoryRequest', (_message.Message,), {
1557 'DESCRIPTOR' : _PHYSICALINVENTORYREQUEST,
1558 '__module__' : 'dmi.hw_management_service_pb2'
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001559 # @@protoc_insertion_point(class_scope:dmi.PhysicalInventoryRequest)
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +02001560 })
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001561_sym_db.RegisterMessage(PhysicalInventoryRequest)
1562
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +02001563PhysicalInventoryResponse = _reflection.GeneratedProtocolMessageType('PhysicalInventoryResponse', (_message.Message,), {
1564 'DESCRIPTOR' : _PHYSICALINVENTORYRESPONSE,
1565 '__module__' : 'dmi.hw_management_service_pb2'
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001566 # @@protoc_insertion_point(class_scope:dmi.PhysicalInventoryResponse)
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +02001567 })
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001568_sym_db.RegisterMessage(PhysicalInventoryResponse)
1569
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +02001570HWComponentInfoGetRequest = _reflection.GeneratedProtocolMessageType('HWComponentInfoGetRequest', (_message.Message,), {
1571 'DESCRIPTOR' : _HWCOMPONENTINFOGETREQUEST,
1572 '__module__' : 'dmi.hw_management_service_pb2'
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001573 # @@protoc_insertion_point(class_scope:dmi.HWComponentInfoGetRequest)
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +02001574 })
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001575_sym_db.RegisterMessage(HWComponentInfoGetRequest)
1576
aghoshc301dcd2020-09-03 16:55:34 +01001577HWComponentInfoGetResponse = _reflection.GeneratedProtocolMessageType('HWComponentInfoGetResponse', (_message.Message,), {
1578 'DESCRIPTOR' : _HWCOMPONENTINFOGETRESPONSE,
1579 '__module__' : 'dmi.hw_management_service_pb2'
1580 # @@protoc_insertion_point(class_scope:dmi.HWComponentInfoGetResponse)
1581 })
1582_sym_db.RegisterMessage(HWComponentInfoGetResponse)
1583
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +02001584HWComponentInfoSetRequest = _reflection.GeneratedProtocolMessageType('HWComponentInfoSetRequest', (_message.Message,), {
1585 'DESCRIPTOR' : _HWCOMPONENTINFOSETREQUEST,
1586 '__module__' : 'dmi.hw_management_service_pb2'
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001587 # @@protoc_insertion_point(class_scope:dmi.HWComponentInfoSetRequest)
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +02001588 })
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001589_sym_db.RegisterMessage(HWComponentInfoSetRequest)
1590
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +02001591HWComponentInfoSetResponse = _reflection.GeneratedProtocolMessageType('HWComponentInfoSetResponse', (_message.Message,), {
1592 'DESCRIPTOR' : _HWCOMPONENTINFOSETRESPONSE,
1593 '__module__' : 'dmi.hw_management_service_pb2'
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001594 # @@protoc_insertion_point(class_scope:dmi.HWComponentInfoSetResponse)
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +02001595 })
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001596_sym_db.RegisterMessage(HWComponentInfoSetResponse)
1597
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +02001598StartManagingDeviceResponse = _reflection.GeneratedProtocolMessageType('StartManagingDeviceResponse', (_message.Message,), {
1599 'DESCRIPTOR' : _STARTMANAGINGDEVICERESPONSE,
1600 '__module__' : 'dmi.hw_management_service_pb2'
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001601 # @@protoc_insertion_point(class_scope:dmi.StartManagingDeviceResponse)
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +02001602 })
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001603_sym_db.RegisterMessage(StartManagingDeviceResponse)
1604
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +02001605StopManagingDeviceRequest = _reflection.GeneratedProtocolMessageType('StopManagingDeviceRequest', (_message.Message,), {
1606 'DESCRIPTOR' : _STOPMANAGINGDEVICEREQUEST,
1607 '__module__' : 'dmi.hw_management_service_pb2'
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001608 # @@protoc_insertion_point(class_scope:dmi.StopManagingDeviceRequest)
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +02001609 })
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001610_sym_db.RegisterMessage(StopManagingDeviceRequest)
1611
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +02001612StopManagingDeviceResponse = _reflection.GeneratedProtocolMessageType('StopManagingDeviceResponse', (_message.Message,), {
1613 'DESCRIPTOR' : _STOPMANAGINGDEVICERESPONSE,
1614 '__module__' : 'dmi.hw_management_service_pb2'
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001615 # @@protoc_insertion_point(class_scope:dmi.StopManagingDeviceResponse)
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +02001616 })
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001617_sym_db.RegisterMessage(StopManagingDeviceResponse)
1618
amit.ghosh0c687412021-03-24 19:01:08 +01001619ManagedDeviceInfo = _reflection.GeneratedProtocolMessageType('ManagedDeviceInfo', (_message.Message,), {
1620 'DESCRIPTOR' : _MANAGEDDEVICEINFO,
1621 '__module__' : 'dmi.hw_management_service_pb2'
1622 # @@protoc_insertion_point(class_scope:dmi.ManagedDeviceInfo)
1623 })
1624_sym_db.RegisterMessage(ManagedDeviceInfo)
1625
Andrea Campanellacb990bc2020-09-22 12:50:56 +02001626ManagedDevicesResponse = _reflection.GeneratedProtocolMessageType('ManagedDevicesResponse', (_message.Message,), {
1627 'DESCRIPTOR' : _MANAGEDDEVICESRESPONSE,
1628 '__module__' : 'dmi.hw_management_service_pb2'
1629 # @@protoc_insertion_point(class_scope:dmi.ManagedDevicesResponse)
1630 })
1631_sym_db.RegisterMessage(ManagedDevicesResponse)
1632
amit.ghosh188a84f2020-09-27 20:59:25 +02001633SetLoggingEndpointRequest = _reflection.GeneratedProtocolMessageType('SetLoggingEndpointRequest', (_message.Message,), {
1634 'DESCRIPTOR' : _SETLOGGINGENDPOINTREQUEST,
1635 '__module__' : 'dmi.hw_management_service_pb2'
1636 # @@protoc_insertion_point(class_scope:dmi.SetLoggingEndpointRequest)
1637 })
1638_sym_db.RegisterMessage(SetLoggingEndpointRequest)
1639
1640SetRemoteEndpointResponse = _reflection.GeneratedProtocolMessageType('SetRemoteEndpointResponse', (_message.Message,), {
1641 'DESCRIPTOR' : _SETREMOTEENDPOINTRESPONSE,
1642 '__module__' : 'dmi.hw_management_service_pb2'
1643 # @@protoc_insertion_point(class_scope:dmi.SetRemoteEndpointResponse)
1644 })
1645_sym_db.RegisterMessage(SetRemoteEndpointResponse)
1646
1647GetLoggingEndpointResponse = _reflection.GeneratedProtocolMessageType('GetLoggingEndpointResponse', (_message.Message,), {
1648 'DESCRIPTOR' : _GETLOGGINGENDPOINTRESPONSE,
1649 '__module__' : 'dmi.hw_management_service_pb2'
1650 # @@protoc_insertion_point(class_scope:dmi.GetLoggingEndpointResponse)
1651 })
1652_sym_db.RegisterMessage(GetLoggingEndpointResponse)
1653
1654SetMsgBusEndpointRequest = _reflection.GeneratedProtocolMessageType('SetMsgBusEndpointRequest', (_message.Message,), {
1655 'DESCRIPTOR' : _SETMSGBUSENDPOINTREQUEST,
1656 '__module__' : 'dmi.hw_management_service_pb2'
1657 # @@protoc_insertion_point(class_scope:dmi.SetMsgBusEndpointRequest)
1658 })
1659_sym_db.RegisterMessage(SetMsgBusEndpointRequest)
1660
1661GetMsgBusEndpointResponse = _reflection.GeneratedProtocolMessageType('GetMsgBusEndpointResponse', (_message.Message,), {
1662 'DESCRIPTOR' : _GETMSGBUSENDPOINTRESPONSE,
1663 '__module__' : 'dmi.hw_management_service_pb2'
1664 # @@protoc_insertion_point(class_scope:dmi.GetMsgBusEndpointResponse)
1665 })
1666_sym_db.RegisterMessage(GetMsgBusEndpointResponse)
1667
Andrea Campanellab91e9a42020-10-09 14:31:43 +02001668EntitiesLogLevel = _reflection.GeneratedProtocolMessageType('EntitiesLogLevel', (_message.Message,), {
1669 'DESCRIPTOR' : _ENTITIESLOGLEVEL,
1670 '__module__' : 'dmi.hw_management_service_pb2'
1671 # @@protoc_insertion_point(class_scope:dmi.EntitiesLogLevel)
1672 })
1673_sym_db.RegisterMessage(EntitiesLogLevel)
1674
1675SetLogLevelRequest = _reflection.GeneratedProtocolMessageType('SetLogLevelRequest', (_message.Message,), {
1676 'DESCRIPTOR' : _SETLOGLEVELREQUEST,
1677 '__module__' : 'dmi.hw_management_service_pb2'
1678 # @@protoc_insertion_point(class_scope:dmi.SetLogLevelRequest)
1679 })
1680_sym_db.RegisterMessage(SetLogLevelRequest)
1681
1682SetLogLevelResponse = _reflection.GeneratedProtocolMessageType('SetLogLevelResponse', (_message.Message,), {
1683 'DESCRIPTOR' : _SETLOGLEVELRESPONSE,
1684 '__module__' : 'dmi.hw_management_service_pb2'
1685 # @@protoc_insertion_point(class_scope:dmi.SetLogLevelResponse)
1686 })
1687_sym_db.RegisterMessage(SetLogLevelResponse)
1688
Andrea Campanellab91e9a42020-10-09 14:31:43 +02001689GetLogLevelRequest = _reflection.GeneratedProtocolMessageType('GetLogLevelRequest', (_message.Message,), {
1690 'DESCRIPTOR' : _GETLOGLEVELREQUEST,
1691 '__module__' : 'dmi.hw_management_service_pb2'
1692 # @@protoc_insertion_point(class_scope:dmi.GetLogLevelRequest)
1693 })
1694_sym_db.RegisterMessage(GetLogLevelRequest)
1695
1696GetLogLevelResponse = _reflection.GeneratedProtocolMessageType('GetLogLevelResponse', (_message.Message,), {
1697 'DESCRIPTOR' : _GETLOGLEVELRESPONSE,
1698 '__module__' : 'dmi.hw_management_service_pb2'
1699 # @@protoc_insertion_point(class_scope:dmi.GetLogLevelResponse)
1700 })
1701_sym_db.RegisterMessage(GetLogLevelResponse)
1702
1703GetLoggableEntitiesRequest = _reflection.GeneratedProtocolMessageType('GetLoggableEntitiesRequest', (_message.Message,), {
1704 'DESCRIPTOR' : _GETLOGGABLEENTITIESREQUEST,
1705 '__module__' : 'dmi.hw_management_service_pb2'
1706 # @@protoc_insertion_point(class_scope:dmi.GetLoggableEntitiesRequest)
1707 })
1708_sym_db.RegisterMessage(GetLoggableEntitiesRequest)
1709
Chandrakanth Nalkudre Gowda415b83c2021-04-28 18:01:29 +05301710Heartbeat = _reflection.GeneratedProtocolMessageType('Heartbeat', (_message.Message,), {
1711 'DESCRIPTOR' : _HEARTBEAT,
1712 '__module__' : 'dmi.hw_management_service_pb2'
1713 # @@protoc_insertion_point(class_scope:dmi.Heartbeat)
1714 })
1715_sym_db.RegisterMessage(Heartbeat)
1716
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001717
1718DESCRIPTOR._options = None
1719
1720_NATIVEHWMANAGEMENTSERVICE = _descriptor.ServiceDescriptor(
1721 name='NativeHWManagementService',
1722 full_name='dmi.NativeHWManagementService',
1723 file=DESCRIPTOR,
1724 index=0,
1725 serialized_options=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +02001726 create_key=_descriptor._internal_create_key,
Chandrakanth Nalkudre Gowda415b83c2021-04-28 18:01:29 +05301727 serialized_start=4079,
1728 serialized_end=5208,
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001729 methods=[
1730 _descriptor.MethodDescriptor(
1731 name='StartManagingDevice',
1732 full_name='dmi.NativeHWManagementService.StartManagingDevice',
1733 index=0,
1734 containing_service=None,
1735 input_type=dmi_dot_hw__pb2._MODIFIABLECOMPONENT,
1736 output_type=_STARTMANAGINGDEVICERESPONSE,
1737 serialized_options=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +02001738 create_key=_descriptor._internal_create_key,
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001739 ),
1740 _descriptor.MethodDescriptor(
1741 name='StopManagingDevice',
1742 full_name='dmi.NativeHWManagementService.StopManagingDevice',
1743 index=1,
1744 containing_service=None,
1745 input_type=_STOPMANAGINGDEVICEREQUEST,
1746 output_type=_STOPMANAGINGDEVICERESPONSE,
1747 serialized_options=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +02001748 create_key=_descriptor._internal_create_key,
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001749 ),
1750 _descriptor.MethodDescriptor(
Andrea Campanellacb990bc2020-09-22 12:50:56 +02001751 name='GetManagedDevices',
1752 full_name='dmi.NativeHWManagementService.GetManagedDevices',
1753 index=2,
1754 containing_service=None,
1755 input_type=google_dot_protobuf_dot_empty__pb2._EMPTY,
1756 output_type=_MANAGEDDEVICESRESPONSE,
1757 serialized_options=None,
1758 create_key=_descriptor._internal_create_key,
1759 ),
1760 _descriptor.MethodDescriptor(
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001761 name='GetPhysicalInventory',
1762 full_name='dmi.NativeHWManagementService.GetPhysicalInventory',
Andrea Campanellacb990bc2020-09-22 12:50:56 +02001763 index=3,
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001764 containing_service=None,
1765 input_type=_PHYSICALINVENTORYREQUEST,
1766 output_type=_PHYSICALINVENTORYRESPONSE,
1767 serialized_options=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +02001768 create_key=_descriptor._internal_create_key,
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001769 ),
1770 _descriptor.MethodDescriptor(
1771 name='GetHWComponentInfo',
1772 full_name='dmi.NativeHWManagementService.GetHWComponentInfo',
Andrea Campanellacb990bc2020-09-22 12:50:56 +02001773 index=4,
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001774 containing_service=None,
1775 input_type=_HWCOMPONENTINFOGETREQUEST,
aghoshc301dcd2020-09-03 16:55:34 +01001776 output_type=_HWCOMPONENTINFOGETRESPONSE,
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001777 serialized_options=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +02001778 create_key=_descriptor._internal_create_key,
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001779 ),
1780 _descriptor.MethodDescriptor(
1781 name='SetHWComponentInfo',
1782 full_name='dmi.NativeHWManagementService.SetHWComponentInfo',
Andrea Campanellacb990bc2020-09-22 12:50:56 +02001783 index=5,
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001784 containing_service=None,
1785 input_type=_HWCOMPONENTINFOSETREQUEST,
1786 output_type=_HWCOMPONENTINFOSETRESPONSE,
1787 serialized_options=None,
uwe ottrembka5ea5c0a2020-08-31 10:37:35 +02001788 create_key=_descriptor._internal_create_key,
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001789 ),
amit.ghosh188a84f2020-09-27 20:59:25 +02001790 _descriptor.MethodDescriptor(
1791 name='SetLoggingEndpoint',
1792 full_name='dmi.NativeHWManagementService.SetLoggingEndpoint',
1793 index=6,
1794 containing_service=None,
1795 input_type=_SETLOGGINGENDPOINTREQUEST,
1796 output_type=_SETREMOTEENDPOINTRESPONSE,
1797 serialized_options=None,
1798 create_key=_descriptor._internal_create_key,
1799 ),
1800 _descriptor.MethodDescriptor(
1801 name='GetLoggingEndpoint',
1802 full_name='dmi.NativeHWManagementService.GetLoggingEndpoint',
1803 index=7,
1804 containing_service=None,
amit.ghosh5d97dba2020-11-12 16:45:27 +01001805 input_type=dmi_dot_hw__pb2._HARDWAREID,
amit.ghosh188a84f2020-09-27 20:59:25 +02001806 output_type=_GETLOGGINGENDPOINTRESPONSE,
1807 serialized_options=None,
1808 create_key=_descriptor._internal_create_key,
1809 ),
1810 _descriptor.MethodDescriptor(
1811 name='SetMsgBusEndpoint',
1812 full_name='dmi.NativeHWManagementService.SetMsgBusEndpoint',
1813 index=8,
1814 containing_service=None,
1815 input_type=_SETMSGBUSENDPOINTREQUEST,
1816 output_type=_SETREMOTEENDPOINTRESPONSE,
1817 serialized_options=None,
1818 create_key=_descriptor._internal_create_key,
1819 ),
1820 _descriptor.MethodDescriptor(
1821 name='GetMsgBusEndpoint',
1822 full_name='dmi.NativeHWManagementService.GetMsgBusEndpoint',
1823 index=9,
1824 containing_service=None,
1825 input_type=google_dot_protobuf_dot_empty__pb2._EMPTY,
1826 output_type=_GETMSGBUSENDPOINTRESPONSE,
1827 serialized_options=None,
1828 create_key=_descriptor._internal_create_key,
1829 ),
Andrea Campanellab91e9a42020-10-09 14:31:43 +02001830 _descriptor.MethodDescriptor(
1831 name='GetLoggableEntities',
1832 full_name='dmi.NativeHWManagementService.GetLoggableEntities',
1833 index=10,
1834 containing_service=None,
1835 input_type=_GETLOGGABLEENTITIESREQUEST,
1836 output_type=_GETLOGLEVELRESPONSE,
1837 serialized_options=None,
1838 create_key=_descriptor._internal_create_key,
1839 ),
1840 _descriptor.MethodDescriptor(
1841 name='SetLogLevel',
1842 full_name='dmi.NativeHWManagementService.SetLogLevel',
1843 index=11,
1844 containing_service=None,
1845 input_type=_SETLOGLEVELREQUEST,
1846 output_type=_SETLOGLEVELRESPONSE,
1847 serialized_options=None,
1848 create_key=_descriptor._internal_create_key,
1849 ),
1850 _descriptor.MethodDescriptor(
1851 name='GetLogLevel',
1852 full_name='dmi.NativeHWManagementService.GetLogLevel',
1853 index=12,
1854 containing_service=None,
1855 input_type=_GETLOGLEVELREQUEST,
1856 output_type=_GETLOGLEVELRESPONSE,
1857 serialized_options=None,
1858 create_key=_descriptor._internal_create_key,
1859 ),
Chandrakanth Nalkudre Gowda415b83c2021-04-28 18:01:29 +05301860 _descriptor.MethodDescriptor(
1861 name='HeartbeatCheck',
1862 full_name='dmi.NativeHWManagementService.HeartbeatCheck',
1863 index=13,
1864 containing_service=None,
1865 input_type=google_dot_protobuf_dot_empty__pb2._EMPTY,
1866 output_type=_HEARTBEAT,
1867 serialized_options=None,
1868 create_key=_descriptor._internal_create_key,
1869 ),
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001870])
1871_sym_db.RegisterServiceDescriptor(_NATIVEHWMANAGEMENTSERVICE)
1872
1873DESCRIPTOR.services_by_name['NativeHWManagementService'] = _NATIVEHWMANAGEMENTSERVICE
1874
1875# @@protoc_insertion_point(module_scope)