Gazebo Msgs

API Reference

8.7.1
build/ignition-msgs8/include/ignition/msgs/web_request.pb.h
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: ignition/msgs/web_request.proto
3 
4 #ifndef GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2fweb_5frequest_2eproto
5 #define GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2fweb_5frequest_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_2fweb_5frequest_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_2fweb_5frequest_2eproto;
69 namespace ignition {
70 namespace msgs {
71 class WebRequest;
72 class WebRequestDefaultTypeInternal;
73 IGNITION_MSGS_VISIBLE extern WebRequestDefaultTypeInternal _WebRequest_default_instance_;
74 } // namespace msgs
75 } // namespace ignition
76 PROTOBUF_NAMESPACE_OPEN
77 template<> IGNITION_MSGS_VISIBLE ::ignition::msgs::WebRequest* Arena::CreateMaybeMessage<::ignition::msgs::WebRequest>(Arena*);
78 PROTOBUF_NAMESPACE_CLOSE
79 namespace ignition {
80 namespace msgs {
81 
82 // ===================================================================
83 
84 class IGNITION_MSGS_VISIBLE WebRequest PROTOBUF_FINAL :
85  public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:ignition.msgs.WebRequest) */ {
86  public:
87  inline WebRequest() : WebRequest(nullptr) {};
88  virtual ~WebRequest();
89 
90  WebRequest(const WebRequest& from);
91  WebRequest(WebRequest&& from) noexcept
92  : WebRequest() {
93  *this = ::std::move(from);
94  }
95 
96  inline WebRequest& operator=(const WebRequest& from) {
97  CopyFrom(from);
98  return *this;
99  }
100  inline WebRequest& operator=(WebRequest&& 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 WebRequest& default_instance();
119 
120  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
121  static inline const WebRequest* internal_default_instance() {
122  return reinterpret_cast<const WebRequest*>(
124  }
125  static constexpr int kIndexInFileMessages =
126  0;
127 
128  friend void swap(WebRequest& a, WebRequest& b) {
129  a.Swap(&b);
130  }
131  inline void Swap(WebRequest* 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(WebRequest* other) {
140  if (other == this) return;
141  GOOGLE_DCHECK(GetArena() == other->GetArena());
142  InternalSwap(other);
143  }
144 
145  // implements Message ----------------------------------------------
146 
147  inline WebRequest* New() const final {
148  return CreateMaybeMessage<WebRequest>(nullptr);
149  }
150 
151  WebRequest* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final {
152  return CreateMaybeMessage<WebRequest>(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 WebRequest& from);
157  void MergeFrom(const WebRequest& 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(WebRequest* other);
172  friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
173  static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
174  return "ignition.msgs.WebRequest";
175  }
176  protected:
177  explicit WebRequest(::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_2fweb_5frequest_2eproto);
187  return ::descriptor_table_ignition_2fmsgs_2fweb_5frequest_2eproto.file_level_metadata[kIndexInFileMessages];
188  }
189 
190  public:
191 
192  // nested types ----------------------------------------------------
193 
194  // accessors -------------------------------------------------------
195 
196  enum : int {
197  kOperationFieldNumber = 2,
198  kTopicFieldNumber = 3,
199  kMsgTypeFieldNumber = 4,
200  kCompressionFieldNumber = 5,
201  kHeaderFieldNumber = 1,
202  kHzFieldNumber = 6,
203  };
204  // string operation = 2;
206  const std::string& operation() const;
207  void set_operation(const std::string& value);
208  void set_operation(std::string&& value);
209  void set_operation(const char* value);
210  void set_operation(const char* value, size_t size);
214  GOOGLE_PROTOBUF_RUNTIME_DEPRECATED("The unsafe_arena_ accessors for"
215  " string fields are deprecated and will be removed in a"
216  " future release.")
217  std::string* unsafe_arena_release_operation();
218  GOOGLE_PROTOBUF_RUNTIME_DEPRECATED("The unsafe_arena_ accessors for"
219  " string fields are deprecated and will be removed in a"
220  " future release.")
221  void unsafe_arena_set_allocated_operation(
222  std::string* operation);
223  private:
224  const std::string& _internal_operation() const;
225  void _internal_set_operation(const std::string& value);
226  std::string* _internal_mutable_operation();
227  public:
228 
229  // string topic = 3;
230  void clear_topic();
231  const std::string& topic() const;
232  void set_topic(const std::string& value);
233  void set_topic(std::string&& value);
234  void set_topic(const char* value);
235  void set_topic(const char* value, size_t size);
236  std::string* mutable_topic();
237  std::string* release_topic();
238  void set_allocated_topic(std::string* topic);
239  GOOGLE_PROTOBUF_RUNTIME_DEPRECATED("The unsafe_arena_ accessors for"
240  " string fields are deprecated and will be removed in a"
241  " future release.")
242  std::string* unsafe_arena_release_topic();
243  GOOGLE_PROTOBUF_RUNTIME_DEPRECATED("The unsafe_arena_ accessors for"
244  " string fields are deprecated and will be removed in a"
245  " future release.")
246  void unsafe_arena_set_allocated_topic(
247  std::string* topic);
248  private:
249  const std::string& _internal_topic() const;
250  void _internal_set_topic(const std::string& value);
251  std::string* _internal_mutable_topic();
252  public:
253 
254  // string msg_type = 4;
255  void clear_msg_type();
256  const std::string& msg_type() const;
257  void set_msg_type(const std::string& value);
258  void set_msg_type(std::string&& value);
259  void set_msg_type(const char* value);
260  void set_msg_type(const char* value, size_t size);
261  std::string* mutable_msg_type();
262  std::string* release_msg_type();
263  void set_allocated_msg_type(std::string* msg_type);
264  GOOGLE_PROTOBUF_RUNTIME_DEPRECATED("The unsafe_arena_ accessors for"
265  " string fields are deprecated and will be removed in a"
266  " future release.")
267  std::string* unsafe_arena_release_msg_type();
268  GOOGLE_PROTOBUF_RUNTIME_DEPRECATED("The unsafe_arena_ accessors for"
269  " string fields are deprecated and will be removed in a"
270  " future release.")
271  void unsafe_arena_set_allocated_msg_type(
272  std::string* msg_type);
273  private:
274  const std::string& _internal_msg_type() const;
275  void _internal_set_msg_type(const std::string& value);
276  std::string* _internal_mutable_msg_type();
277  public:
278 
279  // string compression = 5;
280  void clear_compression();
281  const std::string& compression() const;
282  void set_compression(const std::string& value);
283  void set_compression(std::string&& value);
284  void set_compression(const char* value);
285  void set_compression(const char* value, size_t size);
286  std::string* mutable_compression();
287  std::string* release_compression();
288  void set_allocated_compression(std::string* compression);
289  GOOGLE_PROTOBUF_RUNTIME_DEPRECATED("The unsafe_arena_ accessors for"
290  " string fields are deprecated and will be removed in a"
291  " future release.")
292  std::string* unsafe_arena_release_compression();
293  GOOGLE_PROTOBUF_RUNTIME_DEPRECATED("The unsafe_arena_ accessors for"
294  " string fields are deprecated and will be removed in a"
295  " future release.")
296  void unsafe_arena_set_allocated_compression(
297  std::string* compression);
298  private:
299  const std::string& _internal_compression() const;
300  void _internal_set_compression(const std::string& value);
301  std::string* _internal_mutable_compression();
302  public:
303 
304  // .ignition.msgs.Header header = 1;
305  bool has_header() const;
306  private:
307  bool _internal_has_header() const;
308  public:
309  void clear_header();
310  const ::ignition::msgs::Header& header() const;
311  ::ignition::msgs::Header* release_header();
312  ::ignition::msgs::Header* mutable_header();
313  void set_allocated_header(::ignition::msgs::Header* header);
314  private:
315  const ::ignition::msgs::Header& _internal_header() const;
316  ::ignition::msgs::Header* _internal_mutable_header();
317  public:
318  void unsafe_arena_set_allocated_header(
319  ::ignition::msgs::Header* header);
320  ::ignition::msgs::Header* unsafe_arena_release_header();
321 
322  // double hz = 6;
323  void clear_hz();
324  double hz() const;
325  void set_hz(double value);
326  private:
327  double _internal_hz() const;
328  void _internal_set_hz(double value);
329  public:
330 
331  // @@protoc_insertion_point(class_scope:ignition.msgs.WebRequest)
332  private:
333  class _Internal;
334 
335  template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
336  typedef void InternalArenaConstructable_;
337  typedef void DestructorSkippable_;
338  ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr operation_;
339  ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr topic_;
340  ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr msg_type_;
341  ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr compression_;
342  ::ignition::msgs::Header* header_;
343  double hz_;
344  mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
346 };
347 // ===================================================================
348 
349 
350 // ===================================================================
351 
352 #ifdef __GNUC__
353  #pragma GCC diagnostic push
354  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
355 #endif // __GNUC__
356 // WebRequest
357 
358 // .ignition.msgs.Header header = 1;
359 inline bool WebRequest::_internal_has_header() const {
360  return this != internal_default_instance() && header_ != nullptr;
361 }
362 inline bool WebRequest::has_header() const {
363  return _internal_has_header();
364 }
365 inline const ::ignition::msgs::Header& WebRequest::_internal_header() const {
366  const ::ignition::msgs::Header* p = header_;
367  return p != nullptr ? *p : *reinterpret_cast<const ::ignition::msgs::Header*>(
369 }
370 inline const ::ignition::msgs::Header& WebRequest::header() const {
371  // @@protoc_insertion_point(field_get:ignition.msgs.WebRequest.header)
372  return _internal_header();
373 }
374 inline void WebRequest::unsafe_arena_set_allocated_header(
375  ::ignition::msgs::Header* header) {
376  if (GetArena() == nullptr) {
377  delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(header_);
378  }
379  header_ = header;
380  if (header) {
381 
382  } else {
383 
384  }
385  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:ignition.msgs.WebRequest.header)
386 }
387 inline ::ignition::msgs::Header* WebRequest::release_header() {
388  auto temp = unsafe_arena_release_header();
389  if (GetArena() != nullptr) {
390  temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
391  }
392  return temp;
393 }
394 inline ::ignition::msgs::Header* WebRequest::unsafe_arena_release_header() {
395  // @@protoc_insertion_point(field_release:ignition.msgs.WebRequest.header)
396 
397  ::ignition::msgs::Header* temp = header_;
398  header_ = nullptr;
399  return temp;
400 }
401 inline ::ignition::msgs::Header* WebRequest::_internal_mutable_header() {
402 
403  if (header_ == nullptr) {
404  auto* p = CreateMaybeMessage<::ignition::msgs::Header>(GetArena());
405  header_ = p;
406  }
407  return header_;
408 }
409 inline ::ignition::msgs::Header* WebRequest::mutable_header() {
410  // @@protoc_insertion_point(field_mutable:ignition.msgs.WebRequest.header)
411  return _internal_mutable_header();
412 }
413 inline void WebRequest::set_allocated_header(::ignition::msgs::Header* header) {
414  ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArena();
415  if (message_arena == nullptr) {
416  delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(header_);
417  }
418  if (header) {
419  ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
420  reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(header)->GetArena();
421  if (message_arena != submessage_arena) {
422  header = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
423  message_arena, header, submessage_arena);
424  }
425 
426  } else {
427 
428  }
429  header_ = header;
430  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.WebRequest.header)
431 }
432 
433 // string operation = 2;
434 inline void WebRequest::clear_operation() {
435  operation_.ClearToEmpty(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
436 }
437 inline const std::string& WebRequest::operation() const {
438  // @@protoc_insertion_point(field_get:ignition.msgs.WebRequest.operation)
439  return _internal_operation();
440 }
441 inline void WebRequest::set_operation(const std::string& value) {
442  _internal_set_operation(value);
443  // @@protoc_insertion_point(field_set:ignition.msgs.WebRequest.operation)
444 }
445 inline std::string* WebRequest::mutable_operation() {
446  // @@protoc_insertion_point(field_mutable:ignition.msgs.WebRequest.operation)
447  return _internal_mutable_operation();
448 }
449 inline const std::string& WebRequest::_internal_operation() const {
450  return operation_.Get();
451 }
452 inline void WebRequest::_internal_set_operation(const std::string& value) {
453 
454  operation_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value, GetArena());
455 }
456 inline void WebRequest::set_operation(std::string&& value) {
457 
458  operation_.Set(
459  &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value), GetArena());
460  // @@protoc_insertion_point(field_set_rvalue:ignition.msgs.WebRequest.operation)
461 }
462 inline void WebRequest::set_operation(const char* value) {
463  GOOGLE_DCHECK(value != nullptr);
464 
465  operation_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value),
466  GetArena());
467  // @@protoc_insertion_point(field_set_char:ignition.msgs.WebRequest.operation)
468 }
469 inline void WebRequest::set_operation(const char* value,
470  size_t size) {
471 
472  operation_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(
473  reinterpret_cast<const char*>(value), size), GetArena());
474  // @@protoc_insertion_point(field_set_pointer:ignition.msgs.WebRequest.operation)
475 }
476 inline std::string* WebRequest::_internal_mutable_operation() {
477 
478  return operation_.Mutable(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
479 }
480 inline std::string* WebRequest::release_operation() {
481  // @@protoc_insertion_point(field_release:ignition.msgs.WebRequest.operation)
482  return operation_.Release(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
483 }
484 inline void WebRequest::set_allocated_operation(std::string* operation) {
485  if (operation != nullptr) {
486 
487  } else {
488 
489  }
490  operation_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), operation,
491  GetArena());
492  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.WebRequest.operation)
493 }
494 inline std::string* WebRequest::unsafe_arena_release_operation() {
495  // @@protoc_insertion_point(field_unsafe_arena_release:ignition.msgs.WebRequest.operation)
496  GOOGLE_DCHECK(GetArena() != nullptr);
497 
498  return operation_.UnsafeArenaRelease(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
499  GetArena());
500 }
501 inline void WebRequest::unsafe_arena_set_allocated_operation(
502  std::string* operation) {
503  GOOGLE_DCHECK(GetArena() != nullptr);
504  if (operation != nullptr) {
505 
506  } else {
507 
508  }
509  operation_.UnsafeArenaSetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
510  operation, GetArena());
511  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:ignition.msgs.WebRequest.operation)
512 }
513 
514 // string topic = 3;
515 inline void WebRequest::clear_topic() {
516  topic_.ClearToEmpty(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
517 }
518 inline const std::string& WebRequest::topic() const {
519  // @@protoc_insertion_point(field_get:ignition.msgs.WebRequest.topic)
520  return _internal_topic();
521 }
522 inline void WebRequest::set_topic(const std::string& value) {
523  _internal_set_topic(value);
524  // @@protoc_insertion_point(field_set:ignition.msgs.WebRequest.topic)
525 }
526 inline std::string* WebRequest::mutable_topic() {
527  // @@protoc_insertion_point(field_mutable:ignition.msgs.WebRequest.topic)
528  return _internal_mutable_topic();
529 }
530 inline const std::string& WebRequest::_internal_topic() const {
531  return topic_.Get();
532 }
533 inline void WebRequest::_internal_set_topic(const std::string& value) {
534 
535  topic_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value, GetArena());
536 }
537 inline void WebRequest::set_topic(std::string&& value) {
538 
539  topic_.Set(
540  &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value), GetArena());
541  // @@protoc_insertion_point(field_set_rvalue:ignition.msgs.WebRequest.topic)
542 }
543 inline void WebRequest::set_topic(const char* value) {
544  GOOGLE_DCHECK(value != nullptr);
545 
546  topic_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value),
547  GetArena());
548  // @@protoc_insertion_point(field_set_char:ignition.msgs.WebRequest.topic)
549 }
550 inline void WebRequest::set_topic(const char* value,
551  size_t size) {
552 
553  topic_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(
554  reinterpret_cast<const char*>(value), size), GetArena());
555  // @@protoc_insertion_point(field_set_pointer:ignition.msgs.WebRequest.topic)
556 }
557 inline std::string* WebRequest::_internal_mutable_topic() {
558 
559  return topic_.Mutable(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
560 }
561 inline std::string* WebRequest::release_topic() {
562  // @@protoc_insertion_point(field_release:ignition.msgs.WebRequest.topic)
563  return topic_.Release(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
564 }
565 inline void WebRequest::set_allocated_topic(std::string* topic) {
566  if (topic != nullptr) {
567 
568  } else {
569 
570  }
571  topic_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), topic,
572  GetArena());
573  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.WebRequest.topic)
574 }
575 inline std::string* WebRequest::unsafe_arena_release_topic() {
576  // @@protoc_insertion_point(field_unsafe_arena_release:ignition.msgs.WebRequest.topic)
577  GOOGLE_DCHECK(GetArena() != nullptr);
578 
579  return topic_.UnsafeArenaRelease(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
580  GetArena());
581 }
582 inline void WebRequest::unsafe_arena_set_allocated_topic(
583  std::string* topic) {
584  GOOGLE_DCHECK(GetArena() != nullptr);
585  if (topic != nullptr) {
586 
587  } else {
588 
589  }
590  topic_.UnsafeArenaSetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
591  topic, GetArena());
592  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:ignition.msgs.WebRequest.topic)
593 }
594 
595 // string msg_type = 4;
596 inline void WebRequest::clear_msg_type() {
597  msg_type_.ClearToEmpty(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
598 }
599 inline const std::string& WebRequest::msg_type() const {
600  // @@protoc_insertion_point(field_get:ignition.msgs.WebRequest.msg_type)
601  return _internal_msg_type();
602 }
603 inline void WebRequest::set_msg_type(const std::string& value) {
604  _internal_set_msg_type(value);
605  // @@protoc_insertion_point(field_set:ignition.msgs.WebRequest.msg_type)
606 }
607 inline std::string* WebRequest::mutable_msg_type() {
608  // @@protoc_insertion_point(field_mutable:ignition.msgs.WebRequest.msg_type)
609  return _internal_mutable_msg_type();
610 }
611 inline const std::string& WebRequest::_internal_msg_type() const {
612  return msg_type_.Get();
613 }
614 inline void WebRequest::_internal_set_msg_type(const std::string& value) {
615 
616  msg_type_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value, GetArena());
617 }
618 inline void WebRequest::set_msg_type(std::string&& value) {
619 
620  msg_type_.Set(
621  &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value), GetArena());
622  // @@protoc_insertion_point(field_set_rvalue:ignition.msgs.WebRequest.msg_type)
623 }
624 inline void WebRequest::set_msg_type(const char* value) {
625  GOOGLE_DCHECK(value != nullptr);
626 
627  msg_type_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value),
628  GetArena());
629  // @@protoc_insertion_point(field_set_char:ignition.msgs.WebRequest.msg_type)
630 }
631 inline void WebRequest::set_msg_type(const char* value,
632  size_t size) {
633 
634  msg_type_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(
635  reinterpret_cast<const char*>(value), size), GetArena());
636  // @@protoc_insertion_point(field_set_pointer:ignition.msgs.WebRequest.msg_type)
637 }
638 inline std::string* WebRequest::_internal_mutable_msg_type() {
639 
640  return msg_type_.Mutable(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
641 }
642 inline std::string* WebRequest::release_msg_type() {
643  // @@protoc_insertion_point(field_release:ignition.msgs.WebRequest.msg_type)
644  return msg_type_.Release(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
645 }
646 inline void WebRequest::set_allocated_msg_type(std::string* msg_type) {
647  if (msg_type != nullptr) {
648 
649  } else {
650 
651  }
652  msg_type_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), msg_type,
653  GetArena());
654  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.WebRequest.msg_type)
655 }
656 inline std::string* WebRequest::unsafe_arena_release_msg_type() {
657  // @@protoc_insertion_point(field_unsafe_arena_release:ignition.msgs.WebRequest.msg_type)
658  GOOGLE_DCHECK(GetArena() != nullptr);
659 
660  return msg_type_.UnsafeArenaRelease(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
661  GetArena());
662 }
663 inline void WebRequest::unsafe_arena_set_allocated_msg_type(
664  std::string* msg_type) {
665  GOOGLE_DCHECK(GetArena() != nullptr);
666  if (msg_type != nullptr) {
667 
668  } else {
669 
670  }
671  msg_type_.UnsafeArenaSetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
672  msg_type, GetArena());
673  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:ignition.msgs.WebRequest.msg_type)
674 }
675 
676 // string compression = 5;
677 inline void WebRequest::clear_compression() {
678  compression_.ClearToEmpty(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
679 }
680 inline const std::string& WebRequest::compression() const {
681  // @@protoc_insertion_point(field_get:ignition.msgs.WebRequest.compression)
682  return _internal_compression();
683 }
684 inline void WebRequest::set_compression(const std::string& value) {
685  _internal_set_compression(value);
686  // @@protoc_insertion_point(field_set:ignition.msgs.WebRequest.compression)
687 }
688 inline std::string* WebRequest::mutable_compression() {
689  // @@protoc_insertion_point(field_mutable:ignition.msgs.WebRequest.compression)
690  return _internal_mutable_compression();
691 }
692 inline const std::string& WebRequest::_internal_compression() const {
693  return compression_.Get();
694 }
695 inline void WebRequest::_internal_set_compression(const std::string& value) {
696 
697  compression_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value, GetArena());
698 }
699 inline void WebRequest::set_compression(std::string&& value) {
700 
701  compression_.Set(
702  &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value), GetArena());
703  // @@protoc_insertion_point(field_set_rvalue:ignition.msgs.WebRequest.compression)
704 }
705 inline void WebRequest::set_compression(const char* value) {
706  GOOGLE_DCHECK(value != nullptr);
707 
708  compression_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value),
709  GetArena());
710  // @@protoc_insertion_point(field_set_char:ignition.msgs.WebRequest.compression)
711 }
712 inline void WebRequest::set_compression(const char* value,
713  size_t size) {
714 
715  compression_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(
716  reinterpret_cast<const char*>(value), size), GetArena());
717  // @@protoc_insertion_point(field_set_pointer:ignition.msgs.WebRequest.compression)
718 }
719 inline std::string* WebRequest::_internal_mutable_compression() {
720 
721  return compression_.Mutable(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
722 }
723 inline std::string* WebRequest::release_compression() {
724  // @@protoc_insertion_point(field_release:ignition.msgs.WebRequest.compression)
725  return compression_.Release(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
726 }
727 inline void WebRequest::set_allocated_compression(std::string* compression) {
728  if (compression != nullptr) {
729 
730  } else {
731 
732  }
733  compression_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), compression,
734  GetArena());
735  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.WebRequest.compression)
736 }
737 inline std::string* WebRequest::unsafe_arena_release_compression() {
738  // @@protoc_insertion_point(field_unsafe_arena_release:ignition.msgs.WebRequest.compression)
739  GOOGLE_DCHECK(GetArena() != nullptr);
740 
741  return compression_.UnsafeArenaRelease(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
742  GetArena());
743 }
744 inline void WebRequest::unsafe_arena_set_allocated_compression(
745  std::string* compression) {
746  GOOGLE_DCHECK(GetArena() != nullptr);
747  if (compression != nullptr) {
748 
749  } else {
750 
751  }
752  compression_.UnsafeArenaSetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
753  compression, GetArena());
754  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:ignition.msgs.WebRequest.compression)
755 }
756 
757 // double hz = 6;
758 inline void WebRequest::clear_hz() {
759  hz_ = 0;
760 }
761 inline double WebRequest::_internal_hz() const {
762  return hz_;
763 }
764 inline double WebRequest::hz() const {
765  // @@protoc_insertion_point(field_get:ignition.msgs.WebRequest.hz)
766  return _internal_hz();
767 }
768 inline void WebRequest::_internal_set_hz(double value) {
769 
770  hz_ = value;
771 }
772 inline void WebRequest::set_hz(double value) {
773  _internal_set_hz(value);
774  // @@protoc_insertion_point(field_set:ignition.msgs.WebRequest.hz)
775 }
776 
777 #ifdef __GNUC__
778  #pragma GCC diagnostic pop
779 #endif // __GNUC__
780 
785 // @@protoc_insertion_point(namespace_scope)
786 
787 } // namespace msgs
788 } // namespace ignition
789 
790 #ifdef _MSC_VER
791 #pragma warning(pop)
792 #endif
793 // @@protoc_insertion_point(global_scope)
794 
795 #include <google/protobuf/port_undef.inc>
796 #endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2fweb_5frequest_2eproto
IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_ignition_2fmsgs_2fweb_5frequest_2eproto
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition: build/ignition-msgs8/include/ignition/msgs/web_request.pb.h:115
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
void CopyFrom(const WebRequest &from)
std::string * release_operation()
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition: build/ignition-msgs8/include/ignition/msgs/web_request.pb.h:109
WebRequest(WebRequest &&from) noexcept
Definition: build/ignition-msgs8/include/ignition/msgs/web_request.pb.h:91
void MergeFrom(const WebRequest &from)
void UnsafeArenaSwap(WebRequest *other)
Definition: build/ignition-msgs8/include/ignition/msgs/web_request.pb.h:139
void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
std::string * mutable_operation()
void set_operation(std::string &&value)
void set_allocated_operation(std::string *operation)
WebRequest & operator=(WebRequest &&from) noexcept
Definition: build/ignition-msgs8/include/ignition/msgs/web_request.pb.h:100
friend void swap(WebRequest &a, WebRequest &b)
Definition: build/ignition-msgs8/include/ignition/msgs/web_request.pb.h:128
void set_operation(const std::string &value)
static const WebRequest & default_instance()
void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
WebRequest(const WebRequest &from)
void set_operation(const char *value)
void Swap(WebRequest *other)
Definition: build/ignition-msgs8/include/ignition/msgs/web_request.pb.h:131
WebRequest * New(::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
Definition: build/ignition-msgs8/include/ignition/msgs/web_request.pb.h:151
WebRequest * New() const final
Definition: build/ignition-msgs8/include/ignition/msgs/web_request.pb.h:147
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition: build/ignition-msgs8/include/ignition/msgs/web_request.pb.h:112
WebRequest(::PROTOBUF_NAMESPACE_ID::Arena *arena)
WebRequest()
Definition: build/ignition-msgs8/include/ignition/msgs/web_request.pb.h:87
const std::string & operation() const
static const WebRequest * internal_default_instance()
Definition: build/ignition-msgs8/include/ignition/msgs/web_request.pb.h:121
void set_operation(const char *value, size_t size)
WebRequest & operator=(const WebRequest &from)
Definition: build/ignition-msgs8/include/ignition/msgs/web_request.pb.h:96
T move(T... args)
std::unique_ptr< const WebRequest > ConstWebRequestUniquePtr
Definition: build/ignition-msgs8/include/ignition/msgs/web_request.pb.h:782
IGNITION_MSGS_VISIBLE HeaderDefaultTypeInternal _Header_default_instance_
std::shared_ptr< const WebRequest > ConstWebRequestSharedPtr
Definition: build/ignition-msgs8/include/ignition/msgs/web_request.pb.h:784
IGNITION_MSGS_VISIBLE WebRequestDefaultTypeInternal _WebRequest_default_instance_
std::shared_ptr< WebRequest > WebRequestSharedPtr
Definition: build/ignition-msgs8/include/ignition/msgs/web_request.pb.h:783
std::unique_ptr< WebRequest > WebRequestUniquePtr
Definition: build/ignition-msgs8/include/ignition/msgs/web_request.pb.h:781
Definition: build/ignition-msgs8/include/ignition/msgs/actor.pb.h:53
STL namespace.
Definition: build/ignition-msgs8/include/ignition/msgs/web_request.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)