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