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 < 3014000
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 3014000 < 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 ::PROTOBUF_NAMESPACE_ID::uint32 offsets[];
67 };
68 extern IGNITION_MSGS_VISIBLE const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_ignition_2fmsgs_2frest_5fresponse_2eproto;
69 namespace ignition {
70 namespace msgs {
71 class RestResponse;
72 class 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 PROTOBUF_FINAL :
112  public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:ignition.msgs.RestResponse) */ {
113  public:
114  inline RestResponse() : RestResponse(nullptr) {}
115  virtual ~RestResponse();
116 
117  RestResponse(const RestResponse& from);
118  RestResponse(RestResponse&& from) noexcept
119  : RestResponse() {
120  *this = ::std::move(from);
121  }
122 
123  inline RestResponse& operator=(const RestResponse& from) {
124  CopyFrom(from);
125  return *this;
126  }
127  inline RestResponse& operator=(RestResponse&& from) noexcept {
128  if (GetArena() == from.GetArena()) {
129  if (this != &from) InternalSwap(&from);
130  } else {
131  CopyFrom(from);
132  }
133  return *this;
134  }
135 
136  static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
137  return GetDescriptor();
138  }
139  static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
140  return GetMetadataStatic().descriptor;
141  }
142  static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
143  return GetMetadataStatic().reflection;
144  }
145  static const RestResponse& default_instance();
146 
147  static inline const RestResponse* internal_default_instance() {
148  return reinterpret_cast<const RestResponse*>(
150  }
151  static constexpr int kIndexInFileMessages =
152  0;
153 
154  friend void swap(RestResponse& a, RestResponse& b) {
155  a.Swap(&b);
156  }
157  inline void Swap(RestResponse* other) {
158  if (other == this) return;
159  if (GetArena() == other->GetArena()) {
160  InternalSwap(other);
161  } else {
162  ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
163  }
164  }
165  void UnsafeArenaSwap(RestResponse* other) {
166  if (other == this) return;
167  GOOGLE_DCHECK(GetArena() == other->GetArena());
168  InternalSwap(other);
169  }
170 
171  // implements Message ----------------------------------------------
172 
173  inline RestResponse* New() const final {
174  return CreateMaybeMessage<RestResponse>(nullptr);
175  }
176 
177  RestResponse* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final {
178  return CreateMaybeMessage<RestResponse>(arena);
179  }
180  void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
181  void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
182  void CopyFrom(const RestResponse& from);
183  void MergeFrom(const RestResponse& from);
184  PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
185  bool IsInitialized() const final;
186 
187  size_t ByteSizeLong() const final;
188  const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
189  ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize(
190  ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
191  int GetCachedSize() const final { return _cached_size_.Get(); }
192 
193  private:
194  inline void SharedCtor();
195  inline void SharedDtor();
196  void SetCachedSize(int size) const final;
197  void InternalSwap(RestResponse* other);
198  friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
199  static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
200  return "ignition.msgs.RestResponse";
201  }
202  protected:
203  explicit RestResponse(::PROTOBUF_NAMESPACE_ID::Arena* arena);
204  private:
205  static void ArenaDtor(void* object);
206  inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
207  public:
208 
209  ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
210  private:
211  static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() {
212  ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_ignition_2fmsgs_2frest_5fresponse_2eproto);
213  return ::descriptor_table_ignition_2fmsgs_2frest_5fresponse_2eproto.file_level_metadata[kIndexInFileMessages];
214  }
215 
216  public:
217 
218  // nested types ----------------------------------------------------
219 
221  static constexpr Type SUCCESS =
223  static constexpr Type ERR =
225  static constexpr Type LOGIN =
227  static constexpr Type LOGOUT =
229  static inline bool Type_IsValid(int value) {
230  return RestResponse_Type_IsValid(value);
231  }
232  static constexpr Type Type_MIN =
234  static constexpr Type Type_MAX =
236  static constexpr int Type_ARRAYSIZE =
238  static inline const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor*
241  }
242  template<typename T>
243  static inline const std::string& Type_Name(T enum_t_value) {
244  static_assert(::std::is_same<T, Type>::value ||
246  "Incorrect type passed to function Type_Name.");
247  return RestResponse_Type_Name(enum_t_value);
248  }
249  static inline bool Type_Parse(::PROTOBUF_NAMESPACE_ID::ConstStringParam name,
250  Type* value) {
251  return RestResponse_Type_Parse(name, value);
252  }
253 
254  // accessors -------------------------------------------------------
255 
256  enum : int {
257  kMsgFieldNumber = 4,
258  kHeaderFieldNumber = 1,
259  kIdFieldNumber = 2,
260  kTypeFieldNumber = 3,
261  };
262  // string msg = 4;
263  void clear_msg();
264  const std::string& msg() const;
265  void set_msg(const std::string& value);
266  void set_msg(std::string&& value);
267  void set_msg(const char* value);
268  void set_msg(const char* value, size_t size);
272  private:
273  const std::string& _internal_msg() const;
274  void _internal_set_msg(const std::string& value);
275  std::string* _internal_mutable_msg();
276  public:
277 
278  // .ignition.msgs.Header header = 1;
279  bool has_header() const;
280  private:
281  bool _internal_has_header() const;
282  public:
283  void clear_header();
284  const ::ignition::msgs::Header& header() const;
285  ::ignition::msgs::Header* release_header();
286  ::ignition::msgs::Header* mutable_header();
287  void set_allocated_header(::ignition::msgs::Header* header);
288  private:
289  const ::ignition::msgs::Header& _internal_header() const;
290  ::ignition::msgs::Header* _internal_mutable_header();
291  public:
293  ::ignition::msgs::Header* header);
294  ::ignition::msgs::Header* unsafe_arena_release_header();
295 
296  // uint32 id = 2;
297  void clear_id();
298  ::PROTOBUF_NAMESPACE_ID::uint32 id() const;
299  void set_id(::PROTOBUF_NAMESPACE_ID::uint32 value);
300  private:
301  ::PROTOBUF_NAMESPACE_ID::uint32 _internal_id() const;
302  void _internal_set_id(::PROTOBUF_NAMESPACE_ID::uint32 value);
303  public:
304 
305  // .ignition.msgs.RestResponse.Type type = 3;
306  void clear_type();
309  private:
310  ::ignition::msgs::RestResponse_Type _internal_type() const;
311  void _internal_set_type(::ignition::msgs::RestResponse_Type value);
312  public:
313 
314  // @@protoc_insertion_point(class_scope:ignition.msgs.RestResponse)
315  private:
316  class _Internal;
317 
318  template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
319  typedef void InternalArenaConstructable_;
320  typedef void DestructorSkippable_;
321  ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr msg_;
322  ::ignition::msgs::Header* header_;
323  ::PROTOBUF_NAMESPACE_ID::uint32 id_;
324  int type_;
325  mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
326  friend struct ::TableStruct_ignition_2fmsgs_2frest_5fresponse_2eproto;
327 };
328 // ===================================================================
329 
330 
331 // ===================================================================
332 
333 #ifdef __GNUC__
334  #pragma GCC diagnostic push
335  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
336 #endif // __GNUC__
337 // RestResponse
338 
339 // .ignition.msgs.Header header = 1;
340 inline bool RestResponse::_internal_has_header() const {
341  return this != internal_default_instance() && header_ != nullptr;
342 }
343 inline bool RestResponse::has_header() const {
344  return _internal_has_header();
345 }
346 inline const ::ignition::msgs::Header& RestResponse::_internal_header() const {
347  const ::ignition::msgs::Header* p = header_;
348  return p != nullptr ? *p : reinterpret_cast<const ::ignition::msgs::Header&>(
350 }
351 inline const ::ignition::msgs::Header& RestResponse::header() const {
352  // @@protoc_insertion_point(field_get:ignition.msgs.RestResponse.header)
353  return _internal_header();
354 }
355 inline void RestResponse::unsafe_arena_set_allocated_header(
356  ::ignition::msgs::Header* header) {
357  if (GetArena() == nullptr) {
358  delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(header_);
359  }
360  header_ = header;
361  if (header) {
362 
363  } else {
364 
365  }
366  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:ignition.msgs.RestResponse.header)
367 }
368 inline ::ignition::msgs::Header* RestResponse::release_header() {
369 
370  ::ignition::msgs::Header* temp = header_;
371  header_ = nullptr;
372  if (GetArena() != nullptr) {
373  temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
374  }
375  return temp;
376 }
377 inline ::ignition::msgs::Header* RestResponse::unsafe_arena_release_header() {
378  // @@protoc_insertion_point(field_release:ignition.msgs.RestResponse.header)
379 
380  ::ignition::msgs::Header* temp = header_;
381  header_ = nullptr;
382  return temp;
383 }
384 inline ::ignition::msgs::Header* RestResponse::_internal_mutable_header() {
385 
386  if (header_ == nullptr) {
387  auto* p = CreateMaybeMessage<::ignition::msgs::Header>(GetArena());
388  header_ = p;
389  }
390  return header_;
391 }
392 inline ::ignition::msgs::Header* RestResponse::mutable_header() {
393  // @@protoc_insertion_point(field_mutable:ignition.msgs.RestResponse.header)
394  return _internal_mutable_header();
395 }
396 inline void RestResponse::set_allocated_header(::ignition::msgs::Header* header) {
397  ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArena();
398  if (message_arena == nullptr) {
399  delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(header_);
400  }
401  if (header) {
402  ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
403  reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(header)->GetArena();
404  if (message_arena != submessage_arena) {
405  header = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
406  message_arena, header, submessage_arena);
407  }
408 
409  } else {
410 
411  }
412  header_ = header;
413  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.RestResponse.header)
414 }
415 
416 // uint32 id = 2;
417 inline void RestResponse::clear_id() {
418  id_ = 0u;
419 }
420 inline ::PROTOBUF_NAMESPACE_ID::uint32 RestResponse::_internal_id() const {
421  return id_;
422 }
423 inline ::PROTOBUF_NAMESPACE_ID::uint32 RestResponse::id() const {
424  // @@protoc_insertion_point(field_get:ignition.msgs.RestResponse.id)
425  return _internal_id();
426 }
427 inline void RestResponse::_internal_set_id(::PROTOBUF_NAMESPACE_ID::uint32 value) {
428 
429  id_ = value;
430 }
431 inline void RestResponse::set_id(::PROTOBUF_NAMESPACE_ID::uint32 value) {
432  _internal_set_id(value);
433  // @@protoc_insertion_point(field_set:ignition.msgs.RestResponse.id)
434 }
435 
436 // .ignition.msgs.RestResponse.Type type = 3;
437 inline void RestResponse::clear_type() {
438  type_ = 0;
439 }
440 inline ::ignition::msgs::RestResponse_Type RestResponse::_internal_type() const {
441  return static_cast< ::ignition::msgs::RestResponse_Type >(type_);
442 }
443 inline ::ignition::msgs::RestResponse_Type RestResponse::type() const {
444  // @@protoc_insertion_point(field_get:ignition.msgs.RestResponse.type)
445  return _internal_type();
446 }
447 inline void RestResponse::_internal_set_type(::ignition::msgs::RestResponse_Type value) {
448 
449  type_ = value;
450 }
451 inline void RestResponse::set_type(::ignition::msgs::RestResponse_Type value) {
452  _internal_set_type(value);
453  // @@protoc_insertion_point(field_set:ignition.msgs.RestResponse.type)
454 }
455 
456 // string msg = 4;
457 inline void RestResponse::clear_msg() {
458  msg_.ClearToEmpty();
459 }
460 inline const std::string& RestResponse::msg() const {
461  // @@protoc_insertion_point(field_get:ignition.msgs.RestResponse.msg)
462  return _internal_msg();
463 }
464 inline void RestResponse::set_msg(const std::string& value) {
465  _internal_set_msg(value);
466  // @@protoc_insertion_point(field_set:ignition.msgs.RestResponse.msg)
467 }
468 inline std::string* RestResponse::mutable_msg() {
469  // @@protoc_insertion_point(field_mutable:ignition.msgs.RestResponse.msg)
470  return _internal_mutable_msg();
471 }
472 inline const std::string& RestResponse::_internal_msg() const {
473  return msg_.Get();
474 }
475 inline void RestResponse::_internal_set_msg(const std::string& value) {
476 
477  msg_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, value, GetArena());
478 }
479 inline void RestResponse::set_msg(std::string&& value) {
480 
481  msg_.Set(
482  ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, ::std::move(value), GetArena());
483  // @@protoc_insertion_point(field_set_rvalue:ignition.msgs.RestResponse.msg)
484 }
485 inline void RestResponse::set_msg(const char* value) {
486  GOOGLE_DCHECK(value != nullptr);
487 
488  msg_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, ::std::string(value), GetArena());
489  // @@protoc_insertion_point(field_set_char:ignition.msgs.RestResponse.msg)
490 }
491 inline void RestResponse::set_msg(const char* value,
492  size_t size) {
493 
494  msg_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, ::std::string(
495  reinterpret_cast<const char*>(value), size), GetArena());
496  // @@protoc_insertion_point(field_set_pointer:ignition.msgs.RestResponse.msg)
497 }
498 inline std::string* RestResponse::_internal_mutable_msg() {
499 
500  return msg_.Mutable(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, GetArena());
501 }
502 inline std::string* RestResponse::release_msg() {
503  // @@protoc_insertion_point(field_release:ignition.msgs.RestResponse.msg)
504  return msg_.Release(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
505 }
506 inline void RestResponse::set_allocated_msg(std::string* msg) {
507  if (msg != nullptr) {
508 
509  } else {
510 
511  }
512  msg_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), msg,
513  GetArena());
514  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.RestResponse.msg)
515 }
516 
517 #ifdef __GNUC__
518  #pragma GCC diagnostic pop
519 #endif // __GNUC__
520 
525 // @@protoc_insertion_point(namespace_scope)
526 
527 } // namespace msgs
528 } // namespace ignition
529 
530 PROTOBUF_NAMESPACE_OPEN
531 
532 template <> struct is_proto_enum< ::ignition::msgs::RestResponse_Type> : ::std::true_type {};
533 template <>
534 inline const EnumDescriptor* GetEnumDescriptor< ::ignition::msgs::RestResponse_Type>() {
536 }
537 
538 PROTOBUF_NAMESPACE_CLOSE
539 
540 #ifdef _MSC_VER
541 #pragma warning(pop)
542 #endif
543 // @@protoc_insertion_point(global_scope)
544 
545 #include <google/protobuf/port_undef.inc>
546 #endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2frest_5fresponse_2eproto
RestResponse & operator=(const RestResponse &from)
Definition: rest_response.pb.h:123
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition: rest_response.pb.h:142
static const std::string & Type_Name(T enum_t_value)
Definition: rest_response.pb.h:243
RestResponse(RestResponse &&from) noexcept
Definition: rest_response.pb.h:118
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
const std::string & msg() const
::ignition::msgs::Header * release_header()
::ignition::msgs::Header * mutable_header()
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition: rest_response.pb.h:136
void set_id(::PROTOBUF_NAMESPACE_ID::uint32 value)
static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * Type_descriptor()
Definition: rest_response.pb.h:239
void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
RestResponse(const RestResponse &from)
static const RestResponse * internal_default_instance()
Definition: rest_response.pb.h:147
::ignition::msgs::RestResponse_Type type() const
static bool Type_IsValid(int value)
Definition: rest_response.pb.h:229
RestResponse_Type Type
Definition: rest_response.pb.h:220
void unsafe_arena_set_allocated_header(::ignition::msgs::Header *header)
void MergeFrom(const RestResponse &from)
RestResponse()
Definition: rest_response.pb.h:114
void UnsafeArenaSwap(RestResponse *other)
Definition: rest_response.pb.h:165
void set_type(::ignition::msgs::RestResponse_Type value)
void Swap(RestResponse *other)
Definition: rest_response.pb.h:157
friend void swap(RestResponse &a, RestResponse &b)
Definition: rest_response.pb.h:154
void set_msg(std::string &&value)
::ignition::msgs::Header * unsafe_arena_release_header()
void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
RestResponse & operator=(RestResponse &&from) noexcept
Definition: rest_response.pb.h:127
void set_msg(const std::string &value)
void set_msg(const char *value)
static bool Type_Parse(::PROTOBUF_NAMESPACE_ID::ConstStringParam name, Type *value)
Definition: rest_response.pb.h:249
RestResponse * New(::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
Definition: rest_response.pb.h:177
void set_allocated_header(::ignition::msgs::Header *header)
void set_allocated_msg(std::string *msg)
void CopyFrom(const RestResponse &from)
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final
::PROTOBUF_NAMESPACE_ID::uint32 id() const
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition: rest_response.pb.h:139
static const RestResponse & default_instance()
void set_msg(const char *value, size_t size)
RestResponse(::PROTOBUF_NAMESPACE_ID::Arena *arena)
RestResponse * New() const final
Definition: rest_response.pb.h:173
const ::ignition::msgs::Header & header() const
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:521
std::unique_ptr< const RestResponse > ConstRestResponseUniquePtr
Definition: rest_response.pb.h:522
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:523
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:524
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
Atmosphere_Type
Definition: atmosphere.pb.h:82
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)