Gazebo Msgs

API Reference

8.7.1
build/ignition-msgs8/include/ignition/msgs/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 < 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/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_5fpost_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::AuxillaryParseTableField 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_5fpost_2eproto;
69 namespace ignition {
70 namespace msgs {
71 class RestPost;
72 class RestPostDefaultTypeInternal;
73 IGNITION_MSGS_VISIBLE extern RestPostDefaultTypeInternal _RestPost_default_instance_;
74 } // namespace msgs
75 } // namespace ignition
76 PROTOBUF_NAMESPACE_OPEN
77 template<> IGNITION_MSGS_VISIBLE ::ignition::msgs::RestPost* Arena::CreateMaybeMessage<::ignition::msgs::RestPost>(Arena*);
78 PROTOBUF_NAMESPACE_CLOSE
79 namespace ignition {
80 namespace msgs {
81 
82 // ===================================================================
83 
84 class IGNITION_MSGS_VISIBLE RestPost PROTOBUF_FINAL :
85  public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:ignition.msgs.RestPost) */ {
86  public:
87  inline RestPost() : RestPost(nullptr) {};
88  virtual ~RestPost();
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 (GetArena() == from.GetArena()) {
102  if (this != &from) InternalSwap(&from);
103  } else {
104  CopyFrom(from);
105  }
106  return *this;
107  }
108 
109  static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
110  return GetDescriptor();
111  }
112  static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
113  return GetMetadataStatic().descriptor;
114  }
115  static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
116  return GetMetadataStatic().reflection;
117  }
118  static const RestPost& default_instance();
119 
120  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
121  static inline const RestPost* internal_default_instance() {
122  return reinterpret_cast<const RestPost*>(
124  }
125  static constexpr int kIndexInFileMessages =
126  0;
127 
128  friend void swap(RestPost& a, RestPost& b) {
129  a.Swap(&b);
130  }
131  inline void Swap(RestPost* other) {
132  if (other == this) return;
133  if (GetArena() == other->GetArena()) {
134  InternalSwap(other);
135  } else {
136  ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
137  }
138  }
139  void UnsafeArenaSwap(RestPost* other) {
140  if (other == this) return;
141  GOOGLE_DCHECK(GetArena() == other->GetArena());
142  InternalSwap(other);
143  }
144 
145  // implements Message ----------------------------------------------
146 
147  inline RestPost* New() const final {
148  return CreateMaybeMessage<RestPost>(nullptr);
149  }
150 
151  RestPost* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final {
152  return CreateMaybeMessage<RestPost>(arena);
153  }
154  void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
155  void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
156  void CopyFrom(const RestPost& from);
157  void MergeFrom(const RestPost& from);
158  PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
159  bool IsInitialized() const final;
160 
161  size_t ByteSizeLong() const final;
162  const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
163  ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize(
164  ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
165  int GetCachedSize() const final { return _cached_size_.Get(); }
166 
167  private:
168  inline void SharedCtor();
169  inline void SharedDtor();
170  void SetCachedSize(int size) const final;
171  void InternalSwap(RestPost* other);
172  friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
173  static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
174  return "ignition.msgs.RestPost";
175  }
176  protected:
177  explicit RestPost(::PROTOBUF_NAMESPACE_ID::Arena* arena);
178  private:
179  static void ArenaDtor(void* object);
180  inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
181  public:
182 
183  ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
184  private:
185  static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() {
186  ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_ignition_2fmsgs_2frest_5fpost_2eproto);
187  return ::descriptor_table_ignition_2fmsgs_2frest_5fpost_2eproto.file_level_metadata[kIndexInFileMessages];
188  }
189 
190  public:
191 
192  // nested types ----------------------------------------------------
193 
194  // accessors -------------------------------------------------------
195 
196  enum : int {
197  kRouteFieldNumber = 3,
198  kJsonFieldNumber = 4,
199  kHeaderFieldNumber = 1,
200  kIdFieldNumber = 2,
201  };
202  // string route = 3;
203  void clear_route();
204  const std::string& route() const;
205  void set_route(const std::string& value);
206  void set_route(std::string&& value);
207  void set_route(const char* value);
208  void set_route(const char* value, size_t size);
212  GOOGLE_PROTOBUF_RUNTIME_DEPRECATED("The unsafe_arena_ accessors for"
213  " string fields are deprecated and will be removed in a"
214  " future release.")
215  std::string* unsafe_arena_release_route();
216  GOOGLE_PROTOBUF_RUNTIME_DEPRECATED("The unsafe_arena_ accessors for"
217  " string fields are deprecated and will be removed in a"
218  " future release.")
219  void unsafe_arena_set_allocated_route(
220  std::string* route);
221  private:
222  const std::string& _internal_route() const;
223  void _internal_set_route(const std::string& value);
224  std::string* _internal_mutable_route();
225  public:
226 
227  // string json = 4;
228  void clear_json();
229  const std::string& json() const;
230  void set_json(const std::string& value);
231  void set_json(std::string&& value);
232  void set_json(const char* value);
233  void set_json(const char* value, size_t size);
234  std::string* mutable_json();
235  std::string* release_json();
236  void set_allocated_json(std::string* json);
237  GOOGLE_PROTOBUF_RUNTIME_DEPRECATED("The unsafe_arena_ accessors for"
238  " string fields are deprecated and will be removed in a"
239  " future release.")
240  std::string* unsafe_arena_release_json();
241  GOOGLE_PROTOBUF_RUNTIME_DEPRECATED("The unsafe_arena_ accessors for"
242  " string fields are deprecated and will be removed in a"
243  " future release.")
244  void unsafe_arena_set_allocated_json(
245  std::string* json);
246  private:
247  const std::string& _internal_json() const;
248  void _internal_set_json(const std::string& value);
249  std::string* _internal_mutable_json();
250  public:
251 
252  // .ignition.msgs.Header header = 1;
253  bool has_header() const;
254  private:
255  bool _internal_has_header() const;
256  public:
257  void clear_header();
258  const ::ignition::msgs::Header& header() const;
259  ::ignition::msgs::Header* release_header();
260  ::ignition::msgs::Header* mutable_header();
261  void set_allocated_header(::ignition::msgs::Header* header);
262  private:
263  const ::ignition::msgs::Header& _internal_header() const;
264  ::ignition::msgs::Header* _internal_mutable_header();
265  public:
266  void unsafe_arena_set_allocated_header(
267  ::ignition::msgs::Header* header);
268  ::ignition::msgs::Header* unsafe_arena_release_header();
269 
270  // uint32 id = 2;
271  void clear_id();
272  ::PROTOBUF_NAMESPACE_ID::uint32 id() const;
273  void set_id(::PROTOBUF_NAMESPACE_ID::uint32 value);
274  private:
275  ::PROTOBUF_NAMESPACE_ID::uint32 _internal_id() const;
276  void _internal_set_id(::PROTOBUF_NAMESPACE_ID::uint32 value);
277  public:
278 
279  // @@protoc_insertion_point(class_scope:ignition.msgs.RestPost)
280  private:
281  class _Internal;
282 
283  template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
284  typedef void InternalArenaConstructable_;
285  typedef void DestructorSkippable_;
286  ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr route_;
287  ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr json_;
288  ::ignition::msgs::Header* header_;
289  ::PROTOBUF_NAMESPACE_ID::uint32 id_;
290  mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
292 };
293 // ===================================================================
294 
295 
296 // ===================================================================
297 
298 #ifdef __GNUC__
299  #pragma GCC diagnostic push
300  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
301 #endif // __GNUC__
302 // RestPost
303 
304 // .ignition.msgs.Header header = 1;
305 inline bool RestPost::_internal_has_header() const {
306  return this != internal_default_instance() && header_ != nullptr;
307 }
308 inline bool RestPost::has_header() const {
309  return _internal_has_header();
310 }
311 inline const ::ignition::msgs::Header& RestPost::_internal_header() const {
312  const ::ignition::msgs::Header* p = header_;
313  return p != nullptr ? *p : *reinterpret_cast<const ::ignition::msgs::Header*>(
315 }
316 inline const ::ignition::msgs::Header& RestPost::header() const {
317  // @@protoc_insertion_point(field_get:ignition.msgs.RestPost.header)
318  return _internal_header();
319 }
320 inline void RestPost::unsafe_arena_set_allocated_header(
321  ::ignition::msgs::Header* header) {
322  if (GetArena() == nullptr) {
323  delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(header_);
324  }
325  header_ = header;
326  if (header) {
327 
328  } else {
329 
330  }
331  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:ignition.msgs.RestPost.header)
332 }
333 inline ::ignition::msgs::Header* RestPost::release_header() {
334  auto temp = unsafe_arena_release_header();
335  if (GetArena() != nullptr) {
336  temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
337  }
338  return temp;
339 }
340 inline ::ignition::msgs::Header* RestPost::unsafe_arena_release_header() {
341  // @@protoc_insertion_point(field_release:ignition.msgs.RestPost.header)
342 
343  ::ignition::msgs::Header* temp = header_;
344  header_ = nullptr;
345  return temp;
346 }
347 inline ::ignition::msgs::Header* RestPost::_internal_mutable_header() {
348 
349  if (header_ == nullptr) {
350  auto* p = CreateMaybeMessage<::ignition::msgs::Header>(GetArena());
351  header_ = p;
352  }
353  return header_;
354 }
355 inline ::ignition::msgs::Header* RestPost::mutable_header() {
356  // @@protoc_insertion_point(field_mutable:ignition.msgs.RestPost.header)
357  return _internal_mutable_header();
358 }
359 inline void RestPost::set_allocated_header(::ignition::msgs::Header* header) {
360  ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArena();
361  if (message_arena == nullptr) {
362  delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(header_);
363  }
364  if (header) {
365  ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
366  reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(header)->GetArena();
367  if (message_arena != submessage_arena) {
368  header = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
369  message_arena, header, submessage_arena);
370  }
371 
372  } else {
373 
374  }
375  header_ = header;
376  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.RestPost.header)
377 }
378 
379 // uint32 id = 2;
380 inline void RestPost::clear_id() {
381  id_ = 0u;
382 }
383 inline ::PROTOBUF_NAMESPACE_ID::uint32 RestPost::_internal_id() const {
384  return id_;
385 }
386 inline ::PROTOBUF_NAMESPACE_ID::uint32 RestPost::id() const {
387  // @@protoc_insertion_point(field_get:ignition.msgs.RestPost.id)
388  return _internal_id();
389 }
390 inline void RestPost::_internal_set_id(::PROTOBUF_NAMESPACE_ID::uint32 value) {
391 
392  id_ = value;
393 }
394 inline void RestPost::set_id(::PROTOBUF_NAMESPACE_ID::uint32 value) {
395  _internal_set_id(value);
396  // @@protoc_insertion_point(field_set:ignition.msgs.RestPost.id)
397 }
398 
399 // string route = 3;
400 inline void RestPost::clear_route() {
401  route_.ClearToEmpty(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
402 }
403 inline const std::string& RestPost::route() const {
404  // @@protoc_insertion_point(field_get:ignition.msgs.RestPost.route)
405  return _internal_route();
406 }
407 inline void RestPost::set_route(const std::string& value) {
408  _internal_set_route(value);
409  // @@protoc_insertion_point(field_set:ignition.msgs.RestPost.route)
410 }
411 inline std::string* RestPost::mutable_route() {
412  // @@protoc_insertion_point(field_mutable:ignition.msgs.RestPost.route)
413  return _internal_mutable_route();
414 }
415 inline const std::string& RestPost::_internal_route() const {
416  return route_.Get();
417 }
418 inline void RestPost::_internal_set_route(const std::string& value) {
419 
420  route_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value, GetArena());
421 }
422 inline void RestPost::set_route(std::string&& value) {
423 
424  route_.Set(
425  &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value), GetArena());
426  // @@protoc_insertion_point(field_set_rvalue:ignition.msgs.RestPost.route)
427 }
428 inline void RestPost::set_route(const char* value) {
429  GOOGLE_DCHECK(value != nullptr);
430 
431  route_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value),
432  GetArena());
433  // @@protoc_insertion_point(field_set_char:ignition.msgs.RestPost.route)
434 }
435 inline void RestPost::set_route(const char* value,
436  size_t size) {
437 
438  route_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(
439  reinterpret_cast<const char*>(value), size), GetArena());
440  // @@protoc_insertion_point(field_set_pointer:ignition.msgs.RestPost.route)
441 }
442 inline std::string* RestPost::_internal_mutable_route() {
443 
444  return route_.Mutable(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
445 }
446 inline std::string* RestPost::release_route() {
447  // @@protoc_insertion_point(field_release:ignition.msgs.RestPost.route)
448  return route_.Release(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
449 }
450 inline void RestPost::set_allocated_route(std::string* route) {
451  if (route != nullptr) {
452 
453  } else {
454 
455  }
456  route_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), route,
457  GetArena());
458  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.RestPost.route)
459 }
460 inline std::string* RestPost::unsafe_arena_release_route() {
461  // @@protoc_insertion_point(field_unsafe_arena_release:ignition.msgs.RestPost.route)
462  GOOGLE_DCHECK(GetArena() != nullptr);
463 
464  return route_.UnsafeArenaRelease(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
465  GetArena());
466 }
467 inline void RestPost::unsafe_arena_set_allocated_route(
468  std::string* route) {
469  GOOGLE_DCHECK(GetArena() != nullptr);
470  if (route != nullptr) {
471 
472  } else {
473 
474  }
475  route_.UnsafeArenaSetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
476  route, GetArena());
477  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:ignition.msgs.RestPost.route)
478 }
479 
480 // string json = 4;
481 inline void RestPost::clear_json() {
482  json_.ClearToEmpty(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
483 }
484 inline const std::string& RestPost::json() const {
485  // @@protoc_insertion_point(field_get:ignition.msgs.RestPost.json)
486  return _internal_json();
487 }
488 inline void RestPost::set_json(const std::string& value) {
489  _internal_set_json(value);
490  // @@protoc_insertion_point(field_set:ignition.msgs.RestPost.json)
491 }
492 inline std::string* RestPost::mutable_json() {
493  // @@protoc_insertion_point(field_mutable:ignition.msgs.RestPost.json)
494  return _internal_mutable_json();
495 }
496 inline const std::string& RestPost::_internal_json() const {
497  return json_.Get();
498 }
499 inline void RestPost::_internal_set_json(const std::string& value) {
500 
501  json_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value, GetArena());
502 }
503 inline void RestPost::set_json(std::string&& value) {
504 
505  json_.Set(
506  &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value), GetArena());
507  // @@protoc_insertion_point(field_set_rvalue:ignition.msgs.RestPost.json)
508 }
509 inline void RestPost::set_json(const char* value) {
510  GOOGLE_DCHECK(value != nullptr);
511 
512  json_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value),
513  GetArena());
514  // @@protoc_insertion_point(field_set_char:ignition.msgs.RestPost.json)
515 }
516 inline void RestPost::set_json(const char* value,
517  size_t size) {
518 
519  json_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(
520  reinterpret_cast<const char*>(value), size), GetArena());
521  // @@protoc_insertion_point(field_set_pointer:ignition.msgs.RestPost.json)
522 }
523 inline std::string* RestPost::_internal_mutable_json() {
524 
525  return json_.Mutable(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
526 }
527 inline std::string* RestPost::release_json() {
528  // @@protoc_insertion_point(field_release:ignition.msgs.RestPost.json)
529  return json_.Release(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
530 }
531 inline void RestPost::set_allocated_json(std::string* json) {
532  if (json != nullptr) {
533 
534  } else {
535 
536  }
537  json_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), json,
538  GetArena());
539  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.RestPost.json)
540 }
541 inline std::string* RestPost::unsafe_arena_release_json() {
542  // @@protoc_insertion_point(field_unsafe_arena_release:ignition.msgs.RestPost.json)
543  GOOGLE_DCHECK(GetArena() != nullptr);
544 
545  return json_.UnsafeArenaRelease(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
546  GetArena());
547 }
548 inline void RestPost::unsafe_arena_set_allocated_json(
549  std::string* json) {
550  GOOGLE_DCHECK(GetArena() != nullptr);
551  if (json != nullptr) {
552 
553  } else {
554 
555  }
556  json_.UnsafeArenaSetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
557  json, GetArena());
558  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:ignition.msgs.RestPost.json)
559 }
560 
561 #ifdef __GNUC__
562  #pragma GCC diagnostic pop
563 #endif // __GNUC__
564 
569 // @@protoc_insertion_point(namespace_scope)
570 
571 } // namespace msgs
572 } // namespace ignition
573 
574 #ifdef _MSC_VER
575 #pragma warning(pop)
576 #endif
577 // @@protoc_insertion_point(global_scope)
578 
579 #include <google/protobuf/port_undef.inc>
580 #endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2frest_5fpost_2eproto
IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_ignition_2fmsgs_2frest_5fpost_2eproto
static const RestPost * internal_default_instance()
Definition: build/ignition-msgs8/include/ignition/msgs/rest_post.pb.h:121
RestPost()
Definition: build/ignition-msgs8/include/ignition/msgs/rest_post.pb.h:87
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition: build/ignition-msgs8/include/ignition/msgs/rest_post.pb.h:115
RestPost & operator=(const RestPost &from)
Definition: build/ignition-msgs8/include/ignition/msgs/rest_post.pb.h:96
void CopyFrom(const RestPost &from)
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
void UnsafeArenaSwap(RestPost *other)
Definition: build/ignition-msgs8/include/ignition/msgs/rest_post.pb.h:139
RestPost(::PROTOBUF_NAMESPACE_ID::Arena *arena)
const std::string & route() const
void set_allocated_route(std::string *route)
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition: build/ignition-msgs8/include/ignition/msgs/rest_post.pb.h:109
RestPost * New() const final
Definition: build/ignition-msgs8/include/ignition/msgs/rest_post.pb.h:147
void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
void set_route(const char *value)
void set_route(const char *value, size_t size)
static const RestPost & default_instance()
void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
RestPost & operator=(RestPost &&from) noexcept
Definition: build/ignition-msgs8/include/ignition/msgs/rest_post.pb.h:100
void set_route(std::string &&value)
void MergeFrom(const RestPost &from)
friend void swap(RestPost &a, RestPost &b)
Definition: build/ignition-msgs8/include/ignition/msgs/rest_post.pb.h:128
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition: build/ignition-msgs8/include/ignition/msgs/rest_post.pb.h:112
RestPost * New(::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
Definition: build/ignition-msgs8/include/ignition/msgs/rest_post.pb.h:151
RestPost(const RestPost &from)
void set_route(const std::string &value)
void Swap(RestPost *other)
Definition: build/ignition-msgs8/include/ignition/msgs/rest_post.pb.h:131
RestPost(RestPost &&from) noexcept
Definition: build/ignition-msgs8/include/ignition/msgs/rest_post.pb.h:91
T move(T... args)
std::shared_ptr< RestPost > RestPostSharedPtr
Definition: build/ignition-msgs8/include/ignition/msgs/rest_post.pb.h:567
std::unique_ptr< RestPost > RestPostUniquePtr
Definition: build/ignition-msgs8/include/ignition/msgs/rest_post.pb.h:565
std::unique_ptr< const RestPost > ConstRestPostUniquePtr
Definition: build/ignition-msgs8/include/ignition/msgs/rest_post.pb.h:566
IGNITION_MSGS_VISIBLE RestPostDefaultTypeInternal _RestPost_default_instance_
IGNITION_MSGS_VISIBLE HeaderDefaultTypeInternal _Header_default_instance_
std::shared_ptr< const RestPost > ConstRestPostSharedPtr
Definition: build/ignition-msgs8/include/ignition/msgs/rest_post.pb.h:568
Definition: build/ignition-msgs8/include/ignition/msgs/actor.pb.h:53
STL namespace.
Definition: build/ignition-msgs8/include/ignition/msgs/rest_post.pb.h:57
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)