blob: 7f502f33afa9211a1578e75e52a8d133b17f22ab [file] [log] [blame]
Shivanagouda Malaginahalli335fe4d2021-03-31 16:52:28 +05301// Generated by the protocol buffer compiler. DO NOT EDIT!
2// source: dmi/hw_management_service.proto
3
4#ifndef PROTOBUF_INCLUDED_dmi_2fhw_5fmanagement_5fservice_2eproto
5#define PROTOBUF_INCLUDED_dmi_2fhw_5fmanagement_5fservice_2eproto
6
7#include <limits>
8#include <string>
9
10#include <google/protobuf/port_def.inc>
11#if PROTOBUF_VERSION < 3007000
12#error This file was generated by a newer version of protoc which is
13#error incompatible with your Protocol Buffer headers. Please update
14#error your headers.
15#endif
16#if 3007000 < PROTOBUF_MIN_PROTOC_VERSION
17#error This file was generated by an older version of protoc which is
18#error incompatible with your Protocol Buffer headers. Please
19#error regenerate this file with a newer version of protoc.
20#endif
21
22#include <google/protobuf/port_undef.inc>
23#include <google/protobuf/io/coded_stream.h>
24#include <google/protobuf/arena.h>
25#include <google/protobuf/arenastring.h>
26#include <google/protobuf/generated_message_table_driven.h>
27#include <google/protobuf/generated_message_util.h>
28#include <google/protobuf/inlined_string_field.h>
29#include <google/protobuf/metadata.h>
30#include <google/protobuf/message.h>
31#include <google/protobuf/repeated_field.h> // IWYU pragma: export
32#include <google/protobuf/extension_set.h> // IWYU pragma: export
33#include <google/protobuf/generated_enum_reflection.h>
34#include <google/protobuf/unknown_field_set.h>
35#include "dmi/commons.pb.h"
36#include "dmi/hw.pb.h"
37#include <google/protobuf/empty.pb.h>
38// @@protoc_insertion_point(includes)
39#include <google/protobuf/port_def.inc>
40#define PROTOBUF_INTERNAL_EXPORT_dmi_2fhw_5fmanagement_5fservice_2eproto
41
42// Internal implementation detail -- do not use these members.
43struct TableStruct_dmi_2fhw_5fmanagement_5fservice_2eproto {
44 static const ::google::protobuf::internal::ParseTableField entries[]
45 PROTOBUF_SECTION_VARIABLE(protodesc_cold);
46 static const ::google::protobuf::internal::AuxillaryParseTableField aux[]
47 PROTOBUF_SECTION_VARIABLE(protodesc_cold);
amit.ghosh93183512024-05-28 22:37:27 +020048 static const ::google::protobuf::internal::ParseTable schema[29]
Shivanagouda Malaginahalli335fe4d2021-03-31 16:52:28 +053049 PROTOBUF_SECTION_VARIABLE(protodesc_cold);
50 static const ::google::protobuf::internal::FieldMetadata field_metadata[];
51 static const ::google::protobuf::internal::SerializationTable serialization_table[];
52 static const ::google::protobuf::uint32 offsets[];
53};
54void AddDescriptors_dmi_2fhw_5fmanagement_5fservice_2eproto();
55namespace dmi {
56class EntitiesLogLevel;
57class EntitiesLogLevelDefaultTypeInternal;
58extern EntitiesLogLevelDefaultTypeInternal _EntitiesLogLevel_default_instance_;
amit.ghosh93183512024-05-28 22:37:27 +020059class GetDmLogLevelRequest;
60class GetDmLogLevelRequestDefaultTypeInternal;
61extern GetDmLogLevelRequestDefaultTypeInternal _GetDmLogLevelRequest_default_instance_;
62class GetDmLogLevelResponse;
63class GetDmLogLevelResponseDefaultTypeInternal;
64extern GetDmLogLevelResponseDefaultTypeInternal _GetDmLogLevelResponse_default_instance_;
Shivanagouda Malaginahalli335fe4d2021-03-31 16:52:28 +053065class GetLogLevelRequest;
66class GetLogLevelRequestDefaultTypeInternal;
67extern GetLogLevelRequestDefaultTypeInternal _GetLogLevelRequest_default_instance_;
68class GetLogLevelResponse;
69class GetLogLevelResponseDefaultTypeInternal;
70extern GetLogLevelResponseDefaultTypeInternal _GetLogLevelResponse_default_instance_;
71class GetLoggableEntitiesRequest;
72class GetLoggableEntitiesRequestDefaultTypeInternal;
73extern GetLoggableEntitiesRequestDefaultTypeInternal _GetLoggableEntitiesRequest_default_instance_;
74class GetLoggingEndpointResponse;
75class GetLoggingEndpointResponseDefaultTypeInternal;
76extern GetLoggingEndpointResponseDefaultTypeInternal _GetLoggingEndpointResponse_default_instance_;
77class GetMsgBusEndpointResponse;
78class GetMsgBusEndpointResponseDefaultTypeInternal;
79extern GetMsgBusEndpointResponseDefaultTypeInternal _GetMsgBusEndpointResponse_default_instance_;
80class HWComponentInfoGetRequest;
81class HWComponentInfoGetRequestDefaultTypeInternal;
82extern HWComponentInfoGetRequestDefaultTypeInternal _HWComponentInfoGetRequest_default_instance_;
83class HWComponentInfoGetResponse;
84class HWComponentInfoGetResponseDefaultTypeInternal;
85extern HWComponentInfoGetResponseDefaultTypeInternal _HWComponentInfoGetResponse_default_instance_;
86class HWComponentInfoSetRequest;
87class HWComponentInfoSetRequestDefaultTypeInternal;
88extern HWComponentInfoSetRequestDefaultTypeInternal _HWComponentInfoSetRequest_default_instance_;
89class HWComponentInfoSetResponse;
90class HWComponentInfoSetResponseDefaultTypeInternal;
91extern HWComponentInfoSetResponseDefaultTypeInternal _HWComponentInfoSetResponse_default_instance_;
Chandrakanth Nalkudre Gowda415b83c2021-04-28 18:01:29 +053092class Heartbeat;
93class HeartbeatDefaultTypeInternal;
94extern HeartbeatDefaultTypeInternal _Heartbeat_default_instance_;
Shivanagouda Malaginahalli335fe4d2021-03-31 16:52:28 +053095class ManagedDeviceInfo;
96class ManagedDeviceInfoDefaultTypeInternal;
97extern ManagedDeviceInfoDefaultTypeInternal _ManagedDeviceInfo_default_instance_;
98class ManagedDevicesResponse;
99class ManagedDevicesResponseDefaultTypeInternal;
100extern ManagedDevicesResponseDefaultTypeInternal _ManagedDevicesResponse_default_instance_;
101class PhysicalInventoryRequest;
102class PhysicalInventoryRequestDefaultTypeInternal;
103extern PhysicalInventoryRequestDefaultTypeInternal _PhysicalInventoryRequest_default_instance_;
104class PhysicalInventoryResponse;
105class PhysicalInventoryResponseDefaultTypeInternal;
106extern PhysicalInventoryResponseDefaultTypeInternal _PhysicalInventoryResponse_default_instance_;
Chandrakanth Nalkudre Gowda2f6066c2021-05-13 12:36:32 +0530107class RebootDeviceRequest;
108class RebootDeviceRequestDefaultTypeInternal;
109extern RebootDeviceRequestDefaultTypeInternal _RebootDeviceRequest_default_instance_;
110class RebootDeviceResponse;
111class RebootDeviceResponseDefaultTypeInternal;
112extern RebootDeviceResponseDefaultTypeInternal _RebootDeviceResponse_default_instance_;
amit.ghosh93183512024-05-28 22:37:27 +0200113class SetDmLogLevelRequest;
114class SetDmLogLevelRequestDefaultTypeInternal;
115extern SetDmLogLevelRequestDefaultTypeInternal _SetDmLogLevelRequest_default_instance_;
116class SetDmLogLevelResponse;
117class SetDmLogLevelResponseDefaultTypeInternal;
118extern SetDmLogLevelResponseDefaultTypeInternal _SetDmLogLevelResponse_default_instance_;
Shivanagouda Malaginahalli335fe4d2021-03-31 16:52:28 +0530119class SetLogLevelRequest;
120class SetLogLevelRequestDefaultTypeInternal;
121extern SetLogLevelRequestDefaultTypeInternal _SetLogLevelRequest_default_instance_;
122class SetLogLevelResponse;
123class SetLogLevelResponseDefaultTypeInternal;
124extern SetLogLevelResponseDefaultTypeInternal _SetLogLevelResponse_default_instance_;
125class SetLoggingEndpointRequest;
126class SetLoggingEndpointRequestDefaultTypeInternal;
127extern SetLoggingEndpointRequestDefaultTypeInternal _SetLoggingEndpointRequest_default_instance_;
128class SetMsgBusEndpointRequest;
129class SetMsgBusEndpointRequestDefaultTypeInternal;
130extern SetMsgBusEndpointRequestDefaultTypeInternal _SetMsgBusEndpointRequest_default_instance_;
131class SetRemoteEndpointResponse;
132class SetRemoteEndpointResponseDefaultTypeInternal;
133extern SetRemoteEndpointResponseDefaultTypeInternal _SetRemoteEndpointResponse_default_instance_;
134class StartManagingDeviceResponse;
135class StartManagingDeviceResponseDefaultTypeInternal;
136extern StartManagingDeviceResponseDefaultTypeInternal _StartManagingDeviceResponse_default_instance_;
137class StopManagingDeviceRequest;
138class StopManagingDeviceRequestDefaultTypeInternal;
139extern StopManagingDeviceRequestDefaultTypeInternal _StopManagingDeviceRequest_default_instance_;
140class StopManagingDeviceResponse;
141class StopManagingDeviceResponseDefaultTypeInternal;
142extern StopManagingDeviceResponseDefaultTypeInternal _StopManagingDeviceResponse_default_instance_;
143} // namespace dmi
144namespace google {
145namespace protobuf {
146template<> ::dmi::EntitiesLogLevel* Arena::CreateMaybeMessage<::dmi::EntitiesLogLevel>(Arena*);
amit.ghosh93183512024-05-28 22:37:27 +0200147template<> ::dmi::GetDmLogLevelRequest* Arena::CreateMaybeMessage<::dmi::GetDmLogLevelRequest>(Arena*);
148template<> ::dmi::GetDmLogLevelResponse* Arena::CreateMaybeMessage<::dmi::GetDmLogLevelResponse>(Arena*);
Shivanagouda Malaginahalli335fe4d2021-03-31 16:52:28 +0530149template<> ::dmi::GetLogLevelRequest* Arena::CreateMaybeMessage<::dmi::GetLogLevelRequest>(Arena*);
150template<> ::dmi::GetLogLevelResponse* Arena::CreateMaybeMessage<::dmi::GetLogLevelResponse>(Arena*);
151template<> ::dmi::GetLoggableEntitiesRequest* Arena::CreateMaybeMessage<::dmi::GetLoggableEntitiesRequest>(Arena*);
152template<> ::dmi::GetLoggingEndpointResponse* Arena::CreateMaybeMessage<::dmi::GetLoggingEndpointResponse>(Arena*);
153template<> ::dmi::GetMsgBusEndpointResponse* Arena::CreateMaybeMessage<::dmi::GetMsgBusEndpointResponse>(Arena*);
154template<> ::dmi::HWComponentInfoGetRequest* Arena::CreateMaybeMessage<::dmi::HWComponentInfoGetRequest>(Arena*);
155template<> ::dmi::HWComponentInfoGetResponse* Arena::CreateMaybeMessage<::dmi::HWComponentInfoGetResponse>(Arena*);
156template<> ::dmi::HWComponentInfoSetRequest* Arena::CreateMaybeMessage<::dmi::HWComponentInfoSetRequest>(Arena*);
157template<> ::dmi::HWComponentInfoSetResponse* Arena::CreateMaybeMessage<::dmi::HWComponentInfoSetResponse>(Arena*);
Chandrakanth Nalkudre Gowda415b83c2021-04-28 18:01:29 +0530158template<> ::dmi::Heartbeat* Arena::CreateMaybeMessage<::dmi::Heartbeat>(Arena*);
Shivanagouda Malaginahalli335fe4d2021-03-31 16:52:28 +0530159template<> ::dmi::ManagedDeviceInfo* Arena::CreateMaybeMessage<::dmi::ManagedDeviceInfo>(Arena*);
160template<> ::dmi::ManagedDevicesResponse* Arena::CreateMaybeMessage<::dmi::ManagedDevicesResponse>(Arena*);
161template<> ::dmi::PhysicalInventoryRequest* Arena::CreateMaybeMessage<::dmi::PhysicalInventoryRequest>(Arena*);
162template<> ::dmi::PhysicalInventoryResponse* Arena::CreateMaybeMessage<::dmi::PhysicalInventoryResponse>(Arena*);
Chandrakanth Nalkudre Gowda2f6066c2021-05-13 12:36:32 +0530163template<> ::dmi::RebootDeviceRequest* Arena::CreateMaybeMessage<::dmi::RebootDeviceRequest>(Arena*);
164template<> ::dmi::RebootDeviceResponse* Arena::CreateMaybeMessage<::dmi::RebootDeviceResponse>(Arena*);
amit.ghosh93183512024-05-28 22:37:27 +0200165template<> ::dmi::SetDmLogLevelRequest* Arena::CreateMaybeMessage<::dmi::SetDmLogLevelRequest>(Arena*);
166template<> ::dmi::SetDmLogLevelResponse* Arena::CreateMaybeMessage<::dmi::SetDmLogLevelResponse>(Arena*);
Shivanagouda Malaginahalli335fe4d2021-03-31 16:52:28 +0530167template<> ::dmi::SetLogLevelRequest* Arena::CreateMaybeMessage<::dmi::SetLogLevelRequest>(Arena*);
168template<> ::dmi::SetLogLevelResponse* Arena::CreateMaybeMessage<::dmi::SetLogLevelResponse>(Arena*);
169template<> ::dmi::SetLoggingEndpointRequest* Arena::CreateMaybeMessage<::dmi::SetLoggingEndpointRequest>(Arena*);
170template<> ::dmi::SetMsgBusEndpointRequest* Arena::CreateMaybeMessage<::dmi::SetMsgBusEndpointRequest>(Arena*);
171template<> ::dmi::SetRemoteEndpointResponse* Arena::CreateMaybeMessage<::dmi::SetRemoteEndpointResponse>(Arena*);
172template<> ::dmi::StartManagingDeviceResponse* Arena::CreateMaybeMessage<::dmi::StartManagingDeviceResponse>(Arena*);
173template<> ::dmi::StopManagingDeviceRequest* Arena::CreateMaybeMessage<::dmi::StopManagingDeviceRequest>(Arena*);
174template<> ::dmi::StopManagingDeviceResponse* Arena::CreateMaybeMessage<::dmi::StopManagingDeviceResponse>(Arena*);
175} // namespace protobuf
176} // namespace google
177namespace dmi {
178
179enum PhysicalInventoryResponse_Reason {
180 PhysicalInventoryResponse_Reason_UNDEFINED_REASON = 0,
181 PhysicalInventoryResponse_Reason_UNKNOWN_DEVICE = 1,
182 PhysicalInventoryResponse_Reason_INTERNAL_ERROR = 2,
183 PhysicalInventoryResponse_Reason_DEVICE_UNREACHABLE = 3,
184 PhysicalInventoryResponse_Reason_PhysicalInventoryResponse_Reason_INT_MIN_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::google::protobuf::int32>::min(),
185 PhysicalInventoryResponse_Reason_PhysicalInventoryResponse_Reason_INT_MAX_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::google::protobuf::int32>::max()
186};
187bool PhysicalInventoryResponse_Reason_IsValid(int value);
188const PhysicalInventoryResponse_Reason PhysicalInventoryResponse_Reason_Reason_MIN = PhysicalInventoryResponse_Reason_UNDEFINED_REASON;
189const PhysicalInventoryResponse_Reason PhysicalInventoryResponse_Reason_Reason_MAX = PhysicalInventoryResponse_Reason_DEVICE_UNREACHABLE;
190const int PhysicalInventoryResponse_Reason_Reason_ARRAYSIZE = PhysicalInventoryResponse_Reason_Reason_MAX + 1;
191
192const ::google::protobuf::EnumDescriptor* PhysicalInventoryResponse_Reason_descriptor();
193inline const ::std::string& PhysicalInventoryResponse_Reason_Name(PhysicalInventoryResponse_Reason value) {
194 return ::google::protobuf::internal::NameOfEnum(
195 PhysicalInventoryResponse_Reason_descriptor(), value);
196}
197inline bool PhysicalInventoryResponse_Reason_Parse(
198 const ::std::string& name, PhysicalInventoryResponse_Reason* value) {
199 return ::google::protobuf::internal::ParseNamedEnum<PhysicalInventoryResponse_Reason>(
200 PhysicalInventoryResponse_Reason_descriptor(), name, value);
201}
202enum HWComponentInfoGetResponse_Reason {
203 HWComponentInfoGetResponse_Reason_UNDEFINED_REASON = 0,
204 HWComponentInfoGetResponse_Reason_UNKNOWN_DEVICE = 1,
205 HWComponentInfoGetResponse_Reason_UNKNOWN_COMPONENT = 2,
206 HWComponentInfoGetResponse_Reason_INTERNAL_ERROR = 3,
207 HWComponentInfoGetResponse_Reason_DEVICE_UNREACHABLE = 4,
208 HWComponentInfoGetResponse_Reason_HWComponentInfoGetResponse_Reason_INT_MIN_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::google::protobuf::int32>::min(),
209 HWComponentInfoGetResponse_Reason_HWComponentInfoGetResponse_Reason_INT_MAX_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::google::protobuf::int32>::max()
210};
211bool HWComponentInfoGetResponse_Reason_IsValid(int value);
212const HWComponentInfoGetResponse_Reason HWComponentInfoGetResponse_Reason_Reason_MIN = HWComponentInfoGetResponse_Reason_UNDEFINED_REASON;
213const HWComponentInfoGetResponse_Reason HWComponentInfoGetResponse_Reason_Reason_MAX = HWComponentInfoGetResponse_Reason_DEVICE_UNREACHABLE;
214const int HWComponentInfoGetResponse_Reason_Reason_ARRAYSIZE = HWComponentInfoGetResponse_Reason_Reason_MAX + 1;
215
216const ::google::protobuf::EnumDescriptor* HWComponentInfoGetResponse_Reason_descriptor();
217inline const ::std::string& HWComponentInfoGetResponse_Reason_Name(HWComponentInfoGetResponse_Reason value) {
218 return ::google::protobuf::internal::NameOfEnum(
219 HWComponentInfoGetResponse_Reason_descriptor(), value);
220}
221inline bool HWComponentInfoGetResponse_Reason_Parse(
222 const ::std::string& name, HWComponentInfoGetResponse_Reason* value) {
223 return ::google::protobuf::internal::ParseNamedEnum<HWComponentInfoGetResponse_Reason>(
224 HWComponentInfoGetResponse_Reason_descriptor(), name, value);
225}
226enum HWComponentInfoSetResponse_Reason {
227 HWComponentInfoSetResponse_Reason_UNDEFINED_REASON = 0,
228 HWComponentInfoSetResponse_Reason_UNKNOWN_DEVICE = 1,
229 HWComponentInfoSetResponse_Reason_UNKNOWN_COMPONENT = 2,
230 HWComponentInfoSetResponse_Reason_INVALID_PARAMS = 3,
231 HWComponentInfoSetResponse_Reason_INTERNAL_ERROR = 4,
232 HWComponentInfoSetResponse_Reason_DEVICE_UNREACHABLE = 5,
Girish Gowdra997432d2022-03-10 15:59:33 -0800233 HWComponentInfoSetResponse_Reason_SET_UNSUPPORTED = 6,
Shivanagouda Malaginahalli335fe4d2021-03-31 16:52:28 +0530234 HWComponentInfoSetResponse_Reason_HWComponentInfoSetResponse_Reason_INT_MIN_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::google::protobuf::int32>::min(),
235 HWComponentInfoSetResponse_Reason_HWComponentInfoSetResponse_Reason_INT_MAX_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::google::protobuf::int32>::max()
236};
237bool HWComponentInfoSetResponse_Reason_IsValid(int value);
238const HWComponentInfoSetResponse_Reason HWComponentInfoSetResponse_Reason_Reason_MIN = HWComponentInfoSetResponse_Reason_UNDEFINED_REASON;
Girish Gowdra997432d2022-03-10 15:59:33 -0800239const HWComponentInfoSetResponse_Reason HWComponentInfoSetResponse_Reason_Reason_MAX = HWComponentInfoSetResponse_Reason_SET_UNSUPPORTED;
Shivanagouda Malaginahalli335fe4d2021-03-31 16:52:28 +0530240const int HWComponentInfoSetResponse_Reason_Reason_ARRAYSIZE = HWComponentInfoSetResponse_Reason_Reason_MAX + 1;
241
242const ::google::protobuf::EnumDescriptor* HWComponentInfoSetResponse_Reason_descriptor();
243inline const ::std::string& HWComponentInfoSetResponse_Reason_Name(HWComponentInfoSetResponse_Reason value) {
244 return ::google::protobuf::internal::NameOfEnum(
245 HWComponentInfoSetResponse_Reason_descriptor(), value);
246}
247inline bool HWComponentInfoSetResponse_Reason_Parse(
248 const ::std::string& name, HWComponentInfoSetResponse_Reason* value) {
249 return ::google::protobuf::internal::ParseNamedEnum<HWComponentInfoSetResponse_Reason>(
250 HWComponentInfoSetResponse_Reason_descriptor(), name, value);
251}
252enum StartManagingDeviceResponse_Reason {
253 StartManagingDeviceResponse_Reason_UNDEFINED_REASON = 0,
254 StartManagingDeviceResponse_Reason_DEVICE_ALREADY_MANAGED = 1,
255 StartManagingDeviceResponse_Reason_OPERATION_ALREADY_IN_PROGRESS = 2,
256 StartManagingDeviceResponse_Reason_INVALID_PARAMS = 3,
257 StartManagingDeviceResponse_Reason_INTERNAL_ERROR = 4,
amit.ghosh6bdb0f72021-06-02 14:42:29 +0200258 StartManagingDeviceResponse_Reason_AUTHENTICATION_FAILURE = 5,
259 StartManagingDeviceResponse_Reason_INCOMPATIBLE_DEVICE = 6,
Shivanagouda Malaginahalli335fe4d2021-03-31 16:52:28 +0530260 StartManagingDeviceResponse_Reason_StartManagingDeviceResponse_Reason_INT_MIN_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::google::protobuf::int32>::min(),
261 StartManagingDeviceResponse_Reason_StartManagingDeviceResponse_Reason_INT_MAX_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::google::protobuf::int32>::max()
262};
263bool StartManagingDeviceResponse_Reason_IsValid(int value);
264const StartManagingDeviceResponse_Reason StartManagingDeviceResponse_Reason_Reason_MIN = StartManagingDeviceResponse_Reason_UNDEFINED_REASON;
amit.ghosh6bdb0f72021-06-02 14:42:29 +0200265const StartManagingDeviceResponse_Reason StartManagingDeviceResponse_Reason_Reason_MAX = StartManagingDeviceResponse_Reason_INCOMPATIBLE_DEVICE;
Shivanagouda Malaginahalli335fe4d2021-03-31 16:52:28 +0530266const int StartManagingDeviceResponse_Reason_Reason_ARRAYSIZE = StartManagingDeviceResponse_Reason_Reason_MAX + 1;
267
268const ::google::protobuf::EnumDescriptor* StartManagingDeviceResponse_Reason_descriptor();
269inline const ::std::string& StartManagingDeviceResponse_Reason_Name(StartManagingDeviceResponse_Reason value) {
270 return ::google::protobuf::internal::NameOfEnum(
271 StartManagingDeviceResponse_Reason_descriptor(), value);
272}
273inline bool StartManagingDeviceResponse_Reason_Parse(
274 const ::std::string& name, StartManagingDeviceResponse_Reason* value) {
275 return ::google::protobuf::internal::ParseNamedEnum<StartManagingDeviceResponse_Reason>(
276 StartManagingDeviceResponse_Reason_descriptor(), name, value);
277}
278enum StopManagingDeviceResponse_Reason {
279 StopManagingDeviceResponse_Reason_UNDEFINED_REASON = 0,
280 StopManagingDeviceResponse_Reason_UNKNOWN_DEVICE = 1,
amit.ghoshdd12d882022-07-01 12:32:36 +0200281 StopManagingDeviceResponse_Reason_DEVICE_UNREACHABLE = 2,
Shivanagouda Malaginahalli335fe4d2021-03-31 16:52:28 +0530282 StopManagingDeviceResponse_Reason_StopManagingDeviceResponse_Reason_INT_MIN_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::google::protobuf::int32>::min(),
283 StopManagingDeviceResponse_Reason_StopManagingDeviceResponse_Reason_INT_MAX_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::google::protobuf::int32>::max()
284};
285bool StopManagingDeviceResponse_Reason_IsValid(int value);
286const StopManagingDeviceResponse_Reason StopManagingDeviceResponse_Reason_Reason_MIN = StopManagingDeviceResponse_Reason_UNDEFINED_REASON;
amit.ghoshdd12d882022-07-01 12:32:36 +0200287const StopManagingDeviceResponse_Reason StopManagingDeviceResponse_Reason_Reason_MAX = StopManagingDeviceResponse_Reason_DEVICE_UNREACHABLE;
Shivanagouda Malaginahalli335fe4d2021-03-31 16:52:28 +0530288const int StopManagingDeviceResponse_Reason_Reason_ARRAYSIZE = StopManagingDeviceResponse_Reason_Reason_MAX + 1;
289
290const ::google::protobuf::EnumDescriptor* StopManagingDeviceResponse_Reason_descriptor();
291inline const ::std::string& StopManagingDeviceResponse_Reason_Name(StopManagingDeviceResponse_Reason value) {
292 return ::google::protobuf::internal::NameOfEnum(
293 StopManagingDeviceResponse_Reason_descriptor(), value);
294}
295inline bool StopManagingDeviceResponse_Reason_Parse(
296 const ::std::string& name, StopManagingDeviceResponse_Reason* value) {
297 return ::google::protobuf::internal::ParseNamedEnum<StopManagingDeviceResponse_Reason>(
298 StopManagingDeviceResponse_Reason_descriptor(), name, value);
299}
300enum ManagedDevicesResponse_Reason {
301 ManagedDevicesResponse_Reason_UNDEFINED_REASON = 0,
302 ManagedDevicesResponse_Reason_INTERNAL_ERROR = 1,
303 ManagedDevicesResponse_Reason_ManagedDevicesResponse_Reason_INT_MIN_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::google::protobuf::int32>::min(),
304 ManagedDevicesResponse_Reason_ManagedDevicesResponse_Reason_INT_MAX_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::google::protobuf::int32>::max()
305};
306bool ManagedDevicesResponse_Reason_IsValid(int value);
307const ManagedDevicesResponse_Reason ManagedDevicesResponse_Reason_Reason_MIN = ManagedDevicesResponse_Reason_UNDEFINED_REASON;
308const ManagedDevicesResponse_Reason ManagedDevicesResponse_Reason_Reason_MAX = ManagedDevicesResponse_Reason_INTERNAL_ERROR;
309const int ManagedDevicesResponse_Reason_Reason_ARRAYSIZE = ManagedDevicesResponse_Reason_Reason_MAX + 1;
310
311const ::google::protobuf::EnumDescriptor* ManagedDevicesResponse_Reason_descriptor();
312inline const ::std::string& ManagedDevicesResponse_Reason_Name(ManagedDevicesResponse_Reason value) {
313 return ::google::protobuf::internal::NameOfEnum(
314 ManagedDevicesResponse_Reason_descriptor(), value);
315}
316inline bool ManagedDevicesResponse_Reason_Parse(
317 const ::std::string& name, ManagedDevicesResponse_Reason* value) {
318 return ::google::protobuf::internal::ParseNamedEnum<ManagedDevicesResponse_Reason>(
319 ManagedDevicesResponse_Reason_descriptor(), name, value);
320}
321enum SetRemoteEndpointResponse_Reason {
322 SetRemoteEndpointResponse_Reason_UNDEFINED_REASON = 0,
323 SetRemoteEndpointResponse_Reason_UNKNOWN_DEVICE = 1,
324 SetRemoteEndpointResponse_Reason_INTERNAL_ERROR = 2,
325 SetRemoteEndpointResponse_Reason_LOGGING_ENDPOINT_ERROR = 3,
326 SetRemoteEndpointResponse_Reason_LOGGING_ENDPOINT_PROTOCOL_ERROR = 4,
327 SetRemoteEndpointResponse_Reason_MSGBUS_ENDPOINT_ERROR = 5,
328 SetRemoteEndpointResponse_Reason_DEVICE_UNREACHABLE = 6,
329 SetRemoteEndpointResponse_Reason_SetRemoteEndpointResponse_Reason_INT_MIN_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::google::protobuf::int32>::min(),
330 SetRemoteEndpointResponse_Reason_SetRemoteEndpointResponse_Reason_INT_MAX_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::google::protobuf::int32>::max()
331};
332bool SetRemoteEndpointResponse_Reason_IsValid(int value);
333const SetRemoteEndpointResponse_Reason SetRemoteEndpointResponse_Reason_Reason_MIN = SetRemoteEndpointResponse_Reason_UNDEFINED_REASON;
334const SetRemoteEndpointResponse_Reason SetRemoteEndpointResponse_Reason_Reason_MAX = SetRemoteEndpointResponse_Reason_DEVICE_UNREACHABLE;
335const int SetRemoteEndpointResponse_Reason_Reason_ARRAYSIZE = SetRemoteEndpointResponse_Reason_Reason_MAX + 1;
336
337const ::google::protobuf::EnumDescriptor* SetRemoteEndpointResponse_Reason_descriptor();
338inline const ::std::string& SetRemoteEndpointResponse_Reason_Name(SetRemoteEndpointResponse_Reason value) {
339 return ::google::protobuf::internal::NameOfEnum(
340 SetRemoteEndpointResponse_Reason_descriptor(), value);
341}
342inline bool SetRemoteEndpointResponse_Reason_Parse(
343 const ::std::string& name, SetRemoteEndpointResponse_Reason* value) {
344 return ::google::protobuf::internal::ParseNamedEnum<SetRemoteEndpointResponse_Reason>(
345 SetRemoteEndpointResponse_Reason_descriptor(), name, value);
346}
347enum GetLoggingEndpointResponse_Reason {
348 GetLoggingEndpointResponse_Reason_UNDEFINED_REASON = 0,
349 GetLoggingEndpointResponse_Reason_UNKNOWN_DEVICE = 1,
350 GetLoggingEndpointResponse_Reason_INTERNAL_ERROR = 2,
351 GetLoggingEndpointResponse_Reason_DEVICE_UNREACHABLE = 3,
352 GetLoggingEndpointResponse_Reason_GetLoggingEndpointResponse_Reason_INT_MIN_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::google::protobuf::int32>::min(),
353 GetLoggingEndpointResponse_Reason_GetLoggingEndpointResponse_Reason_INT_MAX_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::google::protobuf::int32>::max()
354};
355bool GetLoggingEndpointResponse_Reason_IsValid(int value);
356const GetLoggingEndpointResponse_Reason GetLoggingEndpointResponse_Reason_Reason_MIN = GetLoggingEndpointResponse_Reason_UNDEFINED_REASON;
357const GetLoggingEndpointResponse_Reason GetLoggingEndpointResponse_Reason_Reason_MAX = GetLoggingEndpointResponse_Reason_DEVICE_UNREACHABLE;
358const int GetLoggingEndpointResponse_Reason_Reason_ARRAYSIZE = GetLoggingEndpointResponse_Reason_Reason_MAX + 1;
359
360const ::google::protobuf::EnumDescriptor* GetLoggingEndpointResponse_Reason_descriptor();
361inline const ::std::string& GetLoggingEndpointResponse_Reason_Name(GetLoggingEndpointResponse_Reason value) {
362 return ::google::protobuf::internal::NameOfEnum(
363 GetLoggingEndpointResponse_Reason_descriptor(), value);
364}
365inline bool GetLoggingEndpointResponse_Reason_Parse(
366 const ::std::string& name, GetLoggingEndpointResponse_Reason* value) {
367 return ::google::protobuf::internal::ParseNamedEnum<GetLoggingEndpointResponse_Reason>(
368 GetLoggingEndpointResponse_Reason_descriptor(), name, value);
369}
370enum GetMsgBusEndpointResponse_Reason {
371 GetMsgBusEndpointResponse_Reason_UNDEFINED_REASON = 0,
372 GetMsgBusEndpointResponse_Reason_INTERNAL_ERROR = 1,
373 GetMsgBusEndpointResponse_Reason_DEVICE_UNREACHABLE = 2,
374 GetMsgBusEndpointResponse_Reason_GetMsgBusEndpointResponse_Reason_INT_MIN_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::google::protobuf::int32>::min(),
375 GetMsgBusEndpointResponse_Reason_GetMsgBusEndpointResponse_Reason_INT_MAX_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::google::protobuf::int32>::max()
376};
377bool GetMsgBusEndpointResponse_Reason_IsValid(int value);
378const GetMsgBusEndpointResponse_Reason GetMsgBusEndpointResponse_Reason_Reason_MIN = GetMsgBusEndpointResponse_Reason_UNDEFINED_REASON;
379const GetMsgBusEndpointResponse_Reason GetMsgBusEndpointResponse_Reason_Reason_MAX = GetMsgBusEndpointResponse_Reason_DEVICE_UNREACHABLE;
380const int GetMsgBusEndpointResponse_Reason_Reason_ARRAYSIZE = GetMsgBusEndpointResponse_Reason_Reason_MAX + 1;
381
382const ::google::protobuf::EnumDescriptor* GetMsgBusEndpointResponse_Reason_descriptor();
383inline const ::std::string& GetMsgBusEndpointResponse_Reason_Name(GetMsgBusEndpointResponse_Reason value) {
384 return ::google::protobuf::internal::NameOfEnum(
385 GetMsgBusEndpointResponse_Reason_descriptor(), value);
386}
387inline bool GetMsgBusEndpointResponse_Reason_Parse(
388 const ::std::string& name, GetMsgBusEndpointResponse_Reason* value) {
389 return ::google::protobuf::internal::ParseNamedEnum<GetMsgBusEndpointResponse_Reason>(
390 GetMsgBusEndpointResponse_Reason_descriptor(), name, value);
391}
392enum SetLogLevelResponse_Reason {
393 SetLogLevelResponse_Reason_UNDEFINED_REASON = 0,
394 SetLogLevelResponse_Reason_UNKNOWN_DEVICE = 1,
395 SetLogLevelResponse_Reason_INTERNAL_ERROR = 2,
396 SetLogLevelResponse_Reason_UNKNOWN_LOG_ENTITY = 3,
397 SetLogLevelResponse_Reason_DEVICE_UNREACHABLE = 4,
398 SetLogLevelResponse_Reason_SetLogLevelResponse_Reason_INT_MIN_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::google::protobuf::int32>::min(),
399 SetLogLevelResponse_Reason_SetLogLevelResponse_Reason_INT_MAX_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::google::protobuf::int32>::max()
400};
401bool SetLogLevelResponse_Reason_IsValid(int value);
402const SetLogLevelResponse_Reason SetLogLevelResponse_Reason_Reason_MIN = SetLogLevelResponse_Reason_UNDEFINED_REASON;
403const SetLogLevelResponse_Reason SetLogLevelResponse_Reason_Reason_MAX = SetLogLevelResponse_Reason_DEVICE_UNREACHABLE;
404const int SetLogLevelResponse_Reason_Reason_ARRAYSIZE = SetLogLevelResponse_Reason_Reason_MAX + 1;
405
406const ::google::protobuf::EnumDescriptor* SetLogLevelResponse_Reason_descriptor();
407inline const ::std::string& SetLogLevelResponse_Reason_Name(SetLogLevelResponse_Reason value) {
408 return ::google::protobuf::internal::NameOfEnum(
409 SetLogLevelResponse_Reason_descriptor(), value);
410}
411inline bool SetLogLevelResponse_Reason_Parse(
412 const ::std::string& name, SetLogLevelResponse_Reason* value) {
413 return ::google::protobuf::internal::ParseNamedEnum<SetLogLevelResponse_Reason>(
414 SetLogLevelResponse_Reason_descriptor(), name, value);
415}
416enum GetLogLevelResponse_Reason {
417 GetLogLevelResponse_Reason_UNDEFINED_REASON = 0,
418 GetLogLevelResponse_Reason_UNKNOWN_DEVICE = 1,
419 GetLogLevelResponse_Reason_INTERNAL_ERROR = 2,
420 GetLogLevelResponse_Reason_UNKNOWN_LOG_ENTITY = 3,
421 GetLogLevelResponse_Reason_DEVICE_UNREACHABLE = 4,
422 GetLogLevelResponse_Reason_GetLogLevelResponse_Reason_INT_MIN_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::google::protobuf::int32>::min(),
423 GetLogLevelResponse_Reason_GetLogLevelResponse_Reason_INT_MAX_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::google::protobuf::int32>::max()
424};
425bool GetLogLevelResponse_Reason_IsValid(int value);
426const GetLogLevelResponse_Reason GetLogLevelResponse_Reason_Reason_MIN = GetLogLevelResponse_Reason_UNDEFINED_REASON;
427const GetLogLevelResponse_Reason GetLogLevelResponse_Reason_Reason_MAX = GetLogLevelResponse_Reason_DEVICE_UNREACHABLE;
428const int GetLogLevelResponse_Reason_Reason_ARRAYSIZE = GetLogLevelResponse_Reason_Reason_MAX + 1;
429
430const ::google::protobuf::EnumDescriptor* GetLogLevelResponse_Reason_descriptor();
431inline const ::std::string& GetLogLevelResponse_Reason_Name(GetLogLevelResponse_Reason value) {
432 return ::google::protobuf::internal::NameOfEnum(
433 GetLogLevelResponse_Reason_descriptor(), value);
434}
435inline bool GetLogLevelResponse_Reason_Parse(
436 const ::std::string& name, GetLogLevelResponse_Reason* value) {
437 return ::google::protobuf::internal::ParseNamedEnum<GetLogLevelResponse_Reason>(
438 GetLogLevelResponse_Reason_descriptor(), name, value);
439}
amit.ghosh93183512024-05-28 22:37:27 +0200440enum SetDmLogLevelResponse_Reason {
441 SetDmLogLevelResponse_Reason_UNDEFINED_REASON = 0,
442 SetDmLogLevelResponse_Reason_INTERNAL_ERROR = 1,
443 SetDmLogLevelResponse_Reason_UNKNOWN_LOG_LEVEL = 2,
444 SetDmLogLevelResponse_Reason_SetDmLogLevelResponse_Reason_INT_MIN_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::google::protobuf::int32>::min(),
445 SetDmLogLevelResponse_Reason_SetDmLogLevelResponse_Reason_INT_MAX_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::google::protobuf::int32>::max()
446};
447bool SetDmLogLevelResponse_Reason_IsValid(int value);
448const SetDmLogLevelResponse_Reason SetDmLogLevelResponse_Reason_Reason_MIN = SetDmLogLevelResponse_Reason_UNDEFINED_REASON;
449const SetDmLogLevelResponse_Reason SetDmLogLevelResponse_Reason_Reason_MAX = SetDmLogLevelResponse_Reason_UNKNOWN_LOG_LEVEL;
450const int SetDmLogLevelResponse_Reason_Reason_ARRAYSIZE = SetDmLogLevelResponse_Reason_Reason_MAX + 1;
451
452const ::google::protobuf::EnumDescriptor* SetDmLogLevelResponse_Reason_descriptor();
453inline const ::std::string& SetDmLogLevelResponse_Reason_Name(SetDmLogLevelResponse_Reason value) {
454 return ::google::protobuf::internal::NameOfEnum(
455 SetDmLogLevelResponse_Reason_descriptor(), value);
456}
457inline bool SetDmLogLevelResponse_Reason_Parse(
458 const ::std::string& name, SetDmLogLevelResponse_Reason* value) {
459 return ::google::protobuf::internal::ParseNamedEnum<SetDmLogLevelResponse_Reason>(
460 SetDmLogLevelResponse_Reason_descriptor(), name, value);
461}
462enum GetDmLogLevelResponse_Reason {
463 GetDmLogLevelResponse_Reason_UNDEFINED_REASON = 0,
464 GetDmLogLevelResponse_Reason_INTERNAL_ERROR = 1,
465 GetDmLogLevelResponse_Reason_GetDmLogLevelResponse_Reason_INT_MIN_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::google::protobuf::int32>::min(),
466 GetDmLogLevelResponse_Reason_GetDmLogLevelResponse_Reason_INT_MAX_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::google::protobuf::int32>::max()
467};
468bool GetDmLogLevelResponse_Reason_IsValid(int value);
469const GetDmLogLevelResponse_Reason GetDmLogLevelResponse_Reason_Reason_MIN = GetDmLogLevelResponse_Reason_UNDEFINED_REASON;
470const GetDmLogLevelResponse_Reason GetDmLogLevelResponse_Reason_Reason_MAX = GetDmLogLevelResponse_Reason_INTERNAL_ERROR;
471const int GetDmLogLevelResponse_Reason_Reason_ARRAYSIZE = GetDmLogLevelResponse_Reason_Reason_MAX + 1;
472
473const ::google::protobuf::EnumDescriptor* GetDmLogLevelResponse_Reason_descriptor();
474inline const ::std::string& GetDmLogLevelResponse_Reason_Name(GetDmLogLevelResponse_Reason value) {
475 return ::google::protobuf::internal::NameOfEnum(
476 GetDmLogLevelResponse_Reason_descriptor(), value);
477}
478inline bool GetDmLogLevelResponse_Reason_Parse(
479 const ::std::string& name, GetDmLogLevelResponse_Reason* value) {
480 return ::google::protobuf::internal::ParseNamedEnum<GetDmLogLevelResponse_Reason>(
481 GetDmLogLevelResponse_Reason_descriptor(), name, value);
482}
Chandrakanth Nalkudre Gowda2f6066c2021-05-13 12:36:32 +0530483enum RebootDeviceResponse_Reason {
484 RebootDeviceResponse_Reason_UNDEFINED_REASON = 0,
485 RebootDeviceResponse_Reason_UNKNOWN_DEVICE = 1,
486 RebootDeviceResponse_Reason_INTERNAL_ERROR = 2,
487 RebootDeviceResponse_Reason_DEVICE_UNREACHABLE = 3,
amit.ghosh840cb602022-04-08 16:10:50 +0200488 RebootDeviceResponse_Reason_DEVICE_IN_WRONG_STATE = 4,
Chandrakanth Nalkudre Gowda2f6066c2021-05-13 12:36:32 +0530489 RebootDeviceResponse_Reason_RebootDeviceResponse_Reason_INT_MIN_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::google::protobuf::int32>::min(),
490 RebootDeviceResponse_Reason_RebootDeviceResponse_Reason_INT_MAX_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::google::protobuf::int32>::max()
491};
492bool RebootDeviceResponse_Reason_IsValid(int value);
493const RebootDeviceResponse_Reason RebootDeviceResponse_Reason_Reason_MIN = RebootDeviceResponse_Reason_UNDEFINED_REASON;
amit.ghosh840cb602022-04-08 16:10:50 +0200494const RebootDeviceResponse_Reason RebootDeviceResponse_Reason_Reason_MAX = RebootDeviceResponse_Reason_DEVICE_IN_WRONG_STATE;
Chandrakanth Nalkudre Gowda2f6066c2021-05-13 12:36:32 +0530495const int RebootDeviceResponse_Reason_Reason_ARRAYSIZE = RebootDeviceResponse_Reason_Reason_MAX + 1;
496
497const ::google::protobuf::EnumDescriptor* RebootDeviceResponse_Reason_descriptor();
498inline const ::std::string& RebootDeviceResponse_Reason_Name(RebootDeviceResponse_Reason value) {
499 return ::google::protobuf::internal::NameOfEnum(
500 RebootDeviceResponse_Reason_descriptor(), value);
501}
502inline bool RebootDeviceResponse_Reason_Parse(
503 const ::std::string& name, RebootDeviceResponse_Reason* value) {
504 return ::google::protobuf::internal::ParseNamedEnum<RebootDeviceResponse_Reason>(
505 RebootDeviceResponse_Reason_descriptor(), name, value);
506}
Shivanagouda Malaginahalli335fe4d2021-03-31 16:52:28 +0530507// ===================================================================
508
509class PhysicalInventoryRequest final :
510 public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:dmi.PhysicalInventoryRequest) */ {
511 public:
512 PhysicalInventoryRequest();
513 virtual ~PhysicalInventoryRequest();
514
515 PhysicalInventoryRequest(const PhysicalInventoryRequest& from);
516
517 inline PhysicalInventoryRequest& operator=(const PhysicalInventoryRequest& from) {
518 CopyFrom(from);
519 return *this;
520 }
521 #if LANG_CXX11
522 PhysicalInventoryRequest(PhysicalInventoryRequest&& from) noexcept
523 : PhysicalInventoryRequest() {
524 *this = ::std::move(from);
525 }
526
527 inline PhysicalInventoryRequest& operator=(PhysicalInventoryRequest&& from) noexcept {
528 if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
529 if (this != &from) InternalSwap(&from);
530 } else {
531 CopyFrom(from);
532 }
533 return *this;
534 }
535 #endif
536 static const ::google::protobuf::Descriptor* descriptor() {
537 return default_instance().GetDescriptor();
538 }
539 static const PhysicalInventoryRequest& default_instance();
540
541 static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
542 static inline const PhysicalInventoryRequest* internal_default_instance() {
543 return reinterpret_cast<const PhysicalInventoryRequest*>(
544 &_PhysicalInventoryRequest_default_instance_);
545 }
546 static constexpr int kIndexInFileMessages =
547 0;
548
549 void Swap(PhysicalInventoryRequest* other);
550 friend void swap(PhysicalInventoryRequest& a, PhysicalInventoryRequest& b) {
551 a.Swap(&b);
552 }
553
554 // implements Message ----------------------------------------------
555
556 inline PhysicalInventoryRequest* New() const final {
557 return CreateMaybeMessage<PhysicalInventoryRequest>(nullptr);
558 }
559
560 PhysicalInventoryRequest* New(::google::protobuf::Arena* arena) const final {
561 return CreateMaybeMessage<PhysicalInventoryRequest>(arena);
562 }
563 void CopyFrom(const ::google::protobuf::Message& from) final;
564 void MergeFrom(const ::google::protobuf::Message& from) final;
565 void CopyFrom(const PhysicalInventoryRequest& from);
566 void MergeFrom(const PhysicalInventoryRequest& from);
567 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
568 bool IsInitialized() const final;
569
570 size_t ByteSizeLong() const final;
571 #if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
572 static const char* _InternalParse(const char* begin, const char* end, void* object, ::google::protobuf::internal::ParseContext* ctx);
573 ::google::protobuf::internal::ParseFunc _ParseFunc() const final { return _InternalParse; }
574 #else
575 bool MergePartialFromCodedStream(
576 ::google::protobuf::io::CodedInputStream* input) final;
577 #endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
578 void SerializeWithCachedSizes(
579 ::google::protobuf::io::CodedOutputStream* output) const final;
580 ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
581 ::google::protobuf::uint8* target) const final;
582 int GetCachedSize() const final { return _cached_size_.Get(); }
583
584 private:
585 void SharedCtor();
586 void SharedDtor();
587 void SetCachedSize(int size) const final;
588 void InternalSwap(PhysicalInventoryRequest* other);
589 private:
590 inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
591 return nullptr;
592 }
593 inline void* MaybeArenaPtr() const {
594 return nullptr;
595 }
596 public:
597
598 ::google::protobuf::Metadata GetMetadata() const final;
599
600 // nested types ----------------------------------------------------
601
602 // accessors -------------------------------------------------------
603
604 // .dmi.Uuid device_uuid = 1;
605 bool has_device_uuid() const;
606 void clear_device_uuid();
607 static const int kDeviceUuidFieldNumber = 1;
608 const ::dmi::Uuid& device_uuid() const;
609 ::dmi::Uuid* release_device_uuid();
610 ::dmi::Uuid* mutable_device_uuid();
611 void set_allocated_device_uuid(::dmi::Uuid* device_uuid);
612
613 // @@protoc_insertion_point(class_scope:dmi.PhysicalInventoryRequest)
614 private:
615 class HasBitSetters;
616
617 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
618 ::dmi::Uuid* device_uuid_;
619 mutable ::google::protobuf::internal::CachedSize _cached_size_;
620 friend struct ::TableStruct_dmi_2fhw_5fmanagement_5fservice_2eproto;
621};
622// -------------------------------------------------------------------
623
624class PhysicalInventoryResponse final :
625 public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:dmi.PhysicalInventoryResponse) */ {
626 public:
627 PhysicalInventoryResponse();
628 virtual ~PhysicalInventoryResponse();
629
630 PhysicalInventoryResponse(const PhysicalInventoryResponse& from);
631
632 inline PhysicalInventoryResponse& operator=(const PhysicalInventoryResponse& from) {
633 CopyFrom(from);
634 return *this;
635 }
636 #if LANG_CXX11
637 PhysicalInventoryResponse(PhysicalInventoryResponse&& from) noexcept
638 : PhysicalInventoryResponse() {
639 *this = ::std::move(from);
640 }
641
642 inline PhysicalInventoryResponse& operator=(PhysicalInventoryResponse&& from) noexcept {
643 if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
644 if (this != &from) InternalSwap(&from);
645 } else {
646 CopyFrom(from);
647 }
648 return *this;
649 }
650 #endif
651 static const ::google::protobuf::Descriptor* descriptor() {
652 return default_instance().GetDescriptor();
653 }
654 static const PhysicalInventoryResponse& default_instance();
655
656 static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
657 static inline const PhysicalInventoryResponse* internal_default_instance() {
658 return reinterpret_cast<const PhysicalInventoryResponse*>(
659 &_PhysicalInventoryResponse_default_instance_);
660 }
661 static constexpr int kIndexInFileMessages =
662 1;
663
664 void Swap(PhysicalInventoryResponse* other);
665 friend void swap(PhysicalInventoryResponse& a, PhysicalInventoryResponse& b) {
666 a.Swap(&b);
667 }
668
669 // implements Message ----------------------------------------------
670
671 inline PhysicalInventoryResponse* New() const final {
672 return CreateMaybeMessage<PhysicalInventoryResponse>(nullptr);
673 }
674
675 PhysicalInventoryResponse* New(::google::protobuf::Arena* arena) const final {
676 return CreateMaybeMessage<PhysicalInventoryResponse>(arena);
677 }
678 void CopyFrom(const ::google::protobuf::Message& from) final;
679 void MergeFrom(const ::google::protobuf::Message& from) final;
680 void CopyFrom(const PhysicalInventoryResponse& from);
681 void MergeFrom(const PhysicalInventoryResponse& from);
682 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
683 bool IsInitialized() const final;
684
685 size_t ByteSizeLong() const final;
686 #if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
687 static const char* _InternalParse(const char* begin, const char* end, void* object, ::google::protobuf::internal::ParseContext* ctx);
688 ::google::protobuf::internal::ParseFunc _ParseFunc() const final { return _InternalParse; }
689 #else
690 bool MergePartialFromCodedStream(
691 ::google::protobuf::io::CodedInputStream* input) final;
692 #endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
693 void SerializeWithCachedSizes(
694 ::google::protobuf::io::CodedOutputStream* output) const final;
695 ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
696 ::google::protobuf::uint8* target) const final;
697 int GetCachedSize() const final { return _cached_size_.Get(); }
698
699 private:
700 void SharedCtor();
701 void SharedDtor();
702 void SetCachedSize(int size) const final;
703 void InternalSwap(PhysicalInventoryResponse* other);
704 private:
705 inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
706 return nullptr;
707 }
708 inline void* MaybeArenaPtr() const {
709 return nullptr;
710 }
711 public:
712
713 ::google::protobuf::Metadata GetMetadata() const final;
714
715 // nested types ----------------------------------------------------
716
717 typedef PhysicalInventoryResponse_Reason Reason;
718 static const Reason UNDEFINED_REASON =
719 PhysicalInventoryResponse_Reason_UNDEFINED_REASON;
720 static const Reason UNKNOWN_DEVICE =
721 PhysicalInventoryResponse_Reason_UNKNOWN_DEVICE;
722 static const Reason INTERNAL_ERROR =
723 PhysicalInventoryResponse_Reason_INTERNAL_ERROR;
724 static const Reason DEVICE_UNREACHABLE =
725 PhysicalInventoryResponse_Reason_DEVICE_UNREACHABLE;
726 static inline bool Reason_IsValid(int value) {
727 return PhysicalInventoryResponse_Reason_IsValid(value);
728 }
729 static const Reason Reason_MIN =
730 PhysicalInventoryResponse_Reason_Reason_MIN;
731 static const Reason Reason_MAX =
732 PhysicalInventoryResponse_Reason_Reason_MAX;
733 static const int Reason_ARRAYSIZE =
734 PhysicalInventoryResponse_Reason_Reason_ARRAYSIZE;
735 static inline const ::google::protobuf::EnumDescriptor*
736 Reason_descriptor() {
737 return PhysicalInventoryResponse_Reason_descriptor();
738 }
739 static inline const ::std::string& Reason_Name(Reason value) {
740 return PhysicalInventoryResponse_Reason_Name(value);
741 }
742 static inline bool Reason_Parse(const ::std::string& name,
743 Reason* value) {
744 return PhysicalInventoryResponse_Reason_Parse(name, value);
745 }
746
747 // accessors -------------------------------------------------------
748
749 // string reason_detail = 4;
750 void clear_reason_detail();
751 static const int kReasonDetailFieldNumber = 4;
752 const ::std::string& reason_detail() const;
753 void set_reason_detail(const ::std::string& value);
754 #if LANG_CXX11
755 void set_reason_detail(::std::string&& value);
756 #endif
757 void set_reason_detail(const char* value);
758 void set_reason_detail(const char* value, size_t size);
759 ::std::string* mutable_reason_detail();
760 ::std::string* release_reason_detail();
761 void set_allocated_reason_detail(::std::string* reason_detail);
762
763 // .dmi.Hardware inventory = 3;
764 bool has_inventory() const;
765 void clear_inventory();
766 static const int kInventoryFieldNumber = 3;
767 const ::dmi::Hardware& inventory() const;
768 ::dmi::Hardware* release_inventory();
769 ::dmi::Hardware* mutable_inventory();
770 void set_allocated_inventory(::dmi::Hardware* inventory);
771
772 // .dmi.Status status = 1;
773 void clear_status();
774 static const int kStatusFieldNumber = 1;
775 ::dmi::Status status() const;
776 void set_status(::dmi::Status value);
777
778 // .dmi.PhysicalInventoryResponse.Reason reason = 2;
779 void clear_reason();
780 static const int kReasonFieldNumber = 2;
781 ::dmi::PhysicalInventoryResponse_Reason reason() const;
782 void set_reason(::dmi::PhysicalInventoryResponse_Reason value);
783
784 // @@protoc_insertion_point(class_scope:dmi.PhysicalInventoryResponse)
785 private:
786 class HasBitSetters;
787
788 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
789 ::google::protobuf::internal::ArenaStringPtr reason_detail_;
790 ::dmi::Hardware* inventory_;
791 int status_;
792 int reason_;
793 mutable ::google::protobuf::internal::CachedSize _cached_size_;
794 friend struct ::TableStruct_dmi_2fhw_5fmanagement_5fservice_2eproto;
795};
796// -------------------------------------------------------------------
797
798class HWComponentInfoGetRequest final :
799 public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:dmi.HWComponentInfoGetRequest) */ {
800 public:
801 HWComponentInfoGetRequest();
802 virtual ~HWComponentInfoGetRequest();
803
804 HWComponentInfoGetRequest(const HWComponentInfoGetRequest& from);
805
806 inline HWComponentInfoGetRequest& operator=(const HWComponentInfoGetRequest& from) {
807 CopyFrom(from);
808 return *this;
809 }
810 #if LANG_CXX11
811 HWComponentInfoGetRequest(HWComponentInfoGetRequest&& from) noexcept
812 : HWComponentInfoGetRequest() {
813 *this = ::std::move(from);
814 }
815
816 inline HWComponentInfoGetRequest& operator=(HWComponentInfoGetRequest&& from) noexcept {
817 if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
818 if (this != &from) InternalSwap(&from);
819 } else {
820 CopyFrom(from);
821 }
822 return *this;
823 }
824 #endif
825 static const ::google::protobuf::Descriptor* descriptor() {
826 return default_instance().GetDescriptor();
827 }
828 static const HWComponentInfoGetRequest& default_instance();
829
830 static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
831 static inline const HWComponentInfoGetRequest* internal_default_instance() {
832 return reinterpret_cast<const HWComponentInfoGetRequest*>(
833 &_HWComponentInfoGetRequest_default_instance_);
834 }
835 static constexpr int kIndexInFileMessages =
836 2;
837
838 void Swap(HWComponentInfoGetRequest* other);
839 friend void swap(HWComponentInfoGetRequest& a, HWComponentInfoGetRequest& b) {
840 a.Swap(&b);
841 }
842
843 // implements Message ----------------------------------------------
844
845 inline HWComponentInfoGetRequest* New() const final {
846 return CreateMaybeMessage<HWComponentInfoGetRequest>(nullptr);
847 }
848
849 HWComponentInfoGetRequest* New(::google::protobuf::Arena* arena) const final {
850 return CreateMaybeMessage<HWComponentInfoGetRequest>(arena);
851 }
852 void CopyFrom(const ::google::protobuf::Message& from) final;
853 void MergeFrom(const ::google::protobuf::Message& from) final;
854 void CopyFrom(const HWComponentInfoGetRequest& from);
855 void MergeFrom(const HWComponentInfoGetRequest& from);
856 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
857 bool IsInitialized() const final;
858
859 size_t ByteSizeLong() const final;
860 #if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
861 static const char* _InternalParse(const char* begin, const char* end, void* object, ::google::protobuf::internal::ParseContext* ctx);
862 ::google::protobuf::internal::ParseFunc _ParseFunc() const final { return _InternalParse; }
863 #else
864 bool MergePartialFromCodedStream(
865 ::google::protobuf::io::CodedInputStream* input) final;
866 #endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
867 void SerializeWithCachedSizes(
868 ::google::protobuf::io::CodedOutputStream* output) const final;
869 ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
870 ::google::protobuf::uint8* target) const final;
871 int GetCachedSize() const final { return _cached_size_.Get(); }
872
873 private:
874 void SharedCtor();
875 void SharedDtor();
876 void SetCachedSize(int size) const final;
877 void InternalSwap(HWComponentInfoGetRequest* other);
878 private:
879 inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
880 return nullptr;
881 }
882 inline void* MaybeArenaPtr() const {
883 return nullptr;
884 }
885 public:
886
887 ::google::protobuf::Metadata GetMetadata() const final;
888
889 // nested types ----------------------------------------------------
890
891 // accessors -------------------------------------------------------
892
893 // string component_name = 3;
894 void clear_component_name();
895 static const int kComponentNameFieldNumber = 3;
896 const ::std::string& component_name() const;
897 void set_component_name(const ::std::string& value);
898 #if LANG_CXX11
899 void set_component_name(::std::string&& value);
900 #endif
901 void set_component_name(const char* value);
902 void set_component_name(const char* value, size_t size);
903 ::std::string* mutable_component_name();
904 ::std::string* release_component_name();
905 void set_allocated_component_name(::std::string* component_name);
906
907 // .dmi.Uuid device_uuid = 1;
908 bool has_device_uuid() const;
909 void clear_device_uuid();
910 static const int kDeviceUuidFieldNumber = 1;
911 const ::dmi::Uuid& device_uuid() const;
912 ::dmi::Uuid* release_device_uuid();
913 ::dmi::Uuid* mutable_device_uuid();
914 void set_allocated_device_uuid(::dmi::Uuid* device_uuid);
915
916 // .dmi.Uuid component_uuid = 2;
917 bool has_component_uuid() const;
918 void clear_component_uuid();
919 static const int kComponentUuidFieldNumber = 2;
920 const ::dmi::Uuid& component_uuid() const;
921 ::dmi::Uuid* release_component_uuid();
922 ::dmi::Uuid* mutable_component_uuid();
923 void set_allocated_component_uuid(::dmi::Uuid* component_uuid);
924
925 // @@protoc_insertion_point(class_scope:dmi.HWComponentInfoGetRequest)
926 private:
927 class HasBitSetters;
928
929 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
930 ::google::protobuf::internal::ArenaStringPtr component_name_;
931 ::dmi::Uuid* device_uuid_;
932 ::dmi::Uuid* component_uuid_;
933 mutable ::google::protobuf::internal::CachedSize _cached_size_;
934 friend struct ::TableStruct_dmi_2fhw_5fmanagement_5fservice_2eproto;
935};
936// -------------------------------------------------------------------
937
938class HWComponentInfoGetResponse final :
939 public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:dmi.HWComponentInfoGetResponse) */ {
940 public:
941 HWComponentInfoGetResponse();
942 virtual ~HWComponentInfoGetResponse();
943
944 HWComponentInfoGetResponse(const HWComponentInfoGetResponse& from);
945
946 inline HWComponentInfoGetResponse& operator=(const HWComponentInfoGetResponse& from) {
947 CopyFrom(from);
948 return *this;
949 }
950 #if LANG_CXX11
951 HWComponentInfoGetResponse(HWComponentInfoGetResponse&& from) noexcept
952 : HWComponentInfoGetResponse() {
953 *this = ::std::move(from);
954 }
955
956 inline HWComponentInfoGetResponse& operator=(HWComponentInfoGetResponse&& from) noexcept {
957 if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
958 if (this != &from) InternalSwap(&from);
959 } else {
960 CopyFrom(from);
961 }
962 return *this;
963 }
964 #endif
965 static const ::google::protobuf::Descriptor* descriptor() {
966 return default_instance().GetDescriptor();
967 }
968 static const HWComponentInfoGetResponse& default_instance();
969
970 static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
971 static inline const HWComponentInfoGetResponse* internal_default_instance() {
972 return reinterpret_cast<const HWComponentInfoGetResponse*>(
973 &_HWComponentInfoGetResponse_default_instance_);
974 }
975 static constexpr int kIndexInFileMessages =
976 3;
977
978 void Swap(HWComponentInfoGetResponse* other);
979 friend void swap(HWComponentInfoGetResponse& a, HWComponentInfoGetResponse& b) {
980 a.Swap(&b);
981 }
982
983 // implements Message ----------------------------------------------
984
985 inline HWComponentInfoGetResponse* New() const final {
986 return CreateMaybeMessage<HWComponentInfoGetResponse>(nullptr);
987 }
988
989 HWComponentInfoGetResponse* New(::google::protobuf::Arena* arena) const final {
990 return CreateMaybeMessage<HWComponentInfoGetResponse>(arena);
991 }
992 void CopyFrom(const ::google::protobuf::Message& from) final;
993 void MergeFrom(const ::google::protobuf::Message& from) final;
994 void CopyFrom(const HWComponentInfoGetResponse& from);
995 void MergeFrom(const HWComponentInfoGetResponse& from);
996 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
997 bool IsInitialized() const final;
998
999 size_t ByteSizeLong() const final;
1000 #if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
1001 static const char* _InternalParse(const char* begin, const char* end, void* object, ::google::protobuf::internal::ParseContext* ctx);
1002 ::google::protobuf::internal::ParseFunc _ParseFunc() const final { return _InternalParse; }
1003 #else
1004 bool MergePartialFromCodedStream(
1005 ::google::protobuf::io::CodedInputStream* input) final;
1006 #endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
1007 void SerializeWithCachedSizes(
1008 ::google::protobuf::io::CodedOutputStream* output) const final;
1009 ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
1010 ::google::protobuf::uint8* target) const final;
1011 int GetCachedSize() const final { return _cached_size_.Get(); }
1012
1013 private:
1014 void SharedCtor();
1015 void SharedDtor();
1016 void SetCachedSize(int size) const final;
1017 void InternalSwap(HWComponentInfoGetResponse* other);
1018 private:
1019 inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
1020 return nullptr;
1021 }
1022 inline void* MaybeArenaPtr() const {
1023 return nullptr;
1024 }
1025 public:
1026
1027 ::google::protobuf::Metadata GetMetadata() const final;
1028
1029 // nested types ----------------------------------------------------
1030
1031 typedef HWComponentInfoGetResponse_Reason Reason;
1032 static const Reason UNDEFINED_REASON =
1033 HWComponentInfoGetResponse_Reason_UNDEFINED_REASON;
1034 static const Reason UNKNOWN_DEVICE =
1035 HWComponentInfoGetResponse_Reason_UNKNOWN_DEVICE;
1036 static const Reason UNKNOWN_COMPONENT =
1037 HWComponentInfoGetResponse_Reason_UNKNOWN_COMPONENT;
1038 static const Reason INTERNAL_ERROR =
1039 HWComponentInfoGetResponse_Reason_INTERNAL_ERROR;
1040 static const Reason DEVICE_UNREACHABLE =
1041 HWComponentInfoGetResponse_Reason_DEVICE_UNREACHABLE;
1042 static inline bool Reason_IsValid(int value) {
1043 return HWComponentInfoGetResponse_Reason_IsValid(value);
1044 }
1045 static const Reason Reason_MIN =
1046 HWComponentInfoGetResponse_Reason_Reason_MIN;
1047 static const Reason Reason_MAX =
1048 HWComponentInfoGetResponse_Reason_Reason_MAX;
1049 static const int Reason_ARRAYSIZE =
1050 HWComponentInfoGetResponse_Reason_Reason_ARRAYSIZE;
1051 static inline const ::google::protobuf::EnumDescriptor*
1052 Reason_descriptor() {
1053 return HWComponentInfoGetResponse_Reason_descriptor();
1054 }
1055 static inline const ::std::string& Reason_Name(Reason value) {
1056 return HWComponentInfoGetResponse_Reason_Name(value);
1057 }
1058 static inline bool Reason_Parse(const ::std::string& name,
1059 Reason* value) {
1060 return HWComponentInfoGetResponse_Reason_Parse(name, value);
1061 }
1062
1063 // accessors -------------------------------------------------------
1064
1065 // string reason_detail = 4;
1066 void clear_reason_detail();
1067 static const int kReasonDetailFieldNumber = 4;
1068 const ::std::string& reason_detail() const;
1069 void set_reason_detail(const ::std::string& value);
1070 #if LANG_CXX11
1071 void set_reason_detail(::std::string&& value);
1072 #endif
1073 void set_reason_detail(const char* value);
1074 void set_reason_detail(const char* value, size_t size);
1075 ::std::string* mutable_reason_detail();
1076 ::std::string* release_reason_detail();
1077 void set_allocated_reason_detail(::std::string* reason_detail);
1078
1079 // .dmi.Component component = 3;
1080 bool has_component() const;
1081 void clear_component();
1082 static const int kComponentFieldNumber = 3;
1083 const ::dmi::Component& component() const;
1084 ::dmi::Component* release_component();
1085 ::dmi::Component* mutable_component();
1086 void set_allocated_component(::dmi::Component* component);
1087
1088 // .dmi.Status status = 1;
1089 void clear_status();
1090 static const int kStatusFieldNumber = 1;
1091 ::dmi::Status status() const;
1092 void set_status(::dmi::Status value);
1093
1094 // .dmi.HWComponentInfoGetResponse.Reason reason = 2;
1095 void clear_reason();
1096 static const int kReasonFieldNumber = 2;
1097 ::dmi::HWComponentInfoGetResponse_Reason reason() const;
1098 void set_reason(::dmi::HWComponentInfoGetResponse_Reason value);
1099
1100 // @@protoc_insertion_point(class_scope:dmi.HWComponentInfoGetResponse)
1101 private:
1102 class HasBitSetters;
1103
1104 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
1105 ::google::protobuf::internal::ArenaStringPtr reason_detail_;
1106 ::dmi::Component* component_;
1107 int status_;
1108 int reason_;
1109 mutable ::google::protobuf::internal::CachedSize _cached_size_;
1110 friend struct ::TableStruct_dmi_2fhw_5fmanagement_5fservice_2eproto;
1111};
1112// -------------------------------------------------------------------
1113
1114class HWComponentInfoSetRequest final :
1115 public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:dmi.HWComponentInfoSetRequest) */ {
1116 public:
1117 HWComponentInfoSetRequest();
1118 virtual ~HWComponentInfoSetRequest();
1119
1120 HWComponentInfoSetRequest(const HWComponentInfoSetRequest& from);
1121
1122 inline HWComponentInfoSetRequest& operator=(const HWComponentInfoSetRequest& from) {
1123 CopyFrom(from);
1124 return *this;
1125 }
1126 #if LANG_CXX11
1127 HWComponentInfoSetRequest(HWComponentInfoSetRequest&& from) noexcept
1128 : HWComponentInfoSetRequest() {
1129 *this = ::std::move(from);
1130 }
1131
1132 inline HWComponentInfoSetRequest& operator=(HWComponentInfoSetRequest&& from) noexcept {
1133 if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
1134 if (this != &from) InternalSwap(&from);
1135 } else {
1136 CopyFrom(from);
1137 }
1138 return *this;
1139 }
1140 #endif
1141 static const ::google::protobuf::Descriptor* descriptor() {
1142 return default_instance().GetDescriptor();
1143 }
1144 static const HWComponentInfoSetRequest& default_instance();
1145
1146 static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
1147 static inline const HWComponentInfoSetRequest* internal_default_instance() {
1148 return reinterpret_cast<const HWComponentInfoSetRequest*>(
1149 &_HWComponentInfoSetRequest_default_instance_);
1150 }
1151 static constexpr int kIndexInFileMessages =
1152 4;
1153
1154 void Swap(HWComponentInfoSetRequest* other);
1155 friend void swap(HWComponentInfoSetRequest& a, HWComponentInfoSetRequest& b) {
1156 a.Swap(&b);
1157 }
1158
1159 // implements Message ----------------------------------------------
1160
1161 inline HWComponentInfoSetRequest* New() const final {
1162 return CreateMaybeMessage<HWComponentInfoSetRequest>(nullptr);
1163 }
1164
1165 HWComponentInfoSetRequest* New(::google::protobuf::Arena* arena) const final {
1166 return CreateMaybeMessage<HWComponentInfoSetRequest>(arena);
1167 }
1168 void CopyFrom(const ::google::protobuf::Message& from) final;
1169 void MergeFrom(const ::google::protobuf::Message& from) final;
1170 void CopyFrom(const HWComponentInfoSetRequest& from);
1171 void MergeFrom(const HWComponentInfoSetRequest& from);
1172 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
1173 bool IsInitialized() const final;
1174
1175 size_t ByteSizeLong() const final;
1176 #if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
1177 static const char* _InternalParse(const char* begin, const char* end, void* object, ::google::protobuf::internal::ParseContext* ctx);
1178 ::google::protobuf::internal::ParseFunc _ParseFunc() const final { return _InternalParse; }
1179 #else
1180 bool MergePartialFromCodedStream(
1181 ::google::protobuf::io::CodedInputStream* input) final;
1182 #endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
1183 void SerializeWithCachedSizes(
1184 ::google::protobuf::io::CodedOutputStream* output) const final;
1185 ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
1186 ::google::protobuf::uint8* target) const final;
1187 int GetCachedSize() const final { return _cached_size_.Get(); }
1188
1189 private:
1190 void SharedCtor();
1191 void SharedDtor();
1192 void SetCachedSize(int size) const final;
1193 void InternalSwap(HWComponentInfoSetRequest* other);
1194 private:
1195 inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
1196 return nullptr;
1197 }
1198 inline void* MaybeArenaPtr() const {
1199 return nullptr;
1200 }
1201 public:
1202
1203 ::google::protobuf::Metadata GetMetadata() const final;
1204
1205 // nested types ----------------------------------------------------
1206
1207 // accessors -------------------------------------------------------
1208
1209 // string component_name = 3;
1210 void clear_component_name();
1211 static const int kComponentNameFieldNumber = 3;
1212 const ::std::string& component_name() const;
1213 void set_component_name(const ::std::string& value);
1214 #if LANG_CXX11
1215 void set_component_name(::std::string&& value);
1216 #endif
1217 void set_component_name(const char* value);
1218 void set_component_name(const char* value, size_t size);
1219 ::std::string* mutable_component_name();
1220 ::std::string* release_component_name();
1221 void set_allocated_component_name(::std::string* component_name);
1222
1223 // .dmi.Uuid device_uuid = 1;
1224 bool has_device_uuid() const;
1225 void clear_device_uuid();
1226 static const int kDeviceUuidFieldNumber = 1;
1227 const ::dmi::Uuid& device_uuid() const;
1228 ::dmi::Uuid* release_device_uuid();
1229 ::dmi::Uuid* mutable_device_uuid();
1230 void set_allocated_device_uuid(::dmi::Uuid* device_uuid);
1231
1232 // .dmi.Uuid component_uuid = 2;
1233 bool has_component_uuid() const;
1234 void clear_component_uuid();
1235 static const int kComponentUuidFieldNumber = 2;
1236 const ::dmi::Uuid& component_uuid() const;
1237 ::dmi::Uuid* release_component_uuid();
1238 ::dmi::Uuid* mutable_component_uuid();
1239 void set_allocated_component_uuid(::dmi::Uuid* component_uuid);
1240
1241 // .dmi.ModifiableComponent changes = 4;
1242 bool has_changes() const;
1243 void clear_changes();
1244 static const int kChangesFieldNumber = 4;
1245 const ::dmi::ModifiableComponent& changes() const;
1246 ::dmi::ModifiableComponent* release_changes();
1247 ::dmi::ModifiableComponent* mutable_changes();
1248 void set_allocated_changes(::dmi::ModifiableComponent* changes);
1249
1250 // @@protoc_insertion_point(class_scope:dmi.HWComponentInfoSetRequest)
1251 private:
1252 class HasBitSetters;
1253
1254 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
1255 ::google::protobuf::internal::ArenaStringPtr component_name_;
1256 ::dmi::Uuid* device_uuid_;
1257 ::dmi::Uuid* component_uuid_;
1258 ::dmi::ModifiableComponent* changes_;
1259 mutable ::google::protobuf::internal::CachedSize _cached_size_;
1260 friend struct ::TableStruct_dmi_2fhw_5fmanagement_5fservice_2eproto;
1261};
1262// -------------------------------------------------------------------
1263
1264class HWComponentInfoSetResponse final :
1265 public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:dmi.HWComponentInfoSetResponse) */ {
1266 public:
1267 HWComponentInfoSetResponse();
1268 virtual ~HWComponentInfoSetResponse();
1269
1270 HWComponentInfoSetResponse(const HWComponentInfoSetResponse& from);
1271
1272 inline HWComponentInfoSetResponse& operator=(const HWComponentInfoSetResponse& from) {
1273 CopyFrom(from);
1274 return *this;
1275 }
1276 #if LANG_CXX11
1277 HWComponentInfoSetResponse(HWComponentInfoSetResponse&& from) noexcept
1278 : HWComponentInfoSetResponse() {
1279 *this = ::std::move(from);
1280 }
1281
1282 inline HWComponentInfoSetResponse& operator=(HWComponentInfoSetResponse&& from) noexcept {
1283 if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
1284 if (this != &from) InternalSwap(&from);
1285 } else {
1286 CopyFrom(from);
1287 }
1288 return *this;
1289 }
1290 #endif
1291 static const ::google::protobuf::Descriptor* descriptor() {
1292 return default_instance().GetDescriptor();
1293 }
1294 static const HWComponentInfoSetResponse& default_instance();
1295
1296 static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
1297 static inline const HWComponentInfoSetResponse* internal_default_instance() {
1298 return reinterpret_cast<const HWComponentInfoSetResponse*>(
1299 &_HWComponentInfoSetResponse_default_instance_);
1300 }
1301 static constexpr int kIndexInFileMessages =
1302 5;
1303
1304 void Swap(HWComponentInfoSetResponse* other);
1305 friend void swap(HWComponentInfoSetResponse& a, HWComponentInfoSetResponse& b) {
1306 a.Swap(&b);
1307 }
1308
1309 // implements Message ----------------------------------------------
1310
1311 inline HWComponentInfoSetResponse* New() const final {
1312 return CreateMaybeMessage<HWComponentInfoSetResponse>(nullptr);
1313 }
1314
1315 HWComponentInfoSetResponse* New(::google::protobuf::Arena* arena) const final {
1316 return CreateMaybeMessage<HWComponentInfoSetResponse>(arena);
1317 }
1318 void CopyFrom(const ::google::protobuf::Message& from) final;
1319 void MergeFrom(const ::google::protobuf::Message& from) final;
1320 void CopyFrom(const HWComponentInfoSetResponse& from);
1321 void MergeFrom(const HWComponentInfoSetResponse& from);
1322 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
1323 bool IsInitialized() const final;
1324
1325 size_t ByteSizeLong() const final;
1326 #if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
1327 static const char* _InternalParse(const char* begin, const char* end, void* object, ::google::protobuf::internal::ParseContext* ctx);
1328 ::google::protobuf::internal::ParseFunc _ParseFunc() const final { return _InternalParse; }
1329 #else
1330 bool MergePartialFromCodedStream(
1331 ::google::protobuf::io::CodedInputStream* input) final;
1332 #endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
1333 void SerializeWithCachedSizes(
1334 ::google::protobuf::io::CodedOutputStream* output) const final;
1335 ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
1336 ::google::protobuf::uint8* target) const final;
1337 int GetCachedSize() const final { return _cached_size_.Get(); }
1338
1339 private:
1340 void SharedCtor();
1341 void SharedDtor();
1342 void SetCachedSize(int size) const final;
1343 void InternalSwap(HWComponentInfoSetResponse* other);
1344 private:
1345 inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
1346 return nullptr;
1347 }
1348 inline void* MaybeArenaPtr() const {
1349 return nullptr;
1350 }
1351 public:
1352
1353 ::google::protobuf::Metadata GetMetadata() const final;
1354
1355 // nested types ----------------------------------------------------
1356
1357 typedef HWComponentInfoSetResponse_Reason Reason;
1358 static const Reason UNDEFINED_REASON =
1359 HWComponentInfoSetResponse_Reason_UNDEFINED_REASON;
1360 static const Reason UNKNOWN_DEVICE =
1361 HWComponentInfoSetResponse_Reason_UNKNOWN_DEVICE;
1362 static const Reason UNKNOWN_COMPONENT =
1363 HWComponentInfoSetResponse_Reason_UNKNOWN_COMPONENT;
1364 static const Reason INVALID_PARAMS =
1365 HWComponentInfoSetResponse_Reason_INVALID_PARAMS;
1366 static const Reason INTERNAL_ERROR =
1367 HWComponentInfoSetResponse_Reason_INTERNAL_ERROR;
1368 static const Reason DEVICE_UNREACHABLE =
1369 HWComponentInfoSetResponse_Reason_DEVICE_UNREACHABLE;
Girish Gowdra997432d2022-03-10 15:59:33 -08001370 static const Reason SET_UNSUPPORTED =
1371 HWComponentInfoSetResponse_Reason_SET_UNSUPPORTED;
Shivanagouda Malaginahalli335fe4d2021-03-31 16:52:28 +05301372 static inline bool Reason_IsValid(int value) {
1373 return HWComponentInfoSetResponse_Reason_IsValid(value);
1374 }
1375 static const Reason Reason_MIN =
1376 HWComponentInfoSetResponse_Reason_Reason_MIN;
1377 static const Reason Reason_MAX =
1378 HWComponentInfoSetResponse_Reason_Reason_MAX;
1379 static const int Reason_ARRAYSIZE =
1380 HWComponentInfoSetResponse_Reason_Reason_ARRAYSIZE;
1381 static inline const ::google::protobuf::EnumDescriptor*
1382 Reason_descriptor() {
1383 return HWComponentInfoSetResponse_Reason_descriptor();
1384 }
1385 static inline const ::std::string& Reason_Name(Reason value) {
1386 return HWComponentInfoSetResponse_Reason_Name(value);
1387 }
1388 static inline bool Reason_Parse(const ::std::string& name,
1389 Reason* value) {
1390 return HWComponentInfoSetResponse_Reason_Parse(name, value);
1391 }
1392
1393 // accessors -------------------------------------------------------
1394
1395 // string reason_detail = 3;
1396 void clear_reason_detail();
1397 static const int kReasonDetailFieldNumber = 3;
1398 const ::std::string& reason_detail() const;
1399 void set_reason_detail(const ::std::string& value);
1400 #if LANG_CXX11
1401 void set_reason_detail(::std::string&& value);
1402 #endif
1403 void set_reason_detail(const char* value);
1404 void set_reason_detail(const char* value, size_t size);
1405 ::std::string* mutable_reason_detail();
1406 ::std::string* release_reason_detail();
1407 void set_allocated_reason_detail(::std::string* reason_detail);
1408
1409 // .dmi.Status status = 1;
1410 void clear_status();
1411 static const int kStatusFieldNumber = 1;
1412 ::dmi::Status status() const;
1413 void set_status(::dmi::Status value);
1414
1415 // .dmi.HWComponentInfoSetResponse.Reason reason = 2;
1416 void clear_reason();
1417 static const int kReasonFieldNumber = 2;
1418 ::dmi::HWComponentInfoSetResponse_Reason reason() const;
1419 void set_reason(::dmi::HWComponentInfoSetResponse_Reason value);
1420
1421 // @@protoc_insertion_point(class_scope:dmi.HWComponentInfoSetResponse)
1422 private:
1423 class HasBitSetters;
1424
1425 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
1426 ::google::protobuf::internal::ArenaStringPtr reason_detail_;
1427 int status_;
1428 int reason_;
1429 mutable ::google::protobuf::internal::CachedSize _cached_size_;
1430 friend struct ::TableStruct_dmi_2fhw_5fmanagement_5fservice_2eproto;
1431};
1432// -------------------------------------------------------------------
1433
1434class StartManagingDeviceResponse final :
1435 public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:dmi.StartManagingDeviceResponse) */ {
1436 public:
1437 StartManagingDeviceResponse();
1438 virtual ~StartManagingDeviceResponse();
1439
1440 StartManagingDeviceResponse(const StartManagingDeviceResponse& from);
1441
1442 inline StartManagingDeviceResponse& operator=(const StartManagingDeviceResponse& from) {
1443 CopyFrom(from);
1444 return *this;
1445 }
1446 #if LANG_CXX11
1447 StartManagingDeviceResponse(StartManagingDeviceResponse&& from) noexcept
1448 : StartManagingDeviceResponse() {
1449 *this = ::std::move(from);
1450 }
1451
1452 inline StartManagingDeviceResponse& operator=(StartManagingDeviceResponse&& from) noexcept {
1453 if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
1454 if (this != &from) InternalSwap(&from);
1455 } else {
1456 CopyFrom(from);
1457 }
1458 return *this;
1459 }
1460 #endif
1461 static const ::google::protobuf::Descriptor* descriptor() {
1462 return default_instance().GetDescriptor();
1463 }
1464 static const StartManagingDeviceResponse& default_instance();
1465
1466 static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
1467 static inline const StartManagingDeviceResponse* internal_default_instance() {
1468 return reinterpret_cast<const StartManagingDeviceResponse*>(
1469 &_StartManagingDeviceResponse_default_instance_);
1470 }
1471 static constexpr int kIndexInFileMessages =
1472 6;
1473
1474 void Swap(StartManagingDeviceResponse* other);
1475 friend void swap(StartManagingDeviceResponse& a, StartManagingDeviceResponse& b) {
1476 a.Swap(&b);
1477 }
1478
1479 // implements Message ----------------------------------------------
1480
1481 inline StartManagingDeviceResponse* New() const final {
1482 return CreateMaybeMessage<StartManagingDeviceResponse>(nullptr);
1483 }
1484
1485 StartManagingDeviceResponse* New(::google::protobuf::Arena* arena) const final {
1486 return CreateMaybeMessage<StartManagingDeviceResponse>(arena);
1487 }
1488 void CopyFrom(const ::google::protobuf::Message& from) final;
1489 void MergeFrom(const ::google::protobuf::Message& from) final;
1490 void CopyFrom(const StartManagingDeviceResponse& from);
1491 void MergeFrom(const StartManagingDeviceResponse& from);
1492 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
1493 bool IsInitialized() const final;
1494
1495 size_t ByteSizeLong() const final;
1496 #if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
1497 static const char* _InternalParse(const char* begin, const char* end, void* object, ::google::protobuf::internal::ParseContext* ctx);
1498 ::google::protobuf::internal::ParseFunc _ParseFunc() const final { return _InternalParse; }
1499 #else
1500 bool MergePartialFromCodedStream(
1501 ::google::protobuf::io::CodedInputStream* input) final;
1502 #endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
1503 void SerializeWithCachedSizes(
1504 ::google::protobuf::io::CodedOutputStream* output) const final;
1505 ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
1506 ::google::protobuf::uint8* target) const final;
1507 int GetCachedSize() const final { return _cached_size_.Get(); }
1508
1509 private:
1510 void SharedCtor();
1511 void SharedDtor();
1512 void SetCachedSize(int size) const final;
1513 void InternalSwap(StartManagingDeviceResponse* other);
1514 private:
1515 inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
1516 return nullptr;
1517 }
1518 inline void* MaybeArenaPtr() const {
1519 return nullptr;
1520 }
1521 public:
1522
1523 ::google::protobuf::Metadata GetMetadata() const final;
1524
1525 // nested types ----------------------------------------------------
1526
1527 typedef StartManagingDeviceResponse_Reason Reason;
1528 static const Reason UNDEFINED_REASON =
1529 StartManagingDeviceResponse_Reason_UNDEFINED_REASON;
1530 static const Reason DEVICE_ALREADY_MANAGED =
1531 StartManagingDeviceResponse_Reason_DEVICE_ALREADY_MANAGED;
1532 static const Reason OPERATION_ALREADY_IN_PROGRESS =
1533 StartManagingDeviceResponse_Reason_OPERATION_ALREADY_IN_PROGRESS;
1534 static const Reason INVALID_PARAMS =
1535 StartManagingDeviceResponse_Reason_INVALID_PARAMS;
1536 static const Reason INTERNAL_ERROR =
1537 StartManagingDeviceResponse_Reason_INTERNAL_ERROR;
amit.ghosh6bdb0f72021-06-02 14:42:29 +02001538 static const Reason AUTHENTICATION_FAILURE =
1539 StartManagingDeviceResponse_Reason_AUTHENTICATION_FAILURE;
1540 static const Reason INCOMPATIBLE_DEVICE =
1541 StartManagingDeviceResponse_Reason_INCOMPATIBLE_DEVICE;
Shivanagouda Malaginahalli335fe4d2021-03-31 16:52:28 +05301542 static inline bool Reason_IsValid(int value) {
1543 return StartManagingDeviceResponse_Reason_IsValid(value);
1544 }
1545 static const Reason Reason_MIN =
1546 StartManagingDeviceResponse_Reason_Reason_MIN;
1547 static const Reason Reason_MAX =
1548 StartManagingDeviceResponse_Reason_Reason_MAX;
1549 static const int Reason_ARRAYSIZE =
1550 StartManagingDeviceResponse_Reason_Reason_ARRAYSIZE;
1551 static inline const ::google::protobuf::EnumDescriptor*
1552 Reason_descriptor() {
1553 return StartManagingDeviceResponse_Reason_descriptor();
1554 }
1555 static inline const ::std::string& Reason_Name(Reason value) {
1556 return StartManagingDeviceResponse_Reason_Name(value);
1557 }
1558 static inline bool Reason_Parse(const ::std::string& name,
1559 Reason* value) {
1560 return StartManagingDeviceResponse_Reason_Parse(name, value);
1561 }
1562
1563 // accessors -------------------------------------------------------
1564
1565 // string reason_detail = 4;
1566 void clear_reason_detail();
1567 static const int kReasonDetailFieldNumber = 4;
1568 const ::std::string& reason_detail() const;
1569 void set_reason_detail(const ::std::string& value);
1570 #if LANG_CXX11
1571 void set_reason_detail(::std::string&& value);
1572 #endif
1573 void set_reason_detail(const char* value);
1574 void set_reason_detail(const char* value, size_t size);
1575 ::std::string* mutable_reason_detail();
1576 ::std::string* release_reason_detail();
1577 void set_allocated_reason_detail(::std::string* reason_detail);
1578
1579 // .dmi.Uuid device_uuid = 3;
1580 bool has_device_uuid() const;
1581 void clear_device_uuid();
1582 static const int kDeviceUuidFieldNumber = 3;
1583 const ::dmi::Uuid& device_uuid() const;
1584 ::dmi::Uuid* release_device_uuid();
1585 ::dmi::Uuid* mutable_device_uuid();
1586 void set_allocated_device_uuid(::dmi::Uuid* device_uuid);
1587
1588 // .dmi.Status status = 1;
1589 void clear_status();
1590 static const int kStatusFieldNumber = 1;
1591 ::dmi::Status status() const;
1592 void set_status(::dmi::Status value);
1593
1594 // .dmi.StartManagingDeviceResponse.Reason reason = 2;
1595 void clear_reason();
1596 static const int kReasonFieldNumber = 2;
1597 ::dmi::StartManagingDeviceResponse_Reason reason() const;
1598 void set_reason(::dmi::StartManagingDeviceResponse_Reason value);
1599
1600 // @@protoc_insertion_point(class_scope:dmi.StartManagingDeviceResponse)
1601 private:
1602 class HasBitSetters;
1603
1604 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
1605 ::google::protobuf::internal::ArenaStringPtr reason_detail_;
1606 ::dmi::Uuid* device_uuid_;
1607 int status_;
1608 int reason_;
1609 mutable ::google::protobuf::internal::CachedSize _cached_size_;
1610 friend struct ::TableStruct_dmi_2fhw_5fmanagement_5fservice_2eproto;
1611};
1612// -------------------------------------------------------------------
1613
1614class StopManagingDeviceRequest final :
1615 public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:dmi.StopManagingDeviceRequest) */ {
1616 public:
1617 StopManagingDeviceRequest();
1618 virtual ~StopManagingDeviceRequest();
1619
1620 StopManagingDeviceRequest(const StopManagingDeviceRequest& from);
1621
1622 inline StopManagingDeviceRequest& operator=(const StopManagingDeviceRequest& from) {
1623 CopyFrom(from);
1624 return *this;
1625 }
1626 #if LANG_CXX11
1627 StopManagingDeviceRequest(StopManagingDeviceRequest&& from) noexcept
1628 : StopManagingDeviceRequest() {
1629 *this = ::std::move(from);
1630 }
1631
1632 inline StopManagingDeviceRequest& operator=(StopManagingDeviceRequest&& from) noexcept {
1633 if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
1634 if (this != &from) InternalSwap(&from);
1635 } else {
1636 CopyFrom(from);
1637 }
1638 return *this;
1639 }
1640 #endif
1641 static const ::google::protobuf::Descriptor* descriptor() {
1642 return default_instance().GetDescriptor();
1643 }
1644 static const StopManagingDeviceRequest& default_instance();
1645
1646 static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
1647 static inline const StopManagingDeviceRequest* internal_default_instance() {
1648 return reinterpret_cast<const StopManagingDeviceRequest*>(
1649 &_StopManagingDeviceRequest_default_instance_);
1650 }
1651 static constexpr int kIndexInFileMessages =
1652 7;
1653
1654 void Swap(StopManagingDeviceRequest* other);
1655 friend void swap(StopManagingDeviceRequest& a, StopManagingDeviceRequest& b) {
1656 a.Swap(&b);
1657 }
1658
1659 // implements Message ----------------------------------------------
1660
1661 inline StopManagingDeviceRequest* New() const final {
1662 return CreateMaybeMessage<StopManagingDeviceRequest>(nullptr);
1663 }
1664
1665 StopManagingDeviceRequest* New(::google::protobuf::Arena* arena) const final {
1666 return CreateMaybeMessage<StopManagingDeviceRequest>(arena);
1667 }
1668 void CopyFrom(const ::google::protobuf::Message& from) final;
1669 void MergeFrom(const ::google::protobuf::Message& from) final;
1670 void CopyFrom(const StopManagingDeviceRequest& from);
1671 void MergeFrom(const StopManagingDeviceRequest& from);
1672 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
1673 bool IsInitialized() const final;
1674
1675 size_t ByteSizeLong() const final;
1676 #if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
1677 static const char* _InternalParse(const char* begin, const char* end, void* object, ::google::protobuf::internal::ParseContext* ctx);
1678 ::google::protobuf::internal::ParseFunc _ParseFunc() const final { return _InternalParse; }
1679 #else
1680 bool MergePartialFromCodedStream(
1681 ::google::protobuf::io::CodedInputStream* input) final;
1682 #endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
1683 void SerializeWithCachedSizes(
1684 ::google::protobuf::io::CodedOutputStream* output) const final;
1685 ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
1686 ::google::protobuf::uint8* target) const final;
1687 int GetCachedSize() const final { return _cached_size_.Get(); }
1688
1689 private:
1690 void SharedCtor();
1691 void SharedDtor();
1692 void SetCachedSize(int size) const final;
1693 void InternalSwap(StopManagingDeviceRequest* other);
1694 private:
1695 inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
1696 return nullptr;
1697 }
1698 inline void* MaybeArenaPtr() const {
1699 return nullptr;
1700 }
1701 public:
1702
1703 ::google::protobuf::Metadata GetMetadata() const final;
1704
1705 // nested types ----------------------------------------------------
1706
1707 // accessors -------------------------------------------------------
1708
1709 // string name = 1;
1710 void clear_name();
1711 static const int kNameFieldNumber = 1;
1712 const ::std::string& name() const;
1713 void set_name(const ::std::string& value);
1714 #if LANG_CXX11
1715 void set_name(::std::string&& value);
1716 #endif
1717 void set_name(const char* value);
1718 void set_name(const char* value, size_t size);
1719 ::std::string* mutable_name();
1720 ::std::string* release_name();
1721 void set_allocated_name(::std::string* name);
1722
1723 // @@protoc_insertion_point(class_scope:dmi.StopManagingDeviceRequest)
1724 private:
1725 class HasBitSetters;
1726
1727 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
1728 ::google::protobuf::internal::ArenaStringPtr name_;
1729 mutable ::google::protobuf::internal::CachedSize _cached_size_;
1730 friend struct ::TableStruct_dmi_2fhw_5fmanagement_5fservice_2eproto;
1731};
1732// -------------------------------------------------------------------
1733
1734class StopManagingDeviceResponse final :
1735 public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:dmi.StopManagingDeviceResponse) */ {
1736 public:
1737 StopManagingDeviceResponse();
1738 virtual ~StopManagingDeviceResponse();
1739
1740 StopManagingDeviceResponse(const StopManagingDeviceResponse& from);
1741
1742 inline StopManagingDeviceResponse& operator=(const StopManagingDeviceResponse& from) {
1743 CopyFrom(from);
1744 return *this;
1745 }
1746 #if LANG_CXX11
1747 StopManagingDeviceResponse(StopManagingDeviceResponse&& from) noexcept
1748 : StopManagingDeviceResponse() {
1749 *this = ::std::move(from);
1750 }
1751
1752 inline StopManagingDeviceResponse& operator=(StopManagingDeviceResponse&& from) noexcept {
1753 if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
1754 if (this != &from) InternalSwap(&from);
1755 } else {
1756 CopyFrom(from);
1757 }
1758 return *this;
1759 }
1760 #endif
1761 static const ::google::protobuf::Descriptor* descriptor() {
1762 return default_instance().GetDescriptor();
1763 }
1764 static const StopManagingDeviceResponse& default_instance();
1765
1766 static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
1767 static inline const StopManagingDeviceResponse* internal_default_instance() {
1768 return reinterpret_cast<const StopManagingDeviceResponse*>(
1769 &_StopManagingDeviceResponse_default_instance_);
1770 }
1771 static constexpr int kIndexInFileMessages =
1772 8;
1773
1774 void Swap(StopManagingDeviceResponse* other);
1775 friend void swap(StopManagingDeviceResponse& a, StopManagingDeviceResponse& b) {
1776 a.Swap(&b);
1777 }
1778
1779 // implements Message ----------------------------------------------
1780
1781 inline StopManagingDeviceResponse* New() const final {
1782 return CreateMaybeMessage<StopManagingDeviceResponse>(nullptr);
1783 }
1784
1785 StopManagingDeviceResponse* New(::google::protobuf::Arena* arena) const final {
1786 return CreateMaybeMessage<StopManagingDeviceResponse>(arena);
1787 }
1788 void CopyFrom(const ::google::protobuf::Message& from) final;
1789 void MergeFrom(const ::google::protobuf::Message& from) final;
1790 void CopyFrom(const StopManagingDeviceResponse& from);
1791 void MergeFrom(const StopManagingDeviceResponse& from);
1792 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
1793 bool IsInitialized() const final;
1794
1795 size_t ByteSizeLong() const final;
1796 #if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
1797 static const char* _InternalParse(const char* begin, const char* end, void* object, ::google::protobuf::internal::ParseContext* ctx);
1798 ::google::protobuf::internal::ParseFunc _ParseFunc() const final { return _InternalParse; }
1799 #else
1800 bool MergePartialFromCodedStream(
1801 ::google::protobuf::io::CodedInputStream* input) final;
1802 #endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
1803 void SerializeWithCachedSizes(
1804 ::google::protobuf::io::CodedOutputStream* output) const final;
1805 ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
1806 ::google::protobuf::uint8* target) const final;
1807 int GetCachedSize() const final { return _cached_size_.Get(); }
1808
1809 private:
1810 void SharedCtor();
1811 void SharedDtor();
1812 void SetCachedSize(int size) const final;
1813 void InternalSwap(StopManagingDeviceResponse* other);
1814 private:
1815 inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
1816 return nullptr;
1817 }
1818 inline void* MaybeArenaPtr() const {
1819 return nullptr;
1820 }
1821 public:
1822
1823 ::google::protobuf::Metadata GetMetadata() const final;
1824
1825 // nested types ----------------------------------------------------
1826
1827 typedef StopManagingDeviceResponse_Reason Reason;
1828 static const Reason UNDEFINED_REASON =
1829 StopManagingDeviceResponse_Reason_UNDEFINED_REASON;
1830 static const Reason UNKNOWN_DEVICE =
1831 StopManagingDeviceResponse_Reason_UNKNOWN_DEVICE;
amit.ghoshdd12d882022-07-01 12:32:36 +02001832 static const Reason DEVICE_UNREACHABLE =
1833 StopManagingDeviceResponse_Reason_DEVICE_UNREACHABLE;
Shivanagouda Malaginahalli335fe4d2021-03-31 16:52:28 +05301834 static inline bool Reason_IsValid(int value) {
1835 return StopManagingDeviceResponse_Reason_IsValid(value);
1836 }
1837 static const Reason Reason_MIN =
1838 StopManagingDeviceResponse_Reason_Reason_MIN;
1839 static const Reason Reason_MAX =
1840 StopManagingDeviceResponse_Reason_Reason_MAX;
1841 static const int Reason_ARRAYSIZE =
1842 StopManagingDeviceResponse_Reason_Reason_ARRAYSIZE;
1843 static inline const ::google::protobuf::EnumDescriptor*
1844 Reason_descriptor() {
1845 return StopManagingDeviceResponse_Reason_descriptor();
1846 }
1847 static inline const ::std::string& Reason_Name(Reason value) {
1848 return StopManagingDeviceResponse_Reason_Name(value);
1849 }
1850 static inline bool Reason_Parse(const ::std::string& name,
1851 Reason* value) {
1852 return StopManagingDeviceResponse_Reason_Parse(name, value);
1853 }
1854
1855 // accessors -------------------------------------------------------
1856
1857 // string reason_detail = 3;
1858 void clear_reason_detail();
1859 static const int kReasonDetailFieldNumber = 3;
1860 const ::std::string& reason_detail() const;
1861 void set_reason_detail(const ::std::string& value);
1862 #if LANG_CXX11
1863 void set_reason_detail(::std::string&& value);
1864 #endif
1865 void set_reason_detail(const char* value);
1866 void set_reason_detail(const char* value, size_t size);
1867 ::std::string* mutable_reason_detail();
1868 ::std::string* release_reason_detail();
1869 void set_allocated_reason_detail(::std::string* reason_detail);
1870
1871 // .dmi.Status status = 1;
1872 void clear_status();
1873 static const int kStatusFieldNumber = 1;
1874 ::dmi::Status status() const;
1875 void set_status(::dmi::Status value);
1876
1877 // .dmi.StopManagingDeviceResponse.Reason reason = 2;
1878 void clear_reason();
1879 static const int kReasonFieldNumber = 2;
1880 ::dmi::StopManagingDeviceResponse_Reason reason() const;
1881 void set_reason(::dmi::StopManagingDeviceResponse_Reason value);
1882
1883 // @@protoc_insertion_point(class_scope:dmi.StopManagingDeviceResponse)
1884 private:
1885 class HasBitSetters;
1886
1887 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
1888 ::google::protobuf::internal::ArenaStringPtr reason_detail_;
1889 int status_;
1890 int reason_;
1891 mutable ::google::protobuf::internal::CachedSize _cached_size_;
1892 friend struct ::TableStruct_dmi_2fhw_5fmanagement_5fservice_2eproto;
1893};
1894// -------------------------------------------------------------------
1895
1896class ManagedDeviceInfo final :
1897 public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:dmi.ManagedDeviceInfo) */ {
1898 public:
1899 ManagedDeviceInfo();
1900 virtual ~ManagedDeviceInfo();
1901
1902 ManagedDeviceInfo(const ManagedDeviceInfo& from);
1903
1904 inline ManagedDeviceInfo& operator=(const ManagedDeviceInfo& from) {
1905 CopyFrom(from);
1906 return *this;
1907 }
1908 #if LANG_CXX11
1909 ManagedDeviceInfo(ManagedDeviceInfo&& from) noexcept
1910 : ManagedDeviceInfo() {
1911 *this = ::std::move(from);
1912 }
1913
1914 inline ManagedDeviceInfo& operator=(ManagedDeviceInfo&& from) noexcept {
1915 if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
1916 if (this != &from) InternalSwap(&from);
1917 } else {
1918 CopyFrom(from);
1919 }
1920 return *this;
1921 }
1922 #endif
1923 static const ::google::protobuf::Descriptor* descriptor() {
1924 return default_instance().GetDescriptor();
1925 }
1926 static const ManagedDeviceInfo& default_instance();
1927
1928 static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
1929 static inline const ManagedDeviceInfo* internal_default_instance() {
1930 return reinterpret_cast<const ManagedDeviceInfo*>(
1931 &_ManagedDeviceInfo_default_instance_);
1932 }
1933 static constexpr int kIndexInFileMessages =
1934 9;
1935
1936 void Swap(ManagedDeviceInfo* other);
1937 friend void swap(ManagedDeviceInfo& a, ManagedDeviceInfo& b) {
1938 a.Swap(&b);
1939 }
1940
1941 // implements Message ----------------------------------------------
1942
1943 inline ManagedDeviceInfo* New() const final {
1944 return CreateMaybeMessage<ManagedDeviceInfo>(nullptr);
1945 }
1946
1947 ManagedDeviceInfo* New(::google::protobuf::Arena* arena) const final {
1948 return CreateMaybeMessage<ManagedDeviceInfo>(arena);
1949 }
1950 void CopyFrom(const ::google::protobuf::Message& from) final;
1951 void MergeFrom(const ::google::protobuf::Message& from) final;
1952 void CopyFrom(const ManagedDeviceInfo& from);
1953 void MergeFrom(const ManagedDeviceInfo& from);
1954 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
1955 bool IsInitialized() const final;
1956
1957 size_t ByteSizeLong() const final;
1958 #if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
1959 static const char* _InternalParse(const char* begin, const char* end, void* object, ::google::protobuf::internal::ParseContext* ctx);
1960 ::google::protobuf::internal::ParseFunc _ParseFunc() const final { return _InternalParse; }
1961 #else
1962 bool MergePartialFromCodedStream(
1963 ::google::protobuf::io::CodedInputStream* input) final;
1964 #endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
1965 void SerializeWithCachedSizes(
1966 ::google::protobuf::io::CodedOutputStream* output) const final;
1967 ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
1968 ::google::protobuf::uint8* target) const final;
1969 int GetCachedSize() const final { return _cached_size_.Get(); }
1970
1971 private:
1972 void SharedCtor();
1973 void SharedDtor();
1974 void SetCachedSize(int size) const final;
1975 void InternalSwap(ManagedDeviceInfo* other);
1976 private:
1977 inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
1978 return nullptr;
1979 }
1980 inline void* MaybeArenaPtr() const {
1981 return nullptr;
1982 }
1983 public:
1984
1985 ::google::protobuf::Metadata GetMetadata() const final;
1986
1987 // nested types ----------------------------------------------------
1988
1989 // accessors -------------------------------------------------------
1990
1991 // .dmi.ModifiableComponent info = 1;
1992 bool has_info() const;
1993 void clear_info();
1994 static const int kInfoFieldNumber = 1;
1995 const ::dmi::ModifiableComponent& info() const;
1996 ::dmi::ModifiableComponent* release_info();
1997 ::dmi::ModifiableComponent* mutable_info();
1998 void set_allocated_info(::dmi::ModifiableComponent* info);
1999
2000 // .dmi.Uuid device_uuid = 2;
2001 bool has_device_uuid() const;
2002 void clear_device_uuid();
2003 static const int kDeviceUuidFieldNumber = 2;
2004 const ::dmi::Uuid& device_uuid() const;
2005 ::dmi::Uuid* release_device_uuid();
2006 ::dmi::Uuid* mutable_device_uuid();
2007 void set_allocated_device_uuid(::dmi::Uuid* device_uuid);
2008
2009 // @@protoc_insertion_point(class_scope:dmi.ManagedDeviceInfo)
2010 private:
2011 class HasBitSetters;
2012
2013 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
2014 ::dmi::ModifiableComponent* info_;
2015 ::dmi::Uuid* device_uuid_;
2016 mutable ::google::protobuf::internal::CachedSize _cached_size_;
2017 friend struct ::TableStruct_dmi_2fhw_5fmanagement_5fservice_2eproto;
2018};
2019// -------------------------------------------------------------------
2020
2021class ManagedDevicesResponse final :
2022 public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:dmi.ManagedDevicesResponse) */ {
2023 public:
2024 ManagedDevicesResponse();
2025 virtual ~ManagedDevicesResponse();
2026
2027 ManagedDevicesResponse(const ManagedDevicesResponse& from);
2028
2029 inline ManagedDevicesResponse& operator=(const ManagedDevicesResponse& from) {
2030 CopyFrom(from);
2031 return *this;
2032 }
2033 #if LANG_CXX11
2034 ManagedDevicesResponse(ManagedDevicesResponse&& from) noexcept
2035 : ManagedDevicesResponse() {
2036 *this = ::std::move(from);
2037 }
2038
2039 inline ManagedDevicesResponse& operator=(ManagedDevicesResponse&& from) noexcept {
2040 if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
2041 if (this != &from) InternalSwap(&from);
2042 } else {
2043 CopyFrom(from);
2044 }
2045 return *this;
2046 }
2047 #endif
2048 static const ::google::protobuf::Descriptor* descriptor() {
2049 return default_instance().GetDescriptor();
2050 }
2051 static const ManagedDevicesResponse& default_instance();
2052
2053 static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
2054 static inline const ManagedDevicesResponse* internal_default_instance() {
2055 return reinterpret_cast<const ManagedDevicesResponse*>(
2056 &_ManagedDevicesResponse_default_instance_);
2057 }
2058 static constexpr int kIndexInFileMessages =
2059 10;
2060
2061 void Swap(ManagedDevicesResponse* other);
2062 friend void swap(ManagedDevicesResponse& a, ManagedDevicesResponse& b) {
2063 a.Swap(&b);
2064 }
2065
2066 // implements Message ----------------------------------------------
2067
2068 inline ManagedDevicesResponse* New() const final {
2069 return CreateMaybeMessage<ManagedDevicesResponse>(nullptr);
2070 }
2071
2072 ManagedDevicesResponse* New(::google::protobuf::Arena* arena) const final {
2073 return CreateMaybeMessage<ManagedDevicesResponse>(arena);
2074 }
2075 void CopyFrom(const ::google::protobuf::Message& from) final;
2076 void MergeFrom(const ::google::protobuf::Message& from) final;
2077 void CopyFrom(const ManagedDevicesResponse& from);
2078 void MergeFrom(const ManagedDevicesResponse& from);
2079 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
2080 bool IsInitialized() const final;
2081
2082 size_t ByteSizeLong() const final;
2083 #if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
2084 static const char* _InternalParse(const char* begin, const char* end, void* object, ::google::protobuf::internal::ParseContext* ctx);
2085 ::google::protobuf::internal::ParseFunc _ParseFunc() const final { return _InternalParse; }
2086 #else
2087 bool MergePartialFromCodedStream(
2088 ::google::protobuf::io::CodedInputStream* input) final;
2089 #endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
2090 void SerializeWithCachedSizes(
2091 ::google::protobuf::io::CodedOutputStream* output) const final;
2092 ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
2093 ::google::protobuf::uint8* target) const final;
2094 int GetCachedSize() const final { return _cached_size_.Get(); }
2095
2096 private:
2097 void SharedCtor();
2098 void SharedDtor();
2099 void SetCachedSize(int size) const final;
2100 void InternalSwap(ManagedDevicesResponse* other);
2101 private:
2102 inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
2103 return nullptr;
2104 }
2105 inline void* MaybeArenaPtr() const {
2106 return nullptr;
2107 }
2108 public:
2109
2110 ::google::protobuf::Metadata GetMetadata() const final;
2111
2112 // nested types ----------------------------------------------------
2113
2114 typedef ManagedDevicesResponse_Reason Reason;
2115 static const Reason UNDEFINED_REASON =
2116 ManagedDevicesResponse_Reason_UNDEFINED_REASON;
2117 static const Reason INTERNAL_ERROR =
2118 ManagedDevicesResponse_Reason_INTERNAL_ERROR;
2119 static inline bool Reason_IsValid(int value) {
2120 return ManagedDevicesResponse_Reason_IsValid(value);
2121 }
2122 static const Reason Reason_MIN =
2123 ManagedDevicesResponse_Reason_Reason_MIN;
2124 static const Reason Reason_MAX =
2125 ManagedDevicesResponse_Reason_Reason_MAX;
2126 static const int Reason_ARRAYSIZE =
2127 ManagedDevicesResponse_Reason_Reason_ARRAYSIZE;
2128 static inline const ::google::protobuf::EnumDescriptor*
2129 Reason_descriptor() {
2130 return ManagedDevicesResponse_Reason_descriptor();
2131 }
2132 static inline const ::std::string& Reason_Name(Reason value) {
2133 return ManagedDevicesResponse_Reason_Name(value);
2134 }
2135 static inline bool Reason_Parse(const ::std::string& name,
2136 Reason* value) {
2137 return ManagedDevicesResponse_Reason_Parse(name, value);
2138 }
2139
2140 // accessors -------------------------------------------------------
2141
2142 // repeated .dmi.ManagedDeviceInfo devices = 3;
2143 int devices_size() const;
2144 void clear_devices();
2145 static const int kDevicesFieldNumber = 3;
2146 ::dmi::ManagedDeviceInfo* mutable_devices(int index);
2147 ::google::protobuf::RepeatedPtrField< ::dmi::ManagedDeviceInfo >*
2148 mutable_devices();
2149 const ::dmi::ManagedDeviceInfo& devices(int index) const;
2150 ::dmi::ManagedDeviceInfo* add_devices();
2151 const ::google::protobuf::RepeatedPtrField< ::dmi::ManagedDeviceInfo >&
2152 devices() const;
2153
2154 // .dmi.Status status = 1;
2155 void clear_status();
2156 static const int kStatusFieldNumber = 1;
2157 ::dmi::Status status() const;
2158 void set_status(::dmi::Status value);
2159
2160 // .dmi.ManagedDevicesResponse.Reason reason = 2;
2161 void clear_reason();
2162 static const int kReasonFieldNumber = 2;
2163 ::dmi::ManagedDevicesResponse_Reason reason() const;
2164 void set_reason(::dmi::ManagedDevicesResponse_Reason value);
2165
2166 // @@protoc_insertion_point(class_scope:dmi.ManagedDevicesResponse)
2167 private:
2168 class HasBitSetters;
2169
2170 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
2171 ::google::protobuf::RepeatedPtrField< ::dmi::ManagedDeviceInfo > devices_;
2172 int status_;
2173 int reason_;
2174 mutable ::google::protobuf::internal::CachedSize _cached_size_;
2175 friend struct ::TableStruct_dmi_2fhw_5fmanagement_5fservice_2eproto;
2176};
2177// -------------------------------------------------------------------
2178
2179class SetLoggingEndpointRequest final :
2180 public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:dmi.SetLoggingEndpointRequest) */ {
2181 public:
2182 SetLoggingEndpointRequest();
2183 virtual ~SetLoggingEndpointRequest();
2184
2185 SetLoggingEndpointRequest(const SetLoggingEndpointRequest& from);
2186
2187 inline SetLoggingEndpointRequest& operator=(const SetLoggingEndpointRequest& from) {
2188 CopyFrom(from);
2189 return *this;
2190 }
2191 #if LANG_CXX11
2192 SetLoggingEndpointRequest(SetLoggingEndpointRequest&& from) noexcept
2193 : SetLoggingEndpointRequest() {
2194 *this = ::std::move(from);
2195 }
2196
2197 inline SetLoggingEndpointRequest& operator=(SetLoggingEndpointRequest&& from) noexcept {
2198 if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
2199 if (this != &from) InternalSwap(&from);
2200 } else {
2201 CopyFrom(from);
2202 }
2203 return *this;
2204 }
2205 #endif
2206 static const ::google::protobuf::Descriptor* descriptor() {
2207 return default_instance().GetDescriptor();
2208 }
2209 static const SetLoggingEndpointRequest& default_instance();
2210
2211 static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
2212 static inline const SetLoggingEndpointRequest* internal_default_instance() {
2213 return reinterpret_cast<const SetLoggingEndpointRequest*>(
2214 &_SetLoggingEndpointRequest_default_instance_);
2215 }
2216 static constexpr int kIndexInFileMessages =
2217 11;
2218
2219 void Swap(SetLoggingEndpointRequest* other);
2220 friend void swap(SetLoggingEndpointRequest& a, SetLoggingEndpointRequest& b) {
2221 a.Swap(&b);
2222 }
2223
2224 // implements Message ----------------------------------------------
2225
2226 inline SetLoggingEndpointRequest* New() const final {
2227 return CreateMaybeMessage<SetLoggingEndpointRequest>(nullptr);
2228 }
2229
2230 SetLoggingEndpointRequest* New(::google::protobuf::Arena* arena) const final {
2231 return CreateMaybeMessage<SetLoggingEndpointRequest>(arena);
2232 }
2233 void CopyFrom(const ::google::protobuf::Message& from) final;
2234 void MergeFrom(const ::google::protobuf::Message& from) final;
2235 void CopyFrom(const SetLoggingEndpointRequest& from);
2236 void MergeFrom(const SetLoggingEndpointRequest& from);
2237 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
2238 bool IsInitialized() const final;
2239
2240 size_t ByteSizeLong() const final;
2241 #if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
2242 static const char* _InternalParse(const char* begin, const char* end, void* object, ::google::protobuf::internal::ParseContext* ctx);
2243 ::google::protobuf::internal::ParseFunc _ParseFunc() const final { return _InternalParse; }
2244 #else
2245 bool MergePartialFromCodedStream(
2246 ::google::protobuf::io::CodedInputStream* input) final;
2247 #endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
2248 void SerializeWithCachedSizes(
2249 ::google::protobuf::io::CodedOutputStream* output) const final;
2250 ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
2251 ::google::protobuf::uint8* target) const final;
2252 int GetCachedSize() const final { return _cached_size_.Get(); }
2253
2254 private:
2255 void SharedCtor();
2256 void SharedDtor();
2257 void SetCachedSize(int size) const final;
2258 void InternalSwap(SetLoggingEndpointRequest* other);
2259 private:
2260 inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
2261 return nullptr;
2262 }
2263 inline void* MaybeArenaPtr() const {
2264 return nullptr;
2265 }
2266 public:
2267
2268 ::google::protobuf::Metadata GetMetadata() const final;
2269
2270 // nested types ----------------------------------------------------
2271
2272 // accessors -------------------------------------------------------
2273
2274 // string logging_endpoint = 2;
2275 void clear_logging_endpoint();
2276 static const int kLoggingEndpointFieldNumber = 2;
2277 const ::std::string& logging_endpoint() const;
2278 void set_logging_endpoint(const ::std::string& value);
2279 #if LANG_CXX11
2280 void set_logging_endpoint(::std::string&& value);
2281 #endif
2282 void set_logging_endpoint(const char* value);
2283 void set_logging_endpoint(const char* value, size_t size);
2284 ::std::string* mutable_logging_endpoint();
2285 ::std::string* release_logging_endpoint();
2286 void set_allocated_logging_endpoint(::std::string* logging_endpoint);
2287
2288 // string logging_protocol = 3;
2289 void clear_logging_protocol();
2290 static const int kLoggingProtocolFieldNumber = 3;
2291 const ::std::string& logging_protocol() const;
2292 void set_logging_protocol(const ::std::string& value);
2293 #if LANG_CXX11
2294 void set_logging_protocol(::std::string&& value);
2295 #endif
2296 void set_logging_protocol(const char* value);
2297 void set_logging_protocol(const char* value, size_t size);
2298 ::std::string* mutable_logging_protocol();
2299 ::std::string* release_logging_protocol();
2300 void set_allocated_logging_protocol(::std::string* logging_protocol);
2301
2302 // .dmi.Uuid device_uuid = 1;
2303 bool has_device_uuid() const;
2304 void clear_device_uuid();
2305 static const int kDeviceUuidFieldNumber = 1;
2306 const ::dmi::Uuid& device_uuid() const;
2307 ::dmi::Uuid* release_device_uuid();
2308 ::dmi::Uuid* mutable_device_uuid();
2309 void set_allocated_device_uuid(::dmi::Uuid* device_uuid);
2310
2311 // @@protoc_insertion_point(class_scope:dmi.SetLoggingEndpointRequest)
2312 private:
2313 class HasBitSetters;
2314
2315 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
2316 ::google::protobuf::internal::ArenaStringPtr logging_endpoint_;
2317 ::google::protobuf::internal::ArenaStringPtr logging_protocol_;
2318 ::dmi::Uuid* device_uuid_;
2319 mutable ::google::protobuf::internal::CachedSize _cached_size_;
2320 friend struct ::TableStruct_dmi_2fhw_5fmanagement_5fservice_2eproto;
2321};
2322// -------------------------------------------------------------------
2323
2324class SetRemoteEndpointResponse final :
2325 public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:dmi.SetRemoteEndpointResponse) */ {
2326 public:
2327 SetRemoteEndpointResponse();
2328 virtual ~SetRemoteEndpointResponse();
2329
2330 SetRemoteEndpointResponse(const SetRemoteEndpointResponse& from);
2331
2332 inline SetRemoteEndpointResponse& operator=(const SetRemoteEndpointResponse& from) {
2333 CopyFrom(from);
2334 return *this;
2335 }
2336 #if LANG_CXX11
2337 SetRemoteEndpointResponse(SetRemoteEndpointResponse&& from) noexcept
2338 : SetRemoteEndpointResponse() {
2339 *this = ::std::move(from);
2340 }
2341
2342 inline SetRemoteEndpointResponse& operator=(SetRemoteEndpointResponse&& from) noexcept {
2343 if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
2344 if (this != &from) InternalSwap(&from);
2345 } else {
2346 CopyFrom(from);
2347 }
2348 return *this;
2349 }
2350 #endif
2351 static const ::google::protobuf::Descriptor* descriptor() {
2352 return default_instance().GetDescriptor();
2353 }
2354 static const SetRemoteEndpointResponse& default_instance();
2355
2356 static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
2357 static inline const SetRemoteEndpointResponse* internal_default_instance() {
2358 return reinterpret_cast<const SetRemoteEndpointResponse*>(
2359 &_SetRemoteEndpointResponse_default_instance_);
2360 }
2361 static constexpr int kIndexInFileMessages =
2362 12;
2363
2364 void Swap(SetRemoteEndpointResponse* other);
2365 friend void swap(SetRemoteEndpointResponse& a, SetRemoteEndpointResponse& b) {
2366 a.Swap(&b);
2367 }
2368
2369 // implements Message ----------------------------------------------
2370
2371 inline SetRemoteEndpointResponse* New() const final {
2372 return CreateMaybeMessage<SetRemoteEndpointResponse>(nullptr);
2373 }
2374
2375 SetRemoteEndpointResponse* New(::google::protobuf::Arena* arena) const final {
2376 return CreateMaybeMessage<SetRemoteEndpointResponse>(arena);
2377 }
2378 void CopyFrom(const ::google::protobuf::Message& from) final;
2379 void MergeFrom(const ::google::protobuf::Message& from) final;
2380 void CopyFrom(const SetRemoteEndpointResponse& from);
2381 void MergeFrom(const SetRemoteEndpointResponse& from);
2382 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
2383 bool IsInitialized() const final;
2384
2385 size_t ByteSizeLong() const final;
2386 #if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
2387 static const char* _InternalParse(const char* begin, const char* end, void* object, ::google::protobuf::internal::ParseContext* ctx);
2388 ::google::protobuf::internal::ParseFunc _ParseFunc() const final { return _InternalParse; }
2389 #else
2390 bool MergePartialFromCodedStream(
2391 ::google::protobuf::io::CodedInputStream* input) final;
2392 #endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
2393 void SerializeWithCachedSizes(
2394 ::google::protobuf::io::CodedOutputStream* output) const final;
2395 ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
2396 ::google::protobuf::uint8* target) const final;
2397 int GetCachedSize() const final { return _cached_size_.Get(); }
2398
2399 private:
2400 void SharedCtor();
2401 void SharedDtor();
2402 void SetCachedSize(int size) const final;
2403 void InternalSwap(SetRemoteEndpointResponse* other);
2404 private:
2405 inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
2406 return nullptr;
2407 }
2408 inline void* MaybeArenaPtr() const {
2409 return nullptr;
2410 }
2411 public:
2412
2413 ::google::protobuf::Metadata GetMetadata() const final;
2414
2415 // nested types ----------------------------------------------------
2416
2417 typedef SetRemoteEndpointResponse_Reason Reason;
2418 static const Reason UNDEFINED_REASON =
2419 SetRemoteEndpointResponse_Reason_UNDEFINED_REASON;
2420 static const Reason UNKNOWN_DEVICE =
2421 SetRemoteEndpointResponse_Reason_UNKNOWN_DEVICE;
2422 static const Reason INTERNAL_ERROR =
2423 SetRemoteEndpointResponse_Reason_INTERNAL_ERROR;
2424 static const Reason LOGGING_ENDPOINT_ERROR =
2425 SetRemoteEndpointResponse_Reason_LOGGING_ENDPOINT_ERROR;
2426 static const Reason LOGGING_ENDPOINT_PROTOCOL_ERROR =
2427 SetRemoteEndpointResponse_Reason_LOGGING_ENDPOINT_PROTOCOL_ERROR;
2428 static const Reason MSGBUS_ENDPOINT_ERROR =
2429 SetRemoteEndpointResponse_Reason_MSGBUS_ENDPOINT_ERROR;
2430 static const Reason DEVICE_UNREACHABLE =
2431 SetRemoteEndpointResponse_Reason_DEVICE_UNREACHABLE;
2432 static inline bool Reason_IsValid(int value) {
2433 return SetRemoteEndpointResponse_Reason_IsValid(value);
2434 }
2435 static const Reason Reason_MIN =
2436 SetRemoteEndpointResponse_Reason_Reason_MIN;
2437 static const Reason Reason_MAX =
2438 SetRemoteEndpointResponse_Reason_Reason_MAX;
2439 static const int Reason_ARRAYSIZE =
2440 SetRemoteEndpointResponse_Reason_Reason_ARRAYSIZE;
2441 static inline const ::google::protobuf::EnumDescriptor*
2442 Reason_descriptor() {
2443 return SetRemoteEndpointResponse_Reason_descriptor();
2444 }
2445 static inline const ::std::string& Reason_Name(Reason value) {
2446 return SetRemoteEndpointResponse_Reason_Name(value);
2447 }
2448 static inline bool Reason_Parse(const ::std::string& name,
2449 Reason* value) {
2450 return SetRemoteEndpointResponse_Reason_Parse(name, value);
2451 }
2452
2453 // accessors -------------------------------------------------------
2454
2455 // string reason_detail = 3;
2456 void clear_reason_detail();
2457 static const int kReasonDetailFieldNumber = 3;
2458 const ::std::string& reason_detail() const;
2459 void set_reason_detail(const ::std::string& value);
2460 #if LANG_CXX11
2461 void set_reason_detail(::std::string&& value);
2462 #endif
2463 void set_reason_detail(const char* value);
2464 void set_reason_detail(const char* value, size_t size);
2465 ::std::string* mutable_reason_detail();
2466 ::std::string* release_reason_detail();
2467 void set_allocated_reason_detail(::std::string* reason_detail);
2468
2469 // .dmi.Status status = 1;
2470 void clear_status();
2471 static const int kStatusFieldNumber = 1;
2472 ::dmi::Status status() const;
2473 void set_status(::dmi::Status value);
2474
2475 // .dmi.SetRemoteEndpointResponse.Reason reason = 2;
2476 void clear_reason();
2477 static const int kReasonFieldNumber = 2;
2478 ::dmi::SetRemoteEndpointResponse_Reason reason() const;
2479 void set_reason(::dmi::SetRemoteEndpointResponse_Reason value);
2480
2481 // @@protoc_insertion_point(class_scope:dmi.SetRemoteEndpointResponse)
2482 private:
2483 class HasBitSetters;
2484
2485 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
2486 ::google::protobuf::internal::ArenaStringPtr reason_detail_;
2487 int status_;
2488 int reason_;
2489 mutable ::google::protobuf::internal::CachedSize _cached_size_;
2490 friend struct ::TableStruct_dmi_2fhw_5fmanagement_5fservice_2eproto;
2491};
2492// -------------------------------------------------------------------
2493
2494class GetLoggingEndpointResponse final :
2495 public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:dmi.GetLoggingEndpointResponse) */ {
2496 public:
2497 GetLoggingEndpointResponse();
2498 virtual ~GetLoggingEndpointResponse();
2499
2500 GetLoggingEndpointResponse(const GetLoggingEndpointResponse& from);
2501
2502 inline GetLoggingEndpointResponse& operator=(const GetLoggingEndpointResponse& from) {
2503 CopyFrom(from);
2504 return *this;
2505 }
2506 #if LANG_CXX11
2507 GetLoggingEndpointResponse(GetLoggingEndpointResponse&& from) noexcept
2508 : GetLoggingEndpointResponse() {
2509 *this = ::std::move(from);
2510 }
2511
2512 inline GetLoggingEndpointResponse& operator=(GetLoggingEndpointResponse&& from) noexcept {
2513 if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
2514 if (this != &from) InternalSwap(&from);
2515 } else {
2516 CopyFrom(from);
2517 }
2518 return *this;
2519 }
2520 #endif
2521 static const ::google::protobuf::Descriptor* descriptor() {
2522 return default_instance().GetDescriptor();
2523 }
2524 static const GetLoggingEndpointResponse& default_instance();
2525
2526 static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
2527 static inline const GetLoggingEndpointResponse* internal_default_instance() {
2528 return reinterpret_cast<const GetLoggingEndpointResponse*>(
2529 &_GetLoggingEndpointResponse_default_instance_);
2530 }
2531 static constexpr int kIndexInFileMessages =
2532 13;
2533
2534 void Swap(GetLoggingEndpointResponse* other);
2535 friend void swap(GetLoggingEndpointResponse& a, GetLoggingEndpointResponse& b) {
2536 a.Swap(&b);
2537 }
2538
2539 // implements Message ----------------------------------------------
2540
2541 inline GetLoggingEndpointResponse* New() const final {
2542 return CreateMaybeMessage<GetLoggingEndpointResponse>(nullptr);
2543 }
2544
2545 GetLoggingEndpointResponse* New(::google::protobuf::Arena* arena) const final {
2546 return CreateMaybeMessage<GetLoggingEndpointResponse>(arena);
2547 }
2548 void CopyFrom(const ::google::protobuf::Message& from) final;
2549 void MergeFrom(const ::google::protobuf::Message& from) final;
2550 void CopyFrom(const GetLoggingEndpointResponse& from);
2551 void MergeFrom(const GetLoggingEndpointResponse& from);
2552 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
2553 bool IsInitialized() const final;
2554
2555 size_t ByteSizeLong() const final;
2556 #if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
2557 static const char* _InternalParse(const char* begin, const char* end, void* object, ::google::protobuf::internal::ParseContext* ctx);
2558 ::google::protobuf::internal::ParseFunc _ParseFunc() const final { return _InternalParse; }
2559 #else
2560 bool MergePartialFromCodedStream(
2561 ::google::protobuf::io::CodedInputStream* input) final;
2562 #endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
2563 void SerializeWithCachedSizes(
2564 ::google::protobuf::io::CodedOutputStream* output) const final;
2565 ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
2566 ::google::protobuf::uint8* target) const final;
2567 int GetCachedSize() const final { return _cached_size_.Get(); }
2568
2569 private:
2570 void SharedCtor();
2571 void SharedDtor();
2572 void SetCachedSize(int size) const final;
2573 void InternalSwap(GetLoggingEndpointResponse* other);
2574 private:
2575 inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
2576 return nullptr;
2577 }
2578 inline void* MaybeArenaPtr() const {
2579 return nullptr;
2580 }
2581 public:
2582
2583 ::google::protobuf::Metadata GetMetadata() const final;
2584
2585 // nested types ----------------------------------------------------
2586
2587 typedef GetLoggingEndpointResponse_Reason Reason;
2588 static const Reason UNDEFINED_REASON =
2589 GetLoggingEndpointResponse_Reason_UNDEFINED_REASON;
2590 static const Reason UNKNOWN_DEVICE =
2591 GetLoggingEndpointResponse_Reason_UNKNOWN_DEVICE;
2592 static const Reason INTERNAL_ERROR =
2593 GetLoggingEndpointResponse_Reason_INTERNAL_ERROR;
2594 static const Reason DEVICE_UNREACHABLE =
2595 GetLoggingEndpointResponse_Reason_DEVICE_UNREACHABLE;
2596 static inline bool Reason_IsValid(int value) {
2597 return GetLoggingEndpointResponse_Reason_IsValid(value);
2598 }
2599 static const Reason Reason_MIN =
2600 GetLoggingEndpointResponse_Reason_Reason_MIN;
2601 static const Reason Reason_MAX =
2602 GetLoggingEndpointResponse_Reason_Reason_MAX;
2603 static const int Reason_ARRAYSIZE =
2604 GetLoggingEndpointResponse_Reason_Reason_ARRAYSIZE;
2605 static inline const ::google::protobuf::EnumDescriptor*
2606 Reason_descriptor() {
2607 return GetLoggingEndpointResponse_Reason_descriptor();
2608 }
2609 static inline const ::std::string& Reason_Name(Reason value) {
2610 return GetLoggingEndpointResponse_Reason_Name(value);
2611 }
2612 static inline bool Reason_Parse(const ::std::string& name,
2613 Reason* value) {
2614 return GetLoggingEndpointResponse_Reason_Parse(name, value);
2615 }
2616
2617 // accessors -------------------------------------------------------
2618
2619 // string logging_endpoint = 3;
2620 void clear_logging_endpoint();
2621 static const int kLoggingEndpointFieldNumber = 3;
2622 const ::std::string& logging_endpoint() const;
2623 void set_logging_endpoint(const ::std::string& value);
2624 #if LANG_CXX11
2625 void set_logging_endpoint(::std::string&& value);
2626 #endif
2627 void set_logging_endpoint(const char* value);
2628 void set_logging_endpoint(const char* value, size_t size);
2629 ::std::string* mutable_logging_endpoint();
2630 ::std::string* release_logging_endpoint();
2631 void set_allocated_logging_endpoint(::std::string* logging_endpoint);
2632
2633 // string logging_protocol = 4;
2634 void clear_logging_protocol();
2635 static const int kLoggingProtocolFieldNumber = 4;
2636 const ::std::string& logging_protocol() const;
2637 void set_logging_protocol(const ::std::string& value);
2638 #if LANG_CXX11
2639 void set_logging_protocol(::std::string&& value);
2640 #endif
2641 void set_logging_protocol(const char* value);
2642 void set_logging_protocol(const char* value, size_t size);
2643 ::std::string* mutable_logging_protocol();
2644 ::std::string* release_logging_protocol();
2645 void set_allocated_logging_protocol(::std::string* logging_protocol);
2646
2647 // string reason_detail = 5;
2648 void clear_reason_detail();
2649 static const int kReasonDetailFieldNumber = 5;
2650 const ::std::string& reason_detail() const;
2651 void set_reason_detail(const ::std::string& value);
2652 #if LANG_CXX11
2653 void set_reason_detail(::std::string&& value);
2654 #endif
2655 void set_reason_detail(const char* value);
2656 void set_reason_detail(const char* value, size_t size);
2657 ::std::string* mutable_reason_detail();
2658 ::std::string* release_reason_detail();
2659 void set_allocated_reason_detail(::std::string* reason_detail);
2660
2661 // .dmi.Status status = 1;
2662 void clear_status();
2663 static const int kStatusFieldNumber = 1;
2664 ::dmi::Status status() const;
2665 void set_status(::dmi::Status value);
2666
2667 // .dmi.GetLoggingEndpointResponse.Reason reason = 2;
2668 void clear_reason();
2669 static const int kReasonFieldNumber = 2;
2670 ::dmi::GetLoggingEndpointResponse_Reason reason() const;
2671 void set_reason(::dmi::GetLoggingEndpointResponse_Reason value);
2672
2673 // @@protoc_insertion_point(class_scope:dmi.GetLoggingEndpointResponse)
2674 private:
2675 class HasBitSetters;
2676
2677 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
2678 ::google::protobuf::internal::ArenaStringPtr logging_endpoint_;
2679 ::google::protobuf::internal::ArenaStringPtr logging_protocol_;
2680 ::google::protobuf::internal::ArenaStringPtr reason_detail_;
2681 int status_;
2682 int reason_;
2683 mutable ::google::protobuf::internal::CachedSize _cached_size_;
2684 friend struct ::TableStruct_dmi_2fhw_5fmanagement_5fservice_2eproto;
2685};
2686// -------------------------------------------------------------------
2687
2688class SetMsgBusEndpointRequest final :
2689 public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:dmi.SetMsgBusEndpointRequest) */ {
2690 public:
2691 SetMsgBusEndpointRequest();
2692 virtual ~SetMsgBusEndpointRequest();
2693
2694 SetMsgBusEndpointRequest(const SetMsgBusEndpointRequest& from);
2695
2696 inline SetMsgBusEndpointRequest& operator=(const SetMsgBusEndpointRequest& from) {
2697 CopyFrom(from);
2698 return *this;
2699 }
2700 #if LANG_CXX11
2701 SetMsgBusEndpointRequest(SetMsgBusEndpointRequest&& from) noexcept
2702 : SetMsgBusEndpointRequest() {
2703 *this = ::std::move(from);
2704 }
2705
2706 inline SetMsgBusEndpointRequest& operator=(SetMsgBusEndpointRequest&& from) noexcept {
2707 if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
2708 if (this != &from) InternalSwap(&from);
2709 } else {
2710 CopyFrom(from);
2711 }
2712 return *this;
2713 }
2714 #endif
2715 static const ::google::protobuf::Descriptor* descriptor() {
2716 return default_instance().GetDescriptor();
2717 }
2718 static const SetMsgBusEndpointRequest& default_instance();
2719
2720 static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
2721 static inline const SetMsgBusEndpointRequest* internal_default_instance() {
2722 return reinterpret_cast<const SetMsgBusEndpointRequest*>(
2723 &_SetMsgBusEndpointRequest_default_instance_);
2724 }
2725 static constexpr int kIndexInFileMessages =
2726 14;
2727
2728 void Swap(SetMsgBusEndpointRequest* other);
2729 friend void swap(SetMsgBusEndpointRequest& a, SetMsgBusEndpointRequest& b) {
2730 a.Swap(&b);
2731 }
2732
2733 // implements Message ----------------------------------------------
2734
2735 inline SetMsgBusEndpointRequest* New() const final {
2736 return CreateMaybeMessage<SetMsgBusEndpointRequest>(nullptr);
2737 }
2738
2739 SetMsgBusEndpointRequest* New(::google::protobuf::Arena* arena) const final {
2740 return CreateMaybeMessage<SetMsgBusEndpointRequest>(arena);
2741 }
2742 void CopyFrom(const ::google::protobuf::Message& from) final;
2743 void MergeFrom(const ::google::protobuf::Message& from) final;
2744 void CopyFrom(const SetMsgBusEndpointRequest& from);
2745 void MergeFrom(const SetMsgBusEndpointRequest& from);
2746 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
2747 bool IsInitialized() const final;
2748
2749 size_t ByteSizeLong() const final;
2750 #if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
2751 static const char* _InternalParse(const char* begin, const char* end, void* object, ::google::protobuf::internal::ParseContext* ctx);
2752 ::google::protobuf::internal::ParseFunc _ParseFunc() const final { return _InternalParse; }
2753 #else
2754 bool MergePartialFromCodedStream(
2755 ::google::protobuf::io::CodedInputStream* input) final;
2756 #endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
2757 void SerializeWithCachedSizes(
2758 ::google::protobuf::io::CodedOutputStream* output) const final;
2759 ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
2760 ::google::protobuf::uint8* target) const final;
2761 int GetCachedSize() const final { return _cached_size_.Get(); }
2762
2763 private:
2764 void SharedCtor();
2765 void SharedDtor();
2766 void SetCachedSize(int size) const final;
2767 void InternalSwap(SetMsgBusEndpointRequest* other);
2768 private:
2769 inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
2770 return nullptr;
2771 }
2772 inline void* MaybeArenaPtr() const {
2773 return nullptr;
2774 }
2775 public:
2776
2777 ::google::protobuf::Metadata GetMetadata() const final;
2778
2779 // nested types ----------------------------------------------------
2780
2781 // accessors -------------------------------------------------------
2782
2783 // string msgbus_endpoint = 1;
2784 void clear_msgbus_endpoint();
2785 static const int kMsgbusEndpointFieldNumber = 1;
2786 const ::std::string& msgbus_endpoint() const;
2787 void set_msgbus_endpoint(const ::std::string& value);
2788 #if LANG_CXX11
2789 void set_msgbus_endpoint(::std::string&& value);
2790 #endif
2791 void set_msgbus_endpoint(const char* value);
2792 void set_msgbus_endpoint(const char* value, size_t size);
2793 ::std::string* mutable_msgbus_endpoint();
2794 ::std::string* release_msgbus_endpoint();
2795 void set_allocated_msgbus_endpoint(::std::string* msgbus_endpoint);
2796
2797 // @@protoc_insertion_point(class_scope:dmi.SetMsgBusEndpointRequest)
2798 private:
2799 class HasBitSetters;
2800
2801 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
2802 ::google::protobuf::internal::ArenaStringPtr msgbus_endpoint_;
2803 mutable ::google::protobuf::internal::CachedSize _cached_size_;
2804 friend struct ::TableStruct_dmi_2fhw_5fmanagement_5fservice_2eproto;
2805};
2806// -------------------------------------------------------------------
2807
2808class GetMsgBusEndpointResponse final :
2809 public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:dmi.GetMsgBusEndpointResponse) */ {
2810 public:
2811 GetMsgBusEndpointResponse();
2812 virtual ~GetMsgBusEndpointResponse();
2813
2814 GetMsgBusEndpointResponse(const GetMsgBusEndpointResponse& from);
2815
2816 inline GetMsgBusEndpointResponse& operator=(const GetMsgBusEndpointResponse& from) {
2817 CopyFrom(from);
2818 return *this;
2819 }
2820 #if LANG_CXX11
2821 GetMsgBusEndpointResponse(GetMsgBusEndpointResponse&& from) noexcept
2822 : GetMsgBusEndpointResponse() {
2823 *this = ::std::move(from);
2824 }
2825
2826 inline GetMsgBusEndpointResponse& operator=(GetMsgBusEndpointResponse&& from) noexcept {
2827 if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
2828 if (this != &from) InternalSwap(&from);
2829 } else {
2830 CopyFrom(from);
2831 }
2832 return *this;
2833 }
2834 #endif
2835 static const ::google::protobuf::Descriptor* descriptor() {
2836 return default_instance().GetDescriptor();
2837 }
2838 static const GetMsgBusEndpointResponse& default_instance();
2839
2840 static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
2841 static inline const GetMsgBusEndpointResponse* internal_default_instance() {
2842 return reinterpret_cast<const GetMsgBusEndpointResponse*>(
2843 &_GetMsgBusEndpointResponse_default_instance_);
2844 }
2845 static constexpr int kIndexInFileMessages =
2846 15;
2847
2848 void Swap(GetMsgBusEndpointResponse* other);
2849 friend void swap(GetMsgBusEndpointResponse& a, GetMsgBusEndpointResponse& b) {
2850 a.Swap(&b);
2851 }
2852
2853 // implements Message ----------------------------------------------
2854
2855 inline GetMsgBusEndpointResponse* New() const final {
2856 return CreateMaybeMessage<GetMsgBusEndpointResponse>(nullptr);
2857 }
2858
2859 GetMsgBusEndpointResponse* New(::google::protobuf::Arena* arena) const final {
2860 return CreateMaybeMessage<GetMsgBusEndpointResponse>(arena);
2861 }
2862 void CopyFrom(const ::google::protobuf::Message& from) final;
2863 void MergeFrom(const ::google::protobuf::Message& from) final;
2864 void CopyFrom(const GetMsgBusEndpointResponse& from);
2865 void MergeFrom(const GetMsgBusEndpointResponse& from);
2866 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
2867 bool IsInitialized() const final;
2868
2869 size_t ByteSizeLong() const final;
2870 #if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
2871 static const char* _InternalParse(const char* begin, const char* end, void* object, ::google::protobuf::internal::ParseContext* ctx);
2872 ::google::protobuf::internal::ParseFunc _ParseFunc() const final { return _InternalParse; }
2873 #else
2874 bool MergePartialFromCodedStream(
2875 ::google::protobuf::io::CodedInputStream* input) final;
2876 #endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
2877 void SerializeWithCachedSizes(
2878 ::google::protobuf::io::CodedOutputStream* output) const final;
2879 ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
2880 ::google::protobuf::uint8* target) const final;
2881 int GetCachedSize() const final { return _cached_size_.Get(); }
2882
2883 private:
2884 void SharedCtor();
2885 void SharedDtor();
2886 void SetCachedSize(int size) const final;
2887 void InternalSwap(GetMsgBusEndpointResponse* other);
2888 private:
2889 inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
2890 return nullptr;
2891 }
2892 inline void* MaybeArenaPtr() const {
2893 return nullptr;
2894 }
2895 public:
2896
2897 ::google::protobuf::Metadata GetMetadata() const final;
2898
2899 // nested types ----------------------------------------------------
2900
2901 typedef GetMsgBusEndpointResponse_Reason Reason;
2902 static const Reason UNDEFINED_REASON =
2903 GetMsgBusEndpointResponse_Reason_UNDEFINED_REASON;
2904 static const Reason INTERNAL_ERROR =
2905 GetMsgBusEndpointResponse_Reason_INTERNAL_ERROR;
2906 static const Reason DEVICE_UNREACHABLE =
2907 GetMsgBusEndpointResponse_Reason_DEVICE_UNREACHABLE;
2908 static inline bool Reason_IsValid(int value) {
2909 return GetMsgBusEndpointResponse_Reason_IsValid(value);
2910 }
2911 static const Reason Reason_MIN =
2912 GetMsgBusEndpointResponse_Reason_Reason_MIN;
2913 static const Reason Reason_MAX =
2914 GetMsgBusEndpointResponse_Reason_Reason_MAX;
2915 static const int Reason_ARRAYSIZE =
2916 GetMsgBusEndpointResponse_Reason_Reason_ARRAYSIZE;
2917 static inline const ::google::protobuf::EnumDescriptor*
2918 Reason_descriptor() {
2919 return GetMsgBusEndpointResponse_Reason_descriptor();
2920 }
2921 static inline const ::std::string& Reason_Name(Reason value) {
2922 return GetMsgBusEndpointResponse_Reason_Name(value);
2923 }
2924 static inline bool Reason_Parse(const ::std::string& name,
2925 Reason* value) {
2926 return GetMsgBusEndpointResponse_Reason_Parse(name, value);
2927 }
2928
2929 // accessors -------------------------------------------------------
2930
2931 // string msgbus_endpoint = 3;
2932 void clear_msgbus_endpoint();
2933 static const int kMsgbusEndpointFieldNumber = 3;
2934 const ::std::string& msgbus_endpoint() const;
2935 void set_msgbus_endpoint(const ::std::string& value);
2936 #if LANG_CXX11
2937 void set_msgbus_endpoint(::std::string&& value);
2938 #endif
2939 void set_msgbus_endpoint(const char* value);
2940 void set_msgbus_endpoint(const char* value, size_t size);
2941 ::std::string* mutable_msgbus_endpoint();
2942 ::std::string* release_msgbus_endpoint();
2943 void set_allocated_msgbus_endpoint(::std::string* msgbus_endpoint);
2944
2945 // string reason_detail = 4;
2946 void clear_reason_detail();
2947 static const int kReasonDetailFieldNumber = 4;
2948 const ::std::string& reason_detail() const;
2949 void set_reason_detail(const ::std::string& value);
2950 #if LANG_CXX11
2951 void set_reason_detail(::std::string&& value);
2952 #endif
2953 void set_reason_detail(const char* value);
2954 void set_reason_detail(const char* value, size_t size);
2955 ::std::string* mutable_reason_detail();
2956 ::std::string* release_reason_detail();
2957 void set_allocated_reason_detail(::std::string* reason_detail);
2958
2959 // .dmi.Status status = 1;
2960 void clear_status();
2961 static const int kStatusFieldNumber = 1;
2962 ::dmi::Status status() const;
2963 void set_status(::dmi::Status value);
2964
2965 // .dmi.GetMsgBusEndpointResponse.Reason reason = 2;
2966 void clear_reason();
2967 static const int kReasonFieldNumber = 2;
2968 ::dmi::GetMsgBusEndpointResponse_Reason reason() const;
2969 void set_reason(::dmi::GetMsgBusEndpointResponse_Reason value);
2970
2971 // @@protoc_insertion_point(class_scope:dmi.GetMsgBusEndpointResponse)
2972 private:
2973 class HasBitSetters;
2974
2975 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
2976 ::google::protobuf::internal::ArenaStringPtr msgbus_endpoint_;
2977 ::google::protobuf::internal::ArenaStringPtr reason_detail_;
2978 int status_;
2979 int reason_;
2980 mutable ::google::protobuf::internal::CachedSize _cached_size_;
2981 friend struct ::TableStruct_dmi_2fhw_5fmanagement_5fservice_2eproto;
2982};
2983// -------------------------------------------------------------------
2984
2985class EntitiesLogLevel final :
2986 public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:dmi.EntitiesLogLevel) */ {
2987 public:
2988 EntitiesLogLevel();
2989 virtual ~EntitiesLogLevel();
2990
2991 EntitiesLogLevel(const EntitiesLogLevel& from);
2992
2993 inline EntitiesLogLevel& operator=(const EntitiesLogLevel& from) {
2994 CopyFrom(from);
2995 return *this;
2996 }
2997 #if LANG_CXX11
2998 EntitiesLogLevel(EntitiesLogLevel&& from) noexcept
2999 : EntitiesLogLevel() {
3000 *this = ::std::move(from);
3001 }
3002
3003 inline EntitiesLogLevel& operator=(EntitiesLogLevel&& from) noexcept {
3004 if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
3005 if (this != &from) InternalSwap(&from);
3006 } else {
3007 CopyFrom(from);
3008 }
3009 return *this;
3010 }
3011 #endif
3012 static const ::google::protobuf::Descriptor* descriptor() {
3013 return default_instance().GetDescriptor();
3014 }
3015 static const EntitiesLogLevel& default_instance();
3016
3017 static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
3018 static inline const EntitiesLogLevel* internal_default_instance() {
3019 return reinterpret_cast<const EntitiesLogLevel*>(
3020 &_EntitiesLogLevel_default_instance_);
3021 }
3022 static constexpr int kIndexInFileMessages =
3023 16;
3024
3025 void Swap(EntitiesLogLevel* other);
3026 friend void swap(EntitiesLogLevel& a, EntitiesLogLevel& b) {
3027 a.Swap(&b);
3028 }
3029
3030 // implements Message ----------------------------------------------
3031
3032 inline EntitiesLogLevel* New() const final {
3033 return CreateMaybeMessage<EntitiesLogLevel>(nullptr);
3034 }
3035
3036 EntitiesLogLevel* New(::google::protobuf::Arena* arena) const final {
3037 return CreateMaybeMessage<EntitiesLogLevel>(arena);
3038 }
3039 void CopyFrom(const ::google::protobuf::Message& from) final;
3040 void MergeFrom(const ::google::protobuf::Message& from) final;
3041 void CopyFrom(const EntitiesLogLevel& from);
3042 void MergeFrom(const EntitiesLogLevel& from);
3043 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
3044 bool IsInitialized() const final;
3045
3046 size_t ByteSizeLong() const final;
3047 #if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
3048 static const char* _InternalParse(const char* begin, const char* end, void* object, ::google::protobuf::internal::ParseContext* ctx);
3049 ::google::protobuf::internal::ParseFunc _ParseFunc() const final { return _InternalParse; }
3050 #else
3051 bool MergePartialFromCodedStream(
3052 ::google::protobuf::io::CodedInputStream* input) final;
3053 #endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
3054 void SerializeWithCachedSizes(
3055 ::google::protobuf::io::CodedOutputStream* output) const final;
3056 ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
3057 ::google::protobuf::uint8* target) const final;
3058 int GetCachedSize() const final { return _cached_size_.Get(); }
3059
3060 private:
3061 void SharedCtor();
3062 void SharedDtor();
3063 void SetCachedSize(int size) const final;
3064 void InternalSwap(EntitiesLogLevel* other);
3065 private:
3066 inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
3067 return nullptr;
3068 }
3069 inline void* MaybeArenaPtr() const {
3070 return nullptr;
3071 }
3072 public:
3073
3074 ::google::protobuf::Metadata GetMetadata() const final;
3075
3076 // nested types ----------------------------------------------------
3077
3078 // accessors -------------------------------------------------------
3079
3080 // repeated string entities = 2;
3081 int entities_size() const;
3082 void clear_entities();
3083 static const int kEntitiesFieldNumber = 2;
3084 const ::std::string& entities(int index) const;
3085 ::std::string* mutable_entities(int index);
3086 void set_entities(int index, const ::std::string& value);
3087 #if LANG_CXX11
3088 void set_entities(int index, ::std::string&& value);
3089 #endif
3090 void set_entities(int index, const char* value);
3091 void set_entities(int index, const char* value, size_t size);
3092 ::std::string* add_entities();
3093 void add_entities(const ::std::string& value);
3094 #if LANG_CXX11
3095 void add_entities(::std::string&& value);
3096 #endif
3097 void add_entities(const char* value);
3098 void add_entities(const char* value, size_t size);
3099 const ::google::protobuf::RepeatedPtrField<::std::string>& entities() const;
3100 ::google::protobuf::RepeatedPtrField<::std::string>* mutable_entities();
3101
3102 // .dmi.LogLevel logLevel = 1;
3103 void clear_loglevel();
3104 static const int kLogLevelFieldNumber = 1;
3105 ::dmi::LogLevel loglevel() const;
3106 void set_loglevel(::dmi::LogLevel value);
3107
3108 // @@protoc_insertion_point(class_scope:dmi.EntitiesLogLevel)
3109 private:
3110 class HasBitSetters;
3111
3112 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
3113 ::google::protobuf::RepeatedPtrField<::std::string> entities_;
3114 int loglevel_;
3115 mutable ::google::protobuf::internal::CachedSize _cached_size_;
3116 friend struct ::TableStruct_dmi_2fhw_5fmanagement_5fservice_2eproto;
3117};
3118// -------------------------------------------------------------------
3119
3120class SetLogLevelRequest final :
3121 public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:dmi.SetLogLevelRequest) */ {
3122 public:
3123 SetLogLevelRequest();
3124 virtual ~SetLogLevelRequest();
3125
3126 SetLogLevelRequest(const SetLogLevelRequest& from);
3127
3128 inline SetLogLevelRequest& operator=(const SetLogLevelRequest& from) {
3129 CopyFrom(from);
3130 return *this;
3131 }
3132 #if LANG_CXX11
3133 SetLogLevelRequest(SetLogLevelRequest&& from) noexcept
3134 : SetLogLevelRequest() {
3135 *this = ::std::move(from);
3136 }
3137
3138 inline SetLogLevelRequest& operator=(SetLogLevelRequest&& from) noexcept {
3139 if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
3140 if (this != &from) InternalSwap(&from);
3141 } else {
3142 CopyFrom(from);
3143 }
3144 return *this;
3145 }
3146 #endif
3147 static const ::google::protobuf::Descriptor* descriptor() {
3148 return default_instance().GetDescriptor();
3149 }
3150 static const SetLogLevelRequest& default_instance();
3151
3152 static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
3153 static inline const SetLogLevelRequest* internal_default_instance() {
3154 return reinterpret_cast<const SetLogLevelRequest*>(
3155 &_SetLogLevelRequest_default_instance_);
3156 }
3157 static constexpr int kIndexInFileMessages =
3158 17;
3159
3160 void Swap(SetLogLevelRequest* other);
3161 friend void swap(SetLogLevelRequest& a, SetLogLevelRequest& b) {
3162 a.Swap(&b);
3163 }
3164
3165 // implements Message ----------------------------------------------
3166
3167 inline SetLogLevelRequest* New() const final {
3168 return CreateMaybeMessage<SetLogLevelRequest>(nullptr);
3169 }
3170
3171 SetLogLevelRequest* New(::google::protobuf::Arena* arena) const final {
3172 return CreateMaybeMessage<SetLogLevelRequest>(arena);
3173 }
3174 void CopyFrom(const ::google::protobuf::Message& from) final;
3175 void MergeFrom(const ::google::protobuf::Message& from) final;
3176 void CopyFrom(const SetLogLevelRequest& from);
3177 void MergeFrom(const SetLogLevelRequest& from);
3178 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
3179 bool IsInitialized() const final;
3180
3181 size_t ByteSizeLong() const final;
3182 #if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
3183 static const char* _InternalParse(const char* begin, const char* end, void* object, ::google::protobuf::internal::ParseContext* ctx);
3184 ::google::protobuf::internal::ParseFunc _ParseFunc() const final { return _InternalParse; }
3185 #else
3186 bool MergePartialFromCodedStream(
3187 ::google::protobuf::io::CodedInputStream* input) final;
3188 #endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
3189 void SerializeWithCachedSizes(
3190 ::google::protobuf::io::CodedOutputStream* output) const final;
3191 ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
3192 ::google::protobuf::uint8* target) const final;
3193 int GetCachedSize() const final { return _cached_size_.Get(); }
3194
3195 private:
3196 void SharedCtor();
3197 void SharedDtor();
3198 void SetCachedSize(int size) const final;
3199 void InternalSwap(SetLogLevelRequest* other);
3200 private:
3201 inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
3202 return nullptr;
3203 }
3204 inline void* MaybeArenaPtr() const {
3205 return nullptr;
3206 }
3207 public:
3208
3209 ::google::protobuf::Metadata GetMetadata() const final;
3210
3211 // nested types ----------------------------------------------------
3212
3213 // accessors -------------------------------------------------------
3214
3215 // repeated .dmi.EntitiesLogLevel loglevels = 2;
3216 int loglevels_size() const;
3217 void clear_loglevels();
3218 static const int kLoglevelsFieldNumber = 2;
3219 ::dmi::EntitiesLogLevel* mutable_loglevels(int index);
3220 ::google::protobuf::RepeatedPtrField< ::dmi::EntitiesLogLevel >*
3221 mutable_loglevels();
3222 const ::dmi::EntitiesLogLevel& loglevels(int index) const;
3223 ::dmi::EntitiesLogLevel* add_loglevels();
3224 const ::google::protobuf::RepeatedPtrField< ::dmi::EntitiesLogLevel >&
3225 loglevels() const;
3226
3227 // .dmi.Uuid device_uuid = 1;
3228 bool has_device_uuid() const;
3229 void clear_device_uuid();
3230 static const int kDeviceUuidFieldNumber = 1;
3231 const ::dmi::Uuid& device_uuid() const;
3232 ::dmi::Uuid* release_device_uuid();
3233 ::dmi::Uuid* mutable_device_uuid();
3234 void set_allocated_device_uuid(::dmi::Uuid* device_uuid);
3235
3236 // @@protoc_insertion_point(class_scope:dmi.SetLogLevelRequest)
3237 private:
3238 class HasBitSetters;
3239
3240 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
3241 ::google::protobuf::RepeatedPtrField< ::dmi::EntitiesLogLevel > loglevels_;
3242 ::dmi::Uuid* device_uuid_;
3243 mutable ::google::protobuf::internal::CachedSize _cached_size_;
3244 friend struct ::TableStruct_dmi_2fhw_5fmanagement_5fservice_2eproto;
3245};
3246// -------------------------------------------------------------------
3247
3248class SetLogLevelResponse final :
3249 public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:dmi.SetLogLevelResponse) */ {
3250 public:
3251 SetLogLevelResponse();
3252 virtual ~SetLogLevelResponse();
3253
3254 SetLogLevelResponse(const SetLogLevelResponse& from);
3255
3256 inline SetLogLevelResponse& operator=(const SetLogLevelResponse& from) {
3257 CopyFrom(from);
3258 return *this;
3259 }
3260 #if LANG_CXX11
3261 SetLogLevelResponse(SetLogLevelResponse&& from) noexcept
3262 : SetLogLevelResponse() {
3263 *this = ::std::move(from);
3264 }
3265
3266 inline SetLogLevelResponse& operator=(SetLogLevelResponse&& from) noexcept {
3267 if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
3268 if (this != &from) InternalSwap(&from);
3269 } else {
3270 CopyFrom(from);
3271 }
3272 return *this;
3273 }
3274 #endif
3275 static const ::google::protobuf::Descriptor* descriptor() {
3276 return default_instance().GetDescriptor();
3277 }
3278 static const SetLogLevelResponse& default_instance();
3279
3280 static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
3281 static inline const SetLogLevelResponse* internal_default_instance() {
3282 return reinterpret_cast<const SetLogLevelResponse*>(
3283 &_SetLogLevelResponse_default_instance_);
3284 }
3285 static constexpr int kIndexInFileMessages =
3286 18;
3287
3288 void Swap(SetLogLevelResponse* other);
3289 friend void swap(SetLogLevelResponse& a, SetLogLevelResponse& b) {
3290 a.Swap(&b);
3291 }
3292
3293 // implements Message ----------------------------------------------
3294
3295 inline SetLogLevelResponse* New() const final {
3296 return CreateMaybeMessage<SetLogLevelResponse>(nullptr);
3297 }
3298
3299 SetLogLevelResponse* New(::google::protobuf::Arena* arena) const final {
3300 return CreateMaybeMessage<SetLogLevelResponse>(arena);
3301 }
3302 void CopyFrom(const ::google::protobuf::Message& from) final;
3303 void MergeFrom(const ::google::protobuf::Message& from) final;
3304 void CopyFrom(const SetLogLevelResponse& from);
3305 void MergeFrom(const SetLogLevelResponse& from);
3306 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
3307 bool IsInitialized() const final;
3308
3309 size_t ByteSizeLong() const final;
3310 #if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
3311 static const char* _InternalParse(const char* begin, const char* end, void* object, ::google::protobuf::internal::ParseContext* ctx);
3312 ::google::protobuf::internal::ParseFunc _ParseFunc() const final { return _InternalParse; }
3313 #else
3314 bool MergePartialFromCodedStream(
3315 ::google::protobuf::io::CodedInputStream* input) final;
3316 #endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
3317 void SerializeWithCachedSizes(
3318 ::google::protobuf::io::CodedOutputStream* output) const final;
3319 ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
3320 ::google::protobuf::uint8* target) const final;
3321 int GetCachedSize() const final { return _cached_size_.Get(); }
3322
3323 private:
3324 void SharedCtor();
3325 void SharedDtor();
3326 void SetCachedSize(int size) const final;
3327 void InternalSwap(SetLogLevelResponse* other);
3328 private:
3329 inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
3330 return nullptr;
3331 }
3332 inline void* MaybeArenaPtr() const {
3333 return nullptr;
3334 }
3335 public:
3336
3337 ::google::protobuf::Metadata GetMetadata() const final;
3338
3339 // nested types ----------------------------------------------------
3340
3341 typedef SetLogLevelResponse_Reason Reason;
3342 static const Reason UNDEFINED_REASON =
3343 SetLogLevelResponse_Reason_UNDEFINED_REASON;
3344 static const Reason UNKNOWN_DEVICE =
3345 SetLogLevelResponse_Reason_UNKNOWN_DEVICE;
3346 static const Reason INTERNAL_ERROR =
3347 SetLogLevelResponse_Reason_INTERNAL_ERROR;
3348 static const Reason UNKNOWN_LOG_ENTITY =
3349 SetLogLevelResponse_Reason_UNKNOWN_LOG_ENTITY;
3350 static const Reason DEVICE_UNREACHABLE =
3351 SetLogLevelResponse_Reason_DEVICE_UNREACHABLE;
3352 static inline bool Reason_IsValid(int value) {
3353 return SetLogLevelResponse_Reason_IsValid(value);
3354 }
3355 static const Reason Reason_MIN =
3356 SetLogLevelResponse_Reason_Reason_MIN;
3357 static const Reason Reason_MAX =
3358 SetLogLevelResponse_Reason_Reason_MAX;
3359 static const int Reason_ARRAYSIZE =
3360 SetLogLevelResponse_Reason_Reason_ARRAYSIZE;
3361 static inline const ::google::protobuf::EnumDescriptor*
3362 Reason_descriptor() {
3363 return SetLogLevelResponse_Reason_descriptor();
3364 }
3365 static inline const ::std::string& Reason_Name(Reason value) {
3366 return SetLogLevelResponse_Reason_Name(value);
3367 }
3368 static inline bool Reason_Parse(const ::std::string& name,
3369 Reason* value) {
3370 return SetLogLevelResponse_Reason_Parse(name, value);
3371 }
3372
3373 // accessors -------------------------------------------------------
3374
3375 // string reason_detail = 4;
3376 void clear_reason_detail();
3377 static const int kReasonDetailFieldNumber = 4;
3378 const ::std::string& reason_detail() const;
3379 void set_reason_detail(const ::std::string& value);
3380 #if LANG_CXX11
3381 void set_reason_detail(::std::string&& value);
3382 #endif
3383 void set_reason_detail(const char* value);
3384 void set_reason_detail(const char* value, size_t size);
3385 ::std::string* mutable_reason_detail();
3386 ::std::string* release_reason_detail();
3387 void set_allocated_reason_detail(::std::string* reason_detail);
3388
3389 // .dmi.Uuid device_uuid = 1;
3390 bool has_device_uuid() const;
3391 void clear_device_uuid();
3392 static const int kDeviceUuidFieldNumber = 1;
3393 const ::dmi::Uuid& device_uuid() const;
3394 ::dmi::Uuid* release_device_uuid();
3395 ::dmi::Uuid* mutable_device_uuid();
3396 void set_allocated_device_uuid(::dmi::Uuid* device_uuid);
3397
3398 // .dmi.Status status = 2;
3399 void clear_status();
3400 static const int kStatusFieldNumber = 2;
3401 ::dmi::Status status() const;
3402 void set_status(::dmi::Status value);
3403
3404 // .dmi.SetLogLevelResponse.Reason reason = 3;
3405 void clear_reason();
3406 static const int kReasonFieldNumber = 3;
3407 ::dmi::SetLogLevelResponse_Reason reason() const;
3408 void set_reason(::dmi::SetLogLevelResponse_Reason value);
3409
3410 // @@protoc_insertion_point(class_scope:dmi.SetLogLevelResponse)
3411 private:
3412 class HasBitSetters;
3413
3414 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
3415 ::google::protobuf::internal::ArenaStringPtr reason_detail_;
3416 ::dmi::Uuid* device_uuid_;
3417 int status_;
3418 int reason_;
3419 mutable ::google::protobuf::internal::CachedSize _cached_size_;
3420 friend struct ::TableStruct_dmi_2fhw_5fmanagement_5fservice_2eproto;
3421};
3422// -------------------------------------------------------------------
3423
3424class GetLogLevelRequest final :
3425 public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:dmi.GetLogLevelRequest) */ {
3426 public:
3427 GetLogLevelRequest();
3428 virtual ~GetLogLevelRequest();
3429
3430 GetLogLevelRequest(const GetLogLevelRequest& from);
3431
3432 inline GetLogLevelRequest& operator=(const GetLogLevelRequest& from) {
3433 CopyFrom(from);
3434 return *this;
3435 }
3436 #if LANG_CXX11
3437 GetLogLevelRequest(GetLogLevelRequest&& from) noexcept
3438 : GetLogLevelRequest() {
3439 *this = ::std::move(from);
3440 }
3441
3442 inline GetLogLevelRequest& operator=(GetLogLevelRequest&& from) noexcept {
3443 if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
3444 if (this != &from) InternalSwap(&from);
3445 } else {
3446 CopyFrom(from);
3447 }
3448 return *this;
3449 }
3450 #endif
3451 static const ::google::protobuf::Descriptor* descriptor() {
3452 return default_instance().GetDescriptor();
3453 }
3454 static const GetLogLevelRequest& default_instance();
3455
3456 static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
3457 static inline const GetLogLevelRequest* internal_default_instance() {
3458 return reinterpret_cast<const GetLogLevelRequest*>(
3459 &_GetLogLevelRequest_default_instance_);
3460 }
3461 static constexpr int kIndexInFileMessages =
3462 19;
3463
3464 void Swap(GetLogLevelRequest* other);
3465 friend void swap(GetLogLevelRequest& a, GetLogLevelRequest& b) {
3466 a.Swap(&b);
3467 }
3468
3469 // implements Message ----------------------------------------------
3470
3471 inline GetLogLevelRequest* New() const final {
3472 return CreateMaybeMessage<GetLogLevelRequest>(nullptr);
3473 }
3474
3475 GetLogLevelRequest* New(::google::protobuf::Arena* arena) const final {
3476 return CreateMaybeMessage<GetLogLevelRequest>(arena);
3477 }
3478 void CopyFrom(const ::google::protobuf::Message& from) final;
3479 void MergeFrom(const ::google::protobuf::Message& from) final;
3480 void CopyFrom(const GetLogLevelRequest& from);
3481 void MergeFrom(const GetLogLevelRequest& from);
3482 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
3483 bool IsInitialized() const final;
3484
3485 size_t ByteSizeLong() const final;
3486 #if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
3487 static const char* _InternalParse(const char* begin, const char* end, void* object, ::google::protobuf::internal::ParseContext* ctx);
3488 ::google::protobuf::internal::ParseFunc _ParseFunc() const final { return _InternalParse; }
3489 #else
3490 bool MergePartialFromCodedStream(
3491 ::google::protobuf::io::CodedInputStream* input) final;
3492 #endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
3493 void SerializeWithCachedSizes(
3494 ::google::protobuf::io::CodedOutputStream* output) const final;
3495 ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
3496 ::google::protobuf::uint8* target) const final;
3497 int GetCachedSize() const final { return _cached_size_.Get(); }
3498
3499 private:
3500 void SharedCtor();
3501 void SharedDtor();
3502 void SetCachedSize(int size) const final;
3503 void InternalSwap(GetLogLevelRequest* other);
3504 private:
3505 inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
3506 return nullptr;
3507 }
3508 inline void* MaybeArenaPtr() const {
3509 return nullptr;
3510 }
3511 public:
3512
3513 ::google::protobuf::Metadata GetMetadata() const final;
3514
3515 // nested types ----------------------------------------------------
3516
3517 // accessors -------------------------------------------------------
3518
3519 // repeated string entities = 2;
3520 int entities_size() const;
3521 void clear_entities();
3522 static const int kEntitiesFieldNumber = 2;
3523 const ::std::string& entities(int index) const;
3524 ::std::string* mutable_entities(int index);
3525 void set_entities(int index, const ::std::string& value);
3526 #if LANG_CXX11
3527 void set_entities(int index, ::std::string&& value);
3528 #endif
3529 void set_entities(int index, const char* value);
3530 void set_entities(int index, const char* value, size_t size);
3531 ::std::string* add_entities();
3532 void add_entities(const ::std::string& value);
3533 #if LANG_CXX11
3534 void add_entities(::std::string&& value);
3535 #endif
3536 void add_entities(const char* value);
3537 void add_entities(const char* value, size_t size);
3538 const ::google::protobuf::RepeatedPtrField<::std::string>& entities() const;
3539 ::google::protobuf::RepeatedPtrField<::std::string>* mutable_entities();
3540
3541 // .dmi.Uuid device_uuid = 1;
3542 bool has_device_uuid() const;
3543 void clear_device_uuid();
3544 static const int kDeviceUuidFieldNumber = 1;
3545 const ::dmi::Uuid& device_uuid() const;
3546 ::dmi::Uuid* release_device_uuid();
3547 ::dmi::Uuid* mutable_device_uuid();
3548 void set_allocated_device_uuid(::dmi::Uuid* device_uuid);
3549
3550 // @@protoc_insertion_point(class_scope:dmi.GetLogLevelRequest)
3551 private:
3552 class HasBitSetters;
3553
3554 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
3555 ::google::protobuf::RepeatedPtrField<::std::string> entities_;
3556 ::dmi::Uuid* device_uuid_;
3557 mutable ::google::protobuf::internal::CachedSize _cached_size_;
3558 friend struct ::TableStruct_dmi_2fhw_5fmanagement_5fservice_2eproto;
3559};
3560// -------------------------------------------------------------------
3561
3562class GetLogLevelResponse final :
3563 public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:dmi.GetLogLevelResponse) */ {
3564 public:
3565 GetLogLevelResponse();
3566 virtual ~GetLogLevelResponse();
3567
3568 GetLogLevelResponse(const GetLogLevelResponse& from);
3569
3570 inline GetLogLevelResponse& operator=(const GetLogLevelResponse& from) {
3571 CopyFrom(from);
3572 return *this;
3573 }
3574 #if LANG_CXX11
3575 GetLogLevelResponse(GetLogLevelResponse&& from) noexcept
3576 : GetLogLevelResponse() {
3577 *this = ::std::move(from);
3578 }
3579
3580 inline GetLogLevelResponse& operator=(GetLogLevelResponse&& from) noexcept {
3581 if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
3582 if (this != &from) InternalSwap(&from);
3583 } else {
3584 CopyFrom(from);
3585 }
3586 return *this;
3587 }
3588 #endif
3589 static const ::google::protobuf::Descriptor* descriptor() {
3590 return default_instance().GetDescriptor();
3591 }
3592 static const GetLogLevelResponse& default_instance();
3593
3594 static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
3595 static inline const GetLogLevelResponse* internal_default_instance() {
3596 return reinterpret_cast<const GetLogLevelResponse*>(
3597 &_GetLogLevelResponse_default_instance_);
3598 }
3599 static constexpr int kIndexInFileMessages =
3600 20;
3601
3602 void Swap(GetLogLevelResponse* other);
3603 friend void swap(GetLogLevelResponse& a, GetLogLevelResponse& b) {
3604 a.Swap(&b);
3605 }
3606
3607 // implements Message ----------------------------------------------
3608
3609 inline GetLogLevelResponse* New() const final {
3610 return CreateMaybeMessage<GetLogLevelResponse>(nullptr);
3611 }
3612
3613 GetLogLevelResponse* New(::google::protobuf::Arena* arena) const final {
3614 return CreateMaybeMessage<GetLogLevelResponse>(arena);
3615 }
3616 void CopyFrom(const ::google::protobuf::Message& from) final;
3617 void MergeFrom(const ::google::protobuf::Message& from) final;
3618 void CopyFrom(const GetLogLevelResponse& from);
3619 void MergeFrom(const GetLogLevelResponse& from);
3620 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
3621 bool IsInitialized() const final;
3622
3623 size_t ByteSizeLong() const final;
3624 #if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
3625 static const char* _InternalParse(const char* begin, const char* end, void* object, ::google::protobuf::internal::ParseContext* ctx);
3626 ::google::protobuf::internal::ParseFunc _ParseFunc() const final { return _InternalParse; }
3627 #else
3628 bool MergePartialFromCodedStream(
3629 ::google::protobuf::io::CodedInputStream* input) final;
3630 #endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
3631 void SerializeWithCachedSizes(
3632 ::google::protobuf::io::CodedOutputStream* output) const final;
3633 ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
3634 ::google::protobuf::uint8* target) const final;
3635 int GetCachedSize() const final { return _cached_size_.Get(); }
3636
3637 private:
3638 void SharedCtor();
3639 void SharedDtor();
3640 void SetCachedSize(int size) const final;
3641 void InternalSwap(GetLogLevelResponse* other);
3642 private:
3643 inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
3644 return nullptr;
3645 }
3646 inline void* MaybeArenaPtr() const {
3647 return nullptr;
3648 }
3649 public:
3650
3651 ::google::protobuf::Metadata GetMetadata() const final;
3652
3653 // nested types ----------------------------------------------------
3654
3655 typedef GetLogLevelResponse_Reason Reason;
3656 static const Reason UNDEFINED_REASON =
3657 GetLogLevelResponse_Reason_UNDEFINED_REASON;
3658 static const Reason UNKNOWN_DEVICE =
3659 GetLogLevelResponse_Reason_UNKNOWN_DEVICE;
3660 static const Reason INTERNAL_ERROR =
3661 GetLogLevelResponse_Reason_INTERNAL_ERROR;
3662 static const Reason UNKNOWN_LOG_ENTITY =
3663 GetLogLevelResponse_Reason_UNKNOWN_LOG_ENTITY;
3664 static const Reason DEVICE_UNREACHABLE =
3665 GetLogLevelResponse_Reason_DEVICE_UNREACHABLE;
3666 static inline bool Reason_IsValid(int value) {
3667 return GetLogLevelResponse_Reason_IsValid(value);
3668 }
3669 static const Reason Reason_MIN =
3670 GetLogLevelResponse_Reason_Reason_MIN;
3671 static const Reason Reason_MAX =
3672 GetLogLevelResponse_Reason_Reason_MAX;
3673 static const int Reason_ARRAYSIZE =
3674 GetLogLevelResponse_Reason_Reason_ARRAYSIZE;
3675 static inline const ::google::protobuf::EnumDescriptor*
3676 Reason_descriptor() {
3677 return GetLogLevelResponse_Reason_descriptor();
3678 }
3679 static inline const ::std::string& Reason_Name(Reason value) {
3680 return GetLogLevelResponse_Reason_Name(value);
3681 }
3682 static inline bool Reason_Parse(const ::std::string& name,
3683 Reason* value) {
3684 return GetLogLevelResponse_Reason_Parse(name, value);
3685 }
3686
3687 // accessors -------------------------------------------------------
3688
3689 // repeated .dmi.EntitiesLogLevel logLevels = 2;
3690 int loglevels_size() const;
3691 void clear_loglevels();
3692 static const int kLogLevelsFieldNumber = 2;
3693 ::dmi::EntitiesLogLevel* mutable_loglevels(int index);
3694 ::google::protobuf::RepeatedPtrField< ::dmi::EntitiesLogLevel >*
3695 mutable_loglevels();
3696 const ::dmi::EntitiesLogLevel& loglevels(int index) const;
3697 ::dmi::EntitiesLogLevel* add_loglevels();
3698 const ::google::protobuf::RepeatedPtrField< ::dmi::EntitiesLogLevel >&
3699 loglevels() const;
3700
3701 // string reason_detail = 5;
3702 void clear_reason_detail();
3703 static const int kReasonDetailFieldNumber = 5;
3704 const ::std::string& reason_detail() const;
3705 void set_reason_detail(const ::std::string& value);
3706 #if LANG_CXX11
3707 void set_reason_detail(::std::string&& value);
3708 #endif
3709 void set_reason_detail(const char* value);
3710 void set_reason_detail(const char* value, size_t size);
3711 ::std::string* mutable_reason_detail();
3712 ::std::string* release_reason_detail();
3713 void set_allocated_reason_detail(::std::string* reason_detail);
3714
3715 // .dmi.Uuid device_uuid = 1;
3716 bool has_device_uuid() const;
3717 void clear_device_uuid();
3718 static const int kDeviceUuidFieldNumber = 1;
3719 const ::dmi::Uuid& device_uuid() const;
3720 ::dmi::Uuid* release_device_uuid();
3721 ::dmi::Uuid* mutable_device_uuid();
3722 void set_allocated_device_uuid(::dmi::Uuid* device_uuid);
3723
3724 // .dmi.Status status = 3;
3725 void clear_status();
3726 static const int kStatusFieldNumber = 3;
3727 ::dmi::Status status() const;
3728 void set_status(::dmi::Status value);
3729
3730 // .dmi.GetLogLevelResponse.Reason reason = 4;
3731 void clear_reason();
3732 static const int kReasonFieldNumber = 4;
3733 ::dmi::GetLogLevelResponse_Reason reason() const;
3734 void set_reason(::dmi::GetLogLevelResponse_Reason value);
3735
3736 // @@protoc_insertion_point(class_scope:dmi.GetLogLevelResponse)
3737 private:
3738 class HasBitSetters;
3739
3740 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
3741 ::google::protobuf::RepeatedPtrField< ::dmi::EntitiesLogLevel > loglevels_;
3742 ::google::protobuf::internal::ArenaStringPtr reason_detail_;
3743 ::dmi::Uuid* device_uuid_;
3744 int status_;
3745 int reason_;
3746 mutable ::google::protobuf::internal::CachedSize _cached_size_;
3747 friend struct ::TableStruct_dmi_2fhw_5fmanagement_5fservice_2eproto;
3748};
3749// -------------------------------------------------------------------
3750
3751class GetLoggableEntitiesRequest final :
3752 public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:dmi.GetLoggableEntitiesRequest) */ {
3753 public:
3754 GetLoggableEntitiesRequest();
3755 virtual ~GetLoggableEntitiesRequest();
3756
3757 GetLoggableEntitiesRequest(const GetLoggableEntitiesRequest& from);
3758
3759 inline GetLoggableEntitiesRequest& operator=(const GetLoggableEntitiesRequest& from) {
3760 CopyFrom(from);
3761 return *this;
3762 }
3763 #if LANG_CXX11
3764 GetLoggableEntitiesRequest(GetLoggableEntitiesRequest&& from) noexcept
3765 : GetLoggableEntitiesRequest() {
3766 *this = ::std::move(from);
3767 }
3768
3769 inline GetLoggableEntitiesRequest& operator=(GetLoggableEntitiesRequest&& from) noexcept {
3770 if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
3771 if (this != &from) InternalSwap(&from);
3772 } else {
3773 CopyFrom(from);
3774 }
3775 return *this;
3776 }
3777 #endif
3778 static const ::google::protobuf::Descriptor* descriptor() {
3779 return default_instance().GetDescriptor();
3780 }
3781 static const GetLoggableEntitiesRequest& default_instance();
3782
3783 static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
3784 static inline const GetLoggableEntitiesRequest* internal_default_instance() {
3785 return reinterpret_cast<const GetLoggableEntitiesRequest*>(
3786 &_GetLoggableEntitiesRequest_default_instance_);
3787 }
3788 static constexpr int kIndexInFileMessages =
3789 21;
3790
3791 void Swap(GetLoggableEntitiesRequest* other);
3792 friend void swap(GetLoggableEntitiesRequest& a, GetLoggableEntitiesRequest& b) {
3793 a.Swap(&b);
3794 }
3795
3796 // implements Message ----------------------------------------------
3797
3798 inline GetLoggableEntitiesRequest* New() const final {
3799 return CreateMaybeMessage<GetLoggableEntitiesRequest>(nullptr);
3800 }
3801
3802 GetLoggableEntitiesRequest* New(::google::protobuf::Arena* arena) const final {
3803 return CreateMaybeMessage<GetLoggableEntitiesRequest>(arena);
3804 }
3805 void CopyFrom(const ::google::protobuf::Message& from) final;
3806 void MergeFrom(const ::google::protobuf::Message& from) final;
3807 void CopyFrom(const GetLoggableEntitiesRequest& from);
3808 void MergeFrom(const GetLoggableEntitiesRequest& from);
3809 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
3810 bool IsInitialized() const final;
3811
3812 size_t ByteSizeLong() const final;
3813 #if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
3814 static const char* _InternalParse(const char* begin, const char* end, void* object, ::google::protobuf::internal::ParseContext* ctx);
3815 ::google::protobuf::internal::ParseFunc _ParseFunc() const final { return _InternalParse; }
3816 #else
3817 bool MergePartialFromCodedStream(
3818 ::google::protobuf::io::CodedInputStream* input) final;
3819 #endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
3820 void SerializeWithCachedSizes(
3821 ::google::protobuf::io::CodedOutputStream* output) const final;
3822 ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
3823 ::google::protobuf::uint8* target) const final;
3824 int GetCachedSize() const final { return _cached_size_.Get(); }
3825
3826 private:
3827 void SharedCtor();
3828 void SharedDtor();
3829 void SetCachedSize(int size) const final;
3830 void InternalSwap(GetLoggableEntitiesRequest* other);
3831 private:
3832 inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
3833 return nullptr;
3834 }
3835 inline void* MaybeArenaPtr() const {
3836 return nullptr;
3837 }
3838 public:
3839
3840 ::google::protobuf::Metadata GetMetadata() const final;
3841
3842 // nested types ----------------------------------------------------
3843
3844 // accessors -------------------------------------------------------
3845
3846 // .dmi.Uuid device_uuid = 1;
3847 bool has_device_uuid() const;
3848 void clear_device_uuid();
3849 static const int kDeviceUuidFieldNumber = 1;
3850 const ::dmi::Uuid& device_uuid() const;
3851 ::dmi::Uuid* release_device_uuid();
3852 ::dmi::Uuid* mutable_device_uuid();
3853 void set_allocated_device_uuid(::dmi::Uuid* device_uuid);
3854
3855 // @@protoc_insertion_point(class_scope:dmi.GetLoggableEntitiesRequest)
3856 private:
3857 class HasBitSetters;
3858
3859 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
3860 ::dmi::Uuid* device_uuid_;
3861 mutable ::google::protobuf::internal::CachedSize _cached_size_;
3862 friend struct ::TableStruct_dmi_2fhw_5fmanagement_5fservice_2eproto;
3863};
Chandrakanth Nalkudre Gowda415b83c2021-04-28 18:01:29 +05303864// -------------------------------------------------------------------
3865
amit.ghosh93183512024-05-28 22:37:27 +02003866class SetDmLogLevelRequest final :
3867 public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:dmi.SetDmLogLevelRequest) */ {
3868 public:
3869 SetDmLogLevelRequest();
3870 virtual ~SetDmLogLevelRequest();
3871
3872 SetDmLogLevelRequest(const SetDmLogLevelRequest& from);
3873
3874 inline SetDmLogLevelRequest& operator=(const SetDmLogLevelRequest& from) {
3875 CopyFrom(from);
3876 return *this;
3877 }
3878 #if LANG_CXX11
3879 SetDmLogLevelRequest(SetDmLogLevelRequest&& from) noexcept
3880 : SetDmLogLevelRequest() {
3881 *this = ::std::move(from);
3882 }
3883
3884 inline SetDmLogLevelRequest& operator=(SetDmLogLevelRequest&& from) noexcept {
3885 if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
3886 if (this != &from) InternalSwap(&from);
3887 } else {
3888 CopyFrom(from);
3889 }
3890 return *this;
3891 }
3892 #endif
3893 static const ::google::protobuf::Descriptor* descriptor() {
3894 return default_instance().GetDescriptor();
3895 }
3896 static const SetDmLogLevelRequest& default_instance();
3897
3898 static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
3899 static inline const SetDmLogLevelRequest* internal_default_instance() {
3900 return reinterpret_cast<const SetDmLogLevelRequest*>(
3901 &_SetDmLogLevelRequest_default_instance_);
3902 }
3903 static constexpr int kIndexInFileMessages =
3904 22;
3905
3906 void Swap(SetDmLogLevelRequest* other);
3907 friend void swap(SetDmLogLevelRequest& a, SetDmLogLevelRequest& b) {
3908 a.Swap(&b);
3909 }
3910
3911 // implements Message ----------------------------------------------
3912
3913 inline SetDmLogLevelRequest* New() const final {
3914 return CreateMaybeMessage<SetDmLogLevelRequest>(nullptr);
3915 }
3916
3917 SetDmLogLevelRequest* New(::google::protobuf::Arena* arena) const final {
3918 return CreateMaybeMessage<SetDmLogLevelRequest>(arena);
3919 }
3920 void CopyFrom(const ::google::protobuf::Message& from) final;
3921 void MergeFrom(const ::google::protobuf::Message& from) final;
3922 void CopyFrom(const SetDmLogLevelRequest& from);
3923 void MergeFrom(const SetDmLogLevelRequest& from);
3924 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
3925 bool IsInitialized() const final;
3926
3927 size_t ByteSizeLong() const final;
3928 #if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
3929 static const char* _InternalParse(const char* begin, const char* end, void* object, ::google::protobuf::internal::ParseContext* ctx);
3930 ::google::protobuf::internal::ParseFunc _ParseFunc() const final { return _InternalParse; }
3931 #else
3932 bool MergePartialFromCodedStream(
3933 ::google::protobuf::io::CodedInputStream* input) final;
3934 #endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
3935 void SerializeWithCachedSizes(
3936 ::google::protobuf::io::CodedOutputStream* output) const final;
3937 ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
3938 ::google::protobuf::uint8* target) const final;
3939 int GetCachedSize() const final { return _cached_size_.Get(); }
3940
3941 private:
3942 void SharedCtor();
3943 void SharedDtor();
3944 void SetCachedSize(int size) const final;
3945 void InternalSwap(SetDmLogLevelRequest* other);
3946 private:
3947 inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
3948 return nullptr;
3949 }
3950 inline void* MaybeArenaPtr() const {
3951 return nullptr;
3952 }
3953 public:
3954
3955 ::google::protobuf::Metadata GetMetadata() const final;
3956
3957 // nested types ----------------------------------------------------
3958
3959 // accessors -------------------------------------------------------
3960
3961 // .dmi.LogLevel level = 1;
3962 void clear_level();
3963 static const int kLevelFieldNumber = 1;
3964 ::dmi::LogLevel level() const;
3965 void set_level(::dmi::LogLevel value);
3966
3967 // @@protoc_insertion_point(class_scope:dmi.SetDmLogLevelRequest)
3968 private:
3969 class HasBitSetters;
3970
3971 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
3972 int level_;
3973 mutable ::google::protobuf::internal::CachedSize _cached_size_;
3974 friend struct ::TableStruct_dmi_2fhw_5fmanagement_5fservice_2eproto;
3975};
3976// -------------------------------------------------------------------
3977
3978class SetDmLogLevelResponse final :
3979 public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:dmi.SetDmLogLevelResponse) */ {
3980 public:
3981 SetDmLogLevelResponse();
3982 virtual ~SetDmLogLevelResponse();
3983
3984 SetDmLogLevelResponse(const SetDmLogLevelResponse& from);
3985
3986 inline SetDmLogLevelResponse& operator=(const SetDmLogLevelResponse& from) {
3987 CopyFrom(from);
3988 return *this;
3989 }
3990 #if LANG_CXX11
3991 SetDmLogLevelResponse(SetDmLogLevelResponse&& from) noexcept
3992 : SetDmLogLevelResponse() {
3993 *this = ::std::move(from);
3994 }
3995
3996 inline SetDmLogLevelResponse& operator=(SetDmLogLevelResponse&& from) noexcept {
3997 if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
3998 if (this != &from) InternalSwap(&from);
3999 } else {
4000 CopyFrom(from);
4001 }
4002 return *this;
4003 }
4004 #endif
4005 static const ::google::protobuf::Descriptor* descriptor() {
4006 return default_instance().GetDescriptor();
4007 }
4008 static const SetDmLogLevelResponse& default_instance();
4009
4010 static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
4011 static inline const SetDmLogLevelResponse* internal_default_instance() {
4012 return reinterpret_cast<const SetDmLogLevelResponse*>(
4013 &_SetDmLogLevelResponse_default_instance_);
4014 }
4015 static constexpr int kIndexInFileMessages =
4016 23;
4017
4018 void Swap(SetDmLogLevelResponse* other);
4019 friend void swap(SetDmLogLevelResponse& a, SetDmLogLevelResponse& b) {
4020 a.Swap(&b);
4021 }
4022
4023 // implements Message ----------------------------------------------
4024
4025 inline SetDmLogLevelResponse* New() const final {
4026 return CreateMaybeMessage<SetDmLogLevelResponse>(nullptr);
4027 }
4028
4029 SetDmLogLevelResponse* New(::google::protobuf::Arena* arena) const final {
4030 return CreateMaybeMessage<SetDmLogLevelResponse>(arena);
4031 }
4032 void CopyFrom(const ::google::protobuf::Message& from) final;
4033 void MergeFrom(const ::google::protobuf::Message& from) final;
4034 void CopyFrom(const SetDmLogLevelResponse& from);
4035 void MergeFrom(const SetDmLogLevelResponse& from);
4036 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
4037 bool IsInitialized() const final;
4038
4039 size_t ByteSizeLong() const final;
4040 #if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
4041 static const char* _InternalParse(const char* begin, const char* end, void* object, ::google::protobuf::internal::ParseContext* ctx);
4042 ::google::protobuf::internal::ParseFunc _ParseFunc() const final { return _InternalParse; }
4043 #else
4044 bool MergePartialFromCodedStream(
4045 ::google::protobuf::io::CodedInputStream* input) final;
4046 #endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
4047 void SerializeWithCachedSizes(
4048 ::google::protobuf::io::CodedOutputStream* output) const final;
4049 ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
4050 ::google::protobuf::uint8* target) const final;
4051 int GetCachedSize() const final { return _cached_size_.Get(); }
4052
4053 private:
4054 void SharedCtor();
4055 void SharedDtor();
4056 void SetCachedSize(int size) const final;
4057 void InternalSwap(SetDmLogLevelResponse* other);
4058 private:
4059 inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
4060 return nullptr;
4061 }
4062 inline void* MaybeArenaPtr() const {
4063 return nullptr;
4064 }
4065 public:
4066
4067 ::google::protobuf::Metadata GetMetadata() const final;
4068
4069 // nested types ----------------------------------------------------
4070
4071 typedef SetDmLogLevelResponse_Reason Reason;
4072 static const Reason UNDEFINED_REASON =
4073 SetDmLogLevelResponse_Reason_UNDEFINED_REASON;
4074 static const Reason INTERNAL_ERROR =
4075 SetDmLogLevelResponse_Reason_INTERNAL_ERROR;
4076 static const Reason UNKNOWN_LOG_LEVEL =
4077 SetDmLogLevelResponse_Reason_UNKNOWN_LOG_LEVEL;
4078 static inline bool Reason_IsValid(int value) {
4079 return SetDmLogLevelResponse_Reason_IsValid(value);
4080 }
4081 static const Reason Reason_MIN =
4082 SetDmLogLevelResponse_Reason_Reason_MIN;
4083 static const Reason Reason_MAX =
4084 SetDmLogLevelResponse_Reason_Reason_MAX;
4085 static const int Reason_ARRAYSIZE =
4086 SetDmLogLevelResponse_Reason_Reason_ARRAYSIZE;
4087 static inline const ::google::protobuf::EnumDescriptor*
4088 Reason_descriptor() {
4089 return SetDmLogLevelResponse_Reason_descriptor();
4090 }
4091 static inline const ::std::string& Reason_Name(Reason value) {
4092 return SetDmLogLevelResponse_Reason_Name(value);
4093 }
4094 static inline bool Reason_Parse(const ::std::string& name,
4095 Reason* value) {
4096 return SetDmLogLevelResponse_Reason_Parse(name, value);
4097 }
4098
4099 // accessors -------------------------------------------------------
4100
4101 // string reason_detail = 3;
4102 void clear_reason_detail();
4103 static const int kReasonDetailFieldNumber = 3;
4104 const ::std::string& reason_detail() const;
4105 void set_reason_detail(const ::std::string& value);
4106 #if LANG_CXX11
4107 void set_reason_detail(::std::string&& value);
4108 #endif
4109 void set_reason_detail(const char* value);
4110 void set_reason_detail(const char* value, size_t size);
4111 ::std::string* mutable_reason_detail();
4112 ::std::string* release_reason_detail();
4113 void set_allocated_reason_detail(::std::string* reason_detail);
4114
4115 // .dmi.Status status = 1;
4116 void clear_status();
4117 static const int kStatusFieldNumber = 1;
4118 ::dmi::Status status() const;
4119 void set_status(::dmi::Status value);
4120
4121 // .dmi.SetDmLogLevelResponse.Reason reason = 2;
4122 void clear_reason();
4123 static const int kReasonFieldNumber = 2;
4124 ::dmi::SetDmLogLevelResponse_Reason reason() const;
4125 void set_reason(::dmi::SetDmLogLevelResponse_Reason value);
4126
4127 // @@protoc_insertion_point(class_scope:dmi.SetDmLogLevelResponse)
4128 private:
4129 class HasBitSetters;
4130
4131 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
4132 ::google::protobuf::internal::ArenaStringPtr reason_detail_;
4133 int status_;
4134 int reason_;
4135 mutable ::google::protobuf::internal::CachedSize _cached_size_;
4136 friend struct ::TableStruct_dmi_2fhw_5fmanagement_5fservice_2eproto;
4137};
4138// -------------------------------------------------------------------
4139
4140class GetDmLogLevelRequest final :
4141 public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:dmi.GetDmLogLevelRequest) */ {
4142 public:
4143 GetDmLogLevelRequest();
4144 virtual ~GetDmLogLevelRequest();
4145
4146 GetDmLogLevelRequest(const GetDmLogLevelRequest& from);
4147
4148 inline GetDmLogLevelRequest& operator=(const GetDmLogLevelRequest& from) {
4149 CopyFrom(from);
4150 return *this;
4151 }
4152 #if LANG_CXX11
4153 GetDmLogLevelRequest(GetDmLogLevelRequest&& from) noexcept
4154 : GetDmLogLevelRequest() {
4155 *this = ::std::move(from);
4156 }
4157
4158 inline GetDmLogLevelRequest& operator=(GetDmLogLevelRequest&& from) noexcept {
4159 if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
4160 if (this != &from) InternalSwap(&from);
4161 } else {
4162 CopyFrom(from);
4163 }
4164 return *this;
4165 }
4166 #endif
4167 static const ::google::protobuf::Descriptor* descriptor() {
4168 return default_instance().GetDescriptor();
4169 }
4170 static const GetDmLogLevelRequest& default_instance();
4171
4172 static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
4173 static inline const GetDmLogLevelRequest* internal_default_instance() {
4174 return reinterpret_cast<const GetDmLogLevelRequest*>(
4175 &_GetDmLogLevelRequest_default_instance_);
4176 }
4177 static constexpr int kIndexInFileMessages =
4178 24;
4179
4180 void Swap(GetDmLogLevelRequest* other);
4181 friend void swap(GetDmLogLevelRequest& a, GetDmLogLevelRequest& b) {
4182 a.Swap(&b);
4183 }
4184
4185 // implements Message ----------------------------------------------
4186
4187 inline GetDmLogLevelRequest* New() const final {
4188 return CreateMaybeMessage<GetDmLogLevelRequest>(nullptr);
4189 }
4190
4191 GetDmLogLevelRequest* New(::google::protobuf::Arena* arena) const final {
4192 return CreateMaybeMessage<GetDmLogLevelRequest>(arena);
4193 }
4194 void CopyFrom(const ::google::protobuf::Message& from) final;
4195 void MergeFrom(const ::google::protobuf::Message& from) final;
4196 void CopyFrom(const GetDmLogLevelRequest& from);
4197 void MergeFrom(const GetDmLogLevelRequest& from);
4198 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
4199 bool IsInitialized() const final;
4200
4201 size_t ByteSizeLong() const final;
4202 #if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
4203 static const char* _InternalParse(const char* begin, const char* end, void* object, ::google::protobuf::internal::ParseContext* ctx);
4204 ::google::protobuf::internal::ParseFunc _ParseFunc() const final { return _InternalParse; }
4205 #else
4206 bool MergePartialFromCodedStream(
4207 ::google::protobuf::io::CodedInputStream* input) final;
4208 #endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
4209 void SerializeWithCachedSizes(
4210 ::google::protobuf::io::CodedOutputStream* output) const final;
4211 ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
4212 ::google::protobuf::uint8* target) const final;
4213 int GetCachedSize() const final { return _cached_size_.Get(); }
4214
4215 private:
4216 void SharedCtor();
4217 void SharedDtor();
4218 void SetCachedSize(int size) const final;
4219 void InternalSwap(GetDmLogLevelRequest* other);
4220 private:
4221 inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
4222 return nullptr;
4223 }
4224 inline void* MaybeArenaPtr() const {
4225 return nullptr;
4226 }
4227 public:
4228
4229 ::google::protobuf::Metadata GetMetadata() const final;
4230
4231 // nested types ----------------------------------------------------
4232
4233 // accessors -------------------------------------------------------
4234
4235 // @@protoc_insertion_point(class_scope:dmi.GetDmLogLevelRequest)
4236 private:
4237 class HasBitSetters;
4238
4239 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
4240 mutable ::google::protobuf::internal::CachedSize _cached_size_;
4241 friend struct ::TableStruct_dmi_2fhw_5fmanagement_5fservice_2eproto;
4242};
4243// -------------------------------------------------------------------
4244
4245class GetDmLogLevelResponse final :
4246 public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:dmi.GetDmLogLevelResponse) */ {
4247 public:
4248 GetDmLogLevelResponse();
4249 virtual ~GetDmLogLevelResponse();
4250
4251 GetDmLogLevelResponse(const GetDmLogLevelResponse& from);
4252
4253 inline GetDmLogLevelResponse& operator=(const GetDmLogLevelResponse& from) {
4254 CopyFrom(from);
4255 return *this;
4256 }
4257 #if LANG_CXX11
4258 GetDmLogLevelResponse(GetDmLogLevelResponse&& from) noexcept
4259 : GetDmLogLevelResponse() {
4260 *this = ::std::move(from);
4261 }
4262
4263 inline GetDmLogLevelResponse& operator=(GetDmLogLevelResponse&& from) noexcept {
4264 if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
4265 if (this != &from) InternalSwap(&from);
4266 } else {
4267 CopyFrom(from);
4268 }
4269 return *this;
4270 }
4271 #endif
4272 static const ::google::protobuf::Descriptor* descriptor() {
4273 return default_instance().GetDescriptor();
4274 }
4275 static const GetDmLogLevelResponse& default_instance();
4276
4277 static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
4278 static inline const GetDmLogLevelResponse* internal_default_instance() {
4279 return reinterpret_cast<const GetDmLogLevelResponse*>(
4280 &_GetDmLogLevelResponse_default_instance_);
4281 }
4282 static constexpr int kIndexInFileMessages =
4283 25;
4284
4285 void Swap(GetDmLogLevelResponse* other);
4286 friend void swap(GetDmLogLevelResponse& a, GetDmLogLevelResponse& b) {
4287 a.Swap(&b);
4288 }
4289
4290 // implements Message ----------------------------------------------
4291
4292 inline GetDmLogLevelResponse* New() const final {
4293 return CreateMaybeMessage<GetDmLogLevelResponse>(nullptr);
4294 }
4295
4296 GetDmLogLevelResponse* New(::google::protobuf::Arena* arena) const final {
4297 return CreateMaybeMessage<GetDmLogLevelResponse>(arena);
4298 }
4299 void CopyFrom(const ::google::protobuf::Message& from) final;
4300 void MergeFrom(const ::google::protobuf::Message& from) final;
4301 void CopyFrom(const GetDmLogLevelResponse& from);
4302 void MergeFrom(const GetDmLogLevelResponse& from);
4303 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
4304 bool IsInitialized() const final;
4305
4306 size_t ByteSizeLong() const final;
4307 #if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
4308 static const char* _InternalParse(const char* begin, const char* end, void* object, ::google::protobuf::internal::ParseContext* ctx);
4309 ::google::protobuf::internal::ParseFunc _ParseFunc() const final { return _InternalParse; }
4310 #else
4311 bool MergePartialFromCodedStream(
4312 ::google::protobuf::io::CodedInputStream* input) final;
4313 #endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
4314 void SerializeWithCachedSizes(
4315 ::google::protobuf::io::CodedOutputStream* output) const final;
4316 ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
4317 ::google::protobuf::uint8* target) const final;
4318 int GetCachedSize() const final { return _cached_size_.Get(); }
4319
4320 private:
4321 void SharedCtor();
4322 void SharedDtor();
4323 void SetCachedSize(int size) const final;
4324 void InternalSwap(GetDmLogLevelResponse* other);
4325 private:
4326 inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
4327 return nullptr;
4328 }
4329 inline void* MaybeArenaPtr() const {
4330 return nullptr;
4331 }
4332 public:
4333
4334 ::google::protobuf::Metadata GetMetadata() const final;
4335
4336 // nested types ----------------------------------------------------
4337
4338 typedef GetDmLogLevelResponse_Reason Reason;
4339 static const Reason UNDEFINED_REASON =
4340 GetDmLogLevelResponse_Reason_UNDEFINED_REASON;
4341 static const Reason INTERNAL_ERROR =
4342 GetDmLogLevelResponse_Reason_INTERNAL_ERROR;
4343 static inline bool Reason_IsValid(int value) {
4344 return GetDmLogLevelResponse_Reason_IsValid(value);
4345 }
4346 static const Reason Reason_MIN =
4347 GetDmLogLevelResponse_Reason_Reason_MIN;
4348 static const Reason Reason_MAX =
4349 GetDmLogLevelResponse_Reason_Reason_MAX;
4350 static const int Reason_ARRAYSIZE =
4351 GetDmLogLevelResponse_Reason_Reason_ARRAYSIZE;
4352 static inline const ::google::protobuf::EnumDescriptor*
4353 Reason_descriptor() {
4354 return GetDmLogLevelResponse_Reason_descriptor();
4355 }
4356 static inline const ::std::string& Reason_Name(Reason value) {
4357 return GetDmLogLevelResponse_Reason_Name(value);
4358 }
4359 static inline bool Reason_Parse(const ::std::string& name,
4360 Reason* value) {
4361 return GetDmLogLevelResponse_Reason_Parse(name, value);
4362 }
4363
4364 // accessors -------------------------------------------------------
4365
4366 // string reason_detail = 4;
4367 void clear_reason_detail();
4368 static const int kReasonDetailFieldNumber = 4;
4369 const ::std::string& reason_detail() const;
4370 void set_reason_detail(const ::std::string& value);
4371 #if LANG_CXX11
4372 void set_reason_detail(::std::string&& value);
4373 #endif
4374 void set_reason_detail(const char* value);
4375 void set_reason_detail(const char* value, size_t size);
4376 ::std::string* mutable_reason_detail();
4377 ::std::string* release_reason_detail();
4378 void set_allocated_reason_detail(::std::string* reason_detail);
4379
4380 // .dmi.LogLevel level = 1;
4381 void clear_level();
4382 static const int kLevelFieldNumber = 1;
4383 ::dmi::LogLevel level() const;
4384 void set_level(::dmi::LogLevel value);
4385
4386 // .dmi.Status status = 2;
4387 void clear_status();
4388 static const int kStatusFieldNumber = 2;
4389 ::dmi::Status status() const;
4390 void set_status(::dmi::Status value);
4391
4392 // .dmi.GetDmLogLevelResponse.Reason reason = 3;
4393 void clear_reason();
4394 static const int kReasonFieldNumber = 3;
4395 ::dmi::GetDmLogLevelResponse_Reason reason() const;
4396 void set_reason(::dmi::GetDmLogLevelResponse_Reason value);
4397
4398 // @@protoc_insertion_point(class_scope:dmi.GetDmLogLevelResponse)
4399 private:
4400 class HasBitSetters;
4401
4402 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
4403 ::google::protobuf::internal::ArenaStringPtr reason_detail_;
4404 int level_;
4405 int status_;
4406 int reason_;
4407 mutable ::google::protobuf::internal::CachedSize _cached_size_;
4408 friend struct ::TableStruct_dmi_2fhw_5fmanagement_5fservice_2eproto;
4409};
4410// -------------------------------------------------------------------
4411
Chandrakanth Nalkudre Gowda415b83c2021-04-28 18:01:29 +05304412class Heartbeat final :
4413 public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:dmi.Heartbeat) */ {
4414 public:
4415 Heartbeat();
4416 virtual ~Heartbeat();
4417
4418 Heartbeat(const Heartbeat& from);
4419
4420 inline Heartbeat& operator=(const Heartbeat& from) {
4421 CopyFrom(from);
4422 return *this;
4423 }
4424 #if LANG_CXX11
4425 Heartbeat(Heartbeat&& from) noexcept
4426 : Heartbeat() {
4427 *this = ::std::move(from);
4428 }
4429
4430 inline Heartbeat& operator=(Heartbeat&& from) noexcept {
4431 if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
4432 if (this != &from) InternalSwap(&from);
4433 } else {
4434 CopyFrom(from);
4435 }
4436 return *this;
4437 }
4438 #endif
4439 static const ::google::protobuf::Descriptor* descriptor() {
4440 return default_instance().GetDescriptor();
4441 }
4442 static const Heartbeat& default_instance();
4443
4444 static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
4445 static inline const Heartbeat* internal_default_instance() {
4446 return reinterpret_cast<const Heartbeat*>(
4447 &_Heartbeat_default_instance_);
4448 }
4449 static constexpr int kIndexInFileMessages =
amit.ghosh93183512024-05-28 22:37:27 +02004450 26;
Chandrakanth Nalkudre Gowda415b83c2021-04-28 18:01:29 +05304451
4452 void Swap(Heartbeat* other);
4453 friend void swap(Heartbeat& a, Heartbeat& b) {
4454 a.Swap(&b);
4455 }
4456
4457 // implements Message ----------------------------------------------
4458
4459 inline Heartbeat* New() const final {
4460 return CreateMaybeMessage<Heartbeat>(nullptr);
4461 }
4462
4463 Heartbeat* New(::google::protobuf::Arena* arena) const final {
4464 return CreateMaybeMessage<Heartbeat>(arena);
4465 }
4466 void CopyFrom(const ::google::protobuf::Message& from) final;
4467 void MergeFrom(const ::google::protobuf::Message& from) final;
4468 void CopyFrom(const Heartbeat& from);
4469 void MergeFrom(const Heartbeat& from);
4470 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
4471 bool IsInitialized() const final;
4472
4473 size_t ByteSizeLong() const final;
4474 #if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
4475 static const char* _InternalParse(const char* begin, const char* end, void* object, ::google::protobuf::internal::ParseContext* ctx);
4476 ::google::protobuf::internal::ParseFunc _ParseFunc() const final { return _InternalParse; }
4477 #else
4478 bool MergePartialFromCodedStream(
4479 ::google::protobuf::io::CodedInputStream* input) final;
4480 #endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
4481 void SerializeWithCachedSizes(
4482 ::google::protobuf::io::CodedOutputStream* output) const final;
4483 ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
4484 ::google::protobuf::uint8* target) const final;
4485 int GetCachedSize() const final { return _cached_size_.Get(); }
4486
4487 private:
4488 void SharedCtor();
4489 void SharedDtor();
4490 void SetCachedSize(int size) const final;
4491 void InternalSwap(Heartbeat* other);
4492 private:
4493 inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
4494 return nullptr;
4495 }
4496 inline void* MaybeArenaPtr() const {
4497 return nullptr;
4498 }
4499 public:
4500
4501 ::google::protobuf::Metadata GetMetadata() const final;
4502
4503 // nested types ----------------------------------------------------
4504
4505 // accessors -------------------------------------------------------
4506
4507 // fixed32 heartbeat_signature = 1;
4508 void clear_heartbeat_signature();
4509 static const int kHeartbeatSignatureFieldNumber = 1;
4510 ::google::protobuf::uint32 heartbeat_signature() const;
4511 void set_heartbeat_signature(::google::protobuf::uint32 value);
4512
4513 // @@protoc_insertion_point(class_scope:dmi.Heartbeat)
4514 private:
4515 class HasBitSetters;
4516
4517 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
4518 ::google::protobuf::uint32 heartbeat_signature_;
4519 mutable ::google::protobuf::internal::CachedSize _cached_size_;
4520 friend struct ::TableStruct_dmi_2fhw_5fmanagement_5fservice_2eproto;
4521};
Chandrakanth Nalkudre Gowda2f6066c2021-05-13 12:36:32 +05304522// -------------------------------------------------------------------
4523
4524class RebootDeviceRequest final :
4525 public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:dmi.RebootDeviceRequest) */ {
4526 public:
4527 RebootDeviceRequest();
4528 virtual ~RebootDeviceRequest();
4529
4530 RebootDeviceRequest(const RebootDeviceRequest& from);
4531
4532 inline RebootDeviceRequest& operator=(const RebootDeviceRequest& from) {
4533 CopyFrom(from);
4534 return *this;
4535 }
4536 #if LANG_CXX11
4537 RebootDeviceRequest(RebootDeviceRequest&& from) noexcept
4538 : RebootDeviceRequest() {
4539 *this = ::std::move(from);
4540 }
4541
4542 inline RebootDeviceRequest& operator=(RebootDeviceRequest&& from) noexcept {
4543 if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
4544 if (this != &from) InternalSwap(&from);
4545 } else {
4546 CopyFrom(from);
4547 }
4548 return *this;
4549 }
4550 #endif
4551 static const ::google::protobuf::Descriptor* descriptor() {
4552 return default_instance().GetDescriptor();
4553 }
4554 static const RebootDeviceRequest& default_instance();
4555
4556 static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
4557 static inline const RebootDeviceRequest* internal_default_instance() {
4558 return reinterpret_cast<const RebootDeviceRequest*>(
4559 &_RebootDeviceRequest_default_instance_);
4560 }
4561 static constexpr int kIndexInFileMessages =
amit.ghosh93183512024-05-28 22:37:27 +02004562 27;
Chandrakanth Nalkudre Gowda2f6066c2021-05-13 12:36:32 +05304563
4564 void Swap(RebootDeviceRequest* other);
4565 friend void swap(RebootDeviceRequest& a, RebootDeviceRequest& b) {
4566 a.Swap(&b);
4567 }
4568
4569 // implements Message ----------------------------------------------
4570
4571 inline RebootDeviceRequest* New() const final {
4572 return CreateMaybeMessage<RebootDeviceRequest>(nullptr);
4573 }
4574
4575 RebootDeviceRequest* New(::google::protobuf::Arena* arena) const final {
4576 return CreateMaybeMessage<RebootDeviceRequest>(arena);
4577 }
4578 void CopyFrom(const ::google::protobuf::Message& from) final;
4579 void MergeFrom(const ::google::protobuf::Message& from) final;
4580 void CopyFrom(const RebootDeviceRequest& from);
4581 void MergeFrom(const RebootDeviceRequest& from);
4582 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
4583 bool IsInitialized() const final;
4584
4585 size_t ByteSizeLong() const final;
4586 #if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
4587 static const char* _InternalParse(const char* begin, const char* end, void* object, ::google::protobuf::internal::ParseContext* ctx);
4588 ::google::protobuf::internal::ParseFunc _ParseFunc() const final { return _InternalParse; }
4589 #else
4590 bool MergePartialFromCodedStream(
4591 ::google::protobuf::io::CodedInputStream* input) final;
4592 #endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
4593 void SerializeWithCachedSizes(
4594 ::google::protobuf::io::CodedOutputStream* output) const final;
4595 ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
4596 ::google::protobuf::uint8* target) const final;
4597 int GetCachedSize() const final { return _cached_size_.Get(); }
4598
4599 private:
4600 void SharedCtor();
4601 void SharedDtor();
4602 void SetCachedSize(int size) const final;
4603 void InternalSwap(RebootDeviceRequest* other);
4604 private:
4605 inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
4606 return nullptr;
4607 }
4608 inline void* MaybeArenaPtr() const {
4609 return nullptr;
4610 }
4611 public:
4612
4613 ::google::protobuf::Metadata GetMetadata() const final;
4614
4615 // nested types ----------------------------------------------------
4616
4617 // accessors -------------------------------------------------------
4618
4619 // .dmi.Uuid device_uuid = 1;
4620 bool has_device_uuid() const;
4621 void clear_device_uuid();
4622 static const int kDeviceUuidFieldNumber = 1;
4623 const ::dmi::Uuid& device_uuid() const;
4624 ::dmi::Uuid* release_device_uuid();
4625 ::dmi::Uuid* mutable_device_uuid();
4626 void set_allocated_device_uuid(::dmi::Uuid* device_uuid);
4627
4628 // @@protoc_insertion_point(class_scope:dmi.RebootDeviceRequest)
4629 private:
4630 class HasBitSetters;
4631
4632 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
4633 ::dmi::Uuid* device_uuid_;
4634 mutable ::google::protobuf::internal::CachedSize _cached_size_;
4635 friend struct ::TableStruct_dmi_2fhw_5fmanagement_5fservice_2eproto;
4636};
4637// -------------------------------------------------------------------
4638
4639class RebootDeviceResponse final :
4640 public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:dmi.RebootDeviceResponse) */ {
4641 public:
4642 RebootDeviceResponse();
4643 virtual ~RebootDeviceResponse();
4644
4645 RebootDeviceResponse(const RebootDeviceResponse& from);
4646
4647 inline RebootDeviceResponse& operator=(const RebootDeviceResponse& from) {
4648 CopyFrom(from);
4649 return *this;
4650 }
4651 #if LANG_CXX11
4652 RebootDeviceResponse(RebootDeviceResponse&& from) noexcept
4653 : RebootDeviceResponse() {
4654 *this = ::std::move(from);
4655 }
4656
4657 inline RebootDeviceResponse& operator=(RebootDeviceResponse&& from) noexcept {
4658 if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
4659 if (this != &from) InternalSwap(&from);
4660 } else {
4661 CopyFrom(from);
4662 }
4663 return *this;
4664 }
4665 #endif
4666 static const ::google::protobuf::Descriptor* descriptor() {
4667 return default_instance().GetDescriptor();
4668 }
4669 static const RebootDeviceResponse& default_instance();
4670
4671 static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
4672 static inline const RebootDeviceResponse* internal_default_instance() {
4673 return reinterpret_cast<const RebootDeviceResponse*>(
4674 &_RebootDeviceResponse_default_instance_);
4675 }
4676 static constexpr int kIndexInFileMessages =
amit.ghosh93183512024-05-28 22:37:27 +02004677 28;
Chandrakanth Nalkudre Gowda2f6066c2021-05-13 12:36:32 +05304678
4679 void Swap(RebootDeviceResponse* other);
4680 friend void swap(RebootDeviceResponse& a, RebootDeviceResponse& b) {
4681 a.Swap(&b);
4682 }
4683
4684 // implements Message ----------------------------------------------
4685
4686 inline RebootDeviceResponse* New() const final {
4687 return CreateMaybeMessage<RebootDeviceResponse>(nullptr);
4688 }
4689
4690 RebootDeviceResponse* New(::google::protobuf::Arena* arena) const final {
4691 return CreateMaybeMessage<RebootDeviceResponse>(arena);
4692 }
4693 void CopyFrom(const ::google::protobuf::Message& from) final;
4694 void MergeFrom(const ::google::protobuf::Message& from) final;
4695 void CopyFrom(const RebootDeviceResponse& from);
4696 void MergeFrom(const RebootDeviceResponse& from);
4697 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
4698 bool IsInitialized() const final;
4699
4700 size_t ByteSizeLong() const final;
4701 #if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
4702 static const char* _InternalParse(const char* begin, const char* end, void* object, ::google::protobuf::internal::ParseContext* ctx);
4703 ::google::protobuf::internal::ParseFunc _ParseFunc() const final { return _InternalParse; }
4704 #else
4705 bool MergePartialFromCodedStream(
4706 ::google::protobuf::io::CodedInputStream* input) final;
4707 #endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
4708 void SerializeWithCachedSizes(
4709 ::google::protobuf::io::CodedOutputStream* output) const final;
4710 ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
4711 ::google::protobuf::uint8* target) const final;
4712 int GetCachedSize() const final { return _cached_size_.Get(); }
4713
4714 private:
4715 void SharedCtor();
4716 void SharedDtor();
4717 void SetCachedSize(int size) const final;
4718 void InternalSwap(RebootDeviceResponse* other);
4719 private:
4720 inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
4721 return nullptr;
4722 }
4723 inline void* MaybeArenaPtr() const {
4724 return nullptr;
4725 }
4726 public:
4727
4728 ::google::protobuf::Metadata GetMetadata() const final;
4729
4730 // nested types ----------------------------------------------------
4731
4732 typedef RebootDeviceResponse_Reason Reason;
4733 static const Reason UNDEFINED_REASON =
4734 RebootDeviceResponse_Reason_UNDEFINED_REASON;
4735 static const Reason UNKNOWN_DEVICE =
4736 RebootDeviceResponse_Reason_UNKNOWN_DEVICE;
4737 static const Reason INTERNAL_ERROR =
4738 RebootDeviceResponse_Reason_INTERNAL_ERROR;
4739 static const Reason DEVICE_UNREACHABLE =
4740 RebootDeviceResponse_Reason_DEVICE_UNREACHABLE;
amit.ghosh840cb602022-04-08 16:10:50 +02004741 static const Reason DEVICE_IN_WRONG_STATE =
4742 RebootDeviceResponse_Reason_DEVICE_IN_WRONG_STATE;
Chandrakanth Nalkudre Gowda2f6066c2021-05-13 12:36:32 +05304743 static inline bool Reason_IsValid(int value) {
4744 return RebootDeviceResponse_Reason_IsValid(value);
4745 }
4746 static const Reason Reason_MIN =
4747 RebootDeviceResponse_Reason_Reason_MIN;
4748 static const Reason Reason_MAX =
4749 RebootDeviceResponse_Reason_Reason_MAX;
4750 static const int Reason_ARRAYSIZE =
4751 RebootDeviceResponse_Reason_Reason_ARRAYSIZE;
4752 static inline const ::google::protobuf::EnumDescriptor*
4753 Reason_descriptor() {
4754 return RebootDeviceResponse_Reason_descriptor();
4755 }
4756 static inline const ::std::string& Reason_Name(Reason value) {
4757 return RebootDeviceResponse_Reason_Name(value);
4758 }
4759 static inline bool Reason_Parse(const ::std::string& name,
4760 Reason* value) {
4761 return RebootDeviceResponse_Reason_Parse(name, value);
4762 }
4763
4764 // accessors -------------------------------------------------------
4765
4766 // string reason_detail = 5;
4767 void clear_reason_detail();
4768 static const int kReasonDetailFieldNumber = 5;
4769 const ::std::string& reason_detail() const;
4770 void set_reason_detail(const ::std::string& value);
4771 #if LANG_CXX11
4772 void set_reason_detail(::std::string&& value);
4773 #endif
4774 void set_reason_detail(const char* value);
4775 void set_reason_detail(const char* value, size_t size);
4776 ::std::string* mutable_reason_detail();
4777 ::std::string* release_reason_detail();
4778 void set_allocated_reason_detail(::std::string* reason_detail);
4779
4780 // .dmi.Status status = 3;
4781 void clear_status();
4782 static const int kStatusFieldNumber = 3;
4783 ::dmi::Status status() const;
4784 void set_status(::dmi::Status value);
4785
4786 // .dmi.RebootDeviceResponse.Reason reason = 4;
4787 void clear_reason();
4788 static const int kReasonFieldNumber = 4;
4789 ::dmi::RebootDeviceResponse_Reason reason() const;
4790 void set_reason(::dmi::RebootDeviceResponse_Reason value);
4791
4792 // @@protoc_insertion_point(class_scope:dmi.RebootDeviceResponse)
4793 private:
4794 class HasBitSetters;
4795
4796 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
4797 ::google::protobuf::internal::ArenaStringPtr reason_detail_;
4798 int status_;
4799 int reason_;
4800 mutable ::google::protobuf::internal::CachedSize _cached_size_;
4801 friend struct ::TableStruct_dmi_2fhw_5fmanagement_5fservice_2eproto;
4802};
Shivanagouda Malaginahalli335fe4d2021-03-31 16:52:28 +05304803// ===================================================================
4804
4805
4806// ===================================================================
4807
4808#ifdef __GNUC__
4809 #pragma GCC diagnostic push
4810 #pragma GCC diagnostic ignored "-Wstrict-aliasing"
4811#endif // __GNUC__
4812// PhysicalInventoryRequest
4813
4814// .dmi.Uuid device_uuid = 1;
4815inline bool PhysicalInventoryRequest::has_device_uuid() const {
4816 return this != internal_default_instance() && device_uuid_ != nullptr;
4817}
4818inline const ::dmi::Uuid& PhysicalInventoryRequest::device_uuid() const {
4819 const ::dmi::Uuid* p = device_uuid_;
4820 // @@protoc_insertion_point(field_get:dmi.PhysicalInventoryRequest.device_uuid)
4821 return p != nullptr ? *p : *reinterpret_cast<const ::dmi::Uuid*>(
4822 &::dmi::_Uuid_default_instance_);
4823}
4824inline ::dmi::Uuid* PhysicalInventoryRequest::release_device_uuid() {
4825 // @@protoc_insertion_point(field_release:dmi.PhysicalInventoryRequest.device_uuid)
4826
4827 ::dmi::Uuid* temp = device_uuid_;
4828 device_uuid_ = nullptr;
4829 return temp;
4830}
4831inline ::dmi::Uuid* PhysicalInventoryRequest::mutable_device_uuid() {
4832
4833 if (device_uuid_ == nullptr) {
4834 auto* p = CreateMaybeMessage<::dmi::Uuid>(GetArenaNoVirtual());
4835 device_uuid_ = p;
4836 }
4837 // @@protoc_insertion_point(field_mutable:dmi.PhysicalInventoryRequest.device_uuid)
4838 return device_uuid_;
4839}
4840inline void PhysicalInventoryRequest::set_allocated_device_uuid(::dmi::Uuid* device_uuid) {
4841 ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
4842 if (message_arena == nullptr) {
4843 delete reinterpret_cast< ::google::protobuf::MessageLite*>(device_uuid_);
4844 }
4845 if (device_uuid) {
4846 ::google::protobuf::Arena* submessage_arena = nullptr;
4847 if (message_arena != submessage_arena) {
4848 device_uuid = ::google::protobuf::internal::GetOwnedMessage(
4849 message_arena, device_uuid, submessage_arena);
4850 }
4851
4852 } else {
4853
4854 }
4855 device_uuid_ = device_uuid;
4856 // @@protoc_insertion_point(field_set_allocated:dmi.PhysicalInventoryRequest.device_uuid)
4857}
4858
4859// -------------------------------------------------------------------
4860
4861// PhysicalInventoryResponse
4862
4863// .dmi.Status status = 1;
4864inline void PhysicalInventoryResponse::clear_status() {
4865 status_ = 0;
4866}
4867inline ::dmi::Status PhysicalInventoryResponse::status() const {
4868 // @@protoc_insertion_point(field_get:dmi.PhysicalInventoryResponse.status)
4869 return static_cast< ::dmi::Status >(status_);
4870}
4871inline void PhysicalInventoryResponse::set_status(::dmi::Status value) {
4872
4873 status_ = value;
4874 // @@protoc_insertion_point(field_set:dmi.PhysicalInventoryResponse.status)
4875}
4876
4877// .dmi.PhysicalInventoryResponse.Reason reason = 2;
4878inline void PhysicalInventoryResponse::clear_reason() {
4879 reason_ = 0;
4880}
4881inline ::dmi::PhysicalInventoryResponse_Reason PhysicalInventoryResponse::reason() const {
4882 // @@protoc_insertion_point(field_get:dmi.PhysicalInventoryResponse.reason)
4883 return static_cast< ::dmi::PhysicalInventoryResponse_Reason >(reason_);
4884}
4885inline void PhysicalInventoryResponse::set_reason(::dmi::PhysicalInventoryResponse_Reason value) {
4886
4887 reason_ = value;
4888 // @@protoc_insertion_point(field_set:dmi.PhysicalInventoryResponse.reason)
4889}
4890
4891// .dmi.Hardware inventory = 3;
4892inline bool PhysicalInventoryResponse::has_inventory() const {
4893 return this != internal_default_instance() && inventory_ != nullptr;
4894}
4895inline const ::dmi::Hardware& PhysicalInventoryResponse::inventory() const {
4896 const ::dmi::Hardware* p = inventory_;
4897 // @@protoc_insertion_point(field_get:dmi.PhysicalInventoryResponse.inventory)
4898 return p != nullptr ? *p : *reinterpret_cast<const ::dmi::Hardware*>(
4899 &::dmi::_Hardware_default_instance_);
4900}
4901inline ::dmi::Hardware* PhysicalInventoryResponse::release_inventory() {
4902 // @@protoc_insertion_point(field_release:dmi.PhysicalInventoryResponse.inventory)
4903
4904 ::dmi::Hardware* temp = inventory_;
4905 inventory_ = nullptr;
4906 return temp;
4907}
4908inline ::dmi::Hardware* PhysicalInventoryResponse::mutable_inventory() {
4909
4910 if (inventory_ == nullptr) {
4911 auto* p = CreateMaybeMessage<::dmi::Hardware>(GetArenaNoVirtual());
4912 inventory_ = p;
4913 }
4914 // @@protoc_insertion_point(field_mutable:dmi.PhysicalInventoryResponse.inventory)
4915 return inventory_;
4916}
4917inline void PhysicalInventoryResponse::set_allocated_inventory(::dmi::Hardware* inventory) {
4918 ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
4919 if (message_arena == nullptr) {
4920 delete reinterpret_cast< ::google::protobuf::MessageLite*>(inventory_);
4921 }
4922 if (inventory) {
4923 ::google::protobuf::Arena* submessage_arena = nullptr;
4924 if (message_arena != submessage_arena) {
4925 inventory = ::google::protobuf::internal::GetOwnedMessage(
4926 message_arena, inventory, submessage_arena);
4927 }
4928
4929 } else {
4930
4931 }
4932 inventory_ = inventory;
4933 // @@protoc_insertion_point(field_set_allocated:dmi.PhysicalInventoryResponse.inventory)
4934}
4935
4936// string reason_detail = 4;
4937inline void PhysicalInventoryResponse::clear_reason_detail() {
4938 reason_detail_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
4939}
4940inline const ::std::string& PhysicalInventoryResponse::reason_detail() const {
4941 // @@protoc_insertion_point(field_get:dmi.PhysicalInventoryResponse.reason_detail)
4942 return reason_detail_.GetNoArena();
4943}
4944inline void PhysicalInventoryResponse::set_reason_detail(const ::std::string& value) {
4945
4946 reason_detail_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
4947 // @@protoc_insertion_point(field_set:dmi.PhysicalInventoryResponse.reason_detail)
4948}
4949#if LANG_CXX11
4950inline void PhysicalInventoryResponse::set_reason_detail(::std::string&& value) {
4951
4952 reason_detail_.SetNoArena(
4953 &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value));
4954 // @@protoc_insertion_point(field_set_rvalue:dmi.PhysicalInventoryResponse.reason_detail)
4955}
4956#endif
4957inline void PhysicalInventoryResponse::set_reason_detail(const char* value) {
4958 GOOGLE_DCHECK(value != nullptr);
4959
4960 reason_detail_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
4961 // @@protoc_insertion_point(field_set_char:dmi.PhysicalInventoryResponse.reason_detail)
4962}
4963inline void PhysicalInventoryResponse::set_reason_detail(const char* value, size_t size) {
4964
4965 reason_detail_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
4966 ::std::string(reinterpret_cast<const char*>(value), size));
4967 // @@protoc_insertion_point(field_set_pointer:dmi.PhysicalInventoryResponse.reason_detail)
4968}
4969inline ::std::string* PhysicalInventoryResponse::mutable_reason_detail() {
4970
4971 // @@protoc_insertion_point(field_mutable:dmi.PhysicalInventoryResponse.reason_detail)
4972 return reason_detail_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
4973}
4974inline ::std::string* PhysicalInventoryResponse::release_reason_detail() {
4975 // @@protoc_insertion_point(field_release:dmi.PhysicalInventoryResponse.reason_detail)
4976
4977 return reason_detail_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
4978}
4979inline void PhysicalInventoryResponse::set_allocated_reason_detail(::std::string* reason_detail) {
4980 if (reason_detail != nullptr) {
4981
4982 } else {
4983
4984 }
4985 reason_detail_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), reason_detail);
4986 // @@protoc_insertion_point(field_set_allocated:dmi.PhysicalInventoryResponse.reason_detail)
4987}
4988
4989// -------------------------------------------------------------------
4990
4991// HWComponentInfoGetRequest
4992
4993// .dmi.Uuid device_uuid = 1;
4994inline bool HWComponentInfoGetRequest::has_device_uuid() const {
4995 return this != internal_default_instance() && device_uuid_ != nullptr;
4996}
4997inline const ::dmi::Uuid& HWComponentInfoGetRequest::device_uuid() const {
4998 const ::dmi::Uuid* p = device_uuid_;
4999 // @@protoc_insertion_point(field_get:dmi.HWComponentInfoGetRequest.device_uuid)
5000 return p != nullptr ? *p : *reinterpret_cast<const ::dmi::Uuid*>(
5001 &::dmi::_Uuid_default_instance_);
5002}
5003inline ::dmi::Uuid* HWComponentInfoGetRequest::release_device_uuid() {
5004 // @@protoc_insertion_point(field_release:dmi.HWComponentInfoGetRequest.device_uuid)
5005
5006 ::dmi::Uuid* temp = device_uuid_;
5007 device_uuid_ = nullptr;
5008 return temp;
5009}
5010inline ::dmi::Uuid* HWComponentInfoGetRequest::mutable_device_uuid() {
5011
5012 if (device_uuid_ == nullptr) {
5013 auto* p = CreateMaybeMessage<::dmi::Uuid>(GetArenaNoVirtual());
5014 device_uuid_ = p;
5015 }
5016 // @@protoc_insertion_point(field_mutable:dmi.HWComponentInfoGetRequest.device_uuid)
5017 return device_uuid_;
5018}
5019inline void HWComponentInfoGetRequest::set_allocated_device_uuid(::dmi::Uuid* device_uuid) {
5020 ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
5021 if (message_arena == nullptr) {
5022 delete reinterpret_cast< ::google::protobuf::MessageLite*>(device_uuid_);
5023 }
5024 if (device_uuid) {
5025 ::google::protobuf::Arena* submessage_arena = nullptr;
5026 if (message_arena != submessage_arena) {
5027 device_uuid = ::google::protobuf::internal::GetOwnedMessage(
5028 message_arena, device_uuid, submessage_arena);
5029 }
5030
5031 } else {
5032
5033 }
5034 device_uuid_ = device_uuid;
5035 // @@protoc_insertion_point(field_set_allocated:dmi.HWComponentInfoGetRequest.device_uuid)
5036}
5037
5038// .dmi.Uuid component_uuid = 2;
5039inline bool HWComponentInfoGetRequest::has_component_uuid() const {
5040 return this != internal_default_instance() && component_uuid_ != nullptr;
5041}
5042inline const ::dmi::Uuid& HWComponentInfoGetRequest::component_uuid() const {
5043 const ::dmi::Uuid* p = component_uuid_;
5044 // @@protoc_insertion_point(field_get:dmi.HWComponentInfoGetRequest.component_uuid)
5045 return p != nullptr ? *p : *reinterpret_cast<const ::dmi::Uuid*>(
5046 &::dmi::_Uuid_default_instance_);
5047}
5048inline ::dmi::Uuid* HWComponentInfoGetRequest::release_component_uuid() {
5049 // @@protoc_insertion_point(field_release:dmi.HWComponentInfoGetRequest.component_uuid)
5050
5051 ::dmi::Uuid* temp = component_uuid_;
5052 component_uuid_ = nullptr;
5053 return temp;
5054}
5055inline ::dmi::Uuid* HWComponentInfoGetRequest::mutable_component_uuid() {
5056
5057 if (component_uuid_ == nullptr) {
5058 auto* p = CreateMaybeMessage<::dmi::Uuid>(GetArenaNoVirtual());
5059 component_uuid_ = p;
5060 }
5061 // @@protoc_insertion_point(field_mutable:dmi.HWComponentInfoGetRequest.component_uuid)
5062 return component_uuid_;
5063}
5064inline void HWComponentInfoGetRequest::set_allocated_component_uuid(::dmi::Uuid* component_uuid) {
5065 ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
5066 if (message_arena == nullptr) {
5067 delete reinterpret_cast< ::google::protobuf::MessageLite*>(component_uuid_);
5068 }
5069 if (component_uuid) {
5070 ::google::protobuf::Arena* submessage_arena = nullptr;
5071 if (message_arena != submessage_arena) {
5072 component_uuid = ::google::protobuf::internal::GetOwnedMessage(
5073 message_arena, component_uuid, submessage_arena);
5074 }
5075
5076 } else {
5077
5078 }
5079 component_uuid_ = component_uuid;
5080 // @@protoc_insertion_point(field_set_allocated:dmi.HWComponentInfoGetRequest.component_uuid)
5081}
5082
5083// string component_name = 3;
5084inline void HWComponentInfoGetRequest::clear_component_name() {
5085 component_name_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
5086}
5087inline const ::std::string& HWComponentInfoGetRequest::component_name() const {
5088 // @@protoc_insertion_point(field_get:dmi.HWComponentInfoGetRequest.component_name)
5089 return component_name_.GetNoArena();
5090}
5091inline void HWComponentInfoGetRequest::set_component_name(const ::std::string& value) {
5092
5093 component_name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
5094 // @@protoc_insertion_point(field_set:dmi.HWComponentInfoGetRequest.component_name)
5095}
5096#if LANG_CXX11
5097inline void HWComponentInfoGetRequest::set_component_name(::std::string&& value) {
5098
5099 component_name_.SetNoArena(
5100 &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value));
5101 // @@protoc_insertion_point(field_set_rvalue:dmi.HWComponentInfoGetRequest.component_name)
5102}
5103#endif
5104inline void HWComponentInfoGetRequest::set_component_name(const char* value) {
5105 GOOGLE_DCHECK(value != nullptr);
5106
5107 component_name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
5108 // @@protoc_insertion_point(field_set_char:dmi.HWComponentInfoGetRequest.component_name)
5109}
5110inline void HWComponentInfoGetRequest::set_component_name(const char* value, size_t size) {
5111
5112 component_name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
5113 ::std::string(reinterpret_cast<const char*>(value), size));
5114 // @@protoc_insertion_point(field_set_pointer:dmi.HWComponentInfoGetRequest.component_name)
5115}
5116inline ::std::string* HWComponentInfoGetRequest::mutable_component_name() {
5117
5118 // @@protoc_insertion_point(field_mutable:dmi.HWComponentInfoGetRequest.component_name)
5119 return component_name_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
5120}
5121inline ::std::string* HWComponentInfoGetRequest::release_component_name() {
5122 // @@protoc_insertion_point(field_release:dmi.HWComponentInfoGetRequest.component_name)
5123
5124 return component_name_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
5125}
5126inline void HWComponentInfoGetRequest::set_allocated_component_name(::std::string* component_name) {
5127 if (component_name != nullptr) {
5128
5129 } else {
5130
5131 }
5132 component_name_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), component_name);
5133 // @@protoc_insertion_point(field_set_allocated:dmi.HWComponentInfoGetRequest.component_name)
5134}
5135
5136// -------------------------------------------------------------------
5137
5138// HWComponentInfoGetResponse
5139
5140// .dmi.Status status = 1;
5141inline void HWComponentInfoGetResponse::clear_status() {
5142 status_ = 0;
5143}
5144inline ::dmi::Status HWComponentInfoGetResponse::status() const {
5145 // @@protoc_insertion_point(field_get:dmi.HWComponentInfoGetResponse.status)
5146 return static_cast< ::dmi::Status >(status_);
5147}
5148inline void HWComponentInfoGetResponse::set_status(::dmi::Status value) {
5149
5150 status_ = value;
5151 // @@protoc_insertion_point(field_set:dmi.HWComponentInfoGetResponse.status)
5152}
5153
5154// .dmi.HWComponentInfoGetResponse.Reason reason = 2;
5155inline void HWComponentInfoGetResponse::clear_reason() {
5156 reason_ = 0;
5157}
5158inline ::dmi::HWComponentInfoGetResponse_Reason HWComponentInfoGetResponse::reason() const {
5159 // @@protoc_insertion_point(field_get:dmi.HWComponentInfoGetResponse.reason)
5160 return static_cast< ::dmi::HWComponentInfoGetResponse_Reason >(reason_);
5161}
5162inline void HWComponentInfoGetResponse::set_reason(::dmi::HWComponentInfoGetResponse_Reason value) {
5163
5164 reason_ = value;
5165 // @@protoc_insertion_point(field_set:dmi.HWComponentInfoGetResponse.reason)
5166}
5167
5168// .dmi.Component component = 3;
5169inline bool HWComponentInfoGetResponse::has_component() const {
5170 return this != internal_default_instance() && component_ != nullptr;
5171}
5172inline const ::dmi::Component& HWComponentInfoGetResponse::component() const {
5173 const ::dmi::Component* p = component_;
5174 // @@protoc_insertion_point(field_get:dmi.HWComponentInfoGetResponse.component)
5175 return p != nullptr ? *p : *reinterpret_cast<const ::dmi::Component*>(
5176 &::dmi::_Component_default_instance_);
5177}
5178inline ::dmi::Component* HWComponentInfoGetResponse::release_component() {
5179 // @@protoc_insertion_point(field_release:dmi.HWComponentInfoGetResponse.component)
5180
5181 ::dmi::Component* temp = component_;
5182 component_ = nullptr;
5183 return temp;
5184}
5185inline ::dmi::Component* HWComponentInfoGetResponse::mutable_component() {
5186
5187 if (component_ == nullptr) {
5188 auto* p = CreateMaybeMessage<::dmi::Component>(GetArenaNoVirtual());
5189 component_ = p;
5190 }
5191 // @@protoc_insertion_point(field_mutable:dmi.HWComponentInfoGetResponse.component)
5192 return component_;
5193}
5194inline void HWComponentInfoGetResponse::set_allocated_component(::dmi::Component* component) {
5195 ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
5196 if (message_arena == nullptr) {
5197 delete reinterpret_cast< ::google::protobuf::MessageLite*>(component_);
5198 }
5199 if (component) {
5200 ::google::protobuf::Arena* submessage_arena = nullptr;
5201 if (message_arena != submessage_arena) {
5202 component = ::google::protobuf::internal::GetOwnedMessage(
5203 message_arena, component, submessage_arena);
5204 }
5205
5206 } else {
5207
5208 }
5209 component_ = component;
5210 // @@protoc_insertion_point(field_set_allocated:dmi.HWComponentInfoGetResponse.component)
5211}
5212
5213// string reason_detail = 4;
5214inline void HWComponentInfoGetResponse::clear_reason_detail() {
5215 reason_detail_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
5216}
5217inline const ::std::string& HWComponentInfoGetResponse::reason_detail() const {
5218 // @@protoc_insertion_point(field_get:dmi.HWComponentInfoGetResponse.reason_detail)
5219 return reason_detail_.GetNoArena();
5220}
5221inline void HWComponentInfoGetResponse::set_reason_detail(const ::std::string& value) {
5222
5223 reason_detail_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
5224 // @@protoc_insertion_point(field_set:dmi.HWComponentInfoGetResponse.reason_detail)
5225}
5226#if LANG_CXX11
5227inline void HWComponentInfoGetResponse::set_reason_detail(::std::string&& value) {
5228
5229 reason_detail_.SetNoArena(
5230 &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value));
5231 // @@protoc_insertion_point(field_set_rvalue:dmi.HWComponentInfoGetResponse.reason_detail)
5232}
5233#endif
5234inline void HWComponentInfoGetResponse::set_reason_detail(const char* value) {
5235 GOOGLE_DCHECK(value != nullptr);
5236
5237 reason_detail_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
5238 // @@protoc_insertion_point(field_set_char:dmi.HWComponentInfoGetResponse.reason_detail)
5239}
5240inline void HWComponentInfoGetResponse::set_reason_detail(const char* value, size_t size) {
5241
5242 reason_detail_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
5243 ::std::string(reinterpret_cast<const char*>(value), size));
5244 // @@protoc_insertion_point(field_set_pointer:dmi.HWComponentInfoGetResponse.reason_detail)
5245}
5246inline ::std::string* HWComponentInfoGetResponse::mutable_reason_detail() {
5247
5248 // @@protoc_insertion_point(field_mutable:dmi.HWComponentInfoGetResponse.reason_detail)
5249 return reason_detail_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
5250}
5251inline ::std::string* HWComponentInfoGetResponse::release_reason_detail() {
5252 // @@protoc_insertion_point(field_release:dmi.HWComponentInfoGetResponse.reason_detail)
5253
5254 return reason_detail_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
5255}
5256inline void HWComponentInfoGetResponse::set_allocated_reason_detail(::std::string* reason_detail) {
5257 if (reason_detail != nullptr) {
5258
5259 } else {
5260
5261 }
5262 reason_detail_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), reason_detail);
5263 // @@protoc_insertion_point(field_set_allocated:dmi.HWComponentInfoGetResponse.reason_detail)
5264}
5265
5266// -------------------------------------------------------------------
5267
5268// HWComponentInfoSetRequest
5269
5270// .dmi.Uuid device_uuid = 1;
5271inline bool HWComponentInfoSetRequest::has_device_uuid() const {
5272 return this != internal_default_instance() && device_uuid_ != nullptr;
5273}
5274inline const ::dmi::Uuid& HWComponentInfoSetRequest::device_uuid() const {
5275 const ::dmi::Uuid* p = device_uuid_;
5276 // @@protoc_insertion_point(field_get:dmi.HWComponentInfoSetRequest.device_uuid)
5277 return p != nullptr ? *p : *reinterpret_cast<const ::dmi::Uuid*>(
5278 &::dmi::_Uuid_default_instance_);
5279}
5280inline ::dmi::Uuid* HWComponentInfoSetRequest::release_device_uuid() {
5281 // @@protoc_insertion_point(field_release:dmi.HWComponentInfoSetRequest.device_uuid)
5282
5283 ::dmi::Uuid* temp = device_uuid_;
5284 device_uuid_ = nullptr;
5285 return temp;
5286}
5287inline ::dmi::Uuid* HWComponentInfoSetRequest::mutable_device_uuid() {
5288
5289 if (device_uuid_ == nullptr) {
5290 auto* p = CreateMaybeMessage<::dmi::Uuid>(GetArenaNoVirtual());
5291 device_uuid_ = p;
5292 }
5293 // @@protoc_insertion_point(field_mutable:dmi.HWComponentInfoSetRequest.device_uuid)
5294 return device_uuid_;
5295}
5296inline void HWComponentInfoSetRequest::set_allocated_device_uuid(::dmi::Uuid* device_uuid) {
5297 ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
5298 if (message_arena == nullptr) {
5299 delete reinterpret_cast< ::google::protobuf::MessageLite*>(device_uuid_);
5300 }
5301 if (device_uuid) {
5302 ::google::protobuf::Arena* submessage_arena = nullptr;
5303 if (message_arena != submessage_arena) {
5304 device_uuid = ::google::protobuf::internal::GetOwnedMessage(
5305 message_arena, device_uuid, submessage_arena);
5306 }
5307
5308 } else {
5309
5310 }
5311 device_uuid_ = device_uuid;
5312 // @@protoc_insertion_point(field_set_allocated:dmi.HWComponentInfoSetRequest.device_uuid)
5313}
5314
5315// .dmi.Uuid component_uuid = 2;
5316inline bool HWComponentInfoSetRequest::has_component_uuid() const {
5317 return this != internal_default_instance() && component_uuid_ != nullptr;
5318}
5319inline const ::dmi::Uuid& HWComponentInfoSetRequest::component_uuid() const {
5320 const ::dmi::Uuid* p = component_uuid_;
5321 // @@protoc_insertion_point(field_get:dmi.HWComponentInfoSetRequest.component_uuid)
5322 return p != nullptr ? *p : *reinterpret_cast<const ::dmi::Uuid*>(
5323 &::dmi::_Uuid_default_instance_);
5324}
5325inline ::dmi::Uuid* HWComponentInfoSetRequest::release_component_uuid() {
5326 // @@protoc_insertion_point(field_release:dmi.HWComponentInfoSetRequest.component_uuid)
5327
5328 ::dmi::Uuid* temp = component_uuid_;
5329 component_uuid_ = nullptr;
5330 return temp;
5331}
5332inline ::dmi::Uuid* HWComponentInfoSetRequest::mutable_component_uuid() {
5333
5334 if (component_uuid_ == nullptr) {
5335 auto* p = CreateMaybeMessage<::dmi::Uuid>(GetArenaNoVirtual());
5336 component_uuid_ = p;
5337 }
5338 // @@protoc_insertion_point(field_mutable:dmi.HWComponentInfoSetRequest.component_uuid)
5339 return component_uuid_;
5340}
5341inline void HWComponentInfoSetRequest::set_allocated_component_uuid(::dmi::Uuid* component_uuid) {
5342 ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
5343 if (message_arena == nullptr) {
5344 delete reinterpret_cast< ::google::protobuf::MessageLite*>(component_uuid_);
5345 }
5346 if (component_uuid) {
5347 ::google::protobuf::Arena* submessage_arena = nullptr;
5348 if (message_arena != submessage_arena) {
5349 component_uuid = ::google::protobuf::internal::GetOwnedMessage(
5350 message_arena, component_uuid, submessage_arena);
5351 }
5352
5353 } else {
5354
5355 }
5356 component_uuid_ = component_uuid;
5357 // @@protoc_insertion_point(field_set_allocated:dmi.HWComponentInfoSetRequest.component_uuid)
5358}
5359
5360// string component_name = 3;
5361inline void HWComponentInfoSetRequest::clear_component_name() {
5362 component_name_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
5363}
5364inline const ::std::string& HWComponentInfoSetRequest::component_name() const {
5365 // @@protoc_insertion_point(field_get:dmi.HWComponentInfoSetRequest.component_name)
5366 return component_name_.GetNoArena();
5367}
5368inline void HWComponentInfoSetRequest::set_component_name(const ::std::string& value) {
5369
5370 component_name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
5371 // @@protoc_insertion_point(field_set:dmi.HWComponentInfoSetRequest.component_name)
5372}
5373#if LANG_CXX11
5374inline void HWComponentInfoSetRequest::set_component_name(::std::string&& value) {
5375
5376 component_name_.SetNoArena(
5377 &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value));
5378 // @@protoc_insertion_point(field_set_rvalue:dmi.HWComponentInfoSetRequest.component_name)
5379}
5380#endif
5381inline void HWComponentInfoSetRequest::set_component_name(const char* value) {
5382 GOOGLE_DCHECK(value != nullptr);
5383
5384 component_name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
5385 // @@protoc_insertion_point(field_set_char:dmi.HWComponentInfoSetRequest.component_name)
5386}
5387inline void HWComponentInfoSetRequest::set_component_name(const char* value, size_t size) {
5388
5389 component_name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
5390 ::std::string(reinterpret_cast<const char*>(value), size));
5391 // @@protoc_insertion_point(field_set_pointer:dmi.HWComponentInfoSetRequest.component_name)
5392}
5393inline ::std::string* HWComponentInfoSetRequest::mutable_component_name() {
5394
5395 // @@protoc_insertion_point(field_mutable:dmi.HWComponentInfoSetRequest.component_name)
5396 return component_name_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
5397}
5398inline ::std::string* HWComponentInfoSetRequest::release_component_name() {
5399 // @@protoc_insertion_point(field_release:dmi.HWComponentInfoSetRequest.component_name)
5400
5401 return component_name_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
5402}
5403inline void HWComponentInfoSetRequest::set_allocated_component_name(::std::string* component_name) {
5404 if (component_name != nullptr) {
5405
5406 } else {
5407
5408 }
5409 component_name_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), component_name);
5410 // @@protoc_insertion_point(field_set_allocated:dmi.HWComponentInfoSetRequest.component_name)
5411}
5412
5413// .dmi.ModifiableComponent changes = 4;
5414inline bool HWComponentInfoSetRequest::has_changes() const {
5415 return this != internal_default_instance() && changes_ != nullptr;
5416}
5417inline const ::dmi::ModifiableComponent& HWComponentInfoSetRequest::changes() const {
5418 const ::dmi::ModifiableComponent* p = changes_;
5419 // @@protoc_insertion_point(field_get:dmi.HWComponentInfoSetRequest.changes)
5420 return p != nullptr ? *p : *reinterpret_cast<const ::dmi::ModifiableComponent*>(
5421 &::dmi::_ModifiableComponent_default_instance_);
5422}
5423inline ::dmi::ModifiableComponent* HWComponentInfoSetRequest::release_changes() {
5424 // @@protoc_insertion_point(field_release:dmi.HWComponentInfoSetRequest.changes)
5425
5426 ::dmi::ModifiableComponent* temp = changes_;
5427 changes_ = nullptr;
5428 return temp;
5429}
5430inline ::dmi::ModifiableComponent* HWComponentInfoSetRequest::mutable_changes() {
5431
5432 if (changes_ == nullptr) {
5433 auto* p = CreateMaybeMessage<::dmi::ModifiableComponent>(GetArenaNoVirtual());
5434 changes_ = p;
5435 }
5436 // @@protoc_insertion_point(field_mutable:dmi.HWComponentInfoSetRequest.changes)
5437 return changes_;
5438}
5439inline void HWComponentInfoSetRequest::set_allocated_changes(::dmi::ModifiableComponent* changes) {
5440 ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
5441 if (message_arena == nullptr) {
5442 delete reinterpret_cast< ::google::protobuf::MessageLite*>(changes_);
5443 }
5444 if (changes) {
5445 ::google::protobuf::Arena* submessage_arena = nullptr;
5446 if (message_arena != submessage_arena) {
5447 changes = ::google::protobuf::internal::GetOwnedMessage(
5448 message_arena, changes, submessage_arena);
5449 }
5450
5451 } else {
5452
5453 }
5454 changes_ = changes;
5455 // @@protoc_insertion_point(field_set_allocated:dmi.HWComponentInfoSetRequest.changes)
5456}
5457
5458// -------------------------------------------------------------------
5459
5460// HWComponentInfoSetResponse
5461
5462// .dmi.Status status = 1;
5463inline void HWComponentInfoSetResponse::clear_status() {
5464 status_ = 0;
5465}
5466inline ::dmi::Status HWComponentInfoSetResponse::status() const {
5467 // @@protoc_insertion_point(field_get:dmi.HWComponentInfoSetResponse.status)
5468 return static_cast< ::dmi::Status >(status_);
5469}
5470inline void HWComponentInfoSetResponse::set_status(::dmi::Status value) {
5471
5472 status_ = value;
5473 // @@protoc_insertion_point(field_set:dmi.HWComponentInfoSetResponse.status)
5474}
5475
5476// .dmi.HWComponentInfoSetResponse.Reason reason = 2;
5477inline void HWComponentInfoSetResponse::clear_reason() {
5478 reason_ = 0;
5479}
5480inline ::dmi::HWComponentInfoSetResponse_Reason HWComponentInfoSetResponse::reason() const {
5481 // @@protoc_insertion_point(field_get:dmi.HWComponentInfoSetResponse.reason)
5482 return static_cast< ::dmi::HWComponentInfoSetResponse_Reason >(reason_);
5483}
5484inline void HWComponentInfoSetResponse::set_reason(::dmi::HWComponentInfoSetResponse_Reason value) {
5485
5486 reason_ = value;
5487 // @@protoc_insertion_point(field_set:dmi.HWComponentInfoSetResponse.reason)
5488}
5489
5490// string reason_detail = 3;
5491inline void HWComponentInfoSetResponse::clear_reason_detail() {
5492 reason_detail_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
5493}
5494inline const ::std::string& HWComponentInfoSetResponse::reason_detail() const {
5495 // @@protoc_insertion_point(field_get:dmi.HWComponentInfoSetResponse.reason_detail)
5496 return reason_detail_.GetNoArena();
5497}
5498inline void HWComponentInfoSetResponse::set_reason_detail(const ::std::string& value) {
5499
5500 reason_detail_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
5501 // @@protoc_insertion_point(field_set:dmi.HWComponentInfoSetResponse.reason_detail)
5502}
5503#if LANG_CXX11
5504inline void HWComponentInfoSetResponse::set_reason_detail(::std::string&& value) {
5505
5506 reason_detail_.SetNoArena(
5507 &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value));
5508 // @@protoc_insertion_point(field_set_rvalue:dmi.HWComponentInfoSetResponse.reason_detail)
5509}
5510#endif
5511inline void HWComponentInfoSetResponse::set_reason_detail(const char* value) {
5512 GOOGLE_DCHECK(value != nullptr);
5513
5514 reason_detail_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
5515 // @@protoc_insertion_point(field_set_char:dmi.HWComponentInfoSetResponse.reason_detail)
5516}
5517inline void HWComponentInfoSetResponse::set_reason_detail(const char* value, size_t size) {
5518
5519 reason_detail_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
5520 ::std::string(reinterpret_cast<const char*>(value), size));
5521 // @@protoc_insertion_point(field_set_pointer:dmi.HWComponentInfoSetResponse.reason_detail)
5522}
5523inline ::std::string* HWComponentInfoSetResponse::mutable_reason_detail() {
5524
5525 // @@protoc_insertion_point(field_mutable:dmi.HWComponentInfoSetResponse.reason_detail)
5526 return reason_detail_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
5527}
5528inline ::std::string* HWComponentInfoSetResponse::release_reason_detail() {
5529 // @@protoc_insertion_point(field_release:dmi.HWComponentInfoSetResponse.reason_detail)
5530
5531 return reason_detail_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
5532}
5533inline void HWComponentInfoSetResponse::set_allocated_reason_detail(::std::string* reason_detail) {
5534 if (reason_detail != nullptr) {
5535
5536 } else {
5537
5538 }
5539 reason_detail_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), reason_detail);
5540 // @@protoc_insertion_point(field_set_allocated:dmi.HWComponentInfoSetResponse.reason_detail)
5541}
5542
5543// -------------------------------------------------------------------
5544
5545// StartManagingDeviceResponse
5546
5547// .dmi.Status status = 1;
5548inline void StartManagingDeviceResponse::clear_status() {
5549 status_ = 0;
5550}
5551inline ::dmi::Status StartManagingDeviceResponse::status() const {
5552 // @@protoc_insertion_point(field_get:dmi.StartManagingDeviceResponse.status)
5553 return static_cast< ::dmi::Status >(status_);
5554}
5555inline void StartManagingDeviceResponse::set_status(::dmi::Status value) {
5556
5557 status_ = value;
5558 // @@protoc_insertion_point(field_set:dmi.StartManagingDeviceResponse.status)
5559}
5560
5561// .dmi.StartManagingDeviceResponse.Reason reason = 2;
5562inline void StartManagingDeviceResponse::clear_reason() {
5563 reason_ = 0;
5564}
5565inline ::dmi::StartManagingDeviceResponse_Reason StartManagingDeviceResponse::reason() const {
5566 // @@protoc_insertion_point(field_get:dmi.StartManagingDeviceResponse.reason)
5567 return static_cast< ::dmi::StartManagingDeviceResponse_Reason >(reason_);
5568}
5569inline void StartManagingDeviceResponse::set_reason(::dmi::StartManagingDeviceResponse_Reason value) {
5570
5571 reason_ = value;
5572 // @@protoc_insertion_point(field_set:dmi.StartManagingDeviceResponse.reason)
5573}
5574
5575// .dmi.Uuid device_uuid = 3;
5576inline bool StartManagingDeviceResponse::has_device_uuid() const {
5577 return this != internal_default_instance() && device_uuid_ != nullptr;
5578}
5579inline const ::dmi::Uuid& StartManagingDeviceResponse::device_uuid() const {
5580 const ::dmi::Uuid* p = device_uuid_;
5581 // @@protoc_insertion_point(field_get:dmi.StartManagingDeviceResponse.device_uuid)
5582 return p != nullptr ? *p : *reinterpret_cast<const ::dmi::Uuid*>(
5583 &::dmi::_Uuid_default_instance_);
5584}
5585inline ::dmi::Uuid* StartManagingDeviceResponse::release_device_uuid() {
5586 // @@protoc_insertion_point(field_release:dmi.StartManagingDeviceResponse.device_uuid)
5587
5588 ::dmi::Uuid* temp = device_uuid_;
5589 device_uuid_ = nullptr;
5590 return temp;
5591}
5592inline ::dmi::Uuid* StartManagingDeviceResponse::mutable_device_uuid() {
5593
5594 if (device_uuid_ == nullptr) {
5595 auto* p = CreateMaybeMessage<::dmi::Uuid>(GetArenaNoVirtual());
5596 device_uuid_ = p;
5597 }
5598 // @@protoc_insertion_point(field_mutable:dmi.StartManagingDeviceResponse.device_uuid)
5599 return device_uuid_;
5600}
5601inline void StartManagingDeviceResponse::set_allocated_device_uuid(::dmi::Uuid* device_uuid) {
5602 ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
5603 if (message_arena == nullptr) {
5604 delete reinterpret_cast< ::google::protobuf::MessageLite*>(device_uuid_);
5605 }
5606 if (device_uuid) {
5607 ::google::protobuf::Arena* submessage_arena = nullptr;
5608 if (message_arena != submessage_arena) {
5609 device_uuid = ::google::protobuf::internal::GetOwnedMessage(
5610 message_arena, device_uuid, submessage_arena);
5611 }
5612
5613 } else {
5614
5615 }
5616 device_uuid_ = device_uuid;
5617 // @@protoc_insertion_point(field_set_allocated:dmi.StartManagingDeviceResponse.device_uuid)
5618}
5619
5620// string reason_detail = 4;
5621inline void StartManagingDeviceResponse::clear_reason_detail() {
5622 reason_detail_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
5623}
5624inline const ::std::string& StartManagingDeviceResponse::reason_detail() const {
5625 // @@protoc_insertion_point(field_get:dmi.StartManagingDeviceResponse.reason_detail)
5626 return reason_detail_.GetNoArena();
5627}
5628inline void StartManagingDeviceResponse::set_reason_detail(const ::std::string& value) {
5629
5630 reason_detail_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
5631 // @@protoc_insertion_point(field_set:dmi.StartManagingDeviceResponse.reason_detail)
5632}
5633#if LANG_CXX11
5634inline void StartManagingDeviceResponse::set_reason_detail(::std::string&& value) {
5635
5636 reason_detail_.SetNoArena(
5637 &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value));
5638 // @@protoc_insertion_point(field_set_rvalue:dmi.StartManagingDeviceResponse.reason_detail)
5639}
5640#endif
5641inline void StartManagingDeviceResponse::set_reason_detail(const char* value) {
5642 GOOGLE_DCHECK(value != nullptr);
5643
5644 reason_detail_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
5645 // @@protoc_insertion_point(field_set_char:dmi.StartManagingDeviceResponse.reason_detail)
5646}
5647inline void StartManagingDeviceResponse::set_reason_detail(const char* value, size_t size) {
5648
5649 reason_detail_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
5650 ::std::string(reinterpret_cast<const char*>(value), size));
5651 // @@protoc_insertion_point(field_set_pointer:dmi.StartManagingDeviceResponse.reason_detail)
5652}
5653inline ::std::string* StartManagingDeviceResponse::mutable_reason_detail() {
5654
5655 // @@protoc_insertion_point(field_mutable:dmi.StartManagingDeviceResponse.reason_detail)
5656 return reason_detail_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
5657}
5658inline ::std::string* StartManagingDeviceResponse::release_reason_detail() {
5659 // @@protoc_insertion_point(field_release:dmi.StartManagingDeviceResponse.reason_detail)
5660
5661 return reason_detail_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
5662}
5663inline void StartManagingDeviceResponse::set_allocated_reason_detail(::std::string* reason_detail) {
5664 if (reason_detail != nullptr) {
5665
5666 } else {
5667
5668 }
5669 reason_detail_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), reason_detail);
5670 // @@protoc_insertion_point(field_set_allocated:dmi.StartManagingDeviceResponse.reason_detail)
5671}
5672
5673// -------------------------------------------------------------------
5674
5675// StopManagingDeviceRequest
5676
5677// string name = 1;
5678inline void StopManagingDeviceRequest::clear_name() {
5679 name_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
5680}
5681inline const ::std::string& StopManagingDeviceRequest::name() const {
5682 // @@protoc_insertion_point(field_get:dmi.StopManagingDeviceRequest.name)
5683 return name_.GetNoArena();
5684}
5685inline void StopManagingDeviceRequest::set_name(const ::std::string& value) {
5686
5687 name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
5688 // @@protoc_insertion_point(field_set:dmi.StopManagingDeviceRequest.name)
5689}
5690#if LANG_CXX11
5691inline void StopManagingDeviceRequest::set_name(::std::string&& value) {
5692
5693 name_.SetNoArena(
5694 &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value));
5695 // @@protoc_insertion_point(field_set_rvalue:dmi.StopManagingDeviceRequest.name)
5696}
5697#endif
5698inline void StopManagingDeviceRequest::set_name(const char* value) {
5699 GOOGLE_DCHECK(value != nullptr);
5700
5701 name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
5702 // @@protoc_insertion_point(field_set_char:dmi.StopManagingDeviceRequest.name)
5703}
5704inline void StopManagingDeviceRequest::set_name(const char* value, size_t size) {
5705
5706 name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
5707 ::std::string(reinterpret_cast<const char*>(value), size));
5708 // @@protoc_insertion_point(field_set_pointer:dmi.StopManagingDeviceRequest.name)
5709}
5710inline ::std::string* StopManagingDeviceRequest::mutable_name() {
5711
5712 // @@protoc_insertion_point(field_mutable:dmi.StopManagingDeviceRequest.name)
5713 return name_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
5714}
5715inline ::std::string* StopManagingDeviceRequest::release_name() {
5716 // @@protoc_insertion_point(field_release:dmi.StopManagingDeviceRequest.name)
5717
5718 return name_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
5719}
5720inline void StopManagingDeviceRequest::set_allocated_name(::std::string* name) {
5721 if (name != nullptr) {
5722
5723 } else {
5724
5725 }
5726 name_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), name);
5727 // @@protoc_insertion_point(field_set_allocated:dmi.StopManagingDeviceRequest.name)
5728}
5729
5730// -------------------------------------------------------------------
5731
5732// StopManagingDeviceResponse
5733
5734// .dmi.Status status = 1;
5735inline void StopManagingDeviceResponse::clear_status() {
5736 status_ = 0;
5737}
5738inline ::dmi::Status StopManagingDeviceResponse::status() const {
5739 // @@protoc_insertion_point(field_get:dmi.StopManagingDeviceResponse.status)
5740 return static_cast< ::dmi::Status >(status_);
5741}
5742inline void StopManagingDeviceResponse::set_status(::dmi::Status value) {
5743
5744 status_ = value;
5745 // @@protoc_insertion_point(field_set:dmi.StopManagingDeviceResponse.status)
5746}
5747
5748// .dmi.StopManagingDeviceResponse.Reason reason = 2;
5749inline void StopManagingDeviceResponse::clear_reason() {
5750 reason_ = 0;
5751}
5752inline ::dmi::StopManagingDeviceResponse_Reason StopManagingDeviceResponse::reason() const {
5753 // @@protoc_insertion_point(field_get:dmi.StopManagingDeviceResponse.reason)
5754 return static_cast< ::dmi::StopManagingDeviceResponse_Reason >(reason_);
5755}
5756inline void StopManagingDeviceResponse::set_reason(::dmi::StopManagingDeviceResponse_Reason value) {
5757
5758 reason_ = value;
5759 // @@protoc_insertion_point(field_set:dmi.StopManagingDeviceResponse.reason)
5760}
5761
5762// string reason_detail = 3;
5763inline void StopManagingDeviceResponse::clear_reason_detail() {
5764 reason_detail_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
5765}
5766inline const ::std::string& StopManagingDeviceResponse::reason_detail() const {
5767 // @@protoc_insertion_point(field_get:dmi.StopManagingDeviceResponse.reason_detail)
5768 return reason_detail_.GetNoArena();
5769}
5770inline void StopManagingDeviceResponse::set_reason_detail(const ::std::string& value) {
5771
5772 reason_detail_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
5773 // @@protoc_insertion_point(field_set:dmi.StopManagingDeviceResponse.reason_detail)
5774}
5775#if LANG_CXX11
5776inline void StopManagingDeviceResponse::set_reason_detail(::std::string&& value) {
5777
5778 reason_detail_.SetNoArena(
5779 &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value));
5780 // @@protoc_insertion_point(field_set_rvalue:dmi.StopManagingDeviceResponse.reason_detail)
5781}
5782#endif
5783inline void StopManagingDeviceResponse::set_reason_detail(const char* value) {
5784 GOOGLE_DCHECK(value != nullptr);
5785
5786 reason_detail_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
5787 // @@protoc_insertion_point(field_set_char:dmi.StopManagingDeviceResponse.reason_detail)
5788}
5789inline void StopManagingDeviceResponse::set_reason_detail(const char* value, size_t size) {
5790
5791 reason_detail_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
5792 ::std::string(reinterpret_cast<const char*>(value), size));
5793 // @@protoc_insertion_point(field_set_pointer:dmi.StopManagingDeviceResponse.reason_detail)
5794}
5795inline ::std::string* StopManagingDeviceResponse::mutable_reason_detail() {
5796
5797 // @@protoc_insertion_point(field_mutable:dmi.StopManagingDeviceResponse.reason_detail)
5798 return reason_detail_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
5799}
5800inline ::std::string* StopManagingDeviceResponse::release_reason_detail() {
5801 // @@protoc_insertion_point(field_release:dmi.StopManagingDeviceResponse.reason_detail)
5802
5803 return reason_detail_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
5804}
5805inline void StopManagingDeviceResponse::set_allocated_reason_detail(::std::string* reason_detail) {
5806 if (reason_detail != nullptr) {
5807
5808 } else {
5809
5810 }
5811 reason_detail_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), reason_detail);
5812 // @@protoc_insertion_point(field_set_allocated:dmi.StopManagingDeviceResponse.reason_detail)
5813}
5814
5815// -------------------------------------------------------------------
5816
5817// ManagedDeviceInfo
5818
5819// .dmi.ModifiableComponent info = 1;
5820inline bool ManagedDeviceInfo::has_info() const {
5821 return this != internal_default_instance() && info_ != nullptr;
5822}
5823inline const ::dmi::ModifiableComponent& ManagedDeviceInfo::info() const {
5824 const ::dmi::ModifiableComponent* p = info_;
5825 // @@protoc_insertion_point(field_get:dmi.ManagedDeviceInfo.info)
5826 return p != nullptr ? *p : *reinterpret_cast<const ::dmi::ModifiableComponent*>(
5827 &::dmi::_ModifiableComponent_default_instance_);
5828}
5829inline ::dmi::ModifiableComponent* ManagedDeviceInfo::release_info() {
5830 // @@protoc_insertion_point(field_release:dmi.ManagedDeviceInfo.info)
5831
5832 ::dmi::ModifiableComponent* temp = info_;
5833 info_ = nullptr;
5834 return temp;
5835}
5836inline ::dmi::ModifiableComponent* ManagedDeviceInfo::mutable_info() {
5837
5838 if (info_ == nullptr) {
5839 auto* p = CreateMaybeMessage<::dmi::ModifiableComponent>(GetArenaNoVirtual());
5840 info_ = p;
5841 }
5842 // @@protoc_insertion_point(field_mutable:dmi.ManagedDeviceInfo.info)
5843 return info_;
5844}
5845inline void ManagedDeviceInfo::set_allocated_info(::dmi::ModifiableComponent* info) {
5846 ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
5847 if (message_arena == nullptr) {
5848 delete reinterpret_cast< ::google::protobuf::MessageLite*>(info_);
5849 }
5850 if (info) {
5851 ::google::protobuf::Arena* submessage_arena = nullptr;
5852 if (message_arena != submessage_arena) {
5853 info = ::google::protobuf::internal::GetOwnedMessage(
5854 message_arena, info, submessage_arena);
5855 }
5856
5857 } else {
5858
5859 }
5860 info_ = info;
5861 // @@protoc_insertion_point(field_set_allocated:dmi.ManagedDeviceInfo.info)
5862}
5863
5864// .dmi.Uuid device_uuid = 2;
5865inline bool ManagedDeviceInfo::has_device_uuid() const {
5866 return this != internal_default_instance() && device_uuid_ != nullptr;
5867}
5868inline const ::dmi::Uuid& ManagedDeviceInfo::device_uuid() const {
5869 const ::dmi::Uuid* p = device_uuid_;
5870 // @@protoc_insertion_point(field_get:dmi.ManagedDeviceInfo.device_uuid)
5871 return p != nullptr ? *p : *reinterpret_cast<const ::dmi::Uuid*>(
5872 &::dmi::_Uuid_default_instance_);
5873}
5874inline ::dmi::Uuid* ManagedDeviceInfo::release_device_uuid() {
5875 // @@protoc_insertion_point(field_release:dmi.ManagedDeviceInfo.device_uuid)
5876
5877 ::dmi::Uuid* temp = device_uuid_;
5878 device_uuid_ = nullptr;
5879 return temp;
5880}
5881inline ::dmi::Uuid* ManagedDeviceInfo::mutable_device_uuid() {
5882
5883 if (device_uuid_ == nullptr) {
5884 auto* p = CreateMaybeMessage<::dmi::Uuid>(GetArenaNoVirtual());
5885 device_uuid_ = p;
5886 }
5887 // @@protoc_insertion_point(field_mutable:dmi.ManagedDeviceInfo.device_uuid)
5888 return device_uuid_;
5889}
5890inline void ManagedDeviceInfo::set_allocated_device_uuid(::dmi::Uuid* device_uuid) {
5891 ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
5892 if (message_arena == nullptr) {
5893 delete reinterpret_cast< ::google::protobuf::MessageLite*>(device_uuid_);
5894 }
5895 if (device_uuid) {
5896 ::google::protobuf::Arena* submessage_arena = nullptr;
5897 if (message_arena != submessage_arena) {
5898 device_uuid = ::google::protobuf::internal::GetOwnedMessage(
5899 message_arena, device_uuid, submessage_arena);
5900 }
5901
5902 } else {
5903
5904 }
5905 device_uuid_ = device_uuid;
5906 // @@protoc_insertion_point(field_set_allocated:dmi.ManagedDeviceInfo.device_uuid)
5907}
5908
5909// -------------------------------------------------------------------
5910
5911// ManagedDevicesResponse
5912
5913// .dmi.Status status = 1;
5914inline void ManagedDevicesResponse::clear_status() {
5915 status_ = 0;
5916}
5917inline ::dmi::Status ManagedDevicesResponse::status() const {
5918 // @@protoc_insertion_point(field_get:dmi.ManagedDevicesResponse.status)
5919 return static_cast< ::dmi::Status >(status_);
5920}
5921inline void ManagedDevicesResponse::set_status(::dmi::Status value) {
5922
5923 status_ = value;
5924 // @@protoc_insertion_point(field_set:dmi.ManagedDevicesResponse.status)
5925}
5926
5927// .dmi.ManagedDevicesResponse.Reason reason = 2;
5928inline void ManagedDevicesResponse::clear_reason() {
5929 reason_ = 0;
5930}
5931inline ::dmi::ManagedDevicesResponse_Reason ManagedDevicesResponse::reason() const {
5932 // @@protoc_insertion_point(field_get:dmi.ManagedDevicesResponse.reason)
5933 return static_cast< ::dmi::ManagedDevicesResponse_Reason >(reason_);
5934}
5935inline void ManagedDevicesResponse::set_reason(::dmi::ManagedDevicesResponse_Reason value) {
5936
5937 reason_ = value;
5938 // @@protoc_insertion_point(field_set:dmi.ManagedDevicesResponse.reason)
5939}
5940
5941// repeated .dmi.ManagedDeviceInfo devices = 3;
5942inline int ManagedDevicesResponse::devices_size() const {
5943 return devices_.size();
5944}
5945inline void ManagedDevicesResponse::clear_devices() {
5946 devices_.Clear();
5947}
5948inline ::dmi::ManagedDeviceInfo* ManagedDevicesResponse::mutable_devices(int index) {
5949 // @@protoc_insertion_point(field_mutable:dmi.ManagedDevicesResponse.devices)
5950 return devices_.Mutable(index);
5951}
5952inline ::google::protobuf::RepeatedPtrField< ::dmi::ManagedDeviceInfo >*
5953ManagedDevicesResponse::mutable_devices() {
5954 // @@protoc_insertion_point(field_mutable_list:dmi.ManagedDevicesResponse.devices)
5955 return &devices_;
5956}
5957inline const ::dmi::ManagedDeviceInfo& ManagedDevicesResponse::devices(int index) const {
5958 // @@protoc_insertion_point(field_get:dmi.ManagedDevicesResponse.devices)
5959 return devices_.Get(index);
5960}
5961inline ::dmi::ManagedDeviceInfo* ManagedDevicesResponse::add_devices() {
5962 // @@protoc_insertion_point(field_add:dmi.ManagedDevicesResponse.devices)
5963 return devices_.Add();
5964}
5965inline const ::google::protobuf::RepeatedPtrField< ::dmi::ManagedDeviceInfo >&
5966ManagedDevicesResponse::devices() const {
5967 // @@protoc_insertion_point(field_list:dmi.ManagedDevicesResponse.devices)
5968 return devices_;
5969}
5970
5971// -------------------------------------------------------------------
5972
5973// SetLoggingEndpointRequest
5974
5975// .dmi.Uuid device_uuid = 1;
5976inline bool SetLoggingEndpointRequest::has_device_uuid() const {
5977 return this != internal_default_instance() && device_uuid_ != nullptr;
5978}
5979inline const ::dmi::Uuid& SetLoggingEndpointRequest::device_uuid() const {
5980 const ::dmi::Uuid* p = device_uuid_;
5981 // @@protoc_insertion_point(field_get:dmi.SetLoggingEndpointRequest.device_uuid)
5982 return p != nullptr ? *p : *reinterpret_cast<const ::dmi::Uuid*>(
5983 &::dmi::_Uuid_default_instance_);
5984}
5985inline ::dmi::Uuid* SetLoggingEndpointRequest::release_device_uuid() {
5986 // @@protoc_insertion_point(field_release:dmi.SetLoggingEndpointRequest.device_uuid)
5987
5988 ::dmi::Uuid* temp = device_uuid_;
5989 device_uuid_ = nullptr;
5990 return temp;
5991}
5992inline ::dmi::Uuid* SetLoggingEndpointRequest::mutable_device_uuid() {
5993
5994 if (device_uuid_ == nullptr) {
5995 auto* p = CreateMaybeMessage<::dmi::Uuid>(GetArenaNoVirtual());
5996 device_uuid_ = p;
5997 }
5998 // @@protoc_insertion_point(field_mutable:dmi.SetLoggingEndpointRequest.device_uuid)
5999 return device_uuid_;
6000}
6001inline void SetLoggingEndpointRequest::set_allocated_device_uuid(::dmi::Uuid* device_uuid) {
6002 ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
6003 if (message_arena == nullptr) {
6004 delete reinterpret_cast< ::google::protobuf::MessageLite*>(device_uuid_);
6005 }
6006 if (device_uuid) {
6007 ::google::protobuf::Arena* submessage_arena = nullptr;
6008 if (message_arena != submessage_arena) {
6009 device_uuid = ::google::protobuf::internal::GetOwnedMessage(
6010 message_arena, device_uuid, submessage_arena);
6011 }
6012
6013 } else {
6014
6015 }
6016 device_uuid_ = device_uuid;
6017 // @@protoc_insertion_point(field_set_allocated:dmi.SetLoggingEndpointRequest.device_uuid)
6018}
6019
6020// string logging_endpoint = 2;
6021inline void SetLoggingEndpointRequest::clear_logging_endpoint() {
6022 logging_endpoint_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
6023}
6024inline const ::std::string& SetLoggingEndpointRequest::logging_endpoint() const {
6025 // @@protoc_insertion_point(field_get:dmi.SetLoggingEndpointRequest.logging_endpoint)
6026 return logging_endpoint_.GetNoArena();
6027}
6028inline void SetLoggingEndpointRequest::set_logging_endpoint(const ::std::string& value) {
6029
6030 logging_endpoint_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
6031 // @@protoc_insertion_point(field_set:dmi.SetLoggingEndpointRequest.logging_endpoint)
6032}
6033#if LANG_CXX11
6034inline void SetLoggingEndpointRequest::set_logging_endpoint(::std::string&& value) {
6035
6036 logging_endpoint_.SetNoArena(
6037 &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value));
6038 // @@protoc_insertion_point(field_set_rvalue:dmi.SetLoggingEndpointRequest.logging_endpoint)
6039}
6040#endif
6041inline void SetLoggingEndpointRequest::set_logging_endpoint(const char* value) {
6042 GOOGLE_DCHECK(value != nullptr);
6043
6044 logging_endpoint_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
6045 // @@protoc_insertion_point(field_set_char:dmi.SetLoggingEndpointRequest.logging_endpoint)
6046}
6047inline void SetLoggingEndpointRequest::set_logging_endpoint(const char* value, size_t size) {
6048
6049 logging_endpoint_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
6050 ::std::string(reinterpret_cast<const char*>(value), size));
6051 // @@protoc_insertion_point(field_set_pointer:dmi.SetLoggingEndpointRequest.logging_endpoint)
6052}
6053inline ::std::string* SetLoggingEndpointRequest::mutable_logging_endpoint() {
6054
6055 // @@protoc_insertion_point(field_mutable:dmi.SetLoggingEndpointRequest.logging_endpoint)
6056 return logging_endpoint_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
6057}
6058inline ::std::string* SetLoggingEndpointRequest::release_logging_endpoint() {
6059 // @@protoc_insertion_point(field_release:dmi.SetLoggingEndpointRequest.logging_endpoint)
6060
6061 return logging_endpoint_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
6062}
6063inline void SetLoggingEndpointRequest::set_allocated_logging_endpoint(::std::string* logging_endpoint) {
6064 if (logging_endpoint != nullptr) {
6065
6066 } else {
6067
6068 }
6069 logging_endpoint_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), logging_endpoint);
6070 // @@protoc_insertion_point(field_set_allocated:dmi.SetLoggingEndpointRequest.logging_endpoint)
6071}
6072
6073// string logging_protocol = 3;
6074inline void SetLoggingEndpointRequest::clear_logging_protocol() {
6075 logging_protocol_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
6076}
6077inline const ::std::string& SetLoggingEndpointRequest::logging_protocol() const {
6078 // @@protoc_insertion_point(field_get:dmi.SetLoggingEndpointRequest.logging_protocol)
6079 return logging_protocol_.GetNoArena();
6080}
6081inline void SetLoggingEndpointRequest::set_logging_protocol(const ::std::string& value) {
6082
6083 logging_protocol_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
6084 // @@protoc_insertion_point(field_set:dmi.SetLoggingEndpointRequest.logging_protocol)
6085}
6086#if LANG_CXX11
6087inline void SetLoggingEndpointRequest::set_logging_protocol(::std::string&& value) {
6088
6089 logging_protocol_.SetNoArena(
6090 &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value));
6091 // @@protoc_insertion_point(field_set_rvalue:dmi.SetLoggingEndpointRequest.logging_protocol)
6092}
6093#endif
6094inline void SetLoggingEndpointRequest::set_logging_protocol(const char* value) {
6095 GOOGLE_DCHECK(value != nullptr);
6096
6097 logging_protocol_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
6098 // @@protoc_insertion_point(field_set_char:dmi.SetLoggingEndpointRequest.logging_protocol)
6099}
6100inline void SetLoggingEndpointRequest::set_logging_protocol(const char* value, size_t size) {
6101
6102 logging_protocol_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
6103 ::std::string(reinterpret_cast<const char*>(value), size));
6104 // @@protoc_insertion_point(field_set_pointer:dmi.SetLoggingEndpointRequest.logging_protocol)
6105}
6106inline ::std::string* SetLoggingEndpointRequest::mutable_logging_protocol() {
6107
6108 // @@protoc_insertion_point(field_mutable:dmi.SetLoggingEndpointRequest.logging_protocol)
6109 return logging_protocol_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
6110}
6111inline ::std::string* SetLoggingEndpointRequest::release_logging_protocol() {
6112 // @@protoc_insertion_point(field_release:dmi.SetLoggingEndpointRequest.logging_protocol)
6113
6114 return logging_protocol_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
6115}
6116inline void SetLoggingEndpointRequest::set_allocated_logging_protocol(::std::string* logging_protocol) {
6117 if (logging_protocol != nullptr) {
6118
6119 } else {
6120
6121 }
6122 logging_protocol_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), logging_protocol);
6123 // @@protoc_insertion_point(field_set_allocated:dmi.SetLoggingEndpointRequest.logging_protocol)
6124}
6125
6126// -------------------------------------------------------------------
6127
6128// SetRemoteEndpointResponse
6129
6130// .dmi.Status status = 1;
6131inline void SetRemoteEndpointResponse::clear_status() {
6132 status_ = 0;
6133}
6134inline ::dmi::Status SetRemoteEndpointResponse::status() const {
6135 // @@protoc_insertion_point(field_get:dmi.SetRemoteEndpointResponse.status)
6136 return static_cast< ::dmi::Status >(status_);
6137}
6138inline void SetRemoteEndpointResponse::set_status(::dmi::Status value) {
6139
6140 status_ = value;
6141 // @@protoc_insertion_point(field_set:dmi.SetRemoteEndpointResponse.status)
6142}
6143
6144// .dmi.SetRemoteEndpointResponse.Reason reason = 2;
6145inline void SetRemoteEndpointResponse::clear_reason() {
6146 reason_ = 0;
6147}
6148inline ::dmi::SetRemoteEndpointResponse_Reason SetRemoteEndpointResponse::reason() const {
6149 // @@protoc_insertion_point(field_get:dmi.SetRemoteEndpointResponse.reason)
6150 return static_cast< ::dmi::SetRemoteEndpointResponse_Reason >(reason_);
6151}
6152inline void SetRemoteEndpointResponse::set_reason(::dmi::SetRemoteEndpointResponse_Reason value) {
6153
6154 reason_ = value;
6155 // @@protoc_insertion_point(field_set:dmi.SetRemoteEndpointResponse.reason)
6156}
6157
6158// string reason_detail = 3;
6159inline void SetRemoteEndpointResponse::clear_reason_detail() {
6160 reason_detail_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
6161}
6162inline const ::std::string& SetRemoteEndpointResponse::reason_detail() const {
6163 // @@protoc_insertion_point(field_get:dmi.SetRemoteEndpointResponse.reason_detail)
6164 return reason_detail_.GetNoArena();
6165}
6166inline void SetRemoteEndpointResponse::set_reason_detail(const ::std::string& value) {
6167
6168 reason_detail_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
6169 // @@protoc_insertion_point(field_set:dmi.SetRemoteEndpointResponse.reason_detail)
6170}
6171#if LANG_CXX11
6172inline void SetRemoteEndpointResponse::set_reason_detail(::std::string&& value) {
6173
6174 reason_detail_.SetNoArena(
6175 &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value));
6176 // @@protoc_insertion_point(field_set_rvalue:dmi.SetRemoteEndpointResponse.reason_detail)
6177}
6178#endif
6179inline void SetRemoteEndpointResponse::set_reason_detail(const char* value) {
6180 GOOGLE_DCHECK(value != nullptr);
6181
6182 reason_detail_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
6183 // @@protoc_insertion_point(field_set_char:dmi.SetRemoteEndpointResponse.reason_detail)
6184}
6185inline void SetRemoteEndpointResponse::set_reason_detail(const char* value, size_t size) {
6186
6187 reason_detail_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
6188 ::std::string(reinterpret_cast<const char*>(value), size));
6189 // @@protoc_insertion_point(field_set_pointer:dmi.SetRemoteEndpointResponse.reason_detail)
6190}
6191inline ::std::string* SetRemoteEndpointResponse::mutable_reason_detail() {
6192
6193 // @@protoc_insertion_point(field_mutable:dmi.SetRemoteEndpointResponse.reason_detail)
6194 return reason_detail_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
6195}
6196inline ::std::string* SetRemoteEndpointResponse::release_reason_detail() {
6197 // @@protoc_insertion_point(field_release:dmi.SetRemoteEndpointResponse.reason_detail)
6198
6199 return reason_detail_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
6200}
6201inline void SetRemoteEndpointResponse::set_allocated_reason_detail(::std::string* reason_detail) {
6202 if (reason_detail != nullptr) {
6203
6204 } else {
6205
6206 }
6207 reason_detail_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), reason_detail);
6208 // @@protoc_insertion_point(field_set_allocated:dmi.SetRemoteEndpointResponse.reason_detail)
6209}
6210
6211// -------------------------------------------------------------------
6212
6213// GetLoggingEndpointResponse
6214
6215// .dmi.Status status = 1;
6216inline void GetLoggingEndpointResponse::clear_status() {
6217 status_ = 0;
6218}
6219inline ::dmi::Status GetLoggingEndpointResponse::status() const {
6220 // @@protoc_insertion_point(field_get:dmi.GetLoggingEndpointResponse.status)
6221 return static_cast< ::dmi::Status >(status_);
6222}
6223inline void GetLoggingEndpointResponse::set_status(::dmi::Status value) {
6224
6225 status_ = value;
6226 // @@protoc_insertion_point(field_set:dmi.GetLoggingEndpointResponse.status)
6227}
6228
6229// .dmi.GetLoggingEndpointResponse.Reason reason = 2;
6230inline void GetLoggingEndpointResponse::clear_reason() {
6231 reason_ = 0;
6232}
6233inline ::dmi::GetLoggingEndpointResponse_Reason GetLoggingEndpointResponse::reason() const {
6234 // @@protoc_insertion_point(field_get:dmi.GetLoggingEndpointResponse.reason)
6235 return static_cast< ::dmi::GetLoggingEndpointResponse_Reason >(reason_);
6236}
6237inline void GetLoggingEndpointResponse::set_reason(::dmi::GetLoggingEndpointResponse_Reason value) {
6238
6239 reason_ = value;
6240 // @@protoc_insertion_point(field_set:dmi.GetLoggingEndpointResponse.reason)
6241}
6242
6243// string logging_endpoint = 3;
6244inline void GetLoggingEndpointResponse::clear_logging_endpoint() {
6245 logging_endpoint_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
6246}
6247inline const ::std::string& GetLoggingEndpointResponse::logging_endpoint() const {
6248 // @@protoc_insertion_point(field_get:dmi.GetLoggingEndpointResponse.logging_endpoint)
6249 return logging_endpoint_.GetNoArena();
6250}
6251inline void GetLoggingEndpointResponse::set_logging_endpoint(const ::std::string& value) {
6252
6253 logging_endpoint_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
6254 // @@protoc_insertion_point(field_set:dmi.GetLoggingEndpointResponse.logging_endpoint)
6255}
6256#if LANG_CXX11
6257inline void GetLoggingEndpointResponse::set_logging_endpoint(::std::string&& value) {
6258
6259 logging_endpoint_.SetNoArena(
6260 &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value));
6261 // @@protoc_insertion_point(field_set_rvalue:dmi.GetLoggingEndpointResponse.logging_endpoint)
6262}
6263#endif
6264inline void GetLoggingEndpointResponse::set_logging_endpoint(const char* value) {
6265 GOOGLE_DCHECK(value != nullptr);
6266
6267 logging_endpoint_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
6268 // @@protoc_insertion_point(field_set_char:dmi.GetLoggingEndpointResponse.logging_endpoint)
6269}
6270inline void GetLoggingEndpointResponse::set_logging_endpoint(const char* value, size_t size) {
6271
6272 logging_endpoint_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
6273 ::std::string(reinterpret_cast<const char*>(value), size));
6274 // @@protoc_insertion_point(field_set_pointer:dmi.GetLoggingEndpointResponse.logging_endpoint)
6275}
6276inline ::std::string* GetLoggingEndpointResponse::mutable_logging_endpoint() {
6277
6278 // @@protoc_insertion_point(field_mutable:dmi.GetLoggingEndpointResponse.logging_endpoint)
6279 return logging_endpoint_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
6280}
6281inline ::std::string* GetLoggingEndpointResponse::release_logging_endpoint() {
6282 // @@protoc_insertion_point(field_release:dmi.GetLoggingEndpointResponse.logging_endpoint)
6283
6284 return logging_endpoint_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
6285}
6286inline void GetLoggingEndpointResponse::set_allocated_logging_endpoint(::std::string* logging_endpoint) {
6287 if (logging_endpoint != nullptr) {
6288
6289 } else {
6290
6291 }
6292 logging_endpoint_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), logging_endpoint);
6293 // @@protoc_insertion_point(field_set_allocated:dmi.GetLoggingEndpointResponse.logging_endpoint)
6294}
6295
6296// string logging_protocol = 4;
6297inline void GetLoggingEndpointResponse::clear_logging_protocol() {
6298 logging_protocol_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
6299}
6300inline const ::std::string& GetLoggingEndpointResponse::logging_protocol() const {
6301 // @@protoc_insertion_point(field_get:dmi.GetLoggingEndpointResponse.logging_protocol)
6302 return logging_protocol_.GetNoArena();
6303}
6304inline void GetLoggingEndpointResponse::set_logging_protocol(const ::std::string& value) {
6305
6306 logging_protocol_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
6307 // @@protoc_insertion_point(field_set:dmi.GetLoggingEndpointResponse.logging_protocol)
6308}
6309#if LANG_CXX11
6310inline void GetLoggingEndpointResponse::set_logging_protocol(::std::string&& value) {
6311
6312 logging_protocol_.SetNoArena(
6313 &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value));
6314 // @@protoc_insertion_point(field_set_rvalue:dmi.GetLoggingEndpointResponse.logging_protocol)
6315}
6316#endif
6317inline void GetLoggingEndpointResponse::set_logging_protocol(const char* value) {
6318 GOOGLE_DCHECK(value != nullptr);
6319
6320 logging_protocol_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
6321 // @@protoc_insertion_point(field_set_char:dmi.GetLoggingEndpointResponse.logging_protocol)
6322}
6323inline void GetLoggingEndpointResponse::set_logging_protocol(const char* value, size_t size) {
6324
6325 logging_protocol_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
6326 ::std::string(reinterpret_cast<const char*>(value), size));
6327 // @@protoc_insertion_point(field_set_pointer:dmi.GetLoggingEndpointResponse.logging_protocol)
6328}
6329inline ::std::string* GetLoggingEndpointResponse::mutable_logging_protocol() {
6330
6331 // @@protoc_insertion_point(field_mutable:dmi.GetLoggingEndpointResponse.logging_protocol)
6332 return logging_protocol_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
6333}
6334inline ::std::string* GetLoggingEndpointResponse::release_logging_protocol() {
6335 // @@protoc_insertion_point(field_release:dmi.GetLoggingEndpointResponse.logging_protocol)
6336
6337 return logging_protocol_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
6338}
6339inline void GetLoggingEndpointResponse::set_allocated_logging_protocol(::std::string* logging_protocol) {
6340 if (logging_protocol != nullptr) {
6341
6342 } else {
6343
6344 }
6345 logging_protocol_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), logging_protocol);
6346 // @@protoc_insertion_point(field_set_allocated:dmi.GetLoggingEndpointResponse.logging_protocol)
6347}
6348
6349// string reason_detail = 5;
6350inline void GetLoggingEndpointResponse::clear_reason_detail() {
6351 reason_detail_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
6352}
6353inline const ::std::string& GetLoggingEndpointResponse::reason_detail() const {
6354 // @@protoc_insertion_point(field_get:dmi.GetLoggingEndpointResponse.reason_detail)
6355 return reason_detail_.GetNoArena();
6356}
6357inline void GetLoggingEndpointResponse::set_reason_detail(const ::std::string& value) {
6358
6359 reason_detail_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
6360 // @@protoc_insertion_point(field_set:dmi.GetLoggingEndpointResponse.reason_detail)
6361}
6362#if LANG_CXX11
6363inline void GetLoggingEndpointResponse::set_reason_detail(::std::string&& value) {
6364
6365 reason_detail_.SetNoArena(
6366 &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value));
6367 // @@protoc_insertion_point(field_set_rvalue:dmi.GetLoggingEndpointResponse.reason_detail)
6368}
6369#endif
6370inline void GetLoggingEndpointResponse::set_reason_detail(const char* value) {
6371 GOOGLE_DCHECK(value != nullptr);
6372
6373 reason_detail_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
6374 // @@protoc_insertion_point(field_set_char:dmi.GetLoggingEndpointResponse.reason_detail)
6375}
6376inline void GetLoggingEndpointResponse::set_reason_detail(const char* value, size_t size) {
6377
6378 reason_detail_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
6379 ::std::string(reinterpret_cast<const char*>(value), size));
6380 // @@protoc_insertion_point(field_set_pointer:dmi.GetLoggingEndpointResponse.reason_detail)
6381}
6382inline ::std::string* GetLoggingEndpointResponse::mutable_reason_detail() {
6383
6384 // @@protoc_insertion_point(field_mutable:dmi.GetLoggingEndpointResponse.reason_detail)
6385 return reason_detail_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
6386}
6387inline ::std::string* GetLoggingEndpointResponse::release_reason_detail() {
6388 // @@protoc_insertion_point(field_release:dmi.GetLoggingEndpointResponse.reason_detail)
6389
6390 return reason_detail_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
6391}
6392inline void GetLoggingEndpointResponse::set_allocated_reason_detail(::std::string* reason_detail) {
6393 if (reason_detail != nullptr) {
6394
6395 } else {
6396
6397 }
6398 reason_detail_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), reason_detail);
6399 // @@protoc_insertion_point(field_set_allocated:dmi.GetLoggingEndpointResponse.reason_detail)
6400}
6401
6402// -------------------------------------------------------------------
6403
6404// SetMsgBusEndpointRequest
6405
6406// string msgbus_endpoint = 1;
6407inline void SetMsgBusEndpointRequest::clear_msgbus_endpoint() {
6408 msgbus_endpoint_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
6409}
6410inline const ::std::string& SetMsgBusEndpointRequest::msgbus_endpoint() const {
6411 // @@protoc_insertion_point(field_get:dmi.SetMsgBusEndpointRequest.msgbus_endpoint)
6412 return msgbus_endpoint_.GetNoArena();
6413}
6414inline void SetMsgBusEndpointRequest::set_msgbus_endpoint(const ::std::string& value) {
6415
6416 msgbus_endpoint_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
6417 // @@protoc_insertion_point(field_set:dmi.SetMsgBusEndpointRequest.msgbus_endpoint)
6418}
6419#if LANG_CXX11
6420inline void SetMsgBusEndpointRequest::set_msgbus_endpoint(::std::string&& value) {
6421
6422 msgbus_endpoint_.SetNoArena(
6423 &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value));
6424 // @@protoc_insertion_point(field_set_rvalue:dmi.SetMsgBusEndpointRequest.msgbus_endpoint)
6425}
6426#endif
6427inline void SetMsgBusEndpointRequest::set_msgbus_endpoint(const char* value) {
6428 GOOGLE_DCHECK(value != nullptr);
6429
6430 msgbus_endpoint_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
6431 // @@protoc_insertion_point(field_set_char:dmi.SetMsgBusEndpointRequest.msgbus_endpoint)
6432}
6433inline void SetMsgBusEndpointRequest::set_msgbus_endpoint(const char* value, size_t size) {
6434
6435 msgbus_endpoint_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
6436 ::std::string(reinterpret_cast<const char*>(value), size));
6437 // @@protoc_insertion_point(field_set_pointer:dmi.SetMsgBusEndpointRequest.msgbus_endpoint)
6438}
6439inline ::std::string* SetMsgBusEndpointRequest::mutable_msgbus_endpoint() {
6440
6441 // @@protoc_insertion_point(field_mutable:dmi.SetMsgBusEndpointRequest.msgbus_endpoint)
6442 return msgbus_endpoint_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
6443}
6444inline ::std::string* SetMsgBusEndpointRequest::release_msgbus_endpoint() {
6445 // @@protoc_insertion_point(field_release:dmi.SetMsgBusEndpointRequest.msgbus_endpoint)
6446
6447 return msgbus_endpoint_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
6448}
6449inline void SetMsgBusEndpointRequest::set_allocated_msgbus_endpoint(::std::string* msgbus_endpoint) {
6450 if (msgbus_endpoint != nullptr) {
6451
6452 } else {
6453
6454 }
6455 msgbus_endpoint_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), msgbus_endpoint);
6456 // @@protoc_insertion_point(field_set_allocated:dmi.SetMsgBusEndpointRequest.msgbus_endpoint)
6457}
6458
6459// -------------------------------------------------------------------
6460
6461// GetMsgBusEndpointResponse
6462
6463// .dmi.Status status = 1;
6464inline void GetMsgBusEndpointResponse::clear_status() {
6465 status_ = 0;
6466}
6467inline ::dmi::Status GetMsgBusEndpointResponse::status() const {
6468 // @@protoc_insertion_point(field_get:dmi.GetMsgBusEndpointResponse.status)
6469 return static_cast< ::dmi::Status >(status_);
6470}
6471inline void GetMsgBusEndpointResponse::set_status(::dmi::Status value) {
6472
6473 status_ = value;
6474 // @@protoc_insertion_point(field_set:dmi.GetMsgBusEndpointResponse.status)
6475}
6476
6477// .dmi.GetMsgBusEndpointResponse.Reason reason = 2;
6478inline void GetMsgBusEndpointResponse::clear_reason() {
6479 reason_ = 0;
6480}
6481inline ::dmi::GetMsgBusEndpointResponse_Reason GetMsgBusEndpointResponse::reason() const {
6482 // @@protoc_insertion_point(field_get:dmi.GetMsgBusEndpointResponse.reason)
6483 return static_cast< ::dmi::GetMsgBusEndpointResponse_Reason >(reason_);
6484}
6485inline void GetMsgBusEndpointResponse::set_reason(::dmi::GetMsgBusEndpointResponse_Reason value) {
6486
6487 reason_ = value;
6488 // @@protoc_insertion_point(field_set:dmi.GetMsgBusEndpointResponse.reason)
6489}
6490
6491// string msgbus_endpoint = 3;
6492inline void GetMsgBusEndpointResponse::clear_msgbus_endpoint() {
6493 msgbus_endpoint_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
6494}
6495inline const ::std::string& GetMsgBusEndpointResponse::msgbus_endpoint() const {
6496 // @@protoc_insertion_point(field_get:dmi.GetMsgBusEndpointResponse.msgbus_endpoint)
6497 return msgbus_endpoint_.GetNoArena();
6498}
6499inline void GetMsgBusEndpointResponse::set_msgbus_endpoint(const ::std::string& value) {
6500
6501 msgbus_endpoint_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
6502 // @@protoc_insertion_point(field_set:dmi.GetMsgBusEndpointResponse.msgbus_endpoint)
6503}
6504#if LANG_CXX11
6505inline void GetMsgBusEndpointResponse::set_msgbus_endpoint(::std::string&& value) {
6506
6507 msgbus_endpoint_.SetNoArena(
6508 &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value));
6509 // @@protoc_insertion_point(field_set_rvalue:dmi.GetMsgBusEndpointResponse.msgbus_endpoint)
6510}
6511#endif
6512inline void GetMsgBusEndpointResponse::set_msgbus_endpoint(const char* value) {
6513 GOOGLE_DCHECK(value != nullptr);
6514
6515 msgbus_endpoint_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
6516 // @@protoc_insertion_point(field_set_char:dmi.GetMsgBusEndpointResponse.msgbus_endpoint)
6517}
6518inline void GetMsgBusEndpointResponse::set_msgbus_endpoint(const char* value, size_t size) {
6519
6520 msgbus_endpoint_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
6521 ::std::string(reinterpret_cast<const char*>(value), size));
6522 // @@protoc_insertion_point(field_set_pointer:dmi.GetMsgBusEndpointResponse.msgbus_endpoint)
6523}
6524inline ::std::string* GetMsgBusEndpointResponse::mutable_msgbus_endpoint() {
6525
6526 // @@protoc_insertion_point(field_mutable:dmi.GetMsgBusEndpointResponse.msgbus_endpoint)
6527 return msgbus_endpoint_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
6528}
6529inline ::std::string* GetMsgBusEndpointResponse::release_msgbus_endpoint() {
6530 // @@protoc_insertion_point(field_release:dmi.GetMsgBusEndpointResponse.msgbus_endpoint)
6531
6532 return msgbus_endpoint_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
6533}
6534inline void GetMsgBusEndpointResponse::set_allocated_msgbus_endpoint(::std::string* msgbus_endpoint) {
6535 if (msgbus_endpoint != nullptr) {
6536
6537 } else {
6538
6539 }
6540 msgbus_endpoint_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), msgbus_endpoint);
6541 // @@protoc_insertion_point(field_set_allocated:dmi.GetMsgBusEndpointResponse.msgbus_endpoint)
6542}
6543
6544// string reason_detail = 4;
6545inline void GetMsgBusEndpointResponse::clear_reason_detail() {
6546 reason_detail_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
6547}
6548inline const ::std::string& GetMsgBusEndpointResponse::reason_detail() const {
6549 // @@protoc_insertion_point(field_get:dmi.GetMsgBusEndpointResponse.reason_detail)
6550 return reason_detail_.GetNoArena();
6551}
6552inline void GetMsgBusEndpointResponse::set_reason_detail(const ::std::string& value) {
6553
6554 reason_detail_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
6555 // @@protoc_insertion_point(field_set:dmi.GetMsgBusEndpointResponse.reason_detail)
6556}
6557#if LANG_CXX11
6558inline void GetMsgBusEndpointResponse::set_reason_detail(::std::string&& value) {
6559
6560 reason_detail_.SetNoArena(
6561 &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value));
6562 // @@protoc_insertion_point(field_set_rvalue:dmi.GetMsgBusEndpointResponse.reason_detail)
6563}
6564#endif
6565inline void GetMsgBusEndpointResponse::set_reason_detail(const char* value) {
6566 GOOGLE_DCHECK(value != nullptr);
6567
6568 reason_detail_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
6569 // @@protoc_insertion_point(field_set_char:dmi.GetMsgBusEndpointResponse.reason_detail)
6570}
6571inline void GetMsgBusEndpointResponse::set_reason_detail(const char* value, size_t size) {
6572
6573 reason_detail_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
6574 ::std::string(reinterpret_cast<const char*>(value), size));
6575 // @@protoc_insertion_point(field_set_pointer:dmi.GetMsgBusEndpointResponse.reason_detail)
6576}
6577inline ::std::string* GetMsgBusEndpointResponse::mutable_reason_detail() {
6578
6579 // @@protoc_insertion_point(field_mutable:dmi.GetMsgBusEndpointResponse.reason_detail)
6580 return reason_detail_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
6581}
6582inline ::std::string* GetMsgBusEndpointResponse::release_reason_detail() {
6583 // @@protoc_insertion_point(field_release:dmi.GetMsgBusEndpointResponse.reason_detail)
6584
6585 return reason_detail_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
6586}
6587inline void GetMsgBusEndpointResponse::set_allocated_reason_detail(::std::string* reason_detail) {
6588 if (reason_detail != nullptr) {
6589
6590 } else {
6591
6592 }
6593 reason_detail_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), reason_detail);
6594 // @@protoc_insertion_point(field_set_allocated:dmi.GetMsgBusEndpointResponse.reason_detail)
6595}
6596
6597// -------------------------------------------------------------------
6598
6599// EntitiesLogLevel
6600
6601// .dmi.LogLevel logLevel = 1;
6602inline void EntitiesLogLevel::clear_loglevel() {
6603 loglevel_ = 0;
6604}
6605inline ::dmi::LogLevel EntitiesLogLevel::loglevel() const {
6606 // @@protoc_insertion_point(field_get:dmi.EntitiesLogLevel.logLevel)
6607 return static_cast< ::dmi::LogLevel >(loglevel_);
6608}
6609inline void EntitiesLogLevel::set_loglevel(::dmi::LogLevel value) {
6610
6611 loglevel_ = value;
6612 // @@protoc_insertion_point(field_set:dmi.EntitiesLogLevel.logLevel)
6613}
6614
6615// repeated string entities = 2;
6616inline int EntitiesLogLevel::entities_size() const {
6617 return entities_.size();
6618}
6619inline void EntitiesLogLevel::clear_entities() {
6620 entities_.Clear();
6621}
6622inline const ::std::string& EntitiesLogLevel::entities(int index) const {
6623 // @@protoc_insertion_point(field_get:dmi.EntitiesLogLevel.entities)
6624 return entities_.Get(index);
6625}
6626inline ::std::string* EntitiesLogLevel::mutable_entities(int index) {
6627 // @@protoc_insertion_point(field_mutable:dmi.EntitiesLogLevel.entities)
6628 return entities_.Mutable(index);
6629}
6630inline void EntitiesLogLevel::set_entities(int index, const ::std::string& value) {
6631 // @@protoc_insertion_point(field_set:dmi.EntitiesLogLevel.entities)
6632 entities_.Mutable(index)->assign(value);
6633}
6634#if LANG_CXX11
6635inline void EntitiesLogLevel::set_entities(int index, ::std::string&& value) {
6636 // @@protoc_insertion_point(field_set:dmi.EntitiesLogLevel.entities)
6637 entities_.Mutable(index)->assign(std::move(value));
6638}
6639#endif
6640inline void EntitiesLogLevel::set_entities(int index, const char* value) {
6641 GOOGLE_DCHECK(value != nullptr);
6642 entities_.Mutable(index)->assign(value);
6643 // @@protoc_insertion_point(field_set_char:dmi.EntitiesLogLevel.entities)
6644}
6645inline void EntitiesLogLevel::set_entities(int index, const char* value, size_t size) {
6646 entities_.Mutable(index)->assign(
6647 reinterpret_cast<const char*>(value), size);
6648 // @@protoc_insertion_point(field_set_pointer:dmi.EntitiesLogLevel.entities)
6649}
6650inline ::std::string* EntitiesLogLevel::add_entities() {
6651 // @@protoc_insertion_point(field_add_mutable:dmi.EntitiesLogLevel.entities)
6652 return entities_.Add();
6653}
6654inline void EntitiesLogLevel::add_entities(const ::std::string& value) {
6655 entities_.Add()->assign(value);
6656 // @@protoc_insertion_point(field_add:dmi.EntitiesLogLevel.entities)
6657}
6658#if LANG_CXX11
6659inline void EntitiesLogLevel::add_entities(::std::string&& value) {
6660 entities_.Add(std::move(value));
6661 // @@protoc_insertion_point(field_add:dmi.EntitiesLogLevel.entities)
6662}
6663#endif
6664inline void EntitiesLogLevel::add_entities(const char* value) {
6665 GOOGLE_DCHECK(value != nullptr);
6666 entities_.Add()->assign(value);
6667 // @@protoc_insertion_point(field_add_char:dmi.EntitiesLogLevel.entities)
6668}
6669inline void EntitiesLogLevel::add_entities(const char* value, size_t size) {
6670 entities_.Add()->assign(reinterpret_cast<const char*>(value), size);
6671 // @@protoc_insertion_point(field_add_pointer:dmi.EntitiesLogLevel.entities)
6672}
6673inline const ::google::protobuf::RepeatedPtrField<::std::string>&
6674EntitiesLogLevel::entities() const {
6675 // @@protoc_insertion_point(field_list:dmi.EntitiesLogLevel.entities)
6676 return entities_;
6677}
6678inline ::google::protobuf::RepeatedPtrField<::std::string>*
6679EntitiesLogLevel::mutable_entities() {
6680 // @@protoc_insertion_point(field_mutable_list:dmi.EntitiesLogLevel.entities)
6681 return &entities_;
6682}
6683
6684// -------------------------------------------------------------------
6685
6686// SetLogLevelRequest
6687
6688// .dmi.Uuid device_uuid = 1;
6689inline bool SetLogLevelRequest::has_device_uuid() const {
6690 return this != internal_default_instance() && device_uuid_ != nullptr;
6691}
6692inline const ::dmi::Uuid& SetLogLevelRequest::device_uuid() const {
6693 const ::dmi::Uuid* p = device_uuid_;
6694 // @@protoc_insertion_point(field_get:dmi.SetLogLevelRequest.device_uuid)
6695 return p != nullptr ? *p : *reinterpret_cast<const ::dmi::Uuid*>(
6696 &::dmi::_Uuid_default_instance_);
6697}
6698inline ::dmi::Uuid* SetLogLevelRequest::release_device_uuid() {
6699 // @@protoc_insertion_point(field_release:dmi.SetLogLevelRequest.device_uuid)
6700
6701 ::dmi::Uuid* temp = device_uuid_;
6702 device_uuid_ = nullptr;
6703 return temp;
6704}
6705inline ::dmi::Uuid* SetLogLevelRequest::mutable_device_uuid() {
6706
6707 if (device_uuid_ == nullptr) {
6708 auto* p = CreateMaybeMessage<::dmi::Uuid>(GetArenaNoVirtual());
6709 device_uuid_ = p;
6710 }
6711 // @@protoc_insertion_point(field_mutable:dmi.SetLogLevelRequest.device_uuid)
6712 return device_uuid_;
6713}
6714inline void SetLogLevelRequest::set_allocated_device_uuid(::dmi::Uuid* device_uuid) {
6715 ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
6716 if (message_arena == nullptr) {
6717 delete reinterpret_cast< ::google::protobuf::MessageLite*>(device_uuid_);
6718 }
6719 if (device_uuid) {
6720 ::google::protobuf::Arena* submessage_arena = nullptr;
6721 if (message_arena != submessage_arena) {
6722 device_uuid = ::google::protobuf::internal::GetOwnedMessage(
6723 message_arena, device_uuid, submessage_arena);
6724 }
6725
6726 } else {
6727
6728 }
6729 device_uuid_ = device_uuid;
6730 // @@protoc_insertion_point(field_set_allocated:dmi.SetLogLevelRequest.device_uuid)
6731}
6732
6733// repeated .dmi.EntitiesLogLevel loglevels = 2;
6734inline int SetLogLevelRequest::loglevels_size() const {
6735 return loglevels_.size();
6736}
6737inline void SetLogLevelRequest::clear_loglevels() {
6738 loglevels_.Clear();
6739}
6740inline ::dmi::EntitiesLogLevel* SetLogLevelRequest::mutable_loglevels(int index) {
6741 // @@protoc_insertion_point(field_mutable:dmi.SetLogLevelRequest.loglevels)
6742 return loglevels_.Mutable(index);
6743}
6744inline ::google::protobuf::RepeatedPtrField< ::dmi::EntitiesLogLevel >*
6745SetLogLevelRequest::mutable_loglevels() {
6746 // @@protoc_insertion_point(field_mutable_list:dmi.SetLogLevelRequest.loglevels)
6747 return &loglevels_;
6748}
6749inline const ::dmi::EntitiesLogLevel& SetLogLevelRequest::loglevels(int index) const {
6750 // @@protoc_insertion_point(field_get:dmi.SetLogLevelRequest.loglevels)
6751 return loglevels_.Get(index);
6752}
6753inline ::dmi::EntitiesLogLevel* SetLogLevelRequest::add_loglevels() {
6754 // @@protoc_insertion_point(field_add:dmi.SetLogLevelRequest.loglevels)
6755 return loglevels_.Add();
6756}
6757inline const ::google::protobuf::RepeatedPtrField< ::dmi::EntitiesLogLevel >&
6758SetLogLevelRequest::loglevels() const {
6759 // @@protoc_insertion_point(field_list:dmi.SetLogLevelRequest.loglevels)
6760 return loglevels_;
6761}
6762
6763// -------------------------------------------------------------------
6764
6765// SetLogLevelResponse
6766
6767// .dmi.Uuid device_uuid = 1;
6768inline bool SetLogLevelResponse::has_device_uuid() const {
6769 return this != internal_default_instance() && device_uuid_ != nullptr;
6770}
6771inline const ::dmi::Uuid& SetLogLevelResponse::device_uuid() const {
6772 const ::dmi::Uuid* p = device_uuid_;
6773 // @@protoc_insertion_point(field_get:dmi.SetLogLevelResponse.device_uuid)
6774 return p != nullptr ? *p : *reinterpret_cast<const ::dmi::Uuid*>(
6775 &::dmi::_Uuid_default_instance_);
6776}
6777inline ::dmi::Uuid* SetLogLevelResponse::release_device_uuid() {
6778 // @@protoc_insertion_point(field_release:dmi.SetLogLevelResponse.device_uuid)
6779
6780 ::dmi::Uuid* temp = device_uuid_;
6781 device_uuid_ = nullptr;
6782 return temp;
6783}
6784inline ::dmi::Uuid* SetLogLevelResponse::mutable_device_uuid() {
6785
6786 if (device_uuid_ == nullptr) {
6787 auto* p = CreateMaybeMessage<::dmi::Uuid>(GetArenaNoVirtual());
6788 device_uuid_ = p;
6789 }
6790 // @@protoc_insertion_point(field_mutable:dmi.SetLogLevelResponse.device_uuid)
6791 return device_uuid_;
6792}
6793inline void SetLogLevelResponse::set_allocated_device_uuid(::dmi::Uuid* device_uuid) {
6794 ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
6795 if (message_arena == nullptr) {
6796 delete reinterpret_cast< ::google::protobuf::MessageLite*>(device_uuid_);
6797 }
6798 if (device_uuid) {
6799 ::google::protobuf::Arena* submessage_arena = nullptr;
6800 if (message_arena != submessage_arena) {
6801 device_uuid = ::google::protobuf::internal::GetOwnedMessage(
6802 message_arena, device_uuid, submessage_arena);
6803 }
6804
6805 } else {
6806
6807 }
6808 device_uuid_ = device_uuid;
6809 // @@protoc_insertion_point(field_set_allocated:dmi.SetLogLevelResponse.device_uuid)
6810}
6811
6812// .dmi.Status status = 2;
6813inline void SetLogLevelResponse::clear_status() {
6814 status_ = 0;
6815}
6816inline ::dmi::Status SetLogLevelResponse::status() const {
6817 // @@protoc_insertion_point(field_get:dmi.SetLogLevelResponse.status)
6818 return static_cast< ::dmi::Status >(status_);
6819}
6820inline void SetLogLevelResponse::set_status(::dmi::Status value) {
6821
6822 status_ = value;
6823 // @@protoc_insertion_point(field_set:dmi.SetLogLevelResponse.status)
6824}
6825
6826// .dmi.SetLogLevelResponse.Reason reason = 3;
6827inline void SetLogLevelResponse::clear_reason() {
6828 reason_ = 0;
6829}
6830inline ::dmi::SetLogLevelResponse_Reason SetLogLevelResponse::reason() const {
6831 // @@protoc_insertion_point(field_get:dmi.SetLogLevelResponse.reason)
6832 return static_cast< ::dmi::SetLogLevelResponse_Reason >(reason_);
6833}
6834inline void SetLogLevelResponse::set_reason(::dmi::SetLogLevelResponse_Reason value) {
6835
6836 reason_ = value;
6837 // @@protoc_insertion_point(field_set:dmi.SetLogLevelResponse.reason)
6838}
6839
6840// string reason_detail = 4;
6841inline void SetLogLevelResponse::clear_reason_detail() {
6842 reason_detail_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
6843}
6844inline const ::std::string& SetLogLevelResponse::reason_detail() const {
6845 // @@protoc_insertion_point(field_get:dmi.SetLogLevelResponse.reason_detail)
6846 return reason_detail_.GetNoArena();
6847}
6848inline void SetLogLevelResponse::set_reason_detail(const ::std::string& value) {
6849
6850 reason_detail_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
6851 // @@protoc_insertion_point(field_set:dmi.SetLogLevelResponse.reason_detail)
6852}
6853#if LANG_CXX11
6854inline void SetLogLevelResponse::set_reason_detail(::std::string&& value) {
6855
6856 reason_detail_.SetNoArena(
6857 &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value));
6858 // @@protoc_insertion_point(field_set_rvalue:dmi.SetLogLevelResponse.reason_detail)
6859}
6860#endif
6861inline void SetLogLevelResponse::set_reason_detail(const char* value) {
6862 GOOGLE_DCHECK(value != nullptr);
6863
6864 reason_detail_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
6865 // @@protoc_insertion_point(field_set_char:dmi.SetLogLevelResponse.reason_detail)
6866}
6867inline void SetLogLevelResponse::set_reason_detail(const char* value, size_t size) {
6868
6869 reason_detail_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
6870 ::std::string(reinterpret_cast<const char*>(value), size));
6871 // @@protoc_insertion_point(field_set_pointer:dmi.SetLogLevelResponse.reason_detail)
6872}
6873inline ::std::string* SetLogLevelResponse::mutable_reason_detail() {
6874
6875 // @@protoc_insertion_point(field_mutable:dmi.SetLogLevelResponse.reason_detail)
6876 return reason_detail_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
6877}
6878inline ::std::string* SetLogLevelResponse::release_reason_detail() {
6879 // @@protoc_insertion_point(field_release:dmi.SetLogLevelResponse.reason_detail)
6880
6881 return reason_detail_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
6882}
6883inline void SetLogLevelResponse::set_allocated_reason_detail(::std::string* reason_detail) {
6884 if (reason_detail != nullptr) {
6885
6886 } else {
6887
6888 }
6889 reason_detail_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), reason_detail);
6890 // @@protoc_insertion_point(field_set_allocated:dmi.SetLogLevelResponse.reason_detail)
6891}
6892
6893// -------------------------------------------------------------------
6894
6895// GetLogLevelRequest
6896
6897// .dmi.Uuid device_uuid = 1;
6898inline bool GetLogLevelRequest::has_device_uuid() const {
6899 return this != internal_default_instance() && device_uuid_ != nullptr;
6900}
6901inline const ::dmi::Uuid& GetLogLevelRequest::device_uuid() const {
6902 const ::dmi::Uuid* p = device_uuid_;
6903 // @@protoc_insertion_point(field_get:dmi.GetLogLevelRequest.device_uuid)
6904 return p != nullptr ? *p : *reinterpret_cast<const ::dmi::Uuid*>(
6905 &::dmi::_Uuid_default_instance_);
6906}
6907inline ::dmi::Uuid* GetLogLevelRequest::release_device_uuid() {
6908 // @@protoc_insertion_point(field_release:dmi.GetLogLevelRequest.device_uuid)
6909
6910 ::dmi::Uuid* temp = device_uuid_;
6911 device_uuid_ = nullptr;
6912 return temp;
6913}
6914inline ::dmi::Uuid* GetLogLevelRequest::mutable_device_uuid() {
6915
6916 if (device_uuid_ == nullptr) {
6917 auto* p = CreateMaybeMessage<::dmi::Uuid>(GetArenaNoVirtual());
6918 device_uuid_ = p;
6919 }
6920 // @@protoc_insertion_point(field_mutable:dmi.GetLogLevelRequest.device_uuid)
6921 return device_uuid_;
6922}
6923inline void GetLogLevelRequest::set_allocated_device_uuid(::dmi::Uuid* device_uuid) {
6924 ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
6925 if (message_arena == nullptr) {
6926 delete reinterpret_cast< ::google::protobuf::MessageLite*>(device_uuid_);
6927 }
6928 if (device_uuid) {
6929 ::google::protobuf::Arena* submessage_arena = nullptr;
6930 if (message_arena != submessage_arena) {
6931 device_uuid = ::google::protobuf::internal::GetOwnedMessage(
6932 message_arena, device_uuid, submessage_arena);
6933 }
6934
6935 } else {
6936
6937 }
6938 device_uuid_ = device_uuid;
6939 // @@protoc_insertion_point(field_set_allocated:dmi.GetLogLevelRequest.device_uuid)
6940}
6941
6942// repeated string entities = 2;
6943inline int GetLogLevelRequest::entities_size() const {
6944 return entities_.size();
6945}
6946inline void GetLogLevelRequest::clear_entities() {
6947 entities_.Clear();
6948}
6949inline const ::std::string& GetLogLevelRequest::entities(int index) const {
6950 // @@protoc_insertion_point(field_get:dmi.GetLogLevelRequest.entities)
6951 return entities_.Get(index);
6952}
6953inline ::std::string* GetLogLevelRequest::mutable_entities(int index) {
6954 // @@protoc_insertion_point(field_mutable:dmi.GetLogLevelRequest.entities)
6955 return entities_.Mutable(index);
6956}
6957inline void GetLogLevelRequest::set_entities(int index, const ::std::string& value) {
6958 // @@protoc_insertion_point(field_set:dmi.GetLogLevelRequest.entities)
6959 entities_.Mutable(index)->assign(value);
6960}
6961#if LANG_CXX11
6962inline void GetLogLevelRequest::set_entities(int index, ::std::string&& value) {
6963 // @@protoc_insertion_point(field_set:dmi.GetLogLevelRequest.entities)
6964 entities_.Mutable(index)->assign(std::move(value));
6965}
6966#endif
6967inline void GetLogLevelRequest::set_entities(int index, const char* value) {
6968 GOOGLE_DCHECK(value != nullptr);
6969 entities_.Mutable(index)->assign(value);
6970 // @@protoc_insertion_point(field_set_char:dmi.GetLogLevelRequest.entities)
6971}
6972inline void GetLogLevelRequest::set_entities(int index, const char* value, size_t size) {
6973 entities_.Mutable(index)->assign(
6974 reinterpret_cast<const char*>(value), size);
6975 // @@protoc_insertion_point(field_set_pointer:dmi.GetLogLevelRequest.entities)
6976}
6977inline ::std::string* GetLogLevelRequest::add_entities() {
6978 // @@protoc_insertion_point(field_add_mutable:dmi.GetLogLevelRequest.entities)
6979 return entities_.Add();
6980}
6981inline void GetLogLevelRequest::add_entities(const ::std::string& value) {
6982 entities_.Add()->assign(value);
6983 // @@protoc_insertion_point(field_add:dmi.GetLogLevelRequest.entities)
6984}
6985#if LANG_CXX11
6986inline void GetLogLevelRequest::add_entities(::std::string&& value) {
6987 entities_.Add(std::move(value));
6988 // @@protoc_insertion_point(field_add:dmi.GetLogLevelRequest.entities)
6989}
6990#endif
6991inline void GetLogLevelRequest::add_entities(const char* value) {
6992 GOOGLE_DCHECK(value != nullptr);
6993 entities_.Add()->assign(value);
6994 // @@protoc_insertion_point(field_add_char:dmi.GetLogLevelRequest.entities)
6995}
6996inline void GetLogLevelRequest::add_entities(const char* value, size_t size) {
6997 entities_.Add()->assign(reinterpret_cast<const char*>(value), size);
6998 // @@protoc_insertion_point(field_add_pointer:dmi.GetLogLevelRequest.entities)
6999}
7000inline const ::google::protobuf::RepeatedPtrField<::std::string>&
7001GetLogLevelRequest::entities() const {
7002 // @@protoc_insertion_point(field_list:dmi.GetLogLevelRequest.entities)
7003 return entities_;
7004}
7005inline ::google::protobuf::RepeatedPtrField<::std::string>*
7006GetLogLevelRequest::mutable_entities() {
7007 // @@protoc_insertion_point(field_mutable_list:dmi.GetLogLevelRequest.entities)
7008 return &entities_;
7009}
7010
7011// -------------------------------------------------------------------
7012
7013// GetLogLevelResponse
7014
7015// .dmi.Uuid device_uuid = 1;
7016inline bool GetLogLevelResponse::has_device_uuid() const {
7017 return this != internal_default_instance() && device_uuid_ != nullptr;
7018}
7019inline const ::dmi::Uuid& GetLogLevelResponse::device_uuid() const {
7020 const ::dmi::Uuid* p = device_uuid_;
7021 // @@protoc_insertion_point(field_get:dmi.GetLogLevelResponse.device_uuid)
7022 return p != nullptr ? *p : *reinterpret_cast<const ::dmi::Uuid*>(
7023 &::dmi::_Uuid_default_instance_);
7024}
7025inline ::dmi::Uuid* GetLogLevelResponse::release_device_uuid() {
7026 // @@protoc_insertion_point(field_release:dmi.GetLogLevelResponse.device_uuid)
7027
7028 ::dmi::Uuid* temp = device_uuid_;
7029 device_uuid_ = nullptr;
7030 return temp;
7031}
7032inline ::dmi::Uuid* GetLogLevelResponse::mutable_device_uuid() {
7033
7034 if (device_uuid_ == nullptr) {
7035 auto* p = CreateMaybeMessage<::dmi::Uuid>(GetArenaNoVirtual());
7036 device_uuid_ = p;
7037 }
7038 // @@protoc_insertion_point(field_mutable:dmi.GetLogLevelResponse.device_uuid)
7039 return device_uuid_;
7040}
7041inline void GetLogLevelResponse::set_allocated_device_uuid(::dmi::Uuid* device_uuid) {
7042 ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
7043 if (message_arena == nullptr) {
7044 delete reinterpret_cast< ::google::protobuf::MessageLite*>(device_uuid_);
7045 }
7046 if (device_uuid) {
7047 ::google::protobuf::Arena* submessage_arena = nullptr;
7048 if (message_arena != submessage_arena) {
7049 device_uuid = ::google::protobuf::internal::GetOwnedMessage(
7050 message_arena, device_uuid, submessage_arena);
7051 }
7052
7053 } else {
7054
7055 }
7056 device_uuid_ = device_uuid;
7057 // @@protoc_insertion_point(field_set_allocated:dmi.GetLogLevelResponse.device_uuid)
7058}
7059
7060// repeated .dmi.EntitiesLogLevel logLevels = 2;
7061inline int GetLogLevelResponse::loglevels_size() const {
7062 return loglevels_.size();
7063}
7064inline void GetLogLevelResponse::clear_loglevels() {
7065 loglevels_.Clear();
7066}
7067inline ::dmi::EntitiesLogLevel* GetLogLevelResponse::mutable_loglevels(int index) {
7068 // @@protoc_insertion_point(field_mutable:dmi.GetLogLevelResponse.logLevels)
7069 return loglevels_.Mutable(index);
7070}
7071inline ::google::protobuf::RepeatedPtrField< ::dmi::EntitiesLogLevel >*
7072GetLogLevelResponse::mutable_loglevels() {
7073 // @@protoc_insertion_point(field_mutable_list:dmi.GetLogLevelResponse.logLevels)
7074 return &loglevels_;
7075}
7076inline const ::dmi::EntitiesLogLevel& GetLogLevelResponse::loglevels(int index) const {
7077 // @@protoc_insertion_point(field_get:dmi.GetLogLevelResponse.logLevels)
7078 return loglevels_.Get(index);
7079}
7080inline ::dmi::EntitiesLogLevel* GetLogLevelResponse::add_loglevels() {
7081 // @@protoc_insertion_point(field_add:dmi.GetLogLevelResponse.logLevels)
7082 return loglevels_.Add();
7083}
7084inline const ::google::protobuf::RepeatedPtrField< ::dmi::EntitiesLogLevel >&
7085GetLogLevelResponse::loglevels() const {
7086 // @@protoc_insertion_point(field_list:dmi.GetLogLevelResponse.logLevels)
7087 return loglevels_;
7088}
7089
7090// .dmi.Status status = 3;
7091inline void GetLogLevelResponse::clear_status() {
7092 status_ = 0;
7093}
7094inline ::dmi::Status GetLogLevelResponse::status() const {
7095 // @@protoc_insertion_point(field_get:dmi.GetLogLevelResponse.status)
7096 return static_cast< ::dmi::Status >(status_);
7097}
7098inline void GetLogLevelResponse::set_status(::dmi::Status value) {
7099
7100 status_ = value;
7101 // @@protoc_insertion_point(field_set:dmi.GetLogLevelResponse.status)
7102}
7103
7104// .dmi.GetLogLevelResponse.Reason reason = 4;
7105inline void GetLogLevelResponse::clear_reason() {
7106 reason_ = 0;
7107}
7108inline ::dmi::GetLogLevelResponse_Reason GetLogLevelResponse::reason() const {
7109 // @@protoc_insertion_point(field_get:dmi.GetLogLevelResponse.reason)
7110 return static_cast< ::dmi::GetLogLevelResponse_Reason >(reason_);
7111}
7112inline void GetLogLevelResponse::set_reason(::dmi::GetLogLevelResponse_Reason value) {
7113
7114 reason_ = value;
7115 // @@protoc_insertion_point(field_set:dmi.GetLogLevelResponse.reason)
7116}
7117
7118// string reason_detail = 5;
7119inline void GetLogLevelResponse::clear_reason_detail() {
7120 reason_detail_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
7121}
7122inline const ::std::string& GetLogLevelResponse::reason_detail() const {
7123 // @@protoc_insertion_point(field_get:dmi.GetLogLevelResponse.reason_detail)
7124 return reason_detail_.GetNoArena();
7125}
7126inline void GetLogLevelResponse::set_reason_detail(const ::std::string& value) {
7127
7128 reason_detail_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
7129 // @@protoc_insertion_point(field_set:dmi.GetLogLevelResponse.reason_detail)
7130}
7131#if LANG_CXX11
7132inline void GetLogLevelResponse::set_reason_detail(::std::string&& value) {
7133
7134 reason_detail_.SetNoArena(
7135 &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value));
7136 // @@protoc_insertion_point(field_set_rvalue:dmi.GetLogLevelResponse.reason_detail)
7137}
7138#endif
7139inline void GetLogLevelResponse::set_reason_detail(const char* value) {
7140 GOOGLE_DCHECK(value != nullptr);
7141
7142 reason_detail_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
7143 // @@protoc_insertion_point(field_set_char:dmi.GetLogLevelResponse.reason_detail)
7144}
7145inline void GetLogLevelResponse::set_reason_detail(const char* value, size_t size) {
7146
7147 reason_detail_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
7148 ::std::string(reinterpret_cast<const char*>(value), size));
7149 // @@protoc_insertion_point(field_set_pointer:dmi.GetLogLevelResponse.reason_detail)
7150}
7151inline ::std::string* GetLogLevelResponse::mutable_reason_detail() {
7152
7153 // @@protoc_insertion_point(field_mutable:dmi.GetLogLevelResponse.reason_detail)
7154 return reason_detail_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
7155}
7156inline ::std::string* GetLogLevelResponse::release_reason_detail() {
7157 // @@protoc_insertion_point(field_release:dmi.GetLogLevelResponse.reason_detail)
7158
7159 return reason_detail_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
7160}
7161inline void GetLogLevelResponse::set_allocated_reason_detail(::std::string* reason_detail) {
7162 if (reason_detail != nullptr) {
7163
7164 } else {
7165
7166 }
7167 reason_detail_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), reason_detail);
7168 // @@protoc_insertion_point(field_set_allocated:dmi.GetLogLevelResponse.reason_detail)
7169}
7170
7171// -------------------------------------------------------------------
7172
7173// GetLoggableEntitiesRequest
7174
7175// .dmi.Uuid device_uuid = 1;
7176inline bool GetLoggableEntitiesRequest::has_device_uuid() const {
7177 return this != internal_default_instance() && device_uuid_ != nullptr;
7178}
7179inline const ::dmi::Uuid& GetLoggableEntitiesRequest::device_uuid() const {
7180 const ::dmi::Uuid* p = device_uuid_;
7181 // @@protoc_insertion_point(field_get:dmi.GetLoggableEntitiesRequest.device_uuid)
7182 return p != nullptr ? *p : *reinterpret_cast<const ::dmi::Uuid*>(
7183 &::dmi::_Uuid_default_instance_);
7184}
7185inline ::dmi::Uuid* GetLoggableEntitiesRequest::release_device_uuid() {
7186 // @@protoc_insertion_point(field_release:dmi.GetLoggableEntitiesRequest.device_uuid)
7187
7188 ::dmi::Uuid* temp = device_uuid_;
7189 device_uuid_ = nullptr;
7190 return temp;
7191}
7192inline ::dmi::Uuid* GetLoggableEntitiesRequest::mutable_device_uuid() {
7193
7194 if (device_uuid_ == nullptr) {
7195 auto* p = CreateMaybeMessage<::dmi::Uuid>(GetArenaNoVirtual());
7196 device_uuid_ = p;
7197 }
7198 // @@protoc_insertion_point(field_mutable:dmi.GetLoggableEntitiesRequest.device_uuid)
7199 return device_uuid_;
7200}
7201inline void GetLoggableEntitiesRequest::set_allocated_device_uuid(::dmi::Uuid* device_uuid) {
7202 ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
7203 if (message_arena == nullptr) {
7204 delete reinterpret_cast< ::google::protobuf::MessageLite*>(device_uuid_);
7205 }
7206 if (device_uuid) {
7207 ::google::protobuf::Arena* submessage_arena = nullptr;
7208 if (message_arena != submessage_arena) {
7209 device_uuid = ::google::protobuf::internal::GetOwnedMessage(
7210 message_arena, device_uuid, submessage_arena);
7211 }
7212
7213 } else {
7214
7215 }
7216 device_uuid_ = device_uuid;
7217 // @@protoc_insertion_point(field_set_allocated:dmi.GetLoggableEntitiesRequest.device_uuid)
7218}
7219
Chandrakanth Nalkudre Gowda415b83c2021-04-28 18:01:29 +05307220// -------------------------------------------------------------------
7221
amit.ghosh93183512024-05-28 22:37:27 +02007222// SetDmLogLevelRequest
7223
7224// .dmi.LogLevel level = 1;
7225inline void SetDmLogLevelRequest::clear_level() {
7226 level_ = 0;
7227}
7228inline ::dmi::LogLevel SetDmLogLevelRequest::level() const {
7229 // @@protoc_insertion_point(field_get:dmi.SetDmLogLevelRequest.level)
7230 return static_cast< ::dmi::LogLevel >(level_);
7231}
7232inline void SetDmLogLevelRequest::set_level(::dmi::LogLevel value) {
7233
7234 level_ = value;
7235 // @@protoc_insertion_point(field_set:dmi.SetDmLogLevelRequest.level)
7236}
7237
7238// -------------------------------------------------------------------
7239
7240// SetDmLogLevelResponse
7241
7242// .dmi.Status status = 1;
7243inline void SetDmLogLevelResponse::clear_status() {
7244 status_ = 0;
7245}
7246inline ::dmi::Status SetDmLogLevelResponse::status() const {
7247 // @@protoc_insertion_point(field_get:dmi.SetDmLogLevelResponse.status)
7248 return static_cast< ::dmi::Status >(status_);
7249}
7250inline void SetDmLogLevelResponse::set_status(::dmi::Status value) {
7251
7252 status_ = value;
7253 // @@protoc_insertion_point(field_set:dmi.SetDmLogLevelResponse.status)
7254}
7255
7256// .dmi.SetDmLogLevelResponse.Reason reason = 2;
7257inline void SetDmLogLevelResponse::clear_reason() {
7258 reason_ = 0;
7259}
7260inline ::dmi::SetDmLogLevelResponse_Reason SetDmLogLevelResponse::reason() const {
7261 // @@protoc_insertion_point(field_get:dmi.SetDmLogLevelResponse.reason)
7262 return static_cast< ::dmi::SetDmLogLevelResponse_Reason >(reason_);
7263}
7264inline void SetDmLogLevelResponse::set_reason(::dmi::SetDmLogLevelResponse_Reason value) {
7265
7266 reason_ = value;
7267 // @@protoc_insertion_point(field_set:dmi.SetDmLogLevelResponse.reason)
7268}
7269
7270// string reason_detail = 3;
7271inline void SetDmLogLevelResponse::clear_reason_detail() {
7272 reason_detail_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
7273}
7274inline const ::std::string& SetDmLogLevelResponse::reason_detail() const {
7275 // @@protoc_insertion_point(field_get:dmi.SetDmLogLevelResponse.reason_detail)
7276 return reason_detail_.GetNoArena();
7277}
7278inline void SetDmLogLevelResponse::set_reason_detail(const ::std::string& value) {
7279
7280 reason_detail_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
7281 // @@protoc_insertion_point(field_set:dmi.SetDmLogLevelResponse.reason_detail)
7282}
7283#if LANG_CXX11
7284inline void SetDmLogLevelResponse::set_reason_detail(::std::string&& value) {
7285
7286 reason_detail_.SetNoArena(
7287 &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value));
7288 // @@protoc_insertion_point(field_set_rvalue:dmi.SetDmLogLevelResponse.reason_detail)
7289}
7290#endif
7291inline void SetDmLogLevelResponse::set_reason_detail(const char* value) {
7292 GOOGLE_DCHECK(value != nullptr);
7293
7294 reason_detail_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
7295 // @@protoc_insertion_point(field_set_char:dmi.SetDmLogLevelResponse.reason_detail)
7296}
7297inline void SetDmLogLevelResponse::set_reason_detail(const char* value, size_t size) {
7298
7299 reason_detail_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
7300 ::std::string(reinterpret_cast<const char*>(value), size));
7301 // @@protoc_insertion_point(field_set_pointer:dmi.SetDmLogLevelResponse.reason_detail)
7302}
7303inline ::std::string* SetDmLogLevelResponse::mutable_reason_detail() {
7304
7305 // @@protoc_insertion_point(field_mutable:dmi.SetDmLogLevelResponse.reason_detail)
7306 return reason_detail_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
7307}
7308inline ::std::string* SetDmLogLevelResponse::release_reason_detail() {
7309 // @@protoc_insertion_point(field_release:dmi.SetDmLogLevelResponse.reason_detail)
7310
7311 return reason_detail_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
7312}
7313inline void SetDmLogLevelResponse::set_allocated_reason_detail(::std::string* reason_detail) {
7314 if (reason_detail != nullptr) {
7315
7316 } else {
7317
7318 }
7319 reason_detail_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), reason_detail);
7320 // @@protoc_insertion_point(field_set_allocated:dmi.SetDmLogLevelResponse.reason_detail)
7321}
7322
7323// -------------------------------------------------------------------
7324
7325// GetDmLogLevelRequest
7326
7327// -------------------------------------------------------------------
7328
7329// GetDmLogLevelResponse
7330
7331// .dmi.LogLevel level = 1;
7332inline void GetDmLogLevelResponse::clear_level() {
7333 level_ = 0;
7334}
7335inline ::dmi::LogLevel GetDmLogLevelResponse::level() const {
7336 // @@protoc_insertion_point(field_get:dmi.GetDmLogLevelResponse.level)
7337 return static_cast< ::dmi::LogLevel >(level_);
7338}
7339inline void GetDmLogLevelResponse::set_level(::dmi::LogLevel value) {
7340
7341 level_ = value;
7342 // @@protoc_insertion_point(field_set:dmi.GetDmLogLevelResponse.level)
7343}
7344
7345// .dmi.Status status = 2;
7346inline void GetDmLogLevelResponse::clear_status() {
7347 status_ = 0;
7348}
7349inline ::dmi::Status GetDmLogLevelResponse::status() const {
7350 // @@protoc_insertion_point(field_get:dmi.GetDmLogLevelResponse.status)
7351 return static_cast< ::dmi::Status >(status_);
7352}
7353inline void GetDmLogLevelResponse::set_status(::dmi::Status value) {
7354
7355 status_ = value;
7356 // @@protoc_insertion_point(field_set:dmi.GetDmLogLevelResponse.status)
7357}
7358
7359// .dmi.GetDmLogLevelResponse.Reason reason = 3;
7360inline void GetDmLogLevelResponse::clear_reason() {
7361 reason_ = 0;
7362}
7363inline ::dmi::GetDmLogLevelResponse_Reason GetDmLogLevelResponse::reason() const {
7364 // @@protoc_insertion_point(field_get:dmi.GetDmLogLevelResponse.reason)
7365 return static_cast< ::dmi::GetDmLogLevelResponse_Reason >(reason_);
7366}
7367inline void GetDmLogLevelResponse::set_reason(::dmi::GetDmLogLevelResponse_Reason value) {
7368
7369 reason_ = value;
7370 // @@protoc_insertion_point(field_set:dmi.GetDmLogLevelResponse.reason)
7371}
7372
7373// string reason_detail = 4;
7374inline void GetDmLogLevelResponse::clear_reason_detail() {
7375 reason_detail_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
7376}
7377inline const ::std::string& GetDmLogLevelResponse::reason_detail() const {
7378 // @@protoc_insertion_point(field_get:dmi.GetDmLogLevelResponse.reason_detail)
7379 return reason_detail_.GetNoArena();
7380}
7381inline void GetDmLogLevelResponse::set_reason_detail(const ::std::string& value) {
7382
7383 reason_detail_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
7384 // @@protoc_insertion_point(field_set:dmi.GetDmLogLevelResponse.reason_detail)
7385}
7386#if LANG_CXX11
7387inline void GetDmLogLevelResponse::set_reason_detail(::std::string&& value) {
7388
7389 reason_detail_.SetNoArena(
7390 &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value));
7391 // @@protoc_insertion_point(field_set_rvalue:dmi.GetDmLogLevelResponse.reason_detail)
7392}
7393#endif
7394inline void GetDmLogLevelResponse::set_reason_detail(const char* value) {
7395 GOOGLE_DCHECK(value != nullptr);
7396
7397 reason_detail_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
7398 // @@protoc_insertion_point(field_set_char:dmi.GetDmLogLevelResponse.reason_detail)
7399}
7400inline void GetDmLogLevelResponse::set_reason_detail(const char* value, size_t size) {
7401
7402 reason_detail_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
7403 ::std::string(reinterpret_cast<const char*>(value), size));
7404 // @@protoc_insertion_point(field_set_pointer:dmi.GetDmLogLevelResponse.reason_detail)
7405}
7406inline ::std::string* GetDmLogLevelResponse::mutable_reason_detail() {
7407
7408 // @@protoc_insertion_point(field_mutable:dmi.GetDmLogLevelResponse.reason_detail)
7409 return reason_detail_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
7410}
7411inline ::std::string* GetDmLogLevelResponse::release_reason_detail() {
7412 // @@protoc_insertion_point(field_release:dmi.GetDmLogLevelResponse.reason_detail)
7413
7414 return reason_detail_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
7415}
7416inline void GetDmLogLevelResponse::set_allocated_reason_detail(::std::string* reason_detail) {
7417 if (reason_detail != nullptr) {
7418
7419 } else {
7420
7421 }
7422 reason_detail_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), reason_detail);
7423 // @@protoc_insertion_point(field_set_allocated:dmi.GetDmLogLevelResponse.reason_detail)
7424}
7425
7426// -------------------------------------------------------------------
7427
Chandrakanth Nalkudre Gowda415b83c2021-04-28 18:01:29 +05307428// Heartbeat
7429
7430// fixed32 heartbeat_signature = 1;
7431inline void Heartbeat::clear_heartbeat_signature() {
7432 heartbeat_signature_ = 0u;
7433}
7434inline ::google::protobuf::uint32 Heartbeat::heartbeat_signature() const {
7435 // @@protoc_insertion_point(field_get:dmi.Heartbeat.heartbeat_signature)
7436 return heartbeat_signature_;
7437}
7438inline void Heartbeat::set_heartbeat_signature(::google::protobuf::uint32 value) {
7439
7440 heartbeat_signature_ = value;
7441 // @@protoc_insertion_point(field_set:dmi.Heartbeat.heartbeat_signature)
7442}
7443
Chandrakanth Nalkudre Gowda2f6066c2021-05-13 12:36:32 +05307444// -------------------------------------------------------------------
7445
7446// RebootDeviceRequest
7447
7448// .dmi.Uuid device_uuid = 1;
7449inline bool RebootDeviceRequest::has_device_uuid() const {
7450 return this != internal_default_instance() && device_uuid_ != nullptr;
7451}
7452inline const ::dmi::Uuid& RebootDeviceRequest::device_uuid() const {
7453 const ::dmi::Uuid* p = device_uuid_;
7454 // @@protoc_insertion_point(field_get:dmi.RebootDeviceRequest.device_uuid)
7455 return p != nullptr ? *p : *reinterpret_cast<const ::dmi::Uuid*>(
7456 &::dmi::_Uuid_default_instance_);
7457}
7458inline ::dmi::Uuid* RebootDeviceRequest::release_device_uuid() {
7459 // @@protoc_insertion_point(field_release:dmi.RebootDeviceRequest.device_uuid)
7460
7461 ::dmi::Uuid* temp = device_uuid_;
7462 device_uuid_ = nullptr;
7463 return temp;
7464}
7465inline ::dmi::Uuid* RebootDeviceRequest::mutable_device_uuid() {
7466
7467 if (device_uuid_ == nullptr) {
7468 auto* p = CreateMaybeMessage<::dmi::Uuid>(GetArenaNoVirtual());
7469 device_uuid_ = p;
7470 }
7471 // @@protoc_insertion_point(field_mutable:dmi.RebootDeviceRequest.device_uuid)
7472 return device_uuid_;
7473}
7474inline void RebootDeviceRequest::set_allocated_device_uuid(::dmi::Uuid* device_uuid) {
7475 ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
7476 if (message_arena == nullptr) {
7477 delete reinterpret_cast< ::google::protobuf::MessageLite*>(device_uuid_);
7478 }
7479 if (device_uuid) {
7480 ::google::protobuf::Arena* submessage_arena = nullptr;
7481 if (message_arena != submessage_arena) {
7482 device_uuid = ::google::protobuf::internal::GetOwnedMessage(
7483 message_arena, device_uuid, submessage_arena);
7484 }
7485
7486 } else {
7487
7488 }
7489 device_uuid_ = device_uuid;
7490 // @@protoc_insertion_point(field_set_allocated:dmi.RebootDeviceRequest.device_uuid)
7491}
7492
7493// -------------------------------------------------------------------
7494
7495// RebootDeviceResponse
7496
7497// .dmi.Status status = 3;
7498inline void RebootDeviceResponse::clear_status() {
7499 status_ = 0;
7500}
7501inline ::dmi::Status RebootDeviceResponse::status() const {
7502 // @@protoc_insertion_point(field_get:dmi.RebootDeviceResponse.status)
7503 return static_cast< ::dmi::Status >(status_);
7504}
7505inline void RebootDeviceResponse::set_status(::dmi::Status value) {
7506
7507 status_ = value;
7508 // @@protoc_insertion_point(field_set:dmi.RebootDeviceResponse.status)
7509}
7510
7511// .dmi.RebootDeviceResponse.Reason reason = 4;
7512inline void RebootDeviceResponse::clear_reason() {
7513 reason_ = 0;
7514}
7515inline ::dmi::RebootDeviceResponse_Reason RebootDeviceResponse::reason() const {
7516 // @@protoc_insertion_point(field_get:dmi.RebootDeviceResponse.reason)
7517 return static_cast< ::dmi::RebootDeviceResponse_Reason >(reason_);
7518}
7519inline void RebootDeviceResponse::set_reason(::dmi::RebootDeviceResponse_Reason value) {
7520
7521 reason_ = value;
7522 // @@protoc_insertion_point(field_set:dmi.RebootDeviceResponse.reason)
7523}
7524
7525// string reason_detail = 5;
7526inline void RebootDeviceResponse::clear_reason_detail() {
7527 reason_detail_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
7528}
7529inline const ::std::string& RebootDeviceResponse::reason_detail() const {
7530 // @@protoc_insertion_point(field_get:dmi.RebootDeviceResponse.reason_detail)
7531 return reason_detail_.GetNoArena();
7532}
7533inline void RebootDeviceResponse::set_reason_detail(const ::std::string& value) {
7534
7535 reason_detail_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
7536 // @@protoc_insertion_point(field_set:dmi.RebootDeviceResponse.reason_detail)
7537}
7538#if LANG_CXX11
7539inline void RebootDeviceResponse::set_reason_detail(::std::string&& value) {
7540
7541 reason_detail_.SetNoArena(
7542 &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value));
7543 // @@protoc_insertion_point(field_set_rvalue:dmi.RebootDeviceResponse.reason_detail)
7544}
7545#endif
7546inline void RebootDeviceResponse::set_reason_detail(const char* value) {
7547 GOOGLE_DCHECK(value != nullptr);
7548
7549 reason_detail_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
7550 // @@protoc_insertion_point(field_set_char:dmi.RebootDeviceResponse.reason_detail)
7551}
7552inline void RebootDeviceResponse::set_reason_detail(const char* value, size_t size) {
7553
7554 reason_detail_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
7555 ::std::string(reinterpret_cast<const char*>(value), size));
7556 // @@protoc_insertion_point(field_set_pointer:dmi.RebootDeviceResponse.reason_detail)
7557}
7558inline ::std::string* RebootDeviceResponse::mutable_reason_detail() {
7559
7560 // @@protoc_insertion_point(field_mutable:dmi.RebootDeviceResponse.reason_detail)
7561 return reason_detail_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
7562}
7563inline ::std::string* RebootDeviceResponse::release_reason_detail() {
7564 // @@protoc_insertion_point(field_release:dmi.RebootDeviceResponse.reason_detail)
7565
7566 return reason_detail_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
7567}
7568inline void RebootDeviceResponse::set_allocated_reason_detail(::std::string* reason_detail) {
7569 if (reason_detail != nullptr) {
7570
7571 } else {
7572
7573 }
7574 reason_detail_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), reason_detail);
7575 // @@protoc_insertion_point(field_set_allocated:dmi.RebootDeviceResponse.reason_detail)
7576}
7577
Shivanagouda Malaginahalli335fe4d2021-03-31 16:52:28 +05307578#ifdef __GNUC__
7579 #pragma GCC diagnostic pop
7580#endif // __GNUC__
7581// -------------------------------------------------------------------
7582
7583// -------------------------------------------------------------------
7584
7585// -------------------------------------------------------------------
7586
7587// -------------------------------------------------------------------
7588
7589// -------------------------------------------------------------------
7590
7591// -------------------------------------------------------------------
7592
7593// -------------------------------------------------------------------
7594
7595// -------------------------------------------------------------------
7596
7597// -------------------------------------------------------------------
7598
7599// -------------------------------------------------------------------
7600
7601// -------------------------------------------------------------------
7602
7603// -------------------------------------------------------------------
7604
7605// -------------------------------------------------------------------
7606
7607// -------------------------------------------------------------------
7608
7609// -------------------------------------------------------------------
7610
7611// -------------------------------------------------------------------
7612
7613// -------------------------------------------------------------------
7614
7615// -------------------------------------------------------------------
7616
7617// -------------------------------------------------------------------
7618
7619// -------------------------------------------------------------------
7620
7621// -------------------------------------------------------------------
7622
Chandrakanth Nalkudre Gowda415b83c2021-04-28 18:01:29 +05307623// -------------------------------------------------------------------
7624
Chandrakanth Nalkudre Gowda2f6066c2021-05-13 12:36:32 +05307625// -------------------------------------------------------------------
7626
7627// -------------------------------------------------------------------
7628
amit.ghosh93183512024-05-28 22:37:27 +02007629// -------------------------------------------------------------------
7630
7631// -------------------------------------------------------------------
7632
7633// -------------------------------------------------------------------
7634
7635// -------------------------------------------------------------------
7636
Shivanagouda Malaginahalli335fe4d2021-03-31 16:52:28 +05307637
7638// @@protoc_insertion_point(namespace_scope)
7639
7640} // namespace dmi
7641
7642namespace google {
7643namespace protobuf {
7644
7645template <> struct is_proto_enum< ::dmi::PhysicalInventoryResponse_Reason> : ::std::true_type {};
7646template <>
7647inline const EnumDescriptor* GetEnumDescriptor< ::dmi::PhysicalInventoryResponse_Reason>() {
7648 return ::dmi::PhysicalInventoryResponse_Reason_descriptor();
7649}
7650template <> struct is_proto_enum< ::dmi::HWComponentInfoGetResponse_Reason> : ::std::true_type {};
7651template <>
7652inline const EnumDescriptor* GetEnumDescriptor< ::dmi::HWComponentInfoGetResponse_Reason>() {
7653 return ::dmi::HWComponentInfoGetResponse_Reason_descriptor();
7654}
7655template <> struct is_proto_enum< ::dmi::HWComponentInfoSetResponse_Reason> : ::std::true_type {};
7656template <>
7657inline const EnumDescriptor* GetEnumDescriptor< ::dmi::HWComponentInfoSetResponse_Reason>() {
7658 return ::dmi::HWComponentInfoSetResponse_Reason_descriptor();
7659}
7660template <> struct is_proto_enum< ::dmi::StartManagingDeviceResponse_Reason> : ::std::true_type {};
7661template <>
7662inline const EnumDescriptor* GetEnumDescriptor< ::dmi::StartManagingDeviceResponse_Reason>() {
7663 return ::dmi::StartManagingDeviceResponse_Reason_descriptor();
7664}
7665template <> struct is_proto_enum< ::dmi::StopManagingDeviceResponse_Reason> : ::std::true_type {};
7666template <>
7667inline const EnumDescriptor* GetEnumDescriptor< ::dmi::StopManagingDeviceResponse_Reason>() {
7668 return ::dmi::StopManagingDeviceResponse_Reason_descriptor();
7669}
7670template <> struct is_proto_enum< ::dmi::ManagedDevicesResponse_Reason> : ::std::true_type {};
7671template <>
7672inline const EnumDescriptor* GetEnumDescriptor< ::dmi::ManagedDevicesResponse_Reason>() {
7673 return ::dmi::ManagedDevicesResponse_Reason_descriptor();
7674}
7675template <> struct is_proto_enum< ::dmi::SetRemoteEndpointResponse_Reason> : ::std::true_type {};
7676template <>
7677inline const EnumDescriptor* GetEnumDescriptor< ::dmi::SetRemoteEndpointResponse_Reason>() {
7678 return ::dmi::SetRemoteEndpointResponse_Reason_descriptor();
7679}
7680template <> struct is_proto_enum< ::dmi::GetLoggingEndpointResponse_Reason> : ::std::true_type {};
7681template <>
7682inline const EnumDescriptor* GetEnumDescriptor< ::dmi::GetLoggingEndpointResponse_Reason>() {
7683 return ::dmi::GetLoggingEndpointResponse_Reason_descriptor();
7684}
7685template <> struct is_proto_enum< ::dmi::GetMsgBusEndpointResponse_Reason> : ::std::true_type {};
7686template <>
7687inline const EnumDescriptor* GetEnumDescriptor< ::dmi::GetMsgBusEndpointResponse_Reason>() {
7688 return ::dmi::GetMsgBusEndpointResponse_Reason_descriptor();
7689}
7690template <> struct is_proto_enum< ::dmi::SetLogLevelResponse_Reason> : ::std::true_type {};
7691template <>
7692inline const EnumDescriptor* GetEnumDescriptor< ::dmi::SetLogLevelResponse_Reason>() {
7693 return ::dmi::SetLogLevelResponse_Reason_descriptor();
7694}
7695template <> struct is_proto_enum< ::dmi::GetLogLevelResponse_Reason> : ::std::true_type {};
7696template <>
7697inline const EnumDescriptor* GetEnumDescriptor< ::dmi::GetLogLevelResponse_Reason>() {
7698 return ::dmi::GetLogLevelResponse_Reason_descriptor();
7699}
amit.ghosh93183512024-05-28 22:37:27 +02007700template <> struct is_proto_enum< ::dmi::SetDmLogLevelResponse_Reason> : ::std::true_type {};
7701template <>
7702inline const EnumDescriptor* GetEnumDescriptor< ::dmi::SetDmLogLevelResponse_Reason>() {
7703 return ::dmi::SetDmLogLevelResponse_Reason_descriptor();
7704}
7705template <> struct is_proto_enum< ::dmi::GetDmLogLevelResponse_Reason> : ::std::true_type {};
7706template <>
7707inline const EnumDescriptor* GetEnumDescriptor< ::dmi::GetDmLogLevelResponse_Reason>() {
7708 return ::dmi::GetDmLogLevelResponse_Reason_descriptor();
7709}
Chandrakanth Nalkudre Gowda2f6066c2021-05-13 12:36:32 +05307710template <> struct is_proto_enum< ::dmi::RebootDeviceResponse_Reason> : ::std::true_type {};
7711template <>
7712inline const EnumDescriptor* GetEnumDescriptor< ::dmi::RebootDeviceResponse_Reason>() {
7713 return ::dmi::RebootDeviceResponse_Reason_descriptor();
7714}
Shivanagouda Malaginahalli335fe4d2021-03-31 16:52:28 +05307715
7716} // namespace protobuf
7717} // namespace google
7718
7719// @@protoc_insertion_point(global_scope)
7720
7721#include <google/protobuf/port_undef.inc>
7722#endif // PROTOBUF_INCLUDED_dmi_2fhw_5fmanagement_5fservice_2eproto