4 #ifndef GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2fweb_5frequest_2eproto
5 #define GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2fweb_5frequest_2eproto
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
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.
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>
33 #include <google/protobuf/extension_set.h>
34 #include <google/protobuf/unknown_field_set.h>
37 #pragma GCC system_header
40 #pragma warning(disable: 4244 4267 4100 4244 4512 4127 4068 4275 4251)
43 #include <sys/sysmacros.h>
48 #include <google/protobuf/port_def.inc>
49 #define PROTOBUF_INTERNAL_EXPORT_ignition_2fmsgs_2fweb_5frequest_2eproto IGNITION_MSGS_VISIBLE
50 PROTOBUF_NAMESPACE_OPEN
54 PROTOBUF_NAMESPACE_CLOSE
58 static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[]
60 static const ::PROTOBUF_NAMESPACE_ID::internal::AuxillaryParseTableField aux[]
62 static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[1]
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[];
72 class WebRequestDefaultTypeInternal;
76 PROTOBUF_NAMESPACE_OPEN
77 template<> IGNITION_MSGS_VISIBLE ::ignition::msgs::WebRequest* Arena::CreateMaybeMessage<::ignition::msgs::WebRequest>(Arena*);
78 PROTOBUF_NAMESPACE_CLOSE
84 class IGNITION_MSGS_VISIBLE WebRequest PROTOBUF_FINAL :
85 public ::PROTOBUF_NAMESPACE_ID::Message {
93 *
this = ::std::move(from);
96 inline WebRequest&
operator=(
const WebRequest& from) {
100 inline WebRequest&
operator=(WebRequest&& from) noexcept {
101 if (GetArena() == from.GetArena()) {
102 if (
this != &from) InternalSwap(&from);
109 static const ::PROTOBUF_NAMESPACE_ID::Descriptor*
descriptor() {
110 return GetDescriptor();
113 return GetMetadataStatic().descriptor;
116 return GetMetadataStatic().reflection;
122 return reinterpret_cast<const WebRequest*
>(
125 static constexpr
int kIndexInFileMessages =
128 friend void swap(WebRequest& a, WebRequest& b) {
131 inline void Swap(WebRequest* other) {
132 if (other ==
this)
return;
133 if (GetArena() == other->GetArena()) {
136 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(
this, other);
140 if (other ==
this)
return;
141 GOOGLE_DCHECK(GetArena() == other->GetArena());
147 inline WebRequest*
New() const final {
148 return CreateMaybeMessage<WebRequest>(
nullptr);
151 WebRequest*
New(::PROTOBUF_NAMESPACE_ID::Arena* arena)
const final {
152 return CreateMaybeMessage<WebRequest>(arena);
154 void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from)
final;
155 void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from)
final;
158 PROTOBUF_ATTRIBUTE_REINITIALIZES
void Clear() final;
159 bool IsInitialized() const final;
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(); }
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";
179 static void ArenaDtor(
void*
object);
180 inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
185 static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() {
197 kOperationFieldNumber = 2,
198 kTopicFieldNumber = 3,
199 kMsgTypeFieldNumber = 4,
200 kCompressionFieldNumber = 5,
201 kHeaderFieldNumber = 1,
214 GOOGLE_PROTOBUF_RUNTIME_DEPRECATED(
"The unsafe_arena_ accessors for"
215 " string fields are deprecated and will be removed in a"
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"
221 void unsafe_arena_set_allocated_operation(
222 std::
string* operation);
224 const
std::
string& _internal_operation() const;
225 void _internal_set_operation(const
std::
string& value);
226 std::
string* _internal_mutable_operation();
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"
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"
246 void unsafe_arena_set_allocated_topic(
249 const
std::
string& _internal_topic() const;
250 void _internal_set_topic(const
std::
string& value);
251 std::
string* _internal_mutable_topic();
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"
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"
271 void unsafe_arena_set_allocated_msg_type(
272 std::
string* msg_type);
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();
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"
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"
296 void unsafe_arena_set_allocated_compression(
297 std::
string* compression);
299 const
std::
string& _internal_compression() const;
300 void _internal_set_compression(const
std::
string& value);
301 std::
string* _internal_mutable_compression();
305 bool has_header() const;
307 bool _internal_has_header() const;
313 void set_allocated_header(::
ignition::msgs::Header* header);
315 const ::
ignition::msgs::Header& _internal_header() const;
316 ::
ignition::msgs::Header* _internal_mutable_header();
318 void unsafe_arena_set_allocated_header(
320 ::
ignition::msgs::Header* unsafe_arena_release_header();
325 void set_hz(
double value);
327 double _internal_hz() const;
328 void _internal_set_hz(
double value);
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_;
344 mutable ::PROTOBUF_NAMESPACE_ID::
internal::CachedSize _cached_size_;
353 #pragma GCC diagnostic push
354 #pragma GCC diagnostic ignored "-Wstrict-aliasing"
359 inline bool WebRequest::_internal_has_header()
const {
360 return this != internal_default_instance() && header_ !=
nullptr;
362 inline bool WebRequest::has_header()
const {
363 return _internal_has_header();
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*
>(
370 inline const ::ignition::msgs::Header& WebRequest::header()
const {
372 return _internal_header();
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_);
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);
394 inline ::ignition::msgs::Header* WebRequest::unsafe_arena_release_header() {
397 ::ignition::msgs::Header* temp = header_;
401 inline ::ignition::msgs::Header* WebRequest::_internal_mutable_header() {
403 if (header_ ==
nullptr) {
404 auto* p = CreateMaybeMessage<::ignition::msgs::Header>(GetArena());
409 inline ::ignition::msgs::Header* WebRequest::mutable_header() {
411 return _internal_mutable_header();
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_);
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);
434 inline void WebRequest::clear_operation() {
435 operation_.ClearToEmpty(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
437 inline const std::string& WebRequest::operation()
const {
439 return _internal_operation();
441 inline void WebRequest::set_operation(
const std::string& value) {
442 _internal_set_operation(value);
445 inline std::string* WebRequest::mutable_operation() {
447 return _internal_mutable_operation();
449 inline const std::string& WebRequest::_internal_operation()
const {
450 return operation_.Get();
452 inline void WebRequest::_internal_set_operation(
const std::string& value) {
454 operation_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value, GetArena());
456 inline void WebRequest::set_operation(
std::string&& value) {
459 &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::
std::move(value), GetArena());
462 inline void WebRequest::set_operation(
const char* value) {
463 GOOGLE_DCHECK(value !=
nullptr);
465 operation_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::
std::string(value),
469 inline void WebRequest::set_operation(
const char* value,
472 operation_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::
std::string(
473 reinterpret_cast<const char*
>(value), size), GetArena());
476 inline std::string* WebRequest::_internal_mutable_operation() {
478 return operation_.Mutable(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
480 inline std::string* WebRequest::release_operation() {
482 return operation_.Release(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
484 inline void WebRequest::set_allocated_operation(
std::string* operation) {
485 if (operation !=
nullptr) {
490 operation_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), operation,
494 inline std::string* WebRequest::unsafe_arena_release_operation() {
496 GOOGLE_DCHECK(GetArena() !=
nullptr);
498 return operation_.UnsafeArenaRelease(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
501 inline void WebRequest::unsafe_arena_set_allocated_operation(
503 GOOGLE_DCHECK(GetArena() !=
nullptr);
504 if (operation !=
nullptr) {
509 operation_.UnsafeArenaSetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
510 operation, GetArena());
515 inline void WebRequest::clear_topic() {
516 topic_.ClearToEmpty(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
518 inline const std::string& WebRequest::topic()
const {
520 return _internal_topic();
522 inline void WebRequest::set_topic(
const std::string& value) {
523 _internal_set_topic(value);
528 return _internal_mutable_topic();
530 inline const std::string& WebRequest::_internal_topic()
const {
533 inline void WebRequest::_internal_set_topic(
const std::string& value) {
535 topic_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value, GetArena());
537 inline void WebRequest::set_topic(
std::string&& value) {
540 &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::
std::move(value), GetArena());
543 inline void WebRequest::set_topic(
const char* value) {
544 GOOGLE_DCHECK(value !=
nullptr);
546 topic_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::
std::string(value),
550 inline void WebRequest::set_topic(
const char* value,
553 topic_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::
std::string(
554 reinterpret_cast<const char*
>(value), size), GetArena());
557 inline std::string* WebRequest::_internal_mutable_topic() {
559 return topic_.Mutable(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
563 return topic_.Release(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
565 inline void WebRequest::set_allocated_topic(
std::string* topic) {
566 if (topic !=
nullptr) {
571 topic_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), topic,
575 inline std::string* WebRequest::unsafe_arena_release_topic() {
577 GOOGLE_DCHECK(GetArena() !=
nullptr);
579 return topic_.UnsafeArenaRelease(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
582 inline void WebRequest::unsafe_arena_set_allocated_topic(
584 GOOGLE_DCHECK(GetArena() !=
nullptr);
585 if (topic !=
nullptr) {
590 topic_.UnsafeArenaSetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
596 inline void WebRequest::clear_msg_type() {
597 msg_type_.ClearToEmpty(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
599 inline const std::string& WebRequest::msg_type()
const {
601 return _internal_msg_type();
603 inline void WebRequest::set_msg_type(
const std::string& value) {
604 _internal_set_msg_type(value);
607 inline std::string* WebRequest::mutable_msg_type() {
609 return _internal_mutable_msg_type();
611 inline const std::string& WebRequest::_internal_msg_type()
const {
612 return msg_type_.Get();
614 inline void WebRequest::_internal_set_msg_type(
const std::string& value) {
616 msg_type_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value, GetArena());
618 inline void WebRequest::set_msg_type(
std::string&& value) {
621 &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::
std::move(value), GetArena());
624 inline void WebRequest::set_msg_type(
const char* value) {
625 GOOGLE_DCHECK(value !=
nullptr);
627 msg_type_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::
std::string(value),
631 inline void WebRequest::set_msg_type(
const char* value,
634 msg_type_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::
std::string(
635 reinterpret_cast<const char*
>(value), size), GetArena());
638 inline std::string* WebRequest::_internal_mutable_msg_type() {
640 return msg_type_.Mutable(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
642 inline std::string* WebRequest::release_msg_type() {
644 return msg_type_.Release(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
646 inline void WebRequest::set_allocated_msg_type(
std::string* msg_type) {
647 if (msg_type !=
nullptr) {
652 msg_type_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), msg_type,
656 inline std::string* WebRequest::unsafe_arena_release_msg_type() {
658 GOOGLE_DCHECK(GetArena() !=
nullptr);
660 return msg_type_.UnsafeArenaRelease(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
663 inline void WebRequest::unsafe_arena_set_allocated_msg_type(
665 GOOGLE_DCHECK(GetArena() !=
nullptr);
666 if (msg_type !=
nullptr) {
671 msg_type_.UnsafeArenaSetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
672 msg_type, GetArena());
677 inline void WebRequest::clear_compression() {
678 compression_.ClearToEmpty(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
680 inline const std::string& WebRequest::compression()
const {
682 return _internal_compression();
684 inline void WebRequest::set_compression(
const std::string& value) {
685 _internal_set_compression(value);
688 inline std::string* WebRequest::mutable_compression() {
690 return _internal_mutable_compression();
692 inline const std::string& WebRequest::_internal_compression()
const {
693 return compression_.Get();
695 inline void WebRequest::_internal_set_compression(
const std::string& value) {
697 compression_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value, GetArena());
699 inline void WebRequest::set_compression(
std::string&& value) {
702 &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::
std::move(value), GetArena());
705 inline void WebRequest::set_compression(
const char* value) {
706 GOOGLE_DCHECK(value !=
nullptr);
708 compression_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::
std::string(value),
712 inline void WebRequest::set_compression(
const char* value,
715 compression_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::
std::string(
716 reinterpret_cast<const char*
>(value), size), GetArena());
719 inline std::string* WebRequest::_internal_mutable_compression() {
721 return compression_.Mutable(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
723 inline std::string* WebRequest::release_compression() {
725 return compression_.Release(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
727 inline void WebRequest::set_allocated_compression(
std::string* compression) {
728 if (compression !=
nullptr) {
733 compression_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), compression,
737 inline std::string* WebRequest::unsafe_arena_release_compression() {
739 GOOGLE_DCHECK(GetArena() !=
nullptr);
741 return compression_.UnsafeArenaRelease(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
744 inline void WebRequest::unsafe_arena_set_allocated_compression(
746 GOOGLE_DCHECK(GetArena() !=
nullptr);
747 if (compression !=
nullptr) {
752 compression_.UnsafeArenaSetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
753 compression, GetArena());
758 inline void WebRequest::clear_hz() {
761 inline double WebRequest::_internal_hz()
const {
764 inline double WebRequest::hz()
const {
766 return _internal_hz();
768 inline void WebRequest::_internal_set_hz(
double value) {
772 inline void WebRequest::set_hz(
double value) {
773 _internal_set_hz(value);
778 #pragma GCC diagnostic pop
795 #include <google/protobuf/port_undef.inc>
IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_ignition_2fmsgs_2fweb_5frequest_2eproto
static void InitAsDefaultInstance()
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
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
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)