Gazebo Msgs

API Reference

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