Ignition Msgs

API Reference

5.8.1
rest_response.pb.h
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: ignition/msgs/rest_response.proto
3 
4 #ifndef GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2frest_5fresponse_2eproto
5 #define GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2frest_5fresponse_2eproto
6 
7 #include <limits>
8 #include <string>
9 
10 #include <google/protobuf/port_def.inc>
11 #if PROTOBUF_VERSION < 3019000
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 3019000 < 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/metadata_lite.h>
29 #include <google/protobuf/generated_message_reflection.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>
36 #ifndef _MSC_VER
37 #pragma GCC system_header
38 #else
39 #pragma warning(push)
40 #pragma warning(disable: 4244 4267 4100 4244 4512 4127 4068 4275 4251)
41 #endif
42 #ifdef __linux__
43 #include <sys/sysmacros.h>
44 #endif
45 #include <memory>
46 #include <ignition/msgs/Export.hh>
47 // @@protoc_insertion_point(includes)
48 #include <google/protobuf/port_def.inc>
49 #define PROTOBUF_INTERNAL_EXPORT_ignition_2fmsgs_2frest_5fresponse_2eproto IGNITION_MSGS_VISIBLE
50 PROTOBUF_NAMESPACE_OPEN
51 namespace internal {
52 class AnyMetadata;
53 } // namespace internal
54 PROTOBUF_NAMESPACE_CLOSE
55 
56 // Internal implementation detail -- do not use these members.
58  static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[]
59  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
60  static const ::PROTOBUF_NAMESPACE_ID::internal::AuxiliaryParseTableField aux[]
61  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
62  static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[1]
63  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
64  static const ::PROTOBUF_NAMESPACE_ID::internal::FieldMetadata field_metadata[];
65  static const ::PROTOBUF_NAMESPACE_ID::internal::SerializationTable serialization_table[];
66  static const uint32_t offsets[];
67 };
68 IGNITION_MSGS_VISIBLE extern const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_ignition_2fmsgs_2frest_5fresponse_2eproto;
69 namespace ignition {
70 namespace msgs {
71 class RestResponse;
72 struct RestResponseDefaultTypeInternal;
73 IGNITION_MSGS_VISIBLE extern RestResponseDefaultTypeInternal _RestResponse_default_instance_;
74 } // namespace msgs
75 } // namespace ignition
76 PROTOBUF_NAMESPACE_OPEN
77 template<> IGNITION_MSGS_VISIBLE ::ignition::msgs::RestResponse* Arena::CreateMaybeMessage<::ignition::msgs::RestResponse>(Arena*);
78 PROTOBUF_NAMESPACE_CLOSE
79 namespace ignition {
80 namespace msgs {
81 
82 enum RestResponse_Type : int {
89 };
90 IGNITION_MSGS_VISIBLE bool RestResponse_Type_IsValid(int value);
94 
95 IGNITION_MSGS_VISIBLE const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* RestResponse_Type_descriptor();
96 template<typename T>
97 inline const std::string& RestResponse_Type_Name(T enum_t_value) {
100  "Incorrect type passed to function RestResponse_Type_Name.");
101  return ::PROTOBUF_NAMESPACE_ID::internal::NameOfEnum(
102  RestResponse_Type_descriptor(), enum_t_value);
103 }
105  ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, RestResponse_Type* value) {
106  return ::PROTOBUF_NAMESPACE_ID::internal::ParseNamedEnum<RestResponse_Type>(
107  RestResponse_Type_descriptor(), name, value);
108 }
109 // ===================================================================
110 
111 class IGNITION_MSGS_VISIBLE RestResponse final :
112  public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:ignition.msgs.RestResponse) */ {
113  public:
114  inline RestResponse() : RestResponse(nullptr) {}
115  ~RestResponse() override;
116  explicit constexpr RestResponse(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
117 
119  RestResponse(RestResponse&& from) noexcept
120  : RestResponse() {
121  *this = ::std::move(from);
122  }
123 
124  inline RestResponse& operator=(const RestResponse& from) {
125  CopyFrom(from);
126  return *this;
127  }
128  inline RestResponse& operator=(RestResponse&& from) noexcept {
129  if (this == &from) return *this;
130  if (GetOwningArena() == from.GetOwningArena()
131  #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
132  && GetOwningArena() != nullptr
133  #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
134  ) {
135  InternalSwap(&from);
136  } else {
137  CopyFrom(from);
138  }
139  return *this;
140  }
141 
142  static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
143  return GetDescriptor();
144  }
145  static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
146  return default_instance().GetMetadata().descriptor;
147  }
148  static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
149  return default_instance().GetMetadata().reflection;
150  }
151  static const RestResponse& default_instance() {
152  return *internal_default_instance();
153  }
154  static inline const RestResponse* internal_default_instance() {
155  return reinterpret_cast<const RestResponse*>(
157  }
158  static constexpr int kIndexInFileMessages =
159  0;
160 
161  friend void swap(RestResponse& a, RestResponse& b) {
162  a.Swap(&b);
163  }
164  inline void Swap(RestResponse* other) {
165  if (other == this) return;
166  #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
167  if (GetOwningArena() != nullptr &&
168  GetOwningArena() == other->GetOwningArena()) {
169  #else // PROTOBUF_FORCE_COPY_IN_SWAP
170  if (GetOwningArena() == other->GetOwningArena()) {
171  #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
172  InternalSwap(other);
173  } else {
174  ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
175  }
176  }
178  if (other == this) return;
179  GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
180  InternalSwap(other);
181  }
182 
183  // implements Message ----------------------------------------------
184 
185  RestResponse* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final {
186  return CreateMaybeMessage<RestResponse>(arena);
187  }
188  using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
189  void CopyFrom(const RestResponse& from);
190  using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
191  void MergeFrom(const RestResponse& from);
192  private:
193  static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from);
194  public:
195  PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
196  bool IsInitialized() const final;
197 
198  size_t ByteSizeLong() const final;
199  const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
200  uint8_t* _InternalSerialize(
201  uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
202  int GetCachedSize() const final { return _cached_size_.Get(); }
203 
204  private:
205  void SharedCtor();
206  void SharedDtor();
207  void SetCachedSize(int size) const final;
208  void InternalSwap(RestResponse* other);
209 
210  private:
211  friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
212  static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
213  return "ignition.msgs.RestResponse";
214  }
215  protected:
216  explicit RestResponse(::PROTOBUF_NAMESPACE_ID::Arena* arena,
217  bool is_message_owned = false);
218  private:
219  static void ArenaDtor(void* object);
220  inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
221  public:
222 
223  static const ClassData _class_data_;
224  const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final;
225 
226  ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
227 
228  // nested types ----------------------------------------------------
229 
231  static constexpr Type SUCCESS =
233  static constexpr Type ERR =
235  static constexpr Type LOGIN =
237  static constexpr Type LOGOUT =
239  static inline bool Type_IsValid(int value) {
240  return RestResponse_Type_IsValid(value);
241  }
242  static constexpr Type Type_MIN =
244  static constexpr Type Type_MAX =
246  static constexpr int Type_ARRAYSIZE =
248  static inline const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor*
251  }
252  template<typename T>
253  static inline const std::string& Type_Name(T enum_t_value) {
254  static_assert(::std::is_same<T, Type>::value ||
256  "Incorrect type passed to function Type_Name.");
257  return RestResponse_Type_Name(enum_t_value);
258  }
259  static inline bool Type_Parse(::PROTOBUF_NAMESPACE_ID::ConstStringParam name,
260  Type* value) {
261  return RestResponse_Type_Parse(name, value);
262  }
263 
264  // accessors -------------------------------------------------------
265 
266  enum : int {
267  kMsgFieldNumber = 4,
268  kHeaderFieldNumber = 1,
269  kIdFieldNumber = 2,
270  kTypeFieldNumber = 3,
271  };
272  // string msg = 4;
273  void clear_msg();
274  const std::string& msg() const;
275  template <typename ArgT0 = const std::string&, typename... ArgT>
276  void set_msg(ArgT0&& arg0, ArgT... args);
277  std::string* mutable_msg();
278  PROTOBUF_NODISCARD std::string* release_msg();
279  void set_allocated_msg(std::string* msg);
280  private:
281  const std::string& _internal_msg() const;
282  inline PROTOBUF_ALWAYS_INLINE void _internal_set_msg(const std::string& value);
283  std::string* _internal_mutable_msg();
284  public:
285 
286  // .ignition.msgs.Header header = 1;
287  bool has_header() const;
288  private:
289  bool _internal_has_header() const;
290  public:
291  void clear_header();
292  const ::ignition::msgs::Header& header() const;
293  PROTOBUF_NODISCARD ::ignition::msgs::Header* release_header();
294  ::ignition::msgs::Header* mutable_header();
295  void set_allocated_header(::ignition::msgs::Header* header);
296  private:
297  const ::ignition::msgs::Header& _internal_header() const;
298  ::ignition::msgs::Header* _internal_mutable_header();
299  public:
300  void unsafe_arena_set_allocated_header(
301  ::ignition::msgs::Header* header);
302  ::ignition::msgs::Header* unsafe_arena_release_header();
303 
304  // uint32 id = 2;
305  void clear_id();
306  uint32_t id() const;
307  void set_id(uint32_t value);
308  private:
309  uint32_t _internal_id() const;
310  void _internal_set_id(uint32_t value);
311  public:
312 
313  // .ignition.msgs.RestResponse.Type type = 3;
314  void clear_type();
316  void set_type(::ignition::msgs::RestResponse_Type value);
317  private:
318  ::ignition::msgs::RestResponse_Type _internal_type() const;
319  void _internal_set_type(::ignition::msgs::RestResponse_Type value);
320  public:
321 
322  // @@protoc_insertion_point(class_scope:ignition.msgs.RestResponse)
323  private:
324  class _Internal;
325 
326  template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
327  typedef void InternalArenaConstructable_;
328  typedef void DestructorSkippable_;
329  ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr msg_;
330  ::ignition::msgs::Header* header_;
331  uint32_t id_;
332  int type_;
333  mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
334  friend struct ::TableStruct_ignition_2fmsgs_2frest_5fresponse_2eproto;
335 };
336 // ===================================================================
337 
338 
339 // ===================================================================
340 
341 #ifdef __GNUC__
342  #pragma GCC diagnostic push
343  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
344 #endif // __GNUC__
345 // RestResponse
346 
347 // .ignition.msgs.Header header = 1;
348 inline bool RestResponse::_internal_has_header() const {
349  return this != internal_default_instance() && header_ != nullptr;
350 }
351 inline bool RestResponse::has_header() const {
352  return _internal_has_header();
353 }
354 inline const ::ignition::msgs::Header& RestResponse::_internal_header() const {
355  const ::ignition::msgs::Header* p = header_;
356  return p != nullptr ? *p : reinterpret_cast<const ::ignition::msgs::Header&>(
358 }
359 inline const ::ignition::msgs::Header& RestResponse::header() const {
360  // @@protoc_insertion_point(field_get:ignition.msgs.RestResponse.header)
361  return _internal_header();
362 }
364  ::ignition::msgs::Header* header) {
365  if (GetArenaForAllocation() == nullptr) {
366  delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(header_);
367  }
368  header_ = header;
369  if (header) {
370 
371  } else {
372 
373  }
374  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:ignition.msgs.RestResponse.header)
375 }
376 inline ::ignition::msgs::Header* RestResponse::release_header() {
377 
378  ::ignition::msgs::Header* temp = header_;
379  header_ = nullptr;
380 #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE
381  auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp);
382  temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
383  if (GetArenaForAllocation() == nullptr) { delete old; }
384 #else // PROTOBUF_FORCE_COPY_IN_RELEASE
385  if (GetArenaForAllocation() != nullptr) {
386  temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
387  }
388 #endif // !PROTOBUF_FORCE_COPY_IN_RELEASE
389  return temp;
390 }
391 inline ::ignition::msgs::Header* RestResponse::unsafe_arena_release_header() {
392  // @@protoc_insertion_point(field_release:ignition.msgs.RestResponse.header)
393 
394  ::ignition::msgs::Header* temp = header_;
395  header_ = nullptr;
396  return temp;
397 }
398 inline ::ignition::msgs::Header* RestResponse::_internal_mutable_header() {
399 
400  if (header_ == nullptr) {
401  auto* p = CreateMaybeMessage<::ignition::msgs::Header>(GetArenaForAllocation());
402  header_ = p;
403  }
404  return header_;
405 }
406 inline ::ignition::msgs::Header* RestResponse::mutable_header() {
407  ::ignition::msgs::Header* _msg = _internal_mutable_header();
408  // @@protoc_insertion_point(field_mutable:ignition.msgs.RestResponse.header)
409  return _msg;
410 }
412  ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation();
413  if (message_arena == nullptr) {
414  delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(header_);
415  }
416  if (header) {
417  ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
418  ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper<
419  ::PROTOBUF_NAMESPACE_ID::MessageLite>::GetOwningArena(
420  reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(header));
421  if (message_arena != submessage_arena) {
422  header = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
423  message_arena, header, submessage_arena);
424  }
425 
426  } else {
427 
428  }
429  header_ = header;
430  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.RestResponse.header)
431 }
432 
433 // uint32 id = 2;
434 inline void RestResponse::clear_id() {
435  id_ = 0u;
436 }
437 inline uint32_t RestResponse::_internal_id() const {
438  return id_;
439 }
440 inline uint32_t RestResponse::id() const {
441  // @@protoc_insertion_point(field_get:ignition.msgs.RestResponse.id)
442  return _internal_id();
443 }
444 inline void RestResponse::_internal_set_id(uint32_t value) {
445 
446  id_ = value;
447 }
448 inline void RestResponse::set_id(uint32_t value) {
449  _internal_set_id(value);
450  // @@protoc_insertion_point(field_set:ignition.msgs.RestResponse.id)
451 }
452 
453 // .ignition.msgs.RestResponse.Type type = 3;
455  type_ = 0;
456 }
457 inline ::ignition::msgs::RestResponse_Type RestResponse::_internal_type() const {
458  return static_cast< ::ignition::msgs::RestResponse_Type >(type_);
459 }
461  // @@protoc_insertion_point(field_get:ignition.msgs.RestResponse.type)
462  return _internal_type();
463 }
464 inline void RestResponse::_internal_set_type(::ignition::msgs::RestResponse_Type value) {
465 
466  type_ = value;
467 }
469  _internal_set_type(value);
470  // @@protoc_insertion_point(field_set:ignition.msgs.RestResponse.type)
471 }
472 
473 // string msg = 4;
474 inline void RestResponse::clear_msg() {
475  msg_.ClearToEmpty();
476 }
477 inline const std::string& RestResponse::msg() const {
478  // @@protoc_insertion_point(field_get:ignition.msgs.RestResponse.msg)
479  return _internal_msg();
480 }
481 template <typename ArgT0, typename... ArgT>
482 inline PROTOBUF_ALWAYS_INLINE
483 void RestResponse::set_msg(ArgT0&& arg0, ArgT... args) {
484 
485  msg_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
486  // @@protoc_insertion_point(field_set:ignition.msgs.RestResponse.msg)
487 }
489  std::string* _s = _internal_mutable_msg();
490  // @@protoc_insertion_point(field_mutable:ignition.msgs.RestResponse.msg)
491  return _s;
492 }
493 inline const std::string& RestResponse::_internal_msg() const {
494  return msg_.Get();
495 }
496 inline void RestResponse::_internal_set_msg(const std::string& value) {
497 
498  msg_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, value, GetArenaForAllocation());
499 }
500 inline std::string* RestResponse::_internal_mutable_msg() {
501 
502  return msg_.Mutable(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, GetArenaForAllocation());
503 }
505  // @@protoc_insertion_point(field_release:ignition.msgs.RestResponse.msg)
506  return msg_.Release(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArenaForAllocation());
507 }
509  if (msg != nullptr) {
510 
511  } else {
512 
513  }
514  msg_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), msg,
515  GetArenaForAllocation());
516 #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
517  if (msg_.IsDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited())) {
518  msg_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), "", GetArenaForAllocation());
519  }
520 #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
521  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.RestResponse.msg)
522 }
523 
524 #ifdef __GNUC__
525  #pragma GCC diagnostic pop
526 #endif // __GNUC__
527 
532 // @@protoc_insertion_point(namespace_scope)
533 
534 } // namespace msgs
535 } // namespace ignition
536 
537 PROTOBUF_NAMESPACE_OPEN
538 
539 template <> struct is_proto_enum< ::ignition::msgs::RestResponse_Type> : ::std::true_type {};
540 template <>
541 inline const EnumDescriptor* GetEnumDescriptor< ::ignition::msgs::RestResponse_Type>() {
543 }
544 
545 PROTOBUF_NAMESPACE_CLOSE
546 
547 #ifdef _MSC_VER
548 #pragma warning(pop)
549 #endif
550 // @@protoc_insertion_point(global_scope)
551 
552 #include <google/protobuf/port_undef.inc>
553 #endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2frest_5fresponse_2eproto
Definition: header.pb.h:265
Definition: rest_response.pb.h:112
PROTOBUF_NODISCARD std::string * release_msg()
Definition: rest_response.pb.h:504
::ignition::msgs::RestResponse_Type type() const
Definition: rest_response.pb.h:460
RestResponse & operator=(const RestResponse &from)
Definition: rest_response.pb.h:124
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition: rest_response.pb.h:148
void set_msg(ArgT0 &&arg0, ArgT... args)
bool has_header() const
Definition: rest_response.pb.h:351
static const std::string & Type_Name(T enum_t_value)
Definition: rest_response.pb.h:253
RestResponse(RestResponse &&from) noexcept
Definition: rest_response.pb.h:119
::ignition::msgs::Header * mutable_header()
Definition: rest_response.pb.h:406
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition: rest_response.pb.h:142
static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * Type_descriptor()
Definition: rest_response.pb.h:249
RestResponse(const RestResponse &from)
static const RestResponse * internal_default_instance()
Definition: rest_response.pb.h:154
RestResponse(::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false)
constexpr RestResponse(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
std::string * mutable_msg()
Definition: rest_response.pb.h:488
void clear_id()
Definition: rest_response.pb.h:434
void unsafe_arena_set_allocated_header(::ignition::msgs::Header *header)
Definition: rest_response.pb.h:363
void MergeFrom(const RestResponse &from)
RestResponse * New(::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
Definition: rest_response.pb.h:185
RestResponse()
Definition: rest_response.pb.h:114
void clear_msg()
Definition: rest_response.pb.h:474
void UnsafeArenaSwap(RestResponse *other)
Definition: rest_response.pb.h:177
void set_type(::ignition::msgs::RestResponse_Type value)
Definition: rest_response.pb.h:468
void Swap(RestResponse *other)
Definition: rest_response.pb.h:164
friend void swap(RestResponse &a, RestResponse &b)
Definition: rest_response.pb.h:161
RestResponse & operator=(RestResponse &&from) noexcept
Definition: rest_response.pb.h:128
static bool Type_Parse(::PROTOBUF_NAMESPACE_ID::ConstStringParam name, Type *value)
Definition: rest_response.pb.h:259
void clear_type()
Definition: rest_response.pb.h:454
void set_allocated_header(::ignition::msgs::Header *header)
Definition: rest_response.pb.h:411
void set_allocated_msg(std::string *msg)
Definition: rest_response.pb.h:508
PROTOBUF_NODISCARD ::ignition::msgs::Header * release_header()
Definition: rest_response.pb.h:376
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData() const final
void CopyFrom(const RestResponse &from)
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition: rest_response.pb.h:145
const ::ignition::msgs::Header & header() const
Definition: rest_response.pb.h:359
static const RestResponse & default_instance()
Definition: rest_response.pb.h:151
static const ClassData _class_data_
Definition: rest_response.pb.h:223
::ignition::msgs::Header * unsafe_arena_release_header()
Definition: rest_response.pb.h:391
void set_id(uint32_t value)
Definition: rest_response.pb.h:448
uint32_t id() const
Definition: rest_response.pb.h:440
const std::string & msg() const
Definition: rest_response.pb.h:477
T max(T... args)
T min(T... args)
const std::string & RestResponse_Type_Name(T enum_t_value)
Definition: rest_response.pb.h:97
std::unique_ptr< RestResponse > RestResponseUniquePtr
Definition: rest_response.pb.h:528
std::unique_ptr< const RestResponse > ConstRestResponseUniquePtr
Definition: rest_response.pb.h:529
bool RestResponse_Type_Parse(::PROTOBUF_NAMESPACE_ID::ConstStringParam name, RestResponse_Type *value)
Definition: rest_response.pb.h:104
std::shared_ptr< RestResponse > RestResponseSharedPtr
Definition: rest_response.pb.h:530
IGNITION_MSGS_VISIBLE RestResponseDefaultTypeInternal _RestResponse_default_instance_
IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * RestResponse_Type_descriptor()
IGNITION_MSGS_VISIBLE HeaderDefaultTypeInternal _Header_default_instance_
RestResponse_Type
Definition: rest_response.pb.h:82
@ RestResponse_Type_RestResponse_Type_INT_MAX_SENTINEL_DO_NOT_USE_
Definition: rest_response.pb.h:88
@ RestResponse_Type_LOGOUT
Definition: rest_response.pb.h:86
@ RestResponse_Type_SUCCESS
Definition: rest_response.pb.h:83
@ RestResponse_Type_LOGIN
Definition: rest_response.pb.h:85
@ RestResponse_Type_RestResponse_Type_INT_MIN_SENTINEL_DO_NOT_USE_
Definition: rest_response.pb.h:87
@ RestResponse_Type_ERR
Definition: rest_response.pb.h:84
std::shared_ptr< const RestResponse > ConstRestResponseSharedPtr
Definition: rest_response.pb.h:531
IGNITION_MSGS_VISIBLE bool RestResponse_Type_IsValid(int value)
constexpr RestResponse_Type RestResponse_Type_Type_MAX
Definition: rest_response.pb.h:92
constexpr int RestResponse_Type_Type_ARRAYSIZE
Definition: rest_response.pb.h:93
constexpr RestResponse_Type RestResponse_Type_Type_MIN
Definition: rest_response.pb.h:91
Definition: actor.pb.h:52
IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_ignition_2fmsgs_2frest_5fresponse_2eproto
static const ::PROTOBUF_NAMESPACE_ID::internal::AuxiliaryParseTableField aux[] PROTOBUF_SECTION_VARIABLE(protodesc_cold)
static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[] PROTOBUF_SECTION_VARIABLE(protodesc_cold)
static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[1] PROTOBUF_SECTION_VARIABLE(protodesc_cold)