Ignition Msgs

API Reference

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