4#ifndef GOOGLE_PROTOBUF_INCLUDED_protocol_2eproto
5#define GOOGLE_PROTOBUF_INCLUDED_protocol_2eproto
10#include <google/protobuf/port_def.inc>
11#if PROTOBUF_VERSION < 3021000
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 3021012 < 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_util.h>
27#include <google/protobuf/metadata_lite.h>
28#include <google/protobuf/generated_message_reflection.h>
29#include <google/protobuf/message.h>
30#include <google/protobuf/repeated_field.h>
31#include <google/protobuf/extension_set.h>
32#include <google/protobuf/map.h>
33#include <google/protobuf/map_entry.h>
34#include <google/protobuf/map_field_inl.h>
35#include <google/protobuf/unknown_field_set.h>
38#include <google/protobuf/port_def.inc>
39#define PROTOBUF_INTERNAL_EXPORT_protocol_2eproto
40PROTOBUF_NAMESPACE_OPEN
44PROTOBUF_NAMESPACE_CLOSE
53struct basicAckRequestDefaultTypeInternal;
55class basicCancelRequest;
56struct basicCancelRequestDefaultTypeInternal;
58class basicConsumeRequest;
59struct basicConsumeRequestDefaultTypeInternal;
61class basicConsumeResponse;
62struct basicConsumeResponseDefaultTypeInternal;
64class basicPublishRequest;
65struct basicPublishRequestDefaultTypeInternal;
68struct basicResponseDefaultTypeInternal;
70class closeChannelRequest;
71struct closeChannelRequestDefaultTypeInternal;
73class declareExchangeRequest;
74struct declareExchangeRequestDefaultTypeInternal;
76class declareExchangeRequest_ArgsEntry_DoNotUse;
77struct declareExchangeRequest_ArgsEntry_DoNotUseDefaultTypeInternal;
79class declareQueueRequest;
80struct declareQueueRequestDefaultTypeInternal;
82class declareQueueRequest_ArgsEntry_DoNotUse;
83struct declareQueueRequest_ArgsEntry_DoNotUseDefaultTypeInternal;
85class deleteExchangeRequest;
86struct deleteExchangeRequestDefaultTypeInternal;
88class deleteQueueRequest;
89struct deleteQueueRequestDefaultTypeInternal;
91class openChannelRequest;
92struct openChannelRequestDefaultTypeInternal;
94class queueBindRequest;
95struct queueBindRequestDefaultTypeInternal;
97class queueUnBindRequest;
98struct queueUnBindRequestDefaultTypeInternal;
101PROTOBUF_NAMESPACE_OPEN
118PROTOBUF_NAMESPACE_CLOSE
124 public ::PROTOBUF_NAMESPACE_ID::Message {
128 explicit PROTOBUF_CONSTEXPR
openChannelRequest(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
133 *
this = ::std::move(from);
141 if (
this == &from)
return *
this;
142 if (GetOwningArena() == from.GetOwningArena()
143 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
144 && GetOwningArena() !=
nullptr
154 static const ::PROTOBUF_NAMESPACE_ID::Descriptor*
descriptor() {
177 if (other ==
this)
return;
178 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
179 if (GetOwningArena() !=
nullptr &&
180 GetOwningArena() == other->GetOwningArena()) {
182 if (GetOwningArena() == other->GetOwningArena()) {
186 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(
this, other);
190 if (other ==
this)
return;
191 GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
198 return CreateMaybeMessage<openChannelRequest>(arena);
200 using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
202 using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
207 static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg);
209 PROTOBUF_ATTRIBUTE_REINITIALIZES
void Clear() final;
215 uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
219 void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned);
225 friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
227 return "XuMQ.openChannelRequest";
231 bool is_message_owned =
false);
235 const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*
GetClassData() const final;
237 ::PROTOBUF_NAMESPACE_ID::Metadata
GetMetadata() const final;
249 const std::string&
rid()
const;
250 template <
typename ArgT0 =
const std::string&,
typename... ArgT>
263 const std::string&
cid()
const;
264 template <
typename ArgT0 =
const std::string&,
typename... ArgT>
279 template <
typename T>
friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
283 ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr
rid_;
284 ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr
cid_;
288 friend struct ::TableStruct_protocol_2eproto;
293 public ::PROTOBUF_NAMESPACE_ID::Message {
302 *
this = ::std::move(from);
310 if (
this == &from)
return *
this;
311 if (GetOwningArena() == from.GetOwningArena()
312 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
313 && GetOwningArena() !=
nullptr
323 static const ::PROTOBUF_NAMESPACE_ID::Descriptor*
descriptor() {
324 return GetDescriptor();
327 return default_instance().GetMetadata().descriptor;
330 return default_instance().GetMetadata().reflection;
333 return *internal_default_instance();
339 static constexpr int kIndexInFileMessages =
346 if (other ==
this)
return;
347 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
348 if (GetOwningArena() !=
nullptr &&
349 GetOwningArena() == other->GetOwningArena()) {
351 if (GetOwningArena() == other->GetOwningArena()) {
355 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(
this, other);
359 if (other ==
this)
return;
360 GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
367 return CreateMaybeMessage<closeChannelRequest>(arena);
369 using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
371 using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
373 closeChannelRequest::MergeImpl(*
this, from);
376 static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg);
378 PROTOBUF_ATTRIBUTE_REINITIALIZES
void Clear() final;
379 bool IsInitialized() const final;
381 size_t ByteSizeLong() const final;
382 const
char* _InternalParse(const
char* ptr, ::PROTOBUF_NAMESPACE_ID::
internal::ParseContext* ctx) final;
383 uint8_t* _InternalSerialize(
384 uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
385 int GetCachedSize() const final {
return _impl_._cached_size_.Get(); }
388 void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned);
390 void SetCachedSize(
int size)
const final;
394 friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
396 return "XuMQ.closeChannelRequest";
400 bool is_message_owned =
false);
404 const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final;
406 ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
418 const std::string& rid()
const;
419 template <
typename ArgT0 =
const std::string&,
typename... ArgT>
421 std::string* mutable_rid();
422 PROTOBUF_NODISCARD std::string* release_rid();
423 void set_allocated_rid(std::string* rid);
425 const std::string& _internal_rid()
const;
426 inline PROTOBUF_ALWAYS_INLINE
void _internal_set_rid(
const std::string& value);
427 std::string* _internal_mutable_rid();
432 const std::string& cid()
const;
433 template <
typename ArgT0 =
const std::string&,
typename... ArgT>
435 std::string* mutable_cid();
436 PROTOBUF_NODISCARD std::string* release_cid();
437 void set_allocated_cid(std::string* cid);
439 const std::string& _internal_cid()
const;
440 inline PROTOBUF_ALWAYS_INLINE
void _internal_set_cid(
const std::string& value);
441 std::string* _internal_mutable_cid();
448 template <
typename T>
friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
452 ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr
rid_;
453 ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr
cid_;
457 friend struct ::TableStruct_protocol_2eproto;
462 std::string, std::string,
463 ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING,
464 ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING> {
467 std::string, std::string,
468 ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING,
469 ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING>
SuperType;
472 ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
477 return ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(s->data(),
static_cast<int>(s->size()), ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"XuMQ.declareExchangeRequest.ArgsEntry.key");
480 return ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(s->data(),
static_cast<int>(s->size()), ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"XuMQ.declareExchangeRequest.ArgsEntry.value");
482 using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
483 ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
490 public ::PROTOBUF_NAMESPACE_ID::
Message {
499 *
this = ::std::move(from);
507 if (
this == &from)
return *
this;
508 if (GetOwningArena() == from.GetOwningArena()
509 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
510 && GetOwningArena() !=
nullptr
520 static const ::PROTOBUF_NAMESPACE_ID::Descriptor*
descriptor() {
521 return GetDescriptor();
524 return default_instance().GetMetadata().descriptor;
527 return default_instance().GetMetadata().reflection;
530 return *internal_default_instance();
536 static constexpr int kIndexInFileMessages =
543 if (other ==
this)
return;
544 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
545 if (GetOwningArena() !=
nullptr &&
546 GetOwningArena() == other->GetOwningArena()) {
548 if (GetOwningArena() == other->GetOwningArena()) {
552 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(
this, other);
556 if (other ==
this)
return;
557 GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
564 return CreateMaybeMessage<declareExchangeRequest>(arena);
566 using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
568 using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
570 declareExchangeRequest::MergeImpl(*
this, from);
573 static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg);
575 PROTOBUF_ATTRIBUTE_REINITIALIZES
void Clear() final;
576 bool IsInitialized() const final;
578 size_t ByteSizeLong() const final;
579 const
char* _InternalParse(const
char* ptr, ::PROTOBUF_NAMESPACE_ID::
internal::ParseContext* ctx) final;
580 uint8_t* _InternalSerialize(
581 uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
582 int GetCachedSize() const final {
return _impl_._cached_size_.Get(); }
585 void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned);
587 void SetCachedSize(
int size)
const final;
591 friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
593 return "XuMQ.declareExchangeRequest";
597 bool is_message_owned =
false);
599 static void ArenaDtor(
void*
object);
603 const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final;
605 ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
613 kArgsFieldNumber = 7,
616 kExchangeNameFieldNumber = 3,
617 kExchangeTypeFieldNumber = 4,
618 kDurableFieldNumber = 5,
619 kAutoDeleteFieldNumber = 6,
622 int args_size()
const;
624 int _internal_args_size()
const;
628 const ::PROTOBUF_NAMESPACE_ID::Map< std::string, std::string >&
629 _internal_args()
const;
630 ::PROTOBUF_NAMESPACE_ID::Map< std::string, std::string >*
631 _internal_mutable_args();
633 const ::PROTOBUF_NAMESPACE_ID::Map< std::string, std::string >&
635 ::PROTOBUF_NAMESPACE_ID::Map< std::string, std::string >*
640 const std::string& rid()
const;
641 template <
typename ArgT0 =
const std::string&,
typename... ArgT>
643 std::string* mutable_rid();
644 PROTOBUF_NODISCARD std::string* release_rid();
645 void set_allocated_rid(std::string* rid);
647 const std::string& _internal_rid()
const;
648 inline PROTOBUF_ALWAYS_INLINE
void _internal_set_rid(
const std::string& value);
649 std::string* _internal_mutable_rid();
654 const std::string& cid()
const;
655 template <
typename ArgT0 =
const std::string&,
typename... ArgT>
657 std::string* mutable_cid();
658 PROTOBUF_NODISCARD std::string* release_cid();
659 void set_allocated_cid(std::string* cid);
661 const std::string& _internal_cid()
const;
662 inline PROTOBUF_ALWAYS_INLINE
void _internal_set_cid(
const std::string& value);
663 std::string* _internal_mutable_cid();
667 void clear_exchange_name();
668 const std::string& exchange_name()
const;
669 template <
typename ArgT0 =
const std::string&,
typename... ArgT>
671 std::string* mutable_exchange_name();
672 PROTOBUF_NODISCARD std::string* release_exchange_name();
673 void set_allocated_exchange_name(std::string* exchange_name);
675 const std::string& _internal_exchange_name()
const;
676 inline PROTOBUF_ALWAYS_INLINE
void _internal_set_exchange_name(
const std::string& value);
677 std::string* _internal_mutable_exchange_name();
681 void clear_exchange_type();
690 void clear_durable();
691 bool durable()
const;
692 void set_durable(
bool value);
694 bool _internal_durable()
const;
695 void _internal_set_durable(
bool value);
699 void clear_auto_delete();
700 bool auto_delete()
const;
701 void set_auto_delete(
bool value);
703 bool _internal_auto_delete()
const;
704 void _internal_set_auto_delete(
bool value);
711 template <
typename T>
friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
715 ::PROTOBUF_NAMESPACE_ID::internal::MapField<
717 std::string, std::string,
718 ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING,
719 ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING>
args_;
720 ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr
rid_;
721 ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr
cid_;
729 friend struct ::TableStruct_protocol_2eproto;
734 public ::PROTOBUF_NAMESPACE_ID::Message {
743 *
this = ::std::move(from);
751 if (
this == &from)
return *
this;
752 if (GetOwningArena() == from.GetOwningArena()
753 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
754 && GetOwningArena() !=
nullptr
764 static const ::PROTOBUF_NAMESPACE_ID::Descriptor*
descriptor() {
765 return GetDescriptor();
768 return default_instance().GetMetadata().descriptor;
771 return default_instance().GetMetadata().reflection;
774 return *internal_default_instance();
780 static constexpr int kIndexInFileMessages =
787 if (other ==
this)
return;
788 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
789 if (GetOwningArena() !=
nullptr &&
790 GetOwningArena() == other->GetOwningArena()) {
792 if (GetOwningArena() == other->GetOwningArena()) {
796 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(
this, other);
800 if (other ==
this)
return;
801 GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
808 return CreateMaybeMessage<deleteExchangeRequest>(arena);
810 using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
812 using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
814 deleteExchangeRequest::MergeImpl(*
this, from);
817 static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg);
819 PROTOBUF_ATTRIBUTE_REINITIALIZES
void Clear() final;
820 bool IsInitialized() const final;
822 size_t ByteSizeLong() const final;
823 const
char* _InternalParse(const
char* ptr, ::PROTOBUF_NAMESPACE_ID::
internal::ParseContext* ctx) final;
824 uint8_t* _InternalSerialize(
825 uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
826 int GetCachedSize() const final {
return _impl_._cached_size_.Get(); }
829 void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned);
831 void SetCachedSize(
int size)
const final;
835 friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
837 return "XuMQ.deleteExchangeRequest";
841 bool is_message_owned =
false);
845 const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final;
847 ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
856 kExchangeNameFieldNumber = 3,
860 const std::string& rid()
const;
861 template <
typename ArgT0 =
const std::string&,
typename... ArgT>
863 std::string* mutable_rid();
864 PROTOBUF_NODISCARD std::string* release_rid();
865 void set_allocated_rid(std::string* rid);
867 const std::string& _internal_rid()
const;
868 inline PROTOBUF_ALWAYS_INLINE
void _internal_set_rid(
const std::string& value);
869 std::string* _internal_mutable_rid();
874 const std::string& cid()
const;
875 template <
typename ArgT0 =
const std::string&,
typename... ArgT>
877 std::string* mutable_cid();
878 PROTOBUF_NODISCARD std::string* release_cid();
879 void set_allocated_cid(std::string* cid);
881 const std::string& _internal_cid()
const;
882 inline PROTOBUF_ALWAYS_INLINE
void _internal_set_cid(
const std::string& value);
883 std::string* _internal_mutable_cid();
887 void clear_exchange_name();
888 const std::string& exchange_name()
const;
889 template <
typename ArgT0 =
const std::string&,
typename... ArgT>
891 std::string* mutable_exchange_name();
892 PROTOBUF_NODISCARD std::string* release_exchange_name();
893 void set_allocated_exchange_name(std::string* exchange_name);
895 const std::string& _internal_exchange_name()
const;
896 inline PROTOBUF_ALWAYS_INLINE
void _internal_set_exchange_name(
const std::string& value);
897 std::string* _internal_mutable_exchange_name();
904 template <
typename T>
friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
908 ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr
rid_;
909 ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr
cid_;
914 friend struct ::TableStruct_protocol_2eproto;
919 std::string, std::string,
920 ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING,
921 ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING> {
924 std::string, std::string,
925 ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING,
926 ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING>
SuperType;
929 ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
934 return ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(s->data(),
static_cast<int>(s->size()), ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"XuMQ.declareQueueRequest.ArgsEntry.key");
937 return ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(s->data(),
static_cast<int>(s->size()), ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
"XuMQ.declareQueueRequest.ArgsEntry.value");
939 using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
940 ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
947 public ::PROTOBUF_NAMESPACE_ID::
Message {
956 *
this = ::std::move(from);
964 if (
this == &from)
return *
this;
965 if (GetOwningArena() == from.GetOwningArena()
966 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
967 && GetOwningArena() !=
nullptr
977 static const ::PROTOBUF_NAMESPACE_ID::Descriptor*
descriptor() {
978 return GetDescriptor();
981 return default_instance().GetMetadata().descriptor;
984 return default_instance().GetMetadata().reflection;
987 return *internal_default_instance();
993 static constexpr int kIndexInFileMessages =
1000 if (other ==
this)
return;
1001 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
1002 if (GetOwningArena() !=
nullptr &&
1003 GetOwningArena() == other->GetOwningArena()) {
1005 if (GetOwningArena() == other->GetOwningArena()) {
1007 InternalSwap(other);
1009 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(
this, other);
1013 if (other ==
this)
return;
1014 GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
1015 InternalSwap(other);
1021 return CreateMaybeMessage<declareQueueRequest>(arena);
1023 using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
1025 using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
1027 declareQueueRequest::MergeImpl(*
this, from);
1030 static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg);
1032 PROTOBUF_ATTRIBUTE_REINITIALIZES
void Clear() final;
1033 bool IsInitialized() const final;
1035 size_t ByteSizeLong() const final;
1036 const
char* _InternalParse(const
char* ptr, ::PROTOBUF_NAMESPACE_ID::
internal::ParseContext* ctx) final;
1037 uint8_t* _InternalSerialize(
1038 uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
1039 int GetCachedSize() const final {
return _impl_._cached_size_.Get(); }
1042 void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned);
1044 void SetCachedSize(
int size)
const final;
1048 friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
1050 return "XuMQ.declareQueueRequest";
1054 bool is_message_owned =
false);
1056 static void ArenaDtor(
void*
object);
1060 const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final;
1062 ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
1070 kArgsFieldNumber = 7,
1071 kRidFieldNumber = 1,
1072 kCidFieldNumber = 2,
1073 kQueueNameFieldNumber = 3,
1074 kExclusiveFieldNumber = 4,
1075 kDurableFieldNumber = 5,
1076 kAutoDeleteFieldNumber = 6,
1079 int args_size()
const;
1081 int _internal_args_size()
const;
1085 const ::PROTOBUF_NAMESPACE_ID::Map< std::string, std::string >&
1086 _internal_args()
const;
1087 ::PROTOBUF_NAMESPACE_ID::Map< std::string, std::string >*
1088 _internal_mutable_args();
1090 const ::PROTOBUF_NAMESPACE_ID::Map< std::string, std::string >&
1092 ::PROTOBUF_NAMESPACE_ID::Map< std::string, std::string >*
1097 const std::string& rid()
const;
1098 template <
typename ArgT0 =
const std::string&,
typename... ArgT>
1100 std::string* mutable_rid();
1101 PROTOBUF_NODISCARD std::string* release_rid();
1102 void set_allocated_rid(std::string* rid);
1104 const std::string& _internal_rid()
const;
1105 inline PROTOBUF_ALWAYS_INLINE
void _internal_set_rid(
const std::string& value);
1106 std::string* _internal_mutable_rid();
1111 const std::string& cid()
const;
1112 template <
typename ArgT0 =
const std::string&,
typename... ArgT>
1114 std::string* mutable_cid();
1115 PROTOBUF_NODISCARD std::string* release_cid();
1116 void set_allocated_cid(std::string* cid);
1118 const std::string& _internal_cid()
const;
1119 inline PROTOBUF_ALWAYS_INLINE
void _internal_set_cid(
const std::string& value);
1120 std::string* _internal_mutable_cid();
1124 void clear_queue_name();
1125 const std::string& queue_name()
const;
1126 template <
typename ArgT0 =
const std::string&,
typename... ArgT>
1128 std::string* mutable_queue_name();
1129 PROTOBUF_NODISCARD std::string* release_queue_name();
1130 void set_allocated_queue_name(std::string* queue_name);
1132 const std::string& _internal_queue_name()
const;
1133 inline PROTOBUF_ALWAYS_INLINE
void _internal_set_queue_name(
const std::string& value);
1134 std::string* _internal_mutable_queue_name();
1138 void clear_exclusive();
1139 bool exclusive()
const;
1140 void set_exclusive(
bool value);
1142 bool _internal_exclusive()
const;
1143 void _internal_set_exclusive(
bool value);
1147 void clear_durable();
1148 bool durable()
const;
1149 void set_durable(
bool value);
1151 bool _internal_durable()
const;
1152 void _internal_set_durable(
bool value);
1156 void clear_auto_delete();
1157 bool auto_delete()
const;
1158 void set_auto_delete(
bool value);
1160 bool _internal_auto_delete()
const;
1161 void _internal_set_auto_delete(
bool value);
1168 template <
typename T>
friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
1172 ::PROTOBUF_NAMESPACE_ID::internal::MapField<
1174 std::string, std::string,
1175 ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING,
1176 ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING>
args_;
1177 ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr
rid_;
1178 ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr
cid_;
1186 friend struct ::TableStruct_protocol_2eproto;
1191 public ::PROTOBUF_NAMESPACE_ID::Message {
1200 *
this = ::std::move(from);
1208 if (
this == &from)
return *
this;
1209 if (GetOwningArena() == from.GetOwningArena()
1210 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
1211 && GetOwningArena() !=
nullptr
1214 InternalSwap(&from);
1222 return GetDescriptor();
1225 return default_instance().GetMetadata().descriptor;
1228 return default_instance().GetMetadata().reflection;
1231 return *internal_default_instance();
1237 static constexpr int kIndexInFileMessages =
1244 if (other ==
this)
return;
1245 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
1246 if (GetOwningArena() !=
nullptr &&
1247 GetOwningArena() == other->GetOwningArena()) {
1249 if (GetOwningArena() == other->GetOwningArena()) {
1251 InternalSwap(other);
1253 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(
this, other);
1257 if (other ==
this)
return;
1258 GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
1259 InternalSwap(other);
1265 return CreateMaybeMessage<deleteQueueRequest>(arena);
1267 using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
1269 using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
1271 deleteQueueRequest::MergeImpl(*
this, from);
1274 static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg);
1276 PROTOBUF_ATTRIBUTE_REINITIALIZES
void Clear() final;
1277 bool IsInitialized() const final;
1279 size_t ByteSizeLong() const final;
1280 const
char* _InternalParse(const
char* ptr, ::PROTOBUF_NAMESPACE_ID::
internal::ParseContext* ctx) final;
1281 uint8_t* _InternalSerialize(
1282 uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
1283 int GetCachedSize() const final {
return _impl_._cached_size_.Get(); }
1286 void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned);
1288 void SetCachedSize(
int size)
const final;
1292 friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
1294 return "XuMQ.deleteQueueRequest";
1298 bool is_message_owned =
false);
1302 const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final;
1304 ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
1311 kRidFieldNumber = 1,
1312 kCidFieldNumber = 2,
1313 kQueueNameFieldNumber = 3,
1317 const std::string& rid()
const;
1318 template <
typename ArgT0 =
const std::string&,
typename... ArgT>
1320 std::string* mutable_rid();
1321 PROTOBUF_NODISCARD std::string* release_rid();
1322 void set_allocated_rid(std::string* rid);
1324 const std::string& _internal_rid()
const;
1325 inline PROTOBUF_ALWAYS_INLINE
void _internal_set_rid(
const std::string& value);
1326 std::string* _internal_mutable_rid();
1331 const std::string& cid()
const;
1332 template <
typename ArgT0 =
const std::string&,
typename... ArgT>
1334 std::string* mutable_cid();
1335 PROTOBUF_NODISCARD std::string* release_cid();
1336 void set_allocated_cid(std::string* cid);
1338 const std::string& _internal_cid()
const;
1339 inline PROTOBUF_ALWAYS_INLINE
void _internal_set_cid(
const std::string& value);
1340 std::string* _internal_mutable_cid();
1344 void clear_queue_name();
1345 const std::string& queue_name()
const;
1346 template <
typename ArgT0 =
const std::string&,
typename... ArgT>
1348 std::string* mutable_queue_name();
1349 PROTOBUF_NODISCARD std::string* release_queue_name();
1350 void set_allocated_queue_name(std::string* queue_name);
1352 const std::string& _internal_queue_name()
const;
1353 inline PROTOBUF_ALWAYS_INLINE
void _internal_set_queue_name(
const std::string& value);
1354 std::string* _internal_mutable_queue_name();
1361 template <
typename T>
friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
1365 ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr
rid_;
1366 ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr
cid_;
1371 friend struct ::TableStruct_protocol_2eproto;
1376 public ::PROTOBUF_NAMESPACE_ID::Message {
1380 explicit PROTOBUF_CONSTEXPR
queueBindRequest(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
1385 *
this = ::std::move(from);
1393 if (
this == &from)
return *
this;
1394 if (GetOwningArena() == from.GetOwningArena()
1395 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
1396 && GetOwningArena() !=
nullptr
1399 InternalSwap(&from);
1407 return GetDescriptor();
1410 return default_instance().GetMetadata().descriptor;
1413 return default_instance().GetMetadata().reflection;
1416 return *internal_default_instance();
1422 static constexpr int kIndexInFileMessages =
1429 if (other ==
this)
return;
1430 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
1431 if (GetOwningArena() !=
nullptr &&
1432 GetOwningArena() == other->GetOwningArena()) {
1434 if (GetOwningArena() == other->GetOwningArena()) {
1436 InternalSwap(other);
1438 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(
this, other);
1442 if (other ==
this)
return;
1443 GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
1444 InternalSwap(other);
1450 return CreateMaybeMessage<queueBindRequest>(arena);
1452 using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
1454 using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
1456 queueBindRequest::MergeImpl(*
this, from);
1459 static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg);
1461 PROTOBUF_ATTRIBUTE_REINITIALIZES
void Clear() final;
1462 bool IsInitialized() const final;
1464 size_t ByteSizeLong() const final;
1465 const
char* _InternalParse(const
char* ptr, ::PROTOBUF_NAMESPACE_ID::
internal::ParseContext* ctx) final;
1466 uint8_t* _InternalSerialize(
1467 uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
1468 int GetCachedSize() const final {
return _impl_._cached_size_.Get(); }
1471 void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned);
1473 void SetCachedSize(
int size)
const final;
1477 friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
1479 return "XuMQ.queueBindRequest";
1483 bool is_message_owned =
false);
1487 const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final;
1489 ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
1496 kRidFieldNumber = 1,
1497 kCidFieldNumber = 2,
1498 kExchangeNameFieldNumber = 3,
1499 kQueueNameFieldNumber = 4,
1500 kBindingKeyFieldNumber = 5,
1504 const std::string& rid()
const;
1505 template <
typename ArgT0 =
const std::string&,
typename... ArgT>
1507 std::string* mutable_rid();
1508 PROTOBUF_NODISCARD std::string* release_rid();
1509 void set_allocated_rid(std::string* rid);
1511 const std::string& _internal_rid()
const;
1512 inline PROTOBUF_ALWAYS_INLINE
void _internal_set_rid(
const std::string& value);
1513 std::string* _internal_mutable_rid();
1518 const std::string& cid()
const;
1519 template <
typename ArgT0 =
const std::string&,
typename... ArgT>
1521 std::string* mutable_cid();
1522 PROTOBUF_NODISCARD std::string* release_cid();
1523 void set_allocated_cid(std::string* cid);
1525 const std::string& _internal_cid()
const;
1526 inline PROTOBUF_ALWAYS_INLINE
void _internal_set_cid(
const std::string& value);
1527 std::string* _internal_mutable_cid();
1531 void clear_exchange_name();
1532 const std::string& exchange_name()
const;
1533 template <
typename ArgT0 =
const std::string&,
typename... ArgT>
1535 std::string* mutable_exchange_name();
1536 PROTOBUF_NODISCARD std::string* release_exchange_name();
1537 void set_allocated_exchange_name(std::string* exchange_name);
1539 const std::string& _internal_exchange_name()
const;
1540 inline PROTOBUF_ALWAYS_INLINE
void _internal_set_exchange_name(
const std::string& value);
1541 std::string* _internal_mutable_exchange_name();
1545 void clear_queue_name();
1546 const std::string& queue_name()
const;
1547 template <
typename ArgT0 =
const std::string&,
typename... ArgT>
1549 std::string* mutable_queue_name();
1550 PROTOBUF_NODISCARD std::string* release_queue_name();
1551 void set_allocated_queue_name(std::string* queue_name);
1553 const std::string& _internal_queue_name()
const;
1554 inline PROTOBUF_ALWAYS_INLINE
void _internal_set_queue_name(
const std::string& value);
1555 std::string* _internal_mutable_queue_name();
1559 void clear_binding_key();
1560 const std::string& binding_key()
const;
1561 template <
typename ArgT0 =
const std::string&,
typename... ArgT>
1563 std::string* mutable_binding_key();
1564 PROTOBUF_NODISCARD std::string* release_binding_key();
1565 void set_allocated_binding_key(std::string* binding_key);
1567 const std::string& _internal_binding_key()
const;
1568 inline PROTOBUF_ALWAYS_INLINE
void _internal_set_binding_key(
const std::string& value);
1569 std::string* _internal_mutable_binding_key();
1576 template <
typename T>
friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
1580 ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr
rid_;
1581 ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr
cid_;
1588 friend struct ::TableStruct_protocol_2eproto;
1593 public ::PROTOBUF_NAMESPACE_ID::Message {
1602 *
this = ::std::move(from);
1610 if (
this == &from)
return *
this;
1611 if (GetOwningArena() == from.GetOwningArena()
1612 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
1613 && GetOwningArena() !=
nullptr
1616 InternalSwap(&from);
1624 return GetDescriptor();
1627 return default_instance().GetMetadata().descriptor;
1630 return default_instance().GetMetadata().reflection;
1633 return *internal_default_instance();
1639 static constexpr int kIndexInFileMessages =
1646 if (other ==
this)
return;
1647 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
1648 if (GetOwningArena() !=
nullptr &&
1649 GetOwningArena() == other->GetOwningArena()) {
1651 if (GetOwningArena() == other->GetOwningArena()) {
1653 InternalSwap(other);
1655 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(
this, other);
1659 if (other ==
this)
return;
1660 GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
1661 InternalSwap(other);
1667 return CreateMaybeMessage<queueUnBindRequest>(arena);
1669 using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
1671 using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
1673 queueUnBindRequest::MergeImpl(*
this, from);
1676 static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg);
1678 PROTOBUF_ATTRIBUTE_REINITIALIZES
void Clear() final;
1679 bool IsInitialized() const final;
1681 size_t ByteSizeLong() const final;
1682 const
char* _InternalParse(const
char* ptr, ::PROTOBUF_NAMESPACE_ID::
internal::ParseContext* ctx) final;
1683 uint8_t* _InternalSerialize(
1684 uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
1685 int GetCachedSize() const final {
return _impl_._cached_size_.Get(); }
1688 void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned);
1690 void SetCachedSize(
int size)
const final;
1694 friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
1696 return "XuMQ.queueUnBindRequest";
1700 bool is_message_owned =
false);
1704 const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final;
1706 ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
1713 kRidFieldNumber = 1,
1714 kCidFieldNumber = 2,
1715 kExchangeNameFieldNumber = 3,
1716 kQueueNameFieldNumber = 4,
1720 const std::string& rid()
const;
1721 template <
typename ArgT0 =
const std::string&,
typename... ArgT>
1723 std::string* mutable_rid();
1724 PROTOBUF_NODISCARD std::string* release_rid();
1725 void set_allocated_rid(std::string* rid);
1727 const std::string& _internal_rid()
const;
1728 inline PROTOBUF_ALWAYS_INLINE
void _internal_set_rid(
const std::string& value);
1729 std::string* _internal_mutable_rid();
1734 const std::string& cid()
const;
1735 template <
typename ArgT0 =
const std::string&,
typename... ArgT>
1737 std::string* mutable_cid();
1738 PROTOBUF_NODISCARD std::string* release_cid();
1739 void set_allocated_cid(std::string* cid);
1741 const std::string& _internal_cid()
const;
1742 inline PROTOBUF_ALWAYS_INLINE
void _internal_set_cid(
const std::string& value);
1743 std::string* _internal_mutable_cid();
1747 void clear_exchange_name();
1748 const std::string& exchange_name()
const;
1749 template <
typename ArgT0 =
const std::string&,
typename... ArgT>
1751 std::string* mutable_exchange_name();
1752 PROTOBUF_NODISCARD std::string* release_exchange_name();
1753 void set_allocated_exchange_name(std::string* exchange_name);
1755 const std::string& _internal_exchange_name()
const;
1756 inline PROTOBUF_ALWAYS_INLINE
void _internal_set_exchange_name(
const std::string& value);
1757 std::string* _internal_mutable_exchange_name();
1761 void clear_queue_name();
1762 const std::string& queue_name()
const;
1763 template <
typename ArgT0 =
const std::string&,
typename... ArgT>
1765 std::string* mutable_queue_name();
1766 PROTOBUF_NODISCARD std::string* release_queue_name();
1767 void set_allocated_queue_name(std::string* queue_name);
1769 const std::string& _internal_queue_name()
const;
1770 inline PROTOBUF_ALWAYS_INLINE
void _internal_set_queue_name(
const std::string& value);
1771 std::string* _internal_mutable_queue_name();
1778 template <
typename T>
friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
1782 ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr
rid_;
1783 ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr
cid_;
1789 friend struct ::TableStruct_protocol_2eproto;
1794 public ::PROTOBUF_NAMESPACE_ID::Message {
1803 *
this = ::std::move(from);
1811 if (
this == &from)
return *
this;
1812 if (GetOwningArena() == from.GetOwningArena()
1813 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
1814 && GetOwningArena() !=
nullptr
1817 InternalSwap(&from);
1825 return GetDescriptor();
1828 return default_instance().GetMetadata().descriptor;
1831 return default_instance().GetMetadata().reflection;
1834 return *internal_default_instance();
1840 static constexpr int kIndexInFileMessages =
1847 if (other ==
this)
return;
1848 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
1849 if (GetOwningArena() !=
nullptr &&
1850 GetOwningArena() == other->GetOwningArena()) {
1852 if (GetOwningArena() == other->GetOwningArena()) {
1854 InternalSwap(other);
1856 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(
this, other);
1860 if (other ==
this)
return;
1861 GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
1862 InternalSwap(other);
1868 return CreateMaybeMessage<basicPublishRequest>(arena);
1870 using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
1872 using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
1874 basicPublishRequest::MergeImpl(*
this, from);
1877 static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg);
1879 PROTOBUF_ATTRIBUTE_REINITIALIZES
void Clear() final;
1880 bool IsInitialized() const final;
1882 size_t ByteSizeLong() const final;
1883 const
char* _InternalParse(const
char* ptr, ::PROTOBUF_NAMESPACE_ID::
internal::ParseContext* ctx) final;
1884 uint8_t* _InternalSerialize(
1885 uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
1886 int GetCachedSize() const final {
return _impl_._cached_size_.Get(); }
1889 void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned);
1891 void SetCachedSize(
int size)
const final;
1895 friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
1897 return "XuMQ.basicPublishRequest";
1901 bool is_message_owned =
false);
1905 const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final;
1907 ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
1914 kRidFieldNumber = 1,
1915 kCidFieldNumber = 2,
1916 kExchangeNameFieldNumber = 3,
1917 kBodyFieldNumber = 4,
1918 kPropertiesFieldNumber = 5,
1922 const std::string& rid()
const;
1923 template <
typename ArgT0 =
const std::string&,
typename... ArgT>
1925 std::string* mutable_rid();
1926 PROTOBUF_NODISCARD std::string* release_rid();
1927 void set_allocated_rid(std::string* rid);
1929 const std::string& _internal_rid()
const;
1930 inline PROTOBUF_ALWAYS_INLINE
void _internal_set_rid(
const std::string& value);
1931 std::string* _internal_mutable_rid();
1936 const std::string& cid()
const;
1937 template <
typename ArgT0 =
const std::string&,
typename... ArgT>
1939 std::string* mutable_cid();
1940 PROTOBUF_NODISCARD std::string* release_cid();
1941 void set_allocated_cid(std::string* cid);
1943 const std::string& _internal_cid()
const;
1944 inline PROTOBUF_ALWAYS_INLINE
void _internal_set_cid(
const std::string& value);
1945 std::string* _internal_mutable_cid();
1949 void clear_exchange_name();
1950 const std::string& exchange_name()
const;
1951 template <
typename ArgT0 =
const std::string&,
typename... ArgT>
1953 std::string* mutable_exchange_name();
1954 PROTOBUF_NODISCARD std::string* release_exchange_name();
1955 void set_allocated_exchange_name(std::string* exchange_name);
1957 const std::string& _internal_exchange_name()
const;
1958 inline PROTOBUF_ALWAYS_INLINE
void _internal_set_exchange_name(
const std::string& value);
1959 std::string* _internal_mutable_exchange_name();
1964 const std::string& body()
const;
1965 template <
typename ArgT0 =
const std::string&,
typename... ArgT>
1967 std::string* mutable_body();
1968 PROTOBUF_NODISCARD std::string* release_body();
1969 void set_allocated_body(std::string* body);
1971 const std::string& _internal_body()
const;
1972 inline PROTOBUF_ALWAYS_INLINE
void _internal_set_body(
const std::string& value);
1973 std::string* _internal_mutable_body();
1977 bool has_properties()
const;
1979 bool _internal_has_properties()
const;
1981 void clear_properties();
1982 const ::XuMQ::BasicProperties& properties()
const;
1983 PROTOBUF_NODISCARD ::XuMQ::BasicProperties* release_properties();
1987 const ::XuMQ::BasicProperties& _internal_properties()
const;
1990 void unsafe_arena_set_allocated_properties(
1998 template <
typename T>
friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
2002 ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr
rid_;
2003 ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr
cid_;
2005 ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr
body_;
2010 friend struct ::TableStruct_protocol_2eproto;
2015 public ::PROTOBUF_NAMESPACE_ID::Message {
2019 explicit PROTOBUF_CONSTEXPR
basicAckRequest(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
2024 *
this = ::std::move(from);
2032 if (
this == &from)
return *
this;
2033 if (GetOwningArena() == from.GetOwningArena()
2034 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
2035 && GetOwningArena() !=
nullptr
2038 InternalSwap(&from);
2046 return GetDescriptor();
2049 return default_instance().GetMetadata().descriptor;
2052 return default_instance().GetMetadata().reflection;
2055 return *internal_default_instance();
2061 static constexpr int kIndexInFileMessages =
2068 if (other ==
this)
return;
2069 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
2070 if (GetOwningArena() !=
nullptr &&
2071 GetOwningArena() == other->GetOwningArena()) {
2073 if (GetOwningArena() == other->GetOwningArena()) {
2075 InternalSwap(other);
2077 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(
this, other);
2081 if (other ==
this)
return;
2082 GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
2083 InternalSwap(other);
2089 return CreateMaybeMessage<basicAckRequest>(arena);
2091 using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
2093 using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
2095 basicAckRequest::MergeImpl(*
this, from);
2098 static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg);
2100 PROTOBUF_ATTRIBUTE_REINITIALIZES
void Clear() final;
2101 bool IsInitialized() const final;
2103 size_t ByteSizeLong() const final;
2104 const
char* _InternalParse(const
char* ptr, ::PROTOBUF_NAMESPACE_ID::
internal::ParseContext* ctx) final;
2105 uint8_t* _InternalSerialize(
2106 uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
2107 int GetCachedSize() const final {
return _impl_._cached_size_.Get(); }
2110 void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned);
2112 void SetCachedSize(
int size)
const final;
2116 friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
2118 return "XuMQ.basicAckRequest";
2122 bool is_message_owned =
false);
2126 const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final;
2128 ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
2135 kRidFieldNumber = 1,
2136 kCidFieldNumber = 2,
2137 kQueueNameFieldNumber = 3,
2138 kMsgIdFieldNumber = 4,
2142 const std::string& rid()
const;
2143 template <
typename ArgT0 =
const std::string&,
typename... ArgT>
2145 std::string* mutable_rid();
2146 PROTOBUF_NODISCARD std::string* release_rid();
2147 void set_allocated_rid(std::string* rid);
2149 const std::string& _internal_rid()
const;
2150 inline PROTOBUF_ALWAYS_INLINE
void _internal_set_rid(
const std::string& value);
2151 std::string* _internal_mutable_rid();
2156 const std::string& cid()
const;
2157 template <
typename ArgT0 =
const std::string&,
typename... ArgT>
2159 std::string* mutable_cid();
2160 PROTOBUF_NODISCARD std::string* release_cid();
2161 void set_allocated_cid(std::string* cid);
2163 const std::string& _internal_cid()
const;
2164 inline PROTOBUF_ALWAYS_INLINE
void _internal_set_cid(
const std::string& value);
2165 std::string* _internal_mutable_cid();
2169 void clear_queue_name();
2170 const std::string& queue_name()
const;
2171 template <
typename ArgT0 =
const std::string&,
typename... ArgT>
2173 std::string* mutable_queue_name();
2174 PROTOBUF_NODISCARD std::string* release_queue_name();
2175 void set_allocated_queue_name(std::string* queue_name);
2177 const std::string& _internal_queue_name()
const;
2178 inline PROTOBUF_ALWAYS_INLINE
void _internal_set_queue_name(
const std::string& value);
2179 std::string* _internal_mutable_queue_name();
2183 void clear_msg_id();
2184 const std::string& msg_id()
const;
2185 template <
typename ArgT0 =
const std::string&,
typename... ArgT>
2187 std::string* mutable_msg_id();
2188 PROTOBUF_NODISCARD std::string* release_msg_id();
2189 void set_allocated_msg_id(std::string* msg_id);
2191 const std::string& _internal_msg_id()
const;
2192 inline PROTOBUF_ALWAYS_INLINE
void _internal_set_msg_id(
const std::string& value);
2193 std::string* _internal_mutable_msg_id();
2200 template <
typename T>
friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
2204 ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr
rid_;
2205 ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr
cid_;
2207 ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr
msg_id_;
2211 friend struct ::TableStruct_protocol_2eproto;
2216 public ::PROTOBUF_NAMESPACE_ID::Message {
2225 *
this = ::std::move(from);
2233 if (
this == &from)
return *
this;
2234 if (GetOwningArena() == from.GetOwningArena()
2235 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
2236 && GetOwningArena() !=
nullptr
2239 InternalSwap(&from);
2247 return GetDescriptor();
2250 return default_instance().GetMetadata().descriptor;
2253 return default_instance().GetMetadata().reflection;
2256 return *internal_default_instance();
2262 static constexpr int kIndexInFileMessages =
2269 if (other ==
this)
return;
2270 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
2271 if (GetOwningArena() !=
nullptr &&
2272 GetOwningArena() == other->GetOwningArena()) {
2274 if (GetOwningArena() == other->GetOwningArena()) {
2276 InternalSwap(other);
2278 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(
this, other);
2282 if (other ==
this)
return;
2283 GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
2284 InternalSwap(other);
2290 return CreateMaybeMessage<basicConsumeRequest>(arena);
2292 using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
2294 using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
2296 basicConsumeRequest::MergeImpl(*
this, from);
2299 static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg);
2301 PROTOBUF_ATTRIBUTE_REINITIALIZES
void Clear() final;
2302 bool IsInitialized() const final;
2304 size_t ByteSizeLong() const final;
2305 const
char* _InternalParse(const
char* ptr, ::PROTOBUF_NAMESPACE_ID::
internal::ParseContext* ctx) final;
2306 uint8_t* _InternalSerialize(
2307 uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
2308 int GetCachedSize() const final {
return _impl_._cached_size_.Get(); }
2311 void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned);
2313 void SetCachedSize(
int size)
const final;
2317 friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
2319 return "XuMQ.basicConsumeRequest";
2323 bool is_message_owned =
false);
2327 const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final;
2329 ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
2336 kRidFieldNumber = 1,
2337 kCidFieldNumber = 2,
2338 kConsumerTagFieldNumber = 3,
2339 kQueueNameFieldNumber = 4,
2340 kAutoAckFieldNumber = 5,
2344 const std::string& rid()
const;
2345 template <
typename ArgT0 =
const std::string&,
typename... ArgT>
2347 std::string* mutable_rid();
2348 PROTOBUF_NODISCARD std::string* release_rid();
2349 void set_allocated_rid(std::string* rid);
2351 const std::string& _internal_rid()
const;
2352 inline PROTOBUF_ALWAYS_INLINE
void _internal_set_rid(
const std::string& value);
2353 std::string* _internal_mutable_rid();
2358 const std::string& cid()
const;
2359 template <
typename ArgT0 =
const std::string&,
typename... ArgT>
2361 std::string* mutable_cid();
2362 PROTOBUF_NODISCARD std::string* release_cid();
2363 void set_allocated_cid(std::string* cid);
2365 const std::string& _internal_cid()
const;
2366 inline PROTOBUF_ALWAYS_INLINE
void _internal_set_cid(
const std::string& value);
2367 std::string* _internal_mutable_cid();
2371 void clear_consumer_tag();
2372 const std::string& consumer_tag()
const;
2373 template <
typename ArgT0 =
const std::string&,
typename... ArgT>
2375 std::string* mutable_consumer_tag();
2376 PROTOBUF_NODISCARD std::string* release_consumer_tag();
2377 void set_allocated_consumer_tag(std::string* consumer_tag);
2379 const std::string& _internal_consumer_tag()
const;
2380 inline PROTOBUF_ALWAYS_INLINE
void _internal_set_consumer_tag(
const std::string& value);
2381 std::string* _internal_mutable_consumer_tag();
2385 void clear_queue_name();
2386 const std::string& queue_name()
const;
2387 template <
typename ArgT0 =
const std::string&,
typename... ArgT>
2389 std::string* mutable_queue_name();
2390 PROTOBUF_NODISCARD std::string* release_queue_name();
2391 void set_allocated_queue_name(std::string* queue_name);
2393 const std::string& _internal_queue_name()
const;
2394 inline PROTOBUF_ALWAYS_INLINE
void _internal_set_queue_name(
const std::string& value);
2395 std::string* _internal_mutable_queue_name();
2399 void clear_auto_ack();
2400 bool auto_ack()
const;
2401 void set_auto_ack(
bool value);
2403 bool _internal_auto_ack()
const;
2404 void _internal_set_auto_ack(
bool value);
2411 template <
typename T>
friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
2415 ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr
rid_;
2416 ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr
cid_;
2423 friend struct ::TableStruct_protocol_2eproto;
2428 public ::PROTOBUF_NAMESPACE_ID::Message {
2437 *
this = ::std::move(from);
2445 if (
this == &from)
return *
this;
2446 if (GetOwningArena() == from.GetOwningArena()
2447 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
2448 && GetOwningArena() !=
nullptr
2451 InternalSwap(&from);
2459 return GetDescriptor();
2462 return default_instance().GetMetadata().descriptor;
2465 return default_instance().GetMetadata().reflection;
2468 return *internal_default_instance();
2474 static constexpr int kIndexInFileMessages =
2481 if (other ==
this)
return;
2482 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
2483 if (GetOwningArena() !=
nullptr &&
2484 GetOwningArena() == other->GetOwningArena()) {
2486 if (GetOwningArena() == other->GetOwningArena()) {
2488 InternalSwap(other);
2490 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(
this, other);
2494 if (other ==
this)
return;
2495 GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
2496 InternalSwap(other);
2502 return CreateMaybeMessage<basicCancelRequest>(arena);
2504 using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
2506 using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
2508 basicCancelRequest::MergeImpl(*
this, from);
2511 static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg);
2513 PROTOBUF_ATTRIBUTE_REINITIALIZES
void Clear() final;
2514 bool IsInitialized() const final;
2516 size_t ByteSizeLong() const final;
2517 const
char* _InternalParse(const
char* ptr, ::PROTOBUF_NAMESPACE_ID::
internal::ParseContext* ctx) final;
2518 uint8_t* _InternalSerialize(
2519 uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
2520 int GetCachedSize() const final {
return _impl_._cached_size_.Get(); }
2523 void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned);
2525 void SetCachedSize(
int size)
const final;
2529 friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
2531 return "XuMQ.basicCancelRequest";
2535 bool is_message_owned =
false);
2539 const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final;
2541 ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
2548 kRidFieldNumber = 1,
2549 kCidFieldNumber = 2,
2550 kConsumerTagFieldNumber = 3,
2551 kQueueNameFieldNumber = 4,
2555 const std::string& rid()
const;
2556 template <
typename ArgT0 =
const std::string&,
typename... ArgT>
2558 std::string* mutable_rid();
2559 PROTOBUF_NODISCARD std::string* release_rid();
2560 void set_allocated_rid(std::string* rid);
2562 const std::string& _internal_rid()
const;
2563 inline PROTOBUF_ALWAYS_INLINE
void _internal_set_rid(
const std::string& value);
2564 std::string* _internal_mutable_rid();
2569 const std::string& cid()
const;
2570 template <
typename ArgT0 =
const std::string&,
typename... ArgT>
2572 std::string* mutable_cid();
2573 PROTOBUF_NODISCARD std::string* release_cid();
2574 void set_allocated_cid(std::string* cid);
2576 const std::string& _internal_cid()
const;
2577 inline PROTOBUF_ALWAYS_INLINE
void _internal_set_cid(
const std::string& value);
2578 std::string* _internal_mutable_cid();
2582 void clear_consumer_tag();
2583 const std::string& consumer_tag()
const;
2584 template <
typename ArgT0 =
const std::string&,
typename... ArgT>
2586 std::string* mutable_consumer_tag();
2587 PROTOBUF_NODISCARD std::string* release_consumer_tag();
2588 void set_allocated_consumer_tag(std::string* consumer_tag);
2590 const std::string& _internal_consumer_tag()
const;
2591 inline PROTOBUF_ALWAYS_INLINE
void _internal_set_consumer_tag(
const std::string& value);
2592 std::string* _internal_mutable_consumer_tag();
2596 void clear_queue_name();
2597 const std::string& queue_name()
const;
2598 template <
typename ArgT0 =
const std::string&,
typename... ArgT>
2600 std::string* mutable_queue_name();
2601 PROTOBUF_NODISCARD std::string* release_queue_name();
2602 void set_allocated_queue_name(std::string* queue_name);
2604 const std::string& _internal_queue_name()
const;
2605 inline PROTOBUF_ALWAYS_INLINE
void _internal_set_queue_name(
const std::string& value);
2606 std::string* _internal_mutable_queue_name();
2613 template <
typename T>
friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
2617 ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr
rid_;
2618 ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr
cid_;
2624 friend struct ::TableStruct_protocol_2eproto;
2629 public ::PROTOBUF_NAMESPACE_ID::Message {
2638 *
this = ::std::move(from);
2646 if (
this == &from)
return *
this;
2647 if (GetOwningArena() == from.GetOwningArena()
2648 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
2649 && GetOwningArena() !=
nullptr
2652 InternalSwap(&from);
2660 return GetDescriptor();
2663 return default_instance().GetMetadata().descriptor;
2666 return default_instance().GetMetadata().reflection;
2669 return *internal_default_instance();
2675 static constexpr int kIndexInFileMessages =
2682 if (other ==
this)
return;
2683 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
2684 if (GetOwningArena() !=
nullptr &&
2685 GetOwningArena() == other->GetOwningArena()) {
2687 if (GetOwningArena() == other->GetOwningArena()) {
2689 InternalSwap(other);
2691 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(
this, other);
2695 if (other ==
this)
return;
2696 GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
2697 InternalSwap(other);
2703 return CreateMaybeMessage<basicConsumeResponse>(arena);
2705 using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
2707 using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
2709 basicConsumeResponse::MergeImpl(*
this, from);
2712 static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg);
2714 PROTOBUF_ATTRIBUTE_REINITIALIZES
void Clear() final;
2715 bool IsInitialized() const final;
2717 size_t ByteSizeLong() const final;
2718 const
char* _InternalParse(const
char* ptr, ::PROTOBUF_NAMESPACE_ID::
internal::ParseContext* ctx) final;
2719 uint8_t* _InternalSerialize(
2720 uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
2721 int GetCachedSize() const final {
return _impl_._cached_size_.Get(); }
2724 void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned);
2726 void SetCachedSize(
int size)
const final;
2730 friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
2732 return "XuMQ.basicConsumeResponse";
2736 bool is_message_owned =
false);
2740 const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final;
2742 ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
2749 kCidFieldNumber = 1,
2750 kConsumerTagFieldNumber = 2,
2751 kBodyFieldNumber = 3,
2752 kPropertiesFieldNumber = 4,
2756 const std::string& cid()
const;
2757 template <
typename ArgT0 =
const std::string&,
typename... ArgT>
2759 std::string* mutable_cid();
2760 PROTOBUF_NODISCARD std::string* release_cid();
2761 void set_allocated_cid(std::string* cid);
2763 const std::string& _internal_cid()
const;
2764 inline PROTOBUF_ALWAYS_INLINE
void _internal_set_cid(
const std::string& value);
2765 std::string* _internal_mutable_cid();
2769 void clear_consumer_tag();
2770 const std::string& consumer_tag()
const;
2771 template <
typename ArgT0 =
const std::string&,
typename... ArgT>
2773 std::string* mutable_consumer_tag();
2774 PROTOBUF_NODISCARD std::string* release_consumer_tag();
2775 void set_allocated_consumer_tag(std::string* consumer_tag);
2777 const std::string& _internal_consumer_tag()
const;
2778 inline PROTOBUF_ALWAYS_INLINE
void _internal_set_consumer_tag(
const std::string& value);
2779 std::string* _internal_mutable_consumer_tag();
2784 const std::string& body()
const;
2785 template <
typename ArgT0 =
const std::string&,
typename... ArgT>
2787 std::string* mutable_body();
2788 PROTOBUF_NODISCARD std::string* release_body();
2789 void set_allocated_body(std::string* body);
2791 const std::string& _internal_body()
const;
2792 inline PROTOBUF_ALWAYS_INLINE
void _internal_set_body(
const std::string& value);
2793 std::string* _internal_mutable_body();
2797 bool has_properties()
const;
2799 bool _internal_has_properties()
const;
2801 void clear_properties();
2802 const ::XuMQ::BasicProperties& properties()
const;
2803 PROTOBUF_NODISCARD ::XuMQ::BasicProperties* release_properties();
2807 const ::XuMQ::BasicProperties& _internal_properties()
const;
2810 void unsafe_arena_set_allocated_properties(
2818 template <
typename T>
friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
2822 ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr
cid_;
2824 ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr
body_;
2829 friend struct ::TableStruct_protocol_2eproto;
2834 public ::PROTOBUF_NAMESPACE_ID::Message {
2838 explicit PROTOBUF_CONSTEXPR
basicResponse(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
2843 *
this = ::std::move(from);
2851 if (
this == &from)
return *
this;
2852 if (GetOwningArena() == from.GetOwningArena()
2853 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
2854 && GetOwningArena() !=
nullptr
2857 InternalSwap(&from);
2865 return GetDescriptor();
2868 return default_instance().GetMetadata().descriptor;
2871 return default_instance().GetMetadata().reflection;
2874 return *internal_default_instance();
2880 static constexpr int kIndexInFileMessages =
2887 if (other ==
this)
return;
2888 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
2889 if (GetOwningArena() !=
nullptr &&
2890 GetOwningArena() == other->GetOwningArena()) {
2892 if (GetOwningArena() == other->GetOwningArena()) {
2894 InternalSwap(other);
2896 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(
this, other);
2900 if (other ==
this)
return;
2901 GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
2902 InternalSwap(other);
2908 return CreateMaybeMessage<basicResponse>(arena);
2910 using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
2912 using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
2914 basicResponse::MergeImpl(*
this, from);
2917 static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg);
2919 PROTOBUF_ATTRIBUTE_REINITIALIZES
void Clear() final;
2920 bool IsInitialized() const final;
2922 size_t ByteSizeLong() const final;
2923 const
char* _InternalParse(const
char* ptr, ::PROTOBUF_NAMESPACE_ID::
internal::ParseContext* ctx) final;
2924 uint8_t* _InternalSerialize(
2925 uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
2926 int GetCachedSize() const final {
return _impl_._cached_size_.Get(); }
2929 void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned);
2931 void SetCachedSize(
int size)
const final;
2935 friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
2937 return "XuMQ.basicResponse";
2940 explicit basicResponse(::PROTOBUF_NAMESPACE_ID::Arena* arena,
2941 bool is_message_owned =
false);
2945 const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final;
2947 ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
2954 kRidFieldNumber = 1,
2955 kCidFieldNumber = 2,
2960 const std::string& rid()
const;
2961 template <
typename ArgT0 =
const std::string&,
typename... ArgT>
2963 std::string* mutable_rid();
2964 PROTOBUF_NODISCARD std::string* release_rid();
2965 void set_allocated_rid(std::string* rid);
2967 const std::string& _internal_rid()
const;
2968 inline PROTOBUF_ALWAYS_INLINE
void _internal_set_rid(
const std::string& value);
2969 std::string* _internal_mutable_rid();
2974 const std::string& cid()
const;
2975 template <
typename ArgT0 =
const std::string&,
typename... ArgT>
2977 std::string* mutable_cid();
2978 PROTOBUF_NODISCARD std::string* release_cid();
2979 void set_allocated_cid(std::string* cid);
2981 const std::string& _internal_cid()
const;
2982 inline PROTOBUF_ALWAYS_INLINE
void _internal_set_cid(
const std::string& value);
2983 std::string* _internal_mutable_cid();
2989 void set_ok(
bool value);
2991 bool _internal_ok()
const;
2992 void _internal_set_ok(
bool value);
2999 template <
typename T>
friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
3003 ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr
rid_;
3004 ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr
cid_;
3009 friend struct ::TableStruct_protocol_2eproto;
3017 #pragma GCC diagnostic push
3018 #pragma GCC diagnostic ignored "-Wstrict-aliasing"
3023inline void openChannelRequest::clear_rid() {
3024 _impl_.
rid_.ClearToEmpty();
3026inline const std::string& openChannelRequest::rid()
const {
3028 return _internal_rid();
3030template <
typename ArgT0,
typename... ArgT>
3031inline PROTOBUF_ALWAYS_INLINE
3032void openChannelRequest::set_rid(ArgT0&& arg0, ArgT... args) {
3034 _impl_.rid_.Set(
static_cast<ArgT0 &&
>(arg0), args..., GetArenaForAllocation());
3037inline std::string* openChannelRequest::mutable_rid() {
3038 std::string* _s = _internal_mutable_rid();
3042inline const std::string& openChannelRequest::_internal_rid()
const {
3043 return _impl_.rid_.Get();
3045inline void openChannelRequest::_internal_set_rid(
const std::string& value) {
3047 _impl_.rid_.Set(value, GetArenaForAllocation());
3049inline std::string* openChannelRequest::_internal_mutable_rid() {
3051 return _impl_.rid_.Mutable(GetArenaForAllocation());
3053inline std::string* openChannelRequest::release_rid() {
3055 return _impl_.rid_.Release();
3057inline void openChannelRequest::set_allocated_rid(std::string* rid) {
3058 if (rid !=
nullptr) {
3063 _impl_.rid_.SetAllocated(rid, GetArenaForAllocation());
3064#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
3065 if (_impl_.rid_.IsDefault()) {
3066 _impl_.rid_.Set(
"", GetArenaForAllocation());
3073inline void openChannelRequest::clear_cid() {
3074 _impl_.cid_.ClearToEmpty();
3076inline const std::string& openChannelRequest::cid()
const {
3078 return _internal_cid();
3080template <
typename ArgT0,
typename... ArgT>
3081inline PROTOBUF_ALWAYS_INLINE
3082void openChannelRequest::set_cid(ArgT0&& arg0, ArgT... args) {
3084 _impl_.cid_.Set(
static_cast<ArgT0 &&
>(arg0), args..., GetArenaForAllocation());
3087inline std::string* openChannelRequest::mutable_cid() {
3088 std::string* _s = _internal_mutable_cid();
3092inline const std::string& openChannelRequest::_internal_cid()
const {
3093 return _impl_.cid_.Get();
3095inline void openChannelRequest::_internal_set_cid(
const std::string& value) {
3097 _impl_.cid_.Set(value, GetArenaForAllocation());
3099inline std::string* openChannelRequest::_internal_mutable_cid() {
3101 return _impl_.cid_.Mutable(GetArenaForAllocation());
3103inline std::string* openChannelRequest::release_cid() {
3105 return _impl_.cid_.Release();
3107inline void openChannelRequest::set_allocated_cid(std::string* cid) {
3108 if (cid !=
nullptr) {
3113 _impl_.cid_.SetAllocated(cid, GetArenaForAllocation());
3114#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
3115 if (_impl_.cid_.IsDefault()) {
3116 _impl_.cid_.Set(
"", GetArenaForAllocation());
3127inline void closeChannelRequest::clear_rid() {
3128 _impl_.rid_.ClearToEmpty();
3130inline const std::string& closeChannelRequest::rid()
const {
3132 return _internal_rid();
3134template <
typename ArgT0,
typename... ArgT>
3135inline PROTOBUF_ALWAYS_INLINE
3136void closeChannelRequest::set_rid(ArgT0&& arg0, ArgT... args) {
3138 _impl_.rid_.Set(
static_cast<ArgT0 &&
>(arg0), args..., GetArenaForAllocation());
3141inline std::string* closeChannelRequest::mutable_rid() {
3142 std::string* _s = _internal_mutable_rid();
3146inline const std::string& closeChannelRequest::_internal_rid()
const {
3147 return _impl_.rid_.Get();
3149inline void closeChannelRequest::_internal_set_rid(
const std::string& value) {
3151 _impl_.rid_.Set(value, GetArenaForAllocation());
3153inline std::string* closeChannelRequest::_internal_mutable_rid() {
3155 return _impl_.rid_.Mutable(GetArenaForAllocation());
3157inline std::string* closeChannelRequest::release_rid() {
3159 return _impl_.rid_.Release();
3161inline void closeChannelRequest::set_allocated_rid(std::string* rid) {
3162 if (rid !=
nullptr) {
3167 _impl_.rid_.SetAllocated(rid, GetArenaForAllocation());
3168#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
3169 if (_impl_.rid_.IsDefault()) {
3170 _impl_.rid_.Set(
"", GetArenaForAllocation());
3177inline void closeChannelRequest::clear_cid() {
3178 _impl_.cid_.ClearToEmpty();
3180inline const std::string& closeChannelRequest::cid()
const {
3182 return _internal_cid();
3184template <
typename ArgT0,
typename... ArgT>
3185inline PROTOBUF_ALWAYS_INLINE
3186void closeChannelRequest::set_cid(ArgT0&& arg0, ArgT... args) {
3188 _impl_.cid_.Set(
static_cast<ArgT0 &&
>(arg0), args..., GetArenaForAllocation());
3191inline std::string* closeChannelRequest::mutable_cid() {
3192 std::string* _s = _internal_mutable_cid();
3196inline const std::string& closeChannelRequest::_internal_cid()
const {
3197 return _impl_.cid_.Get();
3199inline void closeChannelRequest::_internal_set_cid(
const std::string& value) {
3201 _impl_.cid_.Set(value, GetArenaForAllocation());
3203inline std::string* closeChannelRequest::_internal_mutable_cid() {
3205 return _impl_.cid_.Mutable(GetArenaForAllocation());
3207inline std::string* closeChannelRequest::release_cid() {
3209 return _impl_.cid_.Release();
3211inline void closeChannelRequest::set_allocated_cid(std::string* cid) {
3212 if (cid !=
nullptr) {
3217 _impl_.cid_.SetAllocated(cid, GetArenaForAllocation());
3218#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
3219 if (_impl_.cid_.IsDefault()) {
3220 _impl_.cid_.Set(
"", GetArenaForAllocation());
3233inline void declareExchangeRequest::clear_rid() {
3234 _impl_.rid_.ClearToEmpty();
3236inline const std::string& declareExchangeRequest::rid()
const {
3238 return _internal_rid();
3240template <
typename ArgT0,
typename... ArgT>
3241inline PROTOBUF_ALWAYS_INLINE
3242void declareExchangeRequest::set_rid(ArgT0&& arg0, ArgT... args) {
3244 _impl_.rid_.Set(
static_cast<ArgT0 &&
>(arg0), args..., GetArenaForAllocation());
3247inline std::string* declareExchangeRequest::mutable_rid() {
3248 std::string* _s = _internal_mutable_rid();
3252inline const std::string& declareExchangeRequest::_internal_rid()
const {
3253 return _impl_.rid_.Get();
3255inline void declareExchangeRequest::_internal_set_rid(
const std::string& value) {
3257 _impl_.rid_.Set(value, GetArenaForAllocation());
3259inline std::string* declareExchangeRequest::_internal_mutable_rid() {
3261 return _impl_.rid_.Mutable(GetArenaForAllocation());
3263inline std::string* declareExchangeRequest::release_rid() {
3265 return _impl_.rid_.Release();
3267inline void declareExchangeRequest::set_allocated_rid(std::string* rid) {
3268 if (rid !=
nullptr) {
3273 _impl_.rid_.SetAllocated(rid, GetArenaForAllocation());
3274#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
3275 if (_impl_.rid_.IsDefault()) {
3276 _impl_.rid_.Set(
"", GetArenaForAllocation());
3283inline void declareExchangeRequest::clear_cid() {
3284 _impl_.cid_.ClearToEmpty();
3286inline const std::string& declareExchangeRequest::cid()
const {
3288 return _internal_cid();
3290template <
typename ArgT0,
typename... ArgT>
3291inline PROTOBUF_ALWAYS_INLINE
3292void declareExchangeRequest::set_cid(ArgT0&& arg0, ArgT... args) {
3294 _impl_.cid_.Set(
static_cast<ArgT0 &&
>(arg0), args..., GetArenaForAllocation());
3297inline std::string* declareExchangeRequest::mutable_cid() {
3298 std::string* _s = _internal_mutable_cid();
3302inline const std::string& declareExchangeRequest::_internal_cid()
const {
3303 return _impl_.cid_.Get();
3305inline void declareExchangeRequest::_internal_set_cid(
const std::string& value) {
3307 _impl_.cid_.Set(value, GetArenaForAllocation());
3309inline std::string* declareExchangeRequest::_internal_mutable_cid() {
3311 return _impl_.cid_.Mutable(GetArenaForAllocation());
3313inline std::string* declareExchangeRequest::release_cid() {
3315 return _impl_.cid_.Release();
3317inline void declareExchangeRequest::set_allocated_cid(std::string* cid) {
3318 if (cid !=
nullptr) {
3323 _impl_.cid_.SetAllocated(cid, GetArenaForAllocation());
3324#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
3325 if (_impl_.cid_.IsDefault()) {
3326 _impl_.cid_.Set(
"", GetArenaForAllocation());
3333inline void declareExchangeRequest::clear_exchange_name() {
3334 _impl_.exchange_name_.ClearToEmpty();
3336inline const std::string& declareExchangeRequest::exchange_name()
const {
3338 return _internal_exchange_name();
3340template <
typename ArgT0,
typename... ArgT>
3341inline PROTOBUF_ALWAYS_INLINE
3342void declareExchangeRequest::set_exchange_name(ArgT0&& arg0, ArgT... args) {
3344 _impl_.exchange_name_.Set(
static_cast<ArgT0 &&
>(arg0), args..., GetArenaForAllocation());
3347inline std::string* declareExchangeRequest::mutable_exchange_name() {
3348 std::string* _s = _internal_mutable_exchange_name();
3352inline const std::string& declareExchangeRequest::_internal_exchange_name()
const {
3353 return _impl_.exchange_name_.Get();
3355inline void declareExchangeRequest::_internal_set_exchange_name(
const std::string& value) {
3357 _impl_.exchange_name_.Set(value, GetArenaForAllocation());
3359inline std::string* declareExchangeRequest::_internal_mutable_exchange_name() {
3361 return _impl_.exchange_name_.Mutable(GetArenaForAllocation());
3363inline std::string* declareExchangeRequest::release_exchange_name() {
3365 return _impl_.exchange_name_.Release();
3367inline void declareExchangeRequest::set_allocated_exchange_name(std::string* exchange_name) {
3368 if (exchange_name !=
nullptr) {
3373 _impl_.exchange_name_.SetAllocated(exchange_name, GetArenaForAllocation());
3374#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
3375 if (_impl_.exchange_name_.IsDefault()) {
3376 _impl_.exchange_name_.Set(
"", GetArenaForAllocation());
3383inline void declareExchangeRequest::clear_exchange_type() {
3384 _impl_.exchange_type_ = 0;
3386inline ::XuMQ::ExchangeType declareExchangeRequest::_internal_exchange_type()
const {
3389inline ::XuMQ::ExchangeType declareExchangeRequest::exchange_type()
const {
3391 return _internal_exchange_type();
3395 _impl_.exchange_type_ = value;
3398 _internal_set_exchange_type(value);
3403inline void declareExchangeRequest::clear_durable() {
3404 _impl_.durable_ =
false;
3406inline bool declareExchangeRequest::_internal_durable()
const {
3407 return _impl_.durable_;
3409inline bool declareExchangeRequest::durable()
const {
3411 return _internal_durable();
3413inline void declareExchangeRequest::_internal_set_durable(
bool value) {
3415 _impl_.durable_ = value;
3417inline void declareExchangeRequest::set_durable(
bool value) {
3418 _internal_set_durable(value);
3423inline void declareExchangeRequest::clear_auto_delete() {
3424 _impl_.auto_delete_ =
false;
3426inline bool declareExchangeRequest::_internal_auto_delete()
const {
3427 return _impl_.auto_delete_;
3429inline bool declareExchangeRequest::auto_delete()
const {
3431 return _internal_auto_delete();
3433inline void declareExchangeRequest::_internal_set_auto_delete(
bool value) {
3435 _impl_.auto_delete_ = value;
3437inline void declareExchangeRequest::set_auto_delete(
bool value) {
3438 _internal_set_auto_delete(value);
3443inline int declareExchangeRequest::_internal_args_size()
const {
3444 return _impl_.args_.size();
3446inline int declareExchangeRequest::args_size()
const {
3447 return _internal_args_size();
3449inline void declareExchangeRequest::clear_args() {
3450 _impl_.args_.Clear();
3452inline const ::PROTOBUF_NAMESPACE_ID::Map< std::string, std::string >&
3453declareExchangeRequest::_internal_args()
const {
3454 return _impl_.args_.GetMap();
3456inline const ::PROTOBUF_NAMESPACE_ID::Map< std::string, std::string >&
3457declareExchangeRequest::args()
const {
3459 return _internal_args();
3461inline ::PROTOBUF_NAMESPACE_ID::Map< std::string, std::string >*
3462declareExchangeRequest::_internal_mutable_args() {
3463 return _impl_.args_.MutableMap();
3465inline ::PROTOBUF_NAMESPACE_ID::Map< std::string, std::string >*
3466declareExchangeRequest::mutable_args() {
3468 return _internal_mutable_args();
3476inline void deleteExchangeRequest::clear_rid() {
3477 _impl_.rid_.ClearToEmpty();
3479inline const std::string& deleteExchangeRequest::rid()
const {
3481 return _internal_rid();
3483template <
typename ArgT0,
typename... ArgT>
3484inline PROTOBUF_ALWAYS_INLINE
3485void deleteExchangeRequest::set_rid(ArgT0&& arg0, ArgT... args) {
3487 _impl_.rid_.Set(
static_cast<ArgT0 &&
>(arg0), args..., GetArenaForAllocation());
3490inline std::string* deleteExchangeRequest::mutable_rid() {
3491 std::string* _s = _internal_mutable_rid();
3495inline const std::string& deleteExchangeRequest::_internal_rid()
const {
3496 return _impl_.rid_.Get();
3498inline void deleteExchangeRequest::_internal_set_rid(
const std::string& value) {
3500 _impl_.rid_.Set(value, GetArenaForAllocation());
3502inline std::string* deleteExchangeRequest::_internal_mutable_rid() {
3504 return _impl_.rid_.Mutable(GetArenaForAllocation());
3506inline std::string* deleteExchangeRequest::release_rid() {
3508 return _impl_.rid_.Release();
3510inline void deleteExchangeRequest::set_allocated_rid(std::string* rid) {
3511 if (rid !=
nullptr) {
3516 _impl_.rid_.SetAllocated(rid, GetArenaForAllocation());
3517#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
3518 if (_impl_.rid_.IsDefault()) {
3519 _impl_.rid_.Set(
"", GetArenaForAllocation());
3526inline void deleteExchangeRequest::clear_cid() {
3527 _impl_.cid_.ClearToEmpty();
3529inline const std::string& deleteExchangeRequest::cid()
const {
3531 return _internal_cid();
3533template <
typename ArgT0,
typename... ArgT>
3534inline PROTOBUF_ALWAYS_INLINE
3535void deleteExchangeRequest::set_cid(ArgT0&& arg0, ArgT... args) {
3537 _impl_.cid_.Set(
static_cast<ArgT0 &&
>(arg0), args..., GetArenaForAllocation());
3540inline std::string* deleteExchangeRequest::mutable_cid() {
3541 std::string* _s = _internal_mutable_cid();
3545inline const std::string& deleteExchangeRequest::_internal_cid()
const {
3546 return _impl_.cid_.Get();
3548inline void deleteExchangeRequest::_internal_set_cid(
const std::string& value) {
3550 _impl_.cid_.Set(value, GetArenaForAllocation());
3552inline std::string* deleteExchangeRequest::_internal_mutable_cid() {
3554 return _impl_.cid_.Mutable(GetArenaForAllocation());
3556inline std::string* deleteExchangeRequest::release_cid() {
3558 return _impl_.cid_.Release();
3560inline void deleteExchangeRequest::set_allocated_cid(std::string* cid) {
3561 if (cid !=
nullptr) {
3566 _impl_.cid_.SetAllocated(cid, GetArenaForAllocation());
3567#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
3568 if (_impl_.cid_.IsDefault()) {
3569 _impl_.cid_.Set(
"", GetArenaForAllocation());
3576inline void deleteExchangeRequest::clear_exchange_name() {
3577 _impl_.exchange_name_.ClearToEmpty();
3579inline const std::string& deleteExchangeRequest::exchange_name()
const {
3581 return _internal_exchange_name();
3583template <
typename ArgT0,
typename... ArgT>
3584inline PROTOBUF_ALWAYS_INLINE
3585void deleteExchangeRequest::set_exchange_name(ArgT0&& arg0, ArgT... args) {
3587 _impl_.exchange_name_.Set(
static_cast<ArgT0 &&
>(arg0), args..., GetArenaForAllocation());
3590inline std::string* deleteExchangeRequest::mutable_exchange_name() {
3591 std::string* _s = _internal_mutable_exchange_name();
3595inline const std::string& deleteExchangeRequest::_internal_exchange_name()
const {
3596 return _impl_.exchange_name_.Get();
3598inline void deleteExchangeRequest::_internal_set_exchange_name(
const std::string& value) {
3600 _impl_.exchange_name_.Set(value, GetArenaForAllocation());
3602inline std::string* deleteExchangeRequest::_internal_mutable_exchange_name() {
3604 return _impl_.exchange_name_.Mutable(GetArenaForAllocation());
3606inline std::string* deleteExchangeRequest::release_exchange_name() {
3608 return _impl_.exchange_name_.Release();
3610inline void deleteExchangeRequest::set_allocated_exchange_name(std::string* exchange_name) {
3611 if (exchange_name !=
nullptr) {
3616 _impl_.exchange_name_.SetAllocated(exchange_name, GetArenaForAllocation());
3617#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
3618 if (_impl_.exchange_name_.IsDefault()) {
3619 _impl_.exchange_name_.Set(
"", GetArenaForAllocation());
3632inline void declareQueueRequest::clear_rid() {
3633 _impl_.rid_.ClearToEmpty();
3635inline const std::string& declareQueueRequest::rid()
const {
3637 return _internal_rid();
3639template <
typename ArgT0,
typename... ArgT>
3640inline PROTOBUF_ALWAYS_INLINE
3641void declareQueueRequest::set_rid(ArgT0&& arg0, ArgT... args) {
3643 _impl_.rid_.Set(
static_cast<ArgT0 &&
>(arg0), args..., GetArenaForAllocation());
3646inline std::string* declareQueueRequest::mutable_rid() {
3647 std::string* _s = _internal_mutable_rid();
3651inline const std::string& declareQueueRequest::_internal_rid()
const {
3652 return _impl_.rid_.Get();
3654inline void declareQueueRequest::_internal_set_rid(
const std::string& value) {
3656 _impl_.rid_.Set(value, GetArenaForAllocation());
3658inline std::string* declareQueueRequest::_internal_mutable_rid() {
3660 return _impl_.rid_.Mutable(GetArenaForAllocation());
3662inline std::string* declareQueueRequest::release_rid() {
3664 return _impl_.rid_.Release();
3666inline void declareQueueRequest::set_allocated_rid(std::string* rid) {
3667 if (rid !=
nullptr) {
3672 _impl_.rid_.SetAllocated(rid, GetArenaForAllocation());
3673#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
3674 if (_impl_.rid_.IsDefault()) {
3675 _impl_.rid_.Set(
"", GetArenaForAllocation());
3682inline void declareQueueRequest::clear_cid() {
3683 _impl_.cid_.ClearToEmpty();
3685inline const std::string& declareQueueRequest::cid()
const {
3687 return _internal_cid();
3689template <
typename ArgT0,
typename... ArgT>
3690inline PROTOBUF_ALWAYS_INLINE
3691void declareQueueRequest::set_cid(ArgT0&& arg0, ArgT... args) {
3693 _impl_.cid_.Set(
static_cast<ArgT0 &&
>(arg0), args..., GetArenaForAllocation());
3696inline std::string* declareQueueRequest::mutable_cid() {
3697 std::string* _s = _internal_mutable_cid();
3701inline const std::string& declareQueueRequest::_internal_cid()
const {
3702 return _impl_.cid_.Get();
3704inline void declareQueueRequest::_internal_set_cid(
const std::string& value) {
3706 _impl_.cid_.Set(value, GetArenaForAllocation());
3708inline std::string* declareQueueRequest::_internal_mutable_cid() {
3710 return _impl_.cid_.Mutable(GetArenaForAllocation());
3712inline std::string* declareQueueRequest::release_cid() {
3714 return _impl_.cid_.Release();
3716inline void declareQueueRequest::set_allocated_cid(std::string* cid) {
3717 if (cid !=
nullptr) {
3722 _impl_.cid_.SetAllocated(cid, GetArenaForAllocation());
3723#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
3724 if (_impl_.cid_.IsDefault()) {
3725 _impl_.cid_.Set(
"", GetArenaForAllocation());
3732inline void declareQueueRequest::clear_queue_name() {
3733 _impl_.queue_name_.ClearToEmpty();
3735inline const std::string& declareQueueRequest::queue_name()
const {
3737 return _internal_queue_name();
3739template <
typename ArgT0,
typename... ArgT>
3740inline PROTOBUF_ALWAYS_INLINE
3741void declareQueueRequest::set_queue_name(ArgT0&& arg0, ArgT... args) {
3743 _impl_.queue_name_.Set(
static_cast<ArgT0 &&
>(arg0), args..., GetArenaForAllocation());
3746inline std::string* declareQueueRequest::mutable_queue_name() {
3747 std::string* _s = _internal_mutable_queue_name();
3751inline const std::string& declareQueueRequest::_internal_queue_name()
const {
3752 return _impl_.queue_name_.Get();
3754inline void declareQueueRequest::_internal_set_queue_name(
const std::string& value) {
3756 _impl_.queue_name_.Set(value, GetArenaForAllocation());
3758inline std::string* declareQueueRequest::_internal_mutable_queue_name() {
3760 return _impl_.queue_name_.Mutable(GetArenaForAllocation());
3762inline std::string* declareQueueRequest::release_queue_name() {
3764 return _impl_.queue_name_.Release();
3766inline void declareQueueRequest::set_allocated_queue_name(std::string* queue_name) {
3767 if (queue_name !=
nullptr) {
3772 _impl_.queue_name_.SetAllocated(queue_name, GetArenaForAllocation());
3773#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
3774 if (_impl_.queue_name_.IsDefault()) {
3775 _impl_.queue_name_.Set(
"", GetArenaForAllocation());
3782inline void declareQueueRequest::clear_exclusive() {
3783 _impl_.exclusive_ =
false;
3785inline bool declareQueueRequest::_internal_exclusive()
const {
3786 return _impl_.exclusive_;
3788inline bool declareQueueRequest::exclusive()
const {
3790 return _internal_exclusive();
3792inline void declareQueueRequest::_internal_set_exclusive(
bool value) {
3794 _impl_.exclusive_ = value;
3796inline void declareQueueRequest::set_exclusive(
bool value) {
3797 _internal_set_exclusive(value);
3802inline void declareQueueRequest::clear_durable() {
3803 _impl_.durable_ =
false;
3805inline bool declareQueueRequest::_internal_durable()
const {
3806 return _impl_.durable_;
3808inline bool declareQueueRequest::durable()
const {
3810 return _internal_durable();
3812inline void declareQueueRequest::_internal_set_durable(
bool value) {
3814 _impl_.durable_ = value;
3816inline void declareQueueRequest::set_durable(
bool value) {
3817 _internal_set_durable(value);
3822inline void declareQueueRequest::clear_auto_delete() {
3823 _impl_.auto_delete_ =
false;
3825inline bool declareQueueRequest::_internal_auto_delete()
const {
3826 return _impl_.auto_delete_;
3828inline bool declareQueueRequest::auto_delete()
const {
3830 return _internal_auto_delete();
3832inline void declareQueueRequest::_internal_set_auto_delete(
bool value) {
3834 _impl_.auto_delete_ = value;
3836inline void declareQueueRequest::set_auto_delete(
bool value) {
3837 _internal_set_auto_delete(value);
3842inline int declareQueueRequest::_internal_args_size()
const {
3843 return _impl_.args_.size();
3845inline int declareQueueRequest::args_size()
const {
3846 return _internal_args_size();
3848inline void declareQueueRequest::clear_args() {
3849 _impl_.args_.Clear();
3851inline const ::PROTOBUF_NAMESPACE_ID::Map< std::string, std::string >&
3852declareQueueRequest::_internal_args()
const {
3853 return _impl_.args_.GetMap();
3855inline const ::PROTOBUF_NAMESPACE_ID::Map< std::string, std::string >&
3856declareQueueRequest::args()
const {
3858 return _internal_args();
3860inline ::PROTOBUF_NAMESPACE_ID::Map< std::string, std::string >*
3861declareQueueRequest::_internal_mutable_args() {
3862 return _impl_.args_.MutableMap();
3864inline ::PROTOBUF_NAMESPACE_ID::Map< std::string, std::string >*
3865declareQueueRequest::mutable_args() {
3867 return _internal_mutable_args();
3875inline void deleteQueueRequest::clear_rid() {
3876 _impl_.rid_.ClearToEmpty();
3878inline const std::string& deleteQueueRequest::rid()
const {
3880 return _internal_rid();
3882template <
typename ArgT0,
typename... ArgT>
3883inline PROTOBUF_ALWAYS_INLINE
3884void deleteQueueRequest::set_rid(ArgT0&& arg0, ArgT... args) {
3886 _impl_.rid_.Set(
static_cast<ArgT0 &&
>(arg0), args..., GetArenaForAllocation());
3889inline std::string* deleteQueueRequest::mutable_rid() {
3890 std::string* _s = _internal_mutable_rid();
3894inline const std::string& deleteQueueRequest::_internal_rid()
const {
3895 return _impl_.rid_.Get();
3897inline void deleteQueueRequest::_internal_set_rid(
const std::string& value) {
3899 _impl_.rid_.Set(value, GetArenaForAllocation());
3901inline std::string* deleteQueueRequest::_internal_mutable_rid() {
3903 return _impl_.rid_.Mutable(GetArenaForAllocation());
3905inline std::string* deleteQueueRequest::release_rid() {
3907 return _impl_.rid_.Release();
3909inline void deleteQueueRequest::set_allocated_rid(std::string* rid) {
3910 if (rid !=
nullptr) {
3915 _impl_.rid_.SetAllocated(rid, GetArenaForAllocation());
3916#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
3917 if (_impl_.rid_.IsDefault()) {
3918 _impl_.rid_.Set(
"", GetArenaForAllocation());
3925inline void deleteQueueRequest::clear_cid() {
3926 _impl_.cid_.ClearToEmpty();
3928inline const std::string& deleteQueueRequest::cid()
const {
3930 return _internal_cid();
3932template <
typename ArgT0,
typename... ArgT>
3933inline PROTOBUF_ALWAYS_INLINE
3934void deleteQueueRequest::set_cid(ArgT0&& arg0, ArgT... args) {
3936 _impl_.cid_.Set(
static_cast<ArgT0 &&
>(arg0), args..., GetArenaForAllocation());
3939inline std::string* deleteQueueRequest::mutable_cid() {
3940 std::string* _s = _internal_mutable_cid();
3944inline const std::string& deleteQueueRequest::_internal_cid()
const {
3945 return _impl_.cid_.Get();
3947inline void deleteQueueRequest::_internal_set_cid(
const std::string& value) {
3949 _impl_.cid_.Set(value, GetArenaForAllocation());
3951inline std::string* deleteQueueRequest::_internal_mutable_cid() {
3953 return _impl_.cid_.Mutable(GetArenaForAllocation());
3955inline std::string* deleteQueueRequest::release_cid() {
3957 return _impl_.cid_.Release();
3959inline void deleteQueueRequest::set_allocated_cid(std::string* cid) {
3960 if (cid !=
nullptr) {
3965 _impl_.cid_.SetAllocated(cid, GetArenaForAllocation());
3966#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
3967 if (_impl_.cid_.IsDefault()) {
3968 _impl_.cid_.Set(
"", GetArenaForAllocation());
3975inline void deleteQueueRequest::clear_queue_name() {
3976 _impl_.queue_name_.ClearToEmpty();
3978inline const std::string& deleteQueueRequest::queue_name()
const {
3980 return _internal_queue_name();
3982template <
typename ArgT0,
typename... ArgT>
3983inline PROTOBUF_ALWAYS_INLINE
3984void deleteQueueRequest::set_queue_name(ArgT0&& arg0, ArgT... args) {
3986 _impl_.queue_name_.Set(
static_cast<ArgT0 &&
>(arg0), args..., GetArenaForAllocation());
3989inline std::string* deleteQueueRequest::mutable_queue_name() {
3990 std::string* _s = _internal_mutable_queue_name();
3994inline const std::string& deleteQueueRequest::_internal_queue_name()
const {
3995 return _impl_.queue_name_.Get();
3997inline void deleteQueueRequest::_internal_set_queue_name(
const std::string& value) {
3999 _impl_.queue_name_.Set(value, GetArenaForAllocation());
4001inline std::string* deleteQueueRequest::_internal_mutable_queue_name() {
4003 return _impl_.queue_name_.Mutable(GetArenaForAllocation());
4005inline std::string* deleteQueueRequest::release_queue_name() {
4007 return _impl_.queue_name_.Release();
4009inline void deleteQueueRequest::set_allocated_queue_name(std::string* queue_name) {
4010 if (queue_name !=
nullptr) {
4015 _impl_.queue_name_.SetAllocated(queue_name, GetArenaForAllocation());
4016#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
4017 if (_impl_.queue_name_.IsDefault()) {
4018 _impl_.queue_name_.Set(
"", GetArenaForAllocation());
4029inline void queueBindRequest::clear_rid() {
4030 _impl_.rid_.ClearToEmpty();
4032inline const std::string& queueBindRequest::rid()
const {
4034 return _internal_rid();
4036template <
typename ArgT0,
typename... ArgT>
4037inline PROTOBUF_ALWAYS_INLINE
4038void queueBindRequest::set_rid(ArgT0&& arg0, ArgT... args) {
4040 _impl_.rid_.Set(
static_cast<ArgT0 &&
>(arg0), args..., GetArenaForAllocation());
4043inline std::string* queueBindRequest::mutable_rid() {
4044 std::string* _s = _internal_mutable_rid();
4048inline const std::string& queueBindRequest::_internal_rid()
const {
4049 return _impl_.rid_.Get();
4051inline void queueBindRequest::_internal_set_rid(
const std::string& value) {
4053 _impl_.rid_.Set(value, GetArenaForAllocation());
4055inline std::string* queueBindRequest::_internal_mutable_rid() {
4057 return _impl_.rid_.Mutable(GetArenaForAllocation());
4059inline std::string* queueBindRequest::release_rid() {
4061 return _impl_.rid_.Release();
4063inline void queueBindRequest::set_allocated_rid(std::string* rid) {
4064 if (rid !=
nullptr) {
4069 _impl_.rid_.SetAllocated(rid, GetArenaForAllocation());
4070#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
4071 if (_impl_.rid_.IsDefault()) {
4072 _impl_.rid_.Set(
"", GetArenaForAllocation());
4079inline void queueBindRequest::clear_cid() {
4080 _impl_.cid_.ClearToEmpty();
4082inline const std::string& queueBindRequest::cid()
const {
4084 return _internal_cid();
4086template <
typename ArgT0,
typename... ArgT>
4087inline PROTOBUF_ALWAYS_INLINE
4088void queueBindRequest::set_cid(ArgT0&& arg0, ArgT... args) {
4090 _impl_.cid_.Set(
static_cast<ArgT0 &&
>(arg0), args..., GetArenaForAllocation());
4093inline std::string* queueBindRequest::mutable_cid() {
4094 std::string* _s = _internal_mutable_cid();
4098inline const std::string& queueBindRequest::_internal_cid()
const {
4099 return _impl_.cid_.Get();
4101inline void queueBindRequest::_internal_set_cid(
const std::string& value) {
4103 _impl_.cid_.Set(value, GetArenaForAllocation());
4105inline std::string* queueBindRequest::_internal_mutable_cid() {
4107 return _impl_.cid_.Mutable(GetArenaForAllocation());
4109inline std::string* queueBindRequest::release_cid() {
4111 return _impl_.cid_.Release();
4113inline void queueBindRequest::set_allocated_cid(std::string* cid) {
4114 if (cid !=
nullptr) {
4119 _impl_.cid_.SetAllocated(cid, GetArenaForAllocation());
4120#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
4121 if (_impl_.cid_.IsDefault()) {
4122 _impl_.cid_.Set(
"", GetArenaForAllocation());
4129inline void queueBindRequest::clear_exchange_name() {
4130 _impl_.exchange_name_.ClearToEmpty();
4132inline const std::string& queueBindRequest::exchange_name()
const {
4134 return _internal_exchange_name();
4136template <
typename ArgT0,
typename... ArgT>
4137inline PROTOBUF_ALWAYS_INLINE
4138void queueBindRequest::set_exchange_name(ArgT0&& arg0, ArgT... args) {
4140 _impl_.exchange_name_.Set(
static_cast<ArgT0 &&
>(arg0), args..., GetArenaForAllocation());
4143inline std::string* queueBindRequest::mutable_exchange_name() {
4144 std::string* _s = _internal_mutable_exchange_name();
4148inline const std::string& queueBindRequest::_internal_exchange_name()
const {
4149 return _impl_.exchange_name_.Get();
4151inline void queueBindRequest::_internal_set_exchange_name(
const std::string& value) {
4153 _impl_.exchange_name_.Set(value, GetArenaForAllocation());
4155inline std::string* queueBindRequest::_internal_mutable_exchange_name() {
4157 return _impl_.exchange_name_.Mutable(GetArenaForAllocation());
4159inline std::string* queueBindRequest::release_exchange_name() {
4161 return _impl_.exchange_name_.Release();
4163inline void queueBindRequest::set_allocated_exchange_name(std::string* exchange_name) {
4164 if (exchange_name !=
nullptr) {
4169 _impl_.exchange_name_.SetAllocated(exchange_name, GetArenaForAllocation());
4170#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
4171 if (_impl_.exchange_name_.IsDefault()) {
4172 _impl_.exchange_name_.Set(
"", GetArenaForAllocation());
4179inline void queueBindRequest::clear_queue_name() {
4180 _impl_.queue_name_.ClearToEmpty();
4182inline const std::string& queueBindRequest::queue_name()
const {
4184 return _internal_queue_name();
4186template <
typename ArgT0,
typename... ArgT>
4187inline PROTOBUF_ALWAYS_INLINE
4188void queueBindRequest::set_queue_name(ArgT0&& arg0, ArgT... args) {
4190 _impl_.queue_name_.Set(
static_cast<ArgT0 &&
>(arg0), args..., GetArenaForAllocation());
4193inline std::string* queueBindRequest::mutable_queue_name() {
4194 std::string* _s = _internal_mutable_queue_name();
4198inline const std::string& queueBindRequest::_internal_queue_name()
const {
4199 return _impl_.queue_name_.Get();
4201inline void queueBindRequest::_internal_set_queue_name(
const std::string& value) {
4203 _impl_.queue_name_.Set(value, GetArenaForAllocation());
4205inline std::string* queueBindRequest::_internal_mutable_queue_name() {
4207 return _impl_.queue_name_.Mutable(GetArenaForAllocation());
4209inline std::string* queueBindRequest::release_queue_name() {
4211 return _impl_.queue_name_.Release();
4213inline void queueBindRequest::set_allocated_queue_name(std::string* queue_name) {
4214 if (queue_name !=
nullptr) {
4219 _impl_.queue_name_.SetAllocated(queue_name, GetArenaForAllocation());
4220#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
4221 if (_impl_.queue_name_.IsDefault()) {
4222 _impl_.queue_name_.Set(
"", GetArenaForAllocation());
4229inline void queueBindRequest::clear_binding_key() {
4230 _impl_.binding_key_.ClearToEmpty();
4232inline const std::string& queueBindRequest::binding_key()
const {
4234 return _internal_binding_key();
4236template <
typename ArgT0,
typename... ArgT>
4237inline PROTOBUF_ALWAYS_INLINE
4238void queueBindRequest::set_binding_key(ArgT0&& arg0, ArgT... args) {
4240 _impl_.binding_key_.Set(
static_cast<ArgT0 &&
>(arg0), args..., GetArenaForAllocation());
4243inline std::string* queueBindRequest::mutable_binding_key() {
4244 std::string* _s = _internal_mutable_binding_key();
4248inline const std::string& queueBindRequest::_internal_binding_key()
const {
4249 return _impl_.binding_key_.Get();
4251inline void queueBindRequest::_internal_set_binding_key(
const std::string& value) {
4253 _impl_.binding_key_.Set(value, GetArenaForAllocation());
4255inline std::string* queueBindRequest::_internal_mutable_binding_key() {
4257 return _impl_.binding_key_.Mutable(GetArenaForAllocation());
4259inline std::string* queueBindRequest::release_binding_key() {
4261 return _impl_.binding_key_.Release();
4263inline void queueBindRequest::set_allocated_binding_key(std::string* binding_key) {
4264 if (binding_key !=
nullptr) {
4269 _impl_.binding_key_.SetAllocated(binding_key, GetArenaForAllocation());
4270#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
4271 if (_impl_.binding_key_.IsDefault()) {
4272 _impl_.binding_key_.Set(
"", GetArenaForAllocation());
4283inline void queueUnBindRequest::clear_rid() {
4284 _impl_.rid_.ClearToEmpty();
4286inline const std::string& queueUnBindRequest::rid()
const {
4288 return _internal_rid();
4290template <
typename ArgT0,
typename... ArgT>
4291inline PROTOBUF_ALWAYS_INLINE
4292void queueUnBindRequest::set_rid(ArgT0&& arg0, ArgT... args) {
4294 _impl_.rid_.Set(
static_cast<ArgT0 &&
>(arg0), args..., GetArenaForAllocation());
4297inline std::string* queueUnBindRequest::mutable_rid() {
4298 std::string* _s = _internal_mutable_rid();
4302inline const std::string& queueUnBindRequest::_internal_rid()
const {
4303 return _impl_.rid_.Get();
4305inline void queueUnBindRequest::_internal_set_rid(
const std::string& value) {
4307 _impl_.rid_.Set(value, GetArenaForAllocation());
4309inline std::string* queueUnBindRequest::_internal_mutable_rid() {
4311 return _impl_.rid_.Mutable(GetArenaForAllocation());
4313inline std::string* queueUnBindRequest::release_rid() {
4315 return _impl_.rid_.Release();
4317inline void queueUnBindRequest::set_allocated_rid(std::string* rid) {
4318 if (rid !=
nullptr) {
4323 _impl_.rid_.SetAllocated(rid, GetArenaForAllocation());
4324#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
4325 if (_impl_.rid_.IsDefault()) {
4326 _impl_.rid_.Set(
"", GetArenaForAllocation());
4333inline void queueUnBindRequest::clear_cid() {
4334 _impl_.cid_.ClearToEmpty();
4336inline const std::string& queueUnBindRequest::cid()
const {
4338 return _internal_cid();
4340template <
typename ArgT0,
typename... ArgT>
4341inline PROTOBUF_ALWAYS_INLINE
4342void queueUnBindRequest::set_cid(ArgT0&& arg0, ArgT... args) {
4344 _impl_.cid_.Set(
static_cast<ArgT0 &&
>(arg0), args..., GetArenaForAllocation());
4347inline std::string* queueUnBindRequest::mutable_cid() {
4348 std::string* _s = _internal_mutable_cid();
4352inline const std::string& queueUnBindRequest::_internal_cid()
const {
4353 return _impl_.cid_.Get();
4355inline void queueUnBindRequest::_internal_set_cid(
const std::string& value) {
4357 _impl_.cid_.Set(value, GetArenaForAllocation());
4359inline std::string* queueUnBindRequest::_internal_mutable_cid() {
4361 return _impl_.cid_.Mutable(GetArenaForAllocation());
4363inline std::string* queueUnBindRequest::release_cid() {
4365 return _impl_.cid_.Release();
4367inline void queueUnBindRequest::set_allocated_cid(std::string* cid) {
4368 if (cid !=
nullptr) {
4373 _impl_.cid_.SetAllocated(cid, GetArenaForAllocation());
4374#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
4375 if (_impl_.cid_.IsDefault()) {
4376 _impl_.cid_.Set(
"", GetArenaForAllocation());
4383inline void queueUnBindRequest::clear_exchange_name() {
4384 _impl_.exchange_name_.ClearToEmpty();
4386inline const std::string& queueUnBindRequest::exchange_name()
const {
4388 return _internal_exchange_name();
4390template <
typename ArgT0,
typename... ArgT>
4391inline PROTOBUF_ALWAYS_INLINE
4392void queueUnBindRequest::set_exchange_name(ArgT0&& arg0, ArgT... args) {
4394 _impl_.exchange_name_.Set(
static_cast<ArgT0 &&
>(arg0), args..., GetArenaForAllocation());
4397inline std::string* queueUnBindRequest::mutable_exchange_name() {
4398 std::string* _s = _internal_mutable_exchange_name();
4402inline const std::string& queueUnBindRequest::_internal_exchange_name()
const {
4403 return _impl_.exchange_name_.Get();
4405inline void queueUnBindRequest::_internal_set_exchange_name(
const std::string& value) {
4407 _impl_.exchange_name_.Set(value, GetArenaForAllocation());
4409inline std::string* queueUnBindRequest::_internal_mutable_exchange_name() {
4411 return _impl_.exchange_name_.Mutable(GetArenaForAllocation());
4413inline std::string* queueUnBindRequest::release_exchange_name() {
4415 return _impl_.exchange_name_.Release();
4417inline void queueUnBindRequest::set_allocated_exchange_name(std::string* exchange_name) {
4418 if (exchange_name !=
nullptr) {
4423 _impl_.exchange_name_.SetAllocated(exchange_name, GetArenaForAllocation());
4424#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
4425 if (_impl_.exchange_name_.IsDefault()) {
4426 _impl_.exchange_name_.Set(
"", GetArenaForAllocation());
4433inline void queueUnBindRequest::clear_queue_name() {
4434 _impl_.queue_name_.ClearToEmpty();
4436inline const std::string& queueUnBindRequest::queue_name()
const {
4438 return _internal_queue_name();
4440template <
typename ArgT0,
typename... ArgT>
4441inline PROTOBUF_ALWAYS_INLINE
4442void queueUnBindRequest::set_queue_name(ArgT0&& arg0, ArgT... args) {
4444 _impl_.queue_name_.Set(
static_cast<ArgT0 &&
>(arg0), args..., GetArenaForAllocation());
4447inline std::string* queueUnBindRequest::mutable_queue_name() {
4448 std::string* _s = _internal_mutable_queue_name();
4452inline const std::string& queueUnBindRequest::_internal_queue_name()
const {
4453 return _impl_.queue_name_.Get();
4455inline void queueUnBindRequest::_internal_set_queue_name(
const std::string& value) {
4457 _impl_.queue_name_.Set(value, GetArenaForAllocation());
4459inline std::string* queueUnBindRequest::_internal_mutable_queue_name() {
4461 return _impl_.queue_name_.Mutable(GetArenaForAllocation());
4463inline std::string* queueUnBindRequest::release_queue_name() {
4465 return _impl_.queue_name_.Release();
4467inline void queueUnBindRequest::set_allocated_queue_name(std::string* queue_name) {
4468 if (queue_name !=
nullptr) {
4473 _impl_.queue_name_.SetAllocated(queue_name, GetArenaForAllocation());
4474#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
4475 if (_impl_.queue_name_.IsDefault()) {
4476 _impl_.queue_name_.Set(
"", GetArenaForAllocation());
4487inline void basicPublishRequest::clear_rid() {
4488 _impl_.rid_.ClearToEmpty();
4490inline const std::string& basicPublishRequest::rid()
const {
4492 return _internal_rid();
4494template <
typename ArgT0,
typename... ArgT>
4495inline PROTOBUF_ALWAYS_INLINE
4496void basicPublishRequest::set_rid(ArgT0&& arg0, ArgT... args) {
4498 _impl_.rid_.Set(
static_cast<ArgT0 &&
>(arg0), args..., GetArenaForAllocation());
4501inline std::string* basicPublishRequest::mutable_rid() {
4502 std::string* _s = _internal_mutable_rid();
4506inline const std::string& basicPublishRequest::_internal_rid()
const {
4507 return _impl_.rid_.Get();
4509inline void basicPublishRequest::_internal_set_rid(
const std::string& value) {
4511 _impl_.rid_.Set(value, GetArenaForAllocation());
4513inline std::string* basicPublishRequest::_internal_mutable_rid() {
4515 return _impl_.rid_.Mutable(GetArenaForAllocation());
4517inline std::string* basicPublishRequest::release_rid() {
4519 return _impl_.rid_.Release();
4521inline void basicPublishRequest::set_allocated_rid(std::string* rid) {
4522 if (rid !=
nullptr) {
4527 _impl_.rid_.SetAllocated(rid, GetArenaForAllocation());
4528#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
4529 if (_impl_.rid_.IsDefault()) {
4530 _impl_.rid_.Set(
"", GetArenaForAllocation());
4537inline void basicPublishRequest::clear_cid() {
4538 _impl_.cid_.ClearToEmpty();
4540inline const std::string& basicPublishRequest::cid()
const {
4542 return _internal_cid();
4544template <
typename ArgT0,
typename... ArgT>
4545inline PROTOBUF_ALWAYS_INLINE
4546void basicPublishRequest::set_cid(ArgT0&& arg0, ArgT... args) {
4548 _impl_.cid_.Set(
static_cast<ArgT0 &&
>(arg0), args..., GetArenaForAllocation());
4551inline std::string* basicPublishRequest::mutable_cid() {
4552 std::string* _s = _internal_mutable_cid();
4556inline const std::string& basicPublishRequest::_internal_cid()
const {
4557 return _impl_.cid_.Get();
4559inline void basicPublishRequest::_internal_set_cid(
const std::string& value) {
4561 _impl_.cid_.Set(value, GetArenaForAllocation());
4563inline std::string* basicPublishRequest::_internal_mutable_cid() {
4565 return _impl_.cid_.Mutable(GetArenaForAllocation());
4567inline std::string* basicPublishRequest::release_cid() {
4569 return _impl_.cid_.Release();
4571inline void basicPublishRequest::set_allocated_cid(std::string* cid) {
4572 if (cid !=
nullptr) {
4577 _impl_.cid_.SetAllocated(cid, GetArenaForAllocation());
4578#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
4579 if (_impl_.cid_.IsDefault()) {
4580 _impl_.cid_.Set(
"", GetArenaForAllocation());
4587inline void basicPublishRequest::clear_exchange_name() {
4588 _impl_.exchange_name_.ClearToEmpty();
4590inline const std::string& basicPublishRequest::exchange_name()
const {
4592 return _internal_exchange_name();
4594template <
typename ArgT0,
typename... ArgT>
4595inline PROTOBUF_ALWAYS_INLINE
4596void basicPublishRequest::set_exchange_name(ArgT0&& arg0, ArgT... args) {
4598 _impl_.exchange_name_.Set(
static_cast<ArgT0 &&
>(arg0), args..., GetArenaForAllocation());
4601inline std::string* basicPublishRequest::mutable_exchange_name() {
4602 std::string* _s = _internal_mutable_exchange_name();
4606inline const std::string& basicPublishRequest::_internal_exchange_name()
const {
4607 return _impl_.exchange_name_.Get();
4609inline void basicPublishRequest::_internal_set_exchange_name(
const std::string& value) {
4611 _impl_.exchange_name_.Set(value, GetArenaForAllocation());
4613inline std::string* basicPublishRequest::_internal_mutable_exchange_name() {
4615 return _impl_.exchange_name_.Mutable(GetArenaForAllocation());
4617inline std::string* basicPublishRequest::release_exchange_name() {
4619 return _impl_.exchange_name_.Release();
4621inline void basicPublishRequest::set_allocated_exchange_name(std::string* exchange_name) {
4622 if (exchange_name !=
nullptr) {
4627 _impl_.exchange_name_.SetAllocated(exchange_name, GetArenaForAllocation());
4628#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
4629 if (_impl_.exchange_name_.IsDefault()) {
4630 _impl_.exchange_name_.Set(
"", GetArenaForAllocation());
4637inline void basicPublishRequest::clear_body() {
4638 _impl_.body_.ClearToEmpty();
4640inline const std::string& basicPublishRequest::body()
const {
4642 return _internal_body();
4644template <
typename ArgT0,
typename... ArgT>
4645inline PROTOBUF_ALWAYS_INLINE
4646void basicPublishRequest::set_body(ArgT0&& arg0, ArgT... args) {
4648 _impl_.body_.Set(
static_cast<ArgT0 &&
>(arg0), args..., GetArenaForAllocation());
4651inline std::string* basicPublishRequest::mutable_body() {
4652 std::string* _s = _internal_mutable_body();
4656inline const std::string& basicPublishRequest::_internal_body()
const {
4657 return _impl_.body_.Get();
4659inline void basicPublishRequest::_internal_set_body(
const std::string& value) {
4661 _impl_.body_.Set(value, GetArenaForAllocation());
4663inline std::string* basicPublishRequest::_internal_mutable_body() {
4665 return _impl_.body_.Mutable(GetArenaForAllocation());
4667inline std::string* basicPublishRequest::release_body() {
4669 return _impl_.body_.Release();
4671inline void basicPublishRequest::set_allocated_body(std::string* body) {
4672 if (body !=
nullptr) {
4677 _impl_.body_.SetAllocated(body, GetArenaForAllocation());
4678#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
4679 if (_impl_.body_.IsDefault()) {
4680 _impl_.body_.Set(
"", GetArenaForAllocation());
4687inline bool basicPublishRequest::_internal_has_properties()
const {
4688 return this != internal_default_instance() && _impl_.properties_ !=
nullptr;
4690inline bool basicPublishRequest::has_properties()
const {
4691 return _internal_has_properties();
4693inline const ::XuMQ::BasicProperties& basicPublishRequest::_internal_properties()
const {
4694 const ::XuMQ::BasicProperties* p = _impl_.properties_;
4698inline const ::XuMQ::BasicProperties& basicPublishRequest::properties()
const {
4700 return _internal_properties();
4702inline void basicPublishRequest::unsafe_arena_set_allocated_properties(
4704 if (GetArenaForAllocation() ==
nullptr) {
4705 delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*
>(_impl_.properties_);
4707 _impl_.properties_ = properties;
4715inline ::XuMQ::BasicProperties* basicPublishRequest::release_properties() {
4718 _impl_.properties_ =
nullptr;
4719#ifdef PROTOBUF_FORCE_COPY_IN_RELEASE
4720 auto* old =
reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*
>(temp);
4721 temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
4722 if (GetArenaForAllocation() ==
nullptr) {
delete old; }
4724 if (GetArenaForAllocation() !=
nullptr) {
4725 temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
4730inline ::XuMQ::BasicProperties* basicPublishRequest::unsafe_arena_release_properties() {
4734 _impl_.properties_ =
nullptr;
4737inline ::XuMQ::BasicProperties* basicPublishRequest::_internal_mutable_properties() {
4739 if (_impl_.properties_ ==
nullptr) {
4741 _impl_.properties_ = p;
4743 return _impl_.properties_;
4745inline ::XuMQ::BasicProperties* basicPublishRequest::mutable_properties() {
4751 ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation();
4752 if (message_arena ==
nullptr) {
4753 delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*
>(_impl_.properties_);
4756 ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
4757 ::PROTOBUF_NAMESPACE_ID::Arena::InternalGetOwningArena(
4758 reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*
>(properties));
4759 if (message_arena != submessage_arena) {
4760 properties = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
4761 message_arena, properties, submessage_arena);
4767 _impl_.properties_ = properties;
4776inline void basicAckRequest::clear_rid() {
4777 _impl_.rid_.ClearToEmpty();
4779inline const std::string& basicAckRequest::rid()
const {
4781 return _internal_rid();
4783template <
typename ArgT0,
typename... ArgT>
4784inline PROTOBUF_ALWAYS_INLINE
4785void basicAckRequest::set_rid(ArgT0&& arg0, ArgT... args) {
4787 _impl_.rid_.Set(
static_cast<ArgT0 &&
>(arg0), args..., GetArenaForAllocation());
4790inline std::string* basicAckRequest::mutable_rid() {
4791 std::string* _s = _internal_mutable_rid();
4795inline const std::string& basicAckRequest::_internal_rid()
const {
4796 return _impl_.rid_.Get();
4798inline void basicAckRequest::_internal_set_rid(
const std::string& value) {
4800 _impl_.rid_.Set(value, GetArenaForAllocation());
4802inline std::string* basicAckRequest::_internal_mutable_rid() {
4804 return _impl_.rid_.Mutable(GetArenaForAllocation());
4806inline std::string* basicAckRequest::release_rid() {
4808 return _impl_.rid_.Release();
4810inline void basicAckRequest::set_allocated_rid(std::string* rid) {
4811 if (rid !=
nullptr) {
4816 _impl_.rid_.SetAllocated(rid, GetArenaForAllocation());
4817#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
4818 if (_impl_.rid_.IsDefault()) {
4819 _impl_.rid_.Set(
"", GetArenaForAllocation());
4826inline void basicAckRequest::clear_cid() {
4827 _impl_.cid_.ClearToEmpty();
4829inline const std::string& basicAckRequest::cid()
const {
4831 return _internal_cid();
4833template <
typename ArgT0,
typename... ArgT>
4834inline PROTOBUF_ALWAYS_INLINE
4835void basicAckRequest::set_cid(ArgT0&& arg0, ArgT... args) {
4837 _impl_.cid_.Set(
static_cast<ArgT0 &&
>(arg0), args..., GetArenaForAllocation());
4840inline std::string* basicAckRequest::mutable_cid() {
4841 std::string* _s = _internal_mutable_cid();
4845inline const std::string& basicAckRequest::_internal_cid()
const {
4846 return _impl_.cid_.Get();
4848inline void basicAckRequest::_internal_set_cid(
const std::string& value) {
4850 _impl_.cid_.Set(value, GetArenaForAllocation());
4852inline std::string* basicAckRequest::_internal_mutable_cid() {
4854 return _impl_.cid_.Mutable(GetArenaForAllocation());
4856inline std::string* basicAckRequest::release_cid() {
4858 return _impl_.cid_.Release();
4860inline void basicAckRequest::set_allocated_cid(std::string* cid) {
4861 if (cid !=
nullptr) {
4866 _impl_.cid_.SetAllocated(cid, GetArenaForAllocation());
4867#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
4868 if (_impl_.cid_.IsDefault()) {
4869 _impl_.cid_.Set(
"", GetArenaForAllocation());
4876inline void basicAckRequest::clear_queue_name() {
4877 _impl_.queue_name_.ClearToEmpty();
4879inline const std::string& basicAckRequest::queue_name()
const {
4881 return _internal_queue_name();
4883template <
typename ArgT0,
typename... ArgT>
4884inline PROTOBUF_ALWAYS_INLINE
4885void basicAckRequest::set_queue_name(ArgT0&& arg0, ArgT... args) {
4887 _impl_.queue_name_.Set(
static_cast<ArgT0 &&
>(arg0), args..., GetArenaForAllocation());
4890inline std::string* basicAckRequest::mutable_queue_name() {
4891 std::string* _s = _internal_mutable_queue_name();
4895inline const std::string& basicAckRequest::_internal_queue_name()
const {
4896 return _impl_.queue_name_.Get();
4898inline void basicAckRequest::_internal_set_queue_name(
const std::string& value) {
4900 _impl_.queue_name_.Set(value, GetArenaForAllocation());
4902inline std::string* basicAckRequest::_internal_mutable_queue_name() {
4904 return _impl_.queue_name_.Mutable(GetArenaForAllocation());
4906inline std::string* basicAckRequest::release_queue_name() {
4908 return _impl_.queue_name_.Release();
4910inline void basicAckRequest::set_allocated_queue_name(std::string* queue_name) {
4911 if (queue_name !=
nullptr) {
4916 _impl_.queue_name_.SetAllocated(queue_name, GetArenaForAllocation());
4917#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
4918 if (_impl_.queue_name_.IsDefault()) {
4919 _impl_.queue_name_.Set(
"", GetArenaForAllocation());
4926inline void basicAckRequest::clear_msg_id() {
4927 _impl_.msg_id_.ClearToEmpty();
4929inline const std::string& basicAckRequest::msg_id()
const {
4931 return _internal_msg_id();
4933template <
typename ArgT0,
typename... ArgT>
4934inline PROTOBUF_ALWAYS_INLINE
4935void basicAckRequest::set_msg_id(ArgT0&& arg0, ArgT... args) {
4937 _impl_.msg_id_.Set(
static_cast<ArgT0 &&
>(arg0), args..., GetArenaForAllocation());
4940inline std::string* basicAckRequest::mutable_msg_id() {
4941 std::string* _s = _internal_mutable_msg_id();
4945inline const std::string& basicAckRequest::_internal_msg_id()
const {
4946 return _impl_.msg_id_.Get();
4948inline void basicAckRequest::_internal_set_msg_id(
const std::string& value) {
4950 _impl_.msg_id_.Set(value, GetArenaForAllocation());
4952inline std::string* basicAckRequest::_internal_mutable_msg_id() {
4954 return _impl_.msg_id_.Mutable(GetArenaForAllocation());
4956inline std::string* basicAckRequest::release_msg_id() {
4958 return _impl_.msg_id_.Release();
4960inline void basicAckRequest::set_allocated_msg_id(std::string* msg_id) {
4961 if (msg_id !=
nullptr) {
4966 _impl_.msg_id_.SetAllocated(msg_id, GetArenaForAllocation());
4967#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
4968 if (_impl_.msg_id_.IsDefault()) {
4969 _impl_.msg_id_.Set(
"", GetArenaForAllocation());
4980inline void basicConsumeRequest::clear_rid() {
4981 _impl_.rid_.ClearToEmpty();
4983inline const std::string& basicConsumeRequest::rid()
const {
4985 return _internal_rid();
4987template <
typename ArgT0,
typename... ArgT>
4988inline PROTOBUF_ALWAYS_INLINE
4989void basicConsumeRequest::set_rid(ArgT0&& arg0, ArgT... args) {
4991 _impl_.rid_.Set(
static_cast<ArgT0 &&
>(arg0), args..., GetArenaForAllocation());
4994inline std::string* basicConsumeRequest::mutable_rid() {
4995 std::string* _s = _internal_mutable_rid();
4999inline const std::string& basicConsumeRequest::_internal_rid()
const {
5000 return _impl_.rid_.Get();
5002inline void basicConsumeRequest::_internal_set_rid(
const std::string& value) {
5004 _impl_.rid_.Set(value, GetArenaForAllocation());
5006inline std::string* basicConsumeRequest::_internal_mutable_rid() {
5008 return _impl_.rid_.Mutable(GetArenaForAllocation());
5010inline std::string* basicConsumeRequest::release_rid() {
5012 return _impl_.rid_.Release();
5014inline void basicConsumeRequest::set_allocated_rid(std::string* rid) {
5015 if (rid !=
nullptr) {
5020 _impl_.rid_.SetAllocated(rid, GetArenaForAllocation());
5021#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
5022 if (_impl_.rid_.IsDefault()) {
5023 _impl_.rid_.Set(
"", GetArenaForAllocation());
5030inline void basicConsumeRequest::clear_cid() {
5031 _impl_.cid_.ClearToEmpty();
5033inline const std::string& basicConsumeRequest::cid()
const {
5035 return _internal_cid();
5037template <
typename ArgT0,
typename... ArgT>
5038inline PROTOBUF_ALWAYS_INLINE
5039void basicConsumeRequest::set_cid(ArgT0&& arg0, ArgT... args) {
5041 _impl_.cid_.Set(
static_cast<ArgT0 &&
>(arg0), args..., GetArenaForAllocation());
5044inline std::string* basicConsumeRequest::mutable_cid() {
5045 std::string* _s = _internal_mutable_cid();
5049inline const std::string& basicConsumeRequest::_internal_cid()
const {
5050 return _impl_.cid_.Get();
5052inline void basicConsumeRequest::_internal_set_cid(
const std::string& value) {
5054 _impl_.cid_.Set(value, GetArenaForAllocation());
5056inline std::string* basicConsumeRequest::_internal_mutable_cid() {
5058 return _impl_.cid_.Mutable(GetArenaForAllocation());
5060inline std::string* basicConsumeRequest::release_cid() {
5062 return _impl_.cid_.Release();
5064inline void basicConsumeRequest::set_allocated_cid(std::string* cid) {
5065 if (cid !=
nullptr) {
5070 _impl_.cid_.SetAllocated(cid, GetArenaForAllocation());
5071#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
5072 if (_impl_.cid_.IsDefault()) {
5073 _impl_.cid_.Set(
"", GetArenaForAllocation());
5080inline void basicConsumeRequest::clear_consumer_tag() {
5081 _impl_.consumer_tag_.ClearToEmpty();
5083inline const std::string& basicConsumeRequest::consumer_tag()
const {
5085 return _internal_consumer_tag();
5087template <
typename ArgT0,
typename... ArgT>
5088inline PROTOBUF_ALWAYS_INLINE
5089void basicConsumeRequest::set_consumer_tag(ArgT0&& arg0, ArgT... args) {
5091 _impl_.consumer_tag_.Set(
static_cast<ArgT0 &&
>(arg0), args..., GetArenaForAllocation());
5094inline std::string* basicConsumeRequest::mutable_consumer_tag() {
5095 std::string* _s = _internal_mutable_consumer_tag();
5099inline const std::string& basicConsumeRequest::_internal_consumer_tag()
const {
5100 return _impl_.consumer_tag_.Get();
5102inline void basicConsumeRequest::_internal_set_consumer_tag(
const std::string& value) {
5104 _impl_.consumer_tag_.Set(value, GetArenaForAllocation());
5106inline std::string* basicConsumeRequest::_internal_mutable_consumer_tag() {
5108 return _impl_.consumer_tag_.Mutable(GetArenaForAllocation());
5110inline std::string* basicConsumeRequest::release_consumer_tag() {
5112 return _impl_.consumer_tag_.Release();
5114inline void basicConsumeRequest::set_allocated_consumer_tag(std::string* consumer_tag) {
5115 if (consumer_tag !=
nullptr) {
5120 _impl_.consumer_tag_.SetAllocated(consumer_tag, GetArenaForAllocation());
5121#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
5122 if (_impl_.consumer_tag_.IsDefault()) {
5123 _impl_.consumer_tag_.Set(
"", GetArenaForAllocation());
5130inline void basicConsumeRequest::clear_queue_name() {
5131 _impl_.queue_name_.ClearToEmpty();
5133inline const std::string& basicConsumeRequest::queue_name()
const {
5135 return _internal_queue_name();
5137template <
typename ArgT0,
typename... ArgT>
5138inline PROTOBUF_ALWAYS_INLINE
5139void basicConsumeRequest::set_queue_name(ArgT0&& arg0, ArgT... args) {
5141 _impl_.queue_name_.Set(
static_cast<ArgT0 &&
>(arg0), args..., GetArenaForAllocation());
5144inline std::string* basicConsumeRequest::mutable_queue_name() {
5145 std::string* _s = _internal_mutable_queue_name();
5149inline const std::string& basicConsumeRequest::_internal_queue_name()
const {
5150 return _impl_.queue_name_.Get();
5152inline void basicConsumeRequest::_internal_set_queue_name(
const std::string& value) {
5154 _impl_.queue_name_.Set(value, GetArenaForAllocation());
5156inline std::string* basicConsumeRequest::_internal_mutable_queue_name() {
5158 return _impl_.queue_name_.Mutable(GetArenaForAllocation());
5160inline std::string* basicConsumeRequest::release_queue_name() {
5162 return _impl_.queue_name_.Release();
5164inline void basicConsumeRequest::set_allocated_queue_name(std::string* queue_name) {
5165 if (queue_name !=
nullptr) {
5170 _impl_.queue_name_.SetAllocated(queue_name, GetArenaForAllocation());
5171#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
5172 if (_impl_.queue_name_.IsDefault()) {
5173 _impl_.queue_name_.Set(
"", GetArenaForAllocation());
5180inline void basicConsumeRequest::clear_auto_ack() {
5181 _impl_.auto_ack_ =
false;
5183inline bool basicConsumeRequest::_internal_auto_ack()
const {
5184 return _impl_.auto_ack_;
5186inline bool basicConsumeRequest::auto_ack()
const {
5188 return _internal_auto_ack();
5190inline void basicConsumeRequest::_internal_set_auto_ack(
bool value) {
5192 _impl_.auto_ack_ = value;
5194inline void basicConsumeRequest::set_auto_ack(
bool value) {
5195 _internal_set_auto_ack(value);
5204inline void basicCancelRequest::clear_rid() {
5205 _impl_.rid_.ClearToEmpty();
5207inline const std::string& basicCancelRequest::rid()
const {
5209 return _internal_rid();
5211template <
typename ArgT0,
typename... ArgT>
5212inline PROTOBUF_ALWAYS_INLINE
5213void basicCancelRequest::set_rid(ArgT0&& arg0, ArgT... args) {
5215 _impl_.rid_.Set(
static_cast<ArgT0 &&
>(arg0), args..., GetArenaForAllocation());
5218inline std::string* basicCancelRequest::mutable_rid() {
5219 std::string* _s = _internal_mutable_rid();
5223inline const std::string& basicCancelRequest::_internal_rid()
const {
5224 return _impl_.rid_.Get();
5226inline void basicCancelRequest::_internal_set_rid(
const std::string& value) {
5228 _impl_.rid_.Set(value, GetArenaForAllocation());
5230inline std::string* basicCancelRequest::_internal_mutable_rid() {
5232 return _impl_.rid_.Mutable(GetArenaForAllocation());
5234inline std::string* basicCancelRequest::release_rid() {
5236 return _impl_.rid_.Release();
5238inline void basicCancelRequest::set_allocated_rid(std::string* rid) {
5239 if (rid !=
nullptr) {
5244 _impl_.rid_.SetAllocated(rid, GetArenaForAllocation());
5245#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
5246 if (_impl_.rid_.IsDefault()) {
5247 _impl_.rid_.Set(
"", GetArenaForAllocation());
5254inline void basicCancelRequest::clear_cid() {
5255 _impl_.cid_.ClearToEmpty();
5257inline const std::string& basicCancelRequest::cid()
const {
5259 return _internal_cid();
5261template <
typename ArgT0,
typename... ArgT>
5262inline PROTOBUF_ALWAYS_INLINE
5263void basicCancelRequest::set_cid(ArgT0&& arg0, ArgT... args) {
5265 _impl_.cid_.Set(
static_cast<ArgT0 &&
>(arg0), args..., GetArenaForAllocation());
5268inline std::string* basicCancelRequest::mutable_cid() {
5269 std::string* _s = _internal_mutable_cid();
5273inline const std::string& basicCancelRequest::_internal_cid()
const {
5274 return _impl_.cid_.Get();
5276inline void basicCancelRequest::_internal_set_cid(
const std::string& value) {
5278 _impl_.cid_.Set(value, GetArenaForAllocation());
5280inline std::string* basicCancelRequest::_internal_mutable_cid() {
5282 return _impl_.cid_.Mutable(GetArenaForAllocation());
5284inline std::string* basicCancelRequest::release_cid() {
5286 return _impl_.cid_.Release();
5288inline void basicCancelRequest::set_allocated_cid(std::string* cid) {
5289 if (cid !=
nullptr) {
5294 _impl_.cid_.SetAllocated(cid, GetArenaForAllocation());
5295#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
5296 if (_impl_.cid_.IsDefault()) {
5297 _impl_.cid_.Set(
"", GetArenaForAllocation());
5304inline void basicCancelRequest::clear_consumer_tag() {
5305 _impl_.consumer_tag_.ClearToEmpty();
5307inline const std::string& basicCancelRequest::consumer_tag()
const {
5309 return _internal_consumer_tag();
5311template <
typename ArgT0,
typename... ArgT>
5312inline PROTOBUF_ALWAYS_INLINE
5313void basicCancelRequest::set_consumer_tag(ArgT0&& arg0, ArgT... args) {
5315 _impl_.consumer_tag_.Set(
static_cast<ArgT0 &&
>(arg0), args..., GetArenaForAllocation());
5318inline std::string* basicCancelRequest::mutable_consumer_tag() {
5319 std::string* _s = _internal_mutable_consumer_tag();
5323inline const std::string& basicCancelRequest::_internal_consumer_tag()
const {
5324 return _impl_.consumer_tag_.Get();
5326inline void basicCancelRequest::_internal_set_consumer_tag(
const std::string& value) {
5328 _impl_.consumer_tag_.Set(value, GetArenaForAllocation());
5330inline std::string* basicCancelRequest::_internal_mutable_consumer_tag() {
5332 return _impl_.consumer_tag_.Mutable(GetArenaForAllocation());
5334inline std::string* basicCancelRequest::release_consumer_tag() {
5336 return _impl_.consumer_tag_.Release();
5338inline void basicCancelRequest::set_allocated_consumer_tag(std::string* consumer_tag) {
5339 if (consumer_tag !=
nullptr) {
5344 _impl_.consumer_tag_.SetAllocated(consumer_tag, GetArenaForAllocation());
5345#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
5346 if (_impl_.consumer_tag_.IsDefault()) {
5347 _impl_.consumer_tag_.Set(
"", GetArenaForAllocation());
5354inline void basicCancelRequest::clear_queue_name() {
5355 _impl_.queue_name_.ClearToEmpty();
5357inline const std::string& basicCancelRequest::queue_name()
const {
5359 return _internal_queue_name();
5361template <
typename ArgT0,
typename... ArgT>
5362inline PROTOBUF_ALWAYS_INLINE
5363void basicCancelRequest::set_queue_name(ArgT0&& arg0, ArgT... args) {
5365 _impl_.queue_name_.Set(
static_cast<ArgT0 &&
>(arg0), args..., GetArenaForAllocation());
5368inline std::string* basicCancelRequest::mutable_queue_name() {
5369 std::string* _s = _internal_mutable_queue_name();
5373inline const std::string& basicCancelRequest::_internal_queue_name()
const {
5374 return _impl_.queue_name_.Get();
5376inline void basicCancelRequest::_internal_set_queue_name(
const std::string& value) {
5378 _impl_.queue_name_.Set(value, GetArenaForAllocation());
5380inline std::string* basicCancelRequest::_internal_mutable_queue_name() {
5382 return _impl_.queue_name_.Mutable(GetArenaForAllocation());
5384inline std::string* basicCancelRequest::release_queue_name() {
5386 return _impl_.queue_name_.Release();
5388inline void basicCancelRequest::set_allocated_queue_name(std::string* queue_name) {
5389 if (queue_name !=
nullptr) {
5394 _impl_.queue_name_.SetAllocated(queue_name, GetArenaForAllocation());
5395#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
5396 if (_impl_.queue_name_.IsDefault()) {
5397 _impl_.queue_name_.Set(
"", GetArenaForAllocation());
5408inline void basicConsumeResponse::clear_cid() {
5409 _impl_.cid_.ClearToEmpty();
5411inline const std::string& basicConsumeResponse::cid()
const {
5413 return _internal_cid();
5415template <
typename ArgT0,
typename... ArgT>
5416inline PROTOBUF_ALWAYS_INLINE
5417void basicConsumeResponse::set_cid(ArgT0&& arg0, ArgT... args) {
5419 _impl_.cid_.Set(
static_cast<ArgT0 &&
>(arg0), args..., GetArenaForAllocation());
5422inline std::string* basicConsumeResponse::mutable_cid() {
5423 std::string* _s = _internal_mutable_cid();
5427inline const std::string& basicConsumeResponse::_internal_cid()
const {
5428 return _impl_.cid_.Get();
5430inline void basicConsumeResponse::_internal_set_cid(
const std::string& value) {
5432 _impl_.cid_.Set(value, GetArenaForAllocation());
5434inline std::string* basicConsumeResponse::_internal_mutable_cid() {
5436 return _impl_.cid_.Mutable(GetArenaForAllocation());
5438inline std::string* basicConsumeResponse::release_cid() {
5440 return _impl_.cid_.Release();
5442inline void basicConsumeResponse::set_allocated_cid(std::string* cid) {
5443 if (cid !=
nullptr) {
5448 _impl_.cid_.SetAllocated(cid, GetArenaForAllocation());
5449#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
5450 if (_impl_.cid_.IsDefault()) {
5451 _impl_.cid_.Set(
"", GetArenaForAllocation());
5458inline void basicConsumeResponse::clear_consumer_tag() {
5459 _impl_.consumer_tag_.ClearToEmpty();
5461inline const std::string& basicConsumeResponse::consumer_tag()
const {
5463 return _internal_consumer_tag();
5465template <
typename ArgT0,
typename... ArgT>
5466inline PROTOBUF_ALWAYS_INLINE
5467void basicConsumeResponse::set_consumer_tag(ArgT0&& arg0, ArgT... args) {
5469 _impl_.consumer_tag_.Set(
static_cast<ArgT0 &&
>(arg0), args..., GetArenaForAllocation());
5472inline std::string* basicConsumeResponse::mutable_consumer_tag() {
5473 std::string* _s = _internal_mutable_consumer_tag();
5477inline const std::string& basicConsumeResponse::_internal_consumer_tag()
const {
5478 return _impl_.consumer_tag_.Get();
5480inline void basicConsumeResponse::_internal_set_consumer_tag(
const std::string& value) {
5482 _impl_.consumer_tag_.Set(value, GetArenaForAllocation());
5484inline std::string* basicConsumeResponse::_internal_mutable_consumer_tag() {
5486 return _impl_.consumer_tag_.Mutable(GetArenaForAllocation());
5488inline std::string* basicConsumeResponse::release_consumer_tag() {
5490 return _impl_.consumer_tag_.Release();
5492inline void basicConsumeResponse::set_allocated_consumer_tag(std::string* consumer_tag) {
5493 if (consumer_tag !=
nullptr) {
5498 _impl_.consumer_tag_.SetAllocated(consumer_tag, GetArenaForAllocation());
5499#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
5500 if (_impl_.consumer_tag_.IsDefault()) {
5501 _impl_.consumer_tag_.Set(
"", GetArenaForAllocation());
5508inline void basicConsumeResponse::clear_body() {
5509 _impl_.body_.ClearToEmpty();
5511inline const std::string& basicConsumeResponse::body()
const {
5513 return _internal_body();
5515template <
typename ArgT0,
typename... ArgT>
5516inline PROTOBUF_ALWAYS_INLINE
5517void basicConsumeResponse::set_body(ArgT0&& arg0, ArgT... args) {
5519 _impl_.body_.Set(
static_cast<ArgT0 &&
>(arg0), args..., GetArenaForAllocation());
5522inline std::string* basicConsumeResponse::mutable_body() {
5523 std::string* _s = _internal_mutable_body();
5527inline const std::string& basicConsumeResponse::_internal_body()
const {
5528 return _impl_.body_.Get();
5530inline void basicConsumeResponse::_internal_set_body(
const std::string& value) {
5532 _impl_.body_.Set(value, GetArenaForAllocation());
5534inline std::string* basicConsumeResponse::_internal_mutable_body() {
5536 return _impl_.body_.Mutable(GetArenaForAllocation());
5538inline std::string* basicConsumeResponse::release_body() {
5540 return _impl_.body_.Release();
5542inline void basicConsumeResponse::set_allocated_body(std::string* body) {
5543 if (body !=
nullptr) {
5548 _impl_.body_.SetAllocated(body, GetArenaForAllocation());
5549#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
5550 if (_impl_.body_.IsDefault()) {
5551 _impl_.body_.Set(
"", GetArenaForAllocation());
5558inline bool basicConsumeResponse::_internal_has_properties()
const {
5559 return this != internal_default_instance() && _impl_.properties_ !=
nullptr;
5561inline bool basicConsumeResponse::has_properties()
const {
5562 return _internal_has_properties();
5564inline const ::XuMQ::BasicProperties& basicConsumeResponse::_internal_properties()
const {
5565 const ::XuMQ::BasicProperties* p = _impl_.properties_;
5569inline const ::XuMQ::BasicProperties& basicConsumeResponse::properties()
const {
5571 return _internal_properties();
5573inline void basicConsumeResponse::unsafe_arena_set_allocated_properties(
5575 if (GetArenaForAllocation() ==
nullptr) {
5576 delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*
>(_impl_.properties_);
5578 _impl_.properties_ = properties;
5586inline ::XuMQ::BasicProperties* basicConsumeResponse::release_properties() {
5589 _impl_.properties_ =
nullptr;
5590#ifdef PROTOBUF_FORCE_COPY_IN_RELEASE
5591 auto* old =
reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*
>(temp);
5592 temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
5593 if (GetArenaForAllocation() ==
nullptr) {
delete old; }
5595 if (GetArenaForAllocation() !=
nullptr) {
5596 temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
5601inline ::XuMQ::BasicProperties* basicConsumeResponse::unsafe_arena_release_properties() {
5605 _impl_.properties_ =
nullptr;
5608inline ::XuMQ::BasicProperties* basicConsumeResponse::_internal_mutable_properties() {
5610 if (_impl_.properties_ ==
nullptr) {
5612 _impl_.properties_ = p;
5614 return _impl_.properties_;
5616inline ::XuMQ::BasicProperties* basicConsumeResponse::mutable_properties() {
5622 ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation();
5623 if (message_arena ==
nullptr) {
5624 delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*
>(_impl_.properties_);
5627 ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
5628 ::PROTOBUF_NAMESPACE_ID::Arena::InternalGetOwningArena(
5629 reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*
>(properties));
5630 if (message_arena != submessage_arena) {
5631 properties = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
5632 message_arena, properties, submessage_arena);
5638 _impl_.properties_ = properties;
5647inline void basicResponse::clear_rid() {
5648 _impl_.rid_.ClearToEmpty();
5650inline const std::string& basicResponse::rid()
const {
5652 return _internal_rid();
5654template <
typename ArgT0,
typename... ArgT>
5655inline PROTOBUF_ALWAYS_INLINE
5656void basicResponse::set_rid(ArgT0&& arg0, ArgT... args) {
5658 _impl_.rid_.Set(
static_cast<ArgT0 &&
>(arg0), args..., GetArenaForAllocation());
5661inline std::string* basicResponse::mutable_rid() {
5662 std::string* _s = _internal_mutable_rid();
5666inline const std::string& basicResponse::_internal_rid()
const {
5667 return _impl_.rid_.Get();
5669inline void basicResponse::_internal_set_rid(
const std::string& value) {
5671 _impl_.rid_.Set(value, GetArenaForAllocation());
5673inline std::string* basicResponse::_internal_mutable_rid() {
5675 return _impl_.rid_.Mutable(GetArenaForAllocation());
5677inline std::string* basicResponse::release_rid() {
5679 return _impl_.rid_.Release();
5681inline void basicResponse::set_allocated_rid(std::string* rid) {
5682 if (rid !=
nullptr) {
5687 _impl_.rid_.SetAllocated(rid, GetArenaForAllocation());
5688#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
5689 if (_impl_.rid_.IsDefault()) {
5690 _impl_.rid_.Set(
"", GetArenaForAllocation());
5697inline void basicResponse::clear_cid() {
5698 _impl_.cid_.ClearToEmpty();
5700inline const std::string& basicResponse::cid()
const {
5702 return _internal_cid();
5704template <
typename ArgT0,
typename... ArgT>
5705inline PROTOBUF_ALWAYS_INLINE
5706void basicResponse::set_cid(ArgT0&& arg0, ArgT... args) {
5708 _impl_.cid_.Set(
static_cast<ArgT0 &&
>(arg0), args..., GetArenaForAllocation());
5711inline std::string* basicResponse::mutable_cid() {
5712 std::string* _s = _internal_mutable_cid();
5716inline const std::string& basicResponse::_internal_cid()
const {
5717 return _impl_.cid_.Get();
5719inline void basicResponse::_internal_set_cid(
const std::string& value) {
5721 _impl_.cid_.Set(value, GetArenaForAllocation());
5723inline std::string* basicResponse::_internal_mutable_cid() {
5725 return _impl_.cid_.Mutable(GetArenaForAllocation());
5727inline std::string* basicResponse::release_cid() {
5729 return _impl_.cid_.Release();
5731inline void basicResponse::set_allocated_cid(std::string* cid) {
5732 if (cid !=
nullptr) {
5737 _impl_.cid_.SetAllocated(cid, GetArenaForAllocation());
5738#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
5739 if (_impl_.cid_.IsDefault()) {
5740 _impl_.cid_.Set(
"", GetArenaForAllocation());
5747inline void basicResponse::clear_ok() {
5750inline bool basicResponse::_internal_ok()
const {
5753inline bool basicResponse::ok()
const {
5755 return _internal_ok();
5757inline void basicResponse::_internal_set_ok(
bool value) {
5761inline void basicResponse::set_ok(
bool value) {
5762 _internal_set_ok(value);
5767 #pragma GCC diagnostic pop
5806#include <google/protobuf/port_undef.inc>
Definition protocol.pb.cc:3752
Definition protocol.pb.h:2015
basicAckRequest * New(::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
Definition protocol.pb.h:2088
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition protocol.pb.h:2048
void DestructorSkippable_
Definition protocol.pb.h:2202
basicAckRequest(basicAckRequest &&from) noexcept
Definition protocol.pb.h:2022
static const basicAckRequest * internal_default_instance()
Definition protocol.pb.h:2057
Impl_ _impl_
Definition protocol.pb.h:2210
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition protocol.pb.h:2045
static const basicAckRequest & default_instance()
Definition protocol.pb.h:2054
::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName()
Definition protocol.pb.h:2117
PROTOBUF_CONSTEXPR basicAckRequest(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
basicAckRequest & operator=(basicAckRequest &&from) noexcept
Definition protocol.pb.h:2031
void set_msg_id(ArgT0 &&arg0, ArgT... args)
friend void swap(basicAckRequest &a, basicAckRequest &b)
Definition protocol.pb.h:2064
basicAckRequest & operator=(const basicAckRequest &from)
Definition protocol.pb.h:2027
void UnsafeArenaSwap(basicAckRequest *other)
Definition protocol.pb.h:2080
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition protocol.pb.h:2051
void set_queue_name(ArgT0 &&arg0, ArgT... args)
basicAckRequest()
Definition protocol.pb.h:2017
void MergeFrom(const basicAckRequest &from)
Definition protocol.pb.h:2094
void InternalArenaConstructable_
Definition protocol.pb.h:2201
void set_cid(ArgT0 &&arg0, ArgT... args)
static const ClassData _class_data_
Definition protocol.pb.h:2125
void Swap(basicAckRequest *other)
Definition protocol.pb.h:2067
void set_rid(ArgT0 &&arg0, ArgT... args)
Definition protocol.pb.cc:4485
Definition protocol.pb.h:2428
::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName()
Definition protocol.pb.h:2530
void MergeFrom(const basicCancelRequest &from)
Definition protocol.pb.h:2507
Impl_ _impl_
Definition protocol.pb.h:2623
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition protocol.pb.h:2464
basicCancelRequest()
Definition protocol.pb.h:2430
void set_queue_name(ArgT0 &&arg0, ArgT... args)
void DestructorSkippable_
Definition protocol.pb.h:2615
void Swap(basicCancelRequest *other)
Definition protocol.pb.h:2480
static const basicCancelRequest * internal_default_instance()
Definition protocol.pb.h:2470
friend void swap(basicCancelRequest &a, basicCancelRequest &b)
Definition protocol.pb.h:2477
basicCancelRequest & operator=(basicCancelRequest &&from) noexcept
Definition protocol.pb.h:2444
static const ClassData _class_data_
Definition protocol.pb.h:2538
PROTOBUF_CONSTEXPR basicCancelRequest(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition protocol.pb.h:2458
void set_consumer_tag(ArgT0 &&arg0, ArgT... args)
basicCancelRequest & operator=(const basicCancelRequest &from)
Definition protocol.pb.h:2440
basicCancelRequest * New(::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
Definition protocol.pb.h:2501
void UnsafeArenaSwap(basicCancelRequest *other)
Definition protocol.pb.h:2493
void InternalArenaConstructable_
Definition protocol.pb.h:2614
void set_rid(ArgT0 &&arg0, ArgT... args)
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition protocol.pb.h:2461
basicCancelRequest(basicCancelRequest &&from) noexcept
Definition protocol.pb.h:2435
static const basicCancelRequest & default_instance()
Definition protocol.pb.h:2467
void set_cid(ArgT0 &&arg0, ArgT... args)
Definition protocol.pb.cc:4105
Definition protocol.pb.h:2216
basicConsumeRequest & operator=(const basicConsumeRequest &from)
Definition protocol.pb.h:2228
void set_cid(ArgT0 &&arg0, ArgT... args)
basicConsumeRequest(basicConsumeRequest &&from) noexcept
Definition protocol.pb.h:2223
void MergeFrom(const basicConsumeRequest &from)
Definition protocol.pb.h:2295
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition protocol.pb.h:2252
basicConsumeRequest & operator=(basicConsumeRequest &&from) noexcept
Definition protocol.pb.h:2232
::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName()
Definition protocol.pb.h:2318
void DestructorSkippable_
Definition protocol.pb.h:2413
PROTOBUF_CONSTEXPR basicConsumeRequest(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
void set_queue_name(ArgT0 &&arg0, ArgT... args)
static const basicConsumeRequest * internal_default_instance()
Definition protocol.pb.h:2258
basicConsumeRequest * New(::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
Definition protocol.pb.h:2289
static const ClassData _class_data_
Definition protocol.pb.h:2326
void Swap(basicConsumeRequest *other)
Definition protocol.pb.h:2268
void set_rid(ArgT0 &&arg0, ArgT... args)
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition protocol.pb.h:2246
basicConsumeRequest()
Definition protocol.pb.h:2218
static const basicConsumeRequest & default_instance()
Definition protocol.pb.h:2255
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition protocol.pb.h:2249
void InternalArenaConstructable_
Definition protocol.pb.h:2412
void UnsafeArenaSwap(basicConsumeRequest *other)
Definition protocol.pb.h:2281
void set_consumer_tag(ArgT0 &&arg0, ArgT... args)
Impl_ _impl_
Definition protocol.pb.h:2422
friend void swap(basicConsumeRequest &a, basicConsumeRequest &b)
Definition protocol.pb.h:2265
Definition protocol.pb.cc:4838
Definition protocol.pb.h:2629
Impl_ _impl_
Definition protocol.pb.h:2828
basicConsumeResponse & operator=(const basicConsumeResponse &from)
Definition protocol.pb.h:2641
PROTOBUF_CONSTEXPR basicConsumeResponse(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
void set_body(ArgT0 &&arg0, ArgT... args)
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition protocol.pb.h:2665
basicConsumeResponse(basicConsumeResponse &&from) noexcept
Definition protocol.pb.h:2636
static const basicConsumeResponse * internal_default_instance()
Definition protocol.pb.h:2671
basicConsumeResponse * New(::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
Definition protocol.pb.h:2702
void DestructorSkippable_
Definition protocol.pb.h:2820
void Swap(basicConsumeResponse *other)
Definition protocol.pb.h:2681
void set_cid(ArgT0 &&arg0, ArgT... args)
void set_consumer_tag(ArgT0 &&arg0, ArgT... args)
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition protocol.pb.h:2662
basicConsumeResponse()
Definition protocol.pb.h:2631
void InternalArenaConstructable_
Definition protocol.pb.h:2819
::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName()
Definition protocol.pb.h:2731
void MergeFrom(const basicConsumeResponse &from)
Definition protocol.pb.h:2708
void UnsafeArenaSwap(basicConsumeResponse *other)
Definition protocol.pb.h:2694
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition protocol.pb.h:2659
static const ClassData _class_data_
Definition protocol.pb.h:2739
basicConsumeResponse & operator=(basicConsumeResponse &&from) noexcept
Definition protocol.pb.h:2645
static const basicConsumeResponse & default_instance()
Definition protocol.pb.h:2668
friend void swap(basicConsumeResponse &a, basicConsumeResponse &b)
Definition protocol.pb.h:2678
Definition protocol.pb.cc:3351
Definition protocol.pb.h:1794
Impl_ _impl_
Definition protocol.pb.h:2009
void DestructorSkippable_
Definition protocol.pb.h:2000
friend void swap(basicPublishRequest &a, basicPublishRequest &b)
Definition protocol.pb.h:1843
void set_exchange_name(ArgT0 &&arg0, ArgT... args)
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition protocol.pb.h:1830
static const ClassData _class_data_
Definition protocol.pb.h:1904
basicPublishRequest * New(::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
Definition protocol.pb.h:1867
basicPublishRequest(basicPublishRequest &&from) noexcept
Definition protocol.pb.h:1801
basicPublishRequest()
Definition protocol.pb.h:1796
basicPublishRequest & operator=(basicPublishRequest &&from) noexcept
Definition protocol.pb.h:1810
void MergeFrom(const basicPublishRequest &from)
Definition protocol.pb.h:1873
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition protocol.pb.h:1827
static const basicPublishRequest * internal_default_instance()
Definition protocol.pb.h:1836
void set_body(ArgT0 &&arg0, ArgT... args)
void UnsafeArenaSwap(basicPublishRequest *other)
Definition protocol.pb.h:1859
void set_rid(ArgT0 &&arg0, ArgT... args)
void Swap(basicPublishRequest *other)
Definition protocol.pb.h:1846
void InternalArenaConstructable_
Definition protocol.pb.h:1999
PROTOBUF_CONSTEXPR basicPublishRequest(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
basicPublishRequest & operator=(const basicPublishRequest &from)
Definition protocol.pb.h:1806
void set_cid(ArgT0 &&arg0, ArgT... args)
static const basicPublishRequest & default_instance()
Definition protocol.pb.h:1833
::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName()
Definition protocol.pb.h:1896
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition protocol.pb.h:1824
Definition protocol.pb.cc:5189
Definition protocol.pb.h:2834
void InternalArenaConstructable_
Definition protocol.pb.h:3000
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition protocol.pb.h:2864
basicResponse & operator=(basicResponse &&from) noexcept
Definition protocol.pb.h:2850
void DestructorSkippable_
Definition protocol.pb.h:3001
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition protocol.pb.h:2867
void set_cid(ArgT0 &&arg0, ArgT... args)
static const basicResponse & default_instance()
Definition protocol.pb.h:2873
::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName()
Definition protocol.pb.h:2936
Impl_ _impl_
Definition protocol.pb.h:3008
PROTOBUF_CONSTEXPR basicResponse(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
void Swap(basicResponse *other)
Definition protocol.pb.h:2886
static const basicResponse * internal_default_instance()
Definition protocol.pb.h:2876
basicResponse()
Definition protocol.pb.h:2836
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition protocol.pb.h:2870
void UnsafeArenaSwap(basicResponse *other)
Definition protocol.pb.h:2899
static const ClassData _class_data_
Definition protocol.pb.h:2944
void set_rid(ArgT0 &&arg0, ArgT... args)
basicResponse & operator=(const basicResponse &from)
Definition protocol.pb.h:2846
basicResponse * New(::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
Definition protocol.pb.h:2907
void MergeFrom(const basicResponse &from)
Definition protocol.pb.h:2913
friend void swap(basicResponse &a, basicResponse &b)
Definition protocol.pb.h:2883
basicResponse(basicResponse &&from) noexcept
Definition protocol.pb.h:2841
Definition protocol.pb.cc:795
Definition protocol.pb.h:293
void UnsafeArenaSwap(closeChannelRequest *other)
Definition protocol.pb.h:358
static const closeChannelRequest * internal_default_instance()
Definition protocol.pb.h:335
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition protocol.pb.h:323
static const closeChannelRequest & default_instance()
Definition protocol.pb.h:332
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition protocol.pb.h:329
void MergeFrom(const closeChannelRequest &from)
Definition protocol.pb.h:372
void set_cid(ArgT0 &&arg0, ArgT... args)
static const ClassData _class_data_
Definition protocol.pb.h:403
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition protocol.pb.h:326
closeChannelRequest()
Definition protocol.pb.h:295
void DestructorSkippable_
Definition protocol.pb.h:450
closeChannelRequest & operator=(const closeChannelRequest &from)
Definition protocol.pb.h:305
::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName()
Definition protocol.pb.h:395
void InternalArenaConstructable_
Definition protocol.pb.h:449
closeChannelRequest(closeChannelRequest &&from) noexcept
Definition protocol.pb.h:300
PROTOBUF_CONSTEXPR closeChannelRequest(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
void Swap(closeChannelRequest *other)
Definition protocol.pb.h:345
void set_rid(ArgT0 &&arg0, ArgT... args)
Impl_ _impl_
Definition protocol.pb.h:456
closeChannelRequest * New(::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
Definition protocol.pb.h:366
closeChannelRequest & operator=(closeChannelRequest &&from) noexcept
Definition protocol.pb.h:309
friend void swap(closeChannelRequest &a, closeChannelRequest &b)
Definition protocol.pb.h:342
Definition protocol.pb.cc:1062
Definition protocol.pb.h:464
::PROTOBUF_NAMESPACE_ID::internal::MapEntry< declareExchangeRequest_ArgsEntry_DoNotUse, std::string, std::string, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING > SuperType
Definition protocol.pb.h:469
static bool ValidateKey(std::string *s)
Definition protocol.pb.h:476
static bool ValidateValue(std::string *s)
Definition protocol.pb.h:479
static const declareExchangeRequest_ArgsEntry_DoNotUse * internal_default_instance()
Definition protocol.pb.h:475
PROTOBUF_CONSTEXPR declareExchangeRequest_ArgsEntry_DoNotUse(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
Definition protocol.pb.h:490
static const declareExchangeRequest & default_instance()
Definition protocol.pb.h:529
declareExchangeRequest(declareExchangeRequest &&from) noexcept
Definition protocol.pb.h:497
void UnsafeArenaSwap(declareExchangeRequest *other)
Definition protocol.pb.h:555
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition protocol.pb.h:523
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition protocol.pb.h:526
friend void swap(declareExchangeRequest &a, declareExchangeRequest &b)
Definition protocol.pb.h:539
static const ClassData _class_data_
Definition protocol.pb.h:602
declareExchangeRequest & operator=(const declareExchangeRequest &from)
Definition protocol.pb.h:502
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition protocol.pb.h:520
void set_exchange_name(ArgT0 &&arg0, ArgT... args)
void Swap(declareExchangeRequest *other)
Definition protocol.pb.h:542
void set_cid(ArgT0 &&arg0, ArgT... args)
declareExchangeRequest()
Definition protocol.pb.h:492
static const declareExchangeRequest * internal_default_instance()
Definition protocol.pb.h:532
void DestructorSkippable_
Definition protocol.pb.h:713
void set_rid(ArgT0 &&arg0, ArgT... args)
declareExchangeRequest * New(::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
Definition protocol.pb.h:563
PROTOBUF_CONSTEXPR declareExchangeRequest(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName()
Definition protocol.pb.h:592
Impl_ _impl_
Definition protocol.pb.h:728
void MergeFrom(const declareExchangeRequest &from)
Definition protocol.pb.h:569
declareExchangeRequest & operator=(declareExchangeRequest &&from) noexcept
Definition protocol.pb.h:506
void InternalArenaConstructable_
Definition protocol.pb.h:712
Definition protocol.pb.cc:1837
Definition protocol.pb.h:921
PROTOBUF_CONSTEXPR declareQueueRequest_ArgsEntry_DoNotUse(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
::PROTOBUF_NAMESPACE_ID::internal::MapEntry< declareQueueRequest_ArgsEntry_DoNotUse, std::string, std::string, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING > SuperType
Definition protocol.pb.h:926
static bool ValidateValue(std::string *s)
Definition protocol.pb.h:936
static bool ValidateKey(std::string *s)
Definition protocol.pb.h:933
static const declareQueueRequest_ArgsEntry_DoNotUse * internal_default_instance()
Definition protocol.pb.h:932
Definition protocol.pb.h:947
void set_queue_name(ArgT0 &&arg0, ArgT... args)
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition protocol.pb.h:980
static const ClassData _class_data_
Definition protocol.pb.h:1059
declareQueueRequest * New(::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
Definition protocol.pb.h:1020
Impl_ _impl_
Definition protocol.pb.h:1185
static const declareQueueRequest * internal_default_instance()
Definition protocol.pb.h:989
::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName()
Definition protocol.pb.h:1049
static const declareQueueRequest & default_instance()
Definition protocol.pb.h:986
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition protocol.pb.h:983
friend void swap(declareQueueRequest &a, declareQueueRequest &b)
Definition protocol.pb.h:996
void set_cid(ArgT0 &&arg0, ArgT... args)
declareQueueRequest(declareQueueRequest &&from) noexcept
Definition protocol.pb.h:954
void UnsafeArenaSwap(declareQueueRequest *other)
Definition protocol.pb.h:1012
declareQueueRequest & operator=(declareQueueRequest &&from) noexcept
Definition protocol.pb.h:963
void InternalArenaConstructable_
Definition protocol.pb.h:1169
void MergeFrom(const declareQueueRequest &from)
Definition protocol.pb.h:1026
void set_rid(ArgT0 &&arg0, ArgT... args)
declareQueueRequest()
Definition protocol.pb.h:949
void DestructorSkippable_
Definition protocol.pb.h:1170
PROTOBUF_CONSTEXPR declareQueueRequest(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
declareQueueRequest & operator=(const declareQueueRequest &from)
Definition protocol.pb.h:959
void Swap(declareQueueRequest *other)
Definition protocol.pb.h:999
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition protocol.pb.h:977
Definition protocol.pb.cc:1520
Definition protocol.pb.h:734
deleteExchangeRequest & operator=(deleteExchangeRequest &&from) noexcept
Definition protocol.pb.h:750
Impl_ _impl_
Definition protocol.pb.h:913
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition protocol.pb.h:764
PROTOBUF_CONSTEXPR deleteExchangeRequest(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
friend void swap(deleteExchangeRequest &a, deleteExchangeRequest &b)
Definition protocol.pb.h:783
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition protocol.pb.h:770
static const deleteExchangeRequest & default_instance()
Definition protocol.pb.h:773
void DestructorSkippable_
Definition protocol.pb.h:906
::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName()
Definition protocol.pb.h:836
void set_cid(ArgT0 &&arg0, ArgT... args)
void set_rid(ArgT0 &&arg0, ArgT... args)
static const ClassData _class_data_
Definition protocol.pb.h:844
void InternalArenaConstructable_
Definition protocol.pb.h:905
deleteExchangeRequest(deleteExchangeRequest &&from) noexcept
Definition protocol.pb.h:741
void set_exchange_name(ArgT0 &&arg0, ArgT... args)
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition protocol.pb.h:767
void MergeFrom(const deleteExchangeRequest &from)
Definition protocol.pb.h:813
void Swap(deleteExchangeRequest *other)
Definition protocol.pb.h:786
deleteExchangeRequest * New(::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
Definition protocol.pb.h:807
deleteExchangeRequest & operator=(const deleteExchangeRequest &from)
Definition protocol.pb.h:746
static const deleteExchangeRequest * internal_default_instance()
Definition protocol.pb.h:776
void UnsafeArenaSwap(deleteExchangeRequest *other)
Definition protocol.pb.h:799
deleteExchangeRequest()
Definition protocol.pb.h:736
Definition protocol.pb.cc:2292
Definition protocol.pb.h:1191
void InternalArenaConstructable_
Definition protocol.pb.h:1362
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition protocol.pb.h:1221
deleteQueueRequest(deleteQueueRequest &&from) noexcept
Definition protocol.pb.h:1198
deleteQueueRequest()
Definition protocol.pb.h:1193
void UnsafeArenaSwap(deleteQueueRequest *other)
Definition protocol.pb.h:1256
void DestructorSkippable_
Definition protocol.pb.h:1363
static const deleteQueueRequest * internal_default_instance()
Definition protocol.pb.h:1233
Impl_ _impl_
Definition protocol.pb.h:1370
::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName()
Definition protocol.pb.h:1293
void set_rid(ArgT0 &&arg0, ArgT... args)
friend void swap(deleteQueueRequest &a, deleteQueueRequest &b)
Definition protocol.pb.h:1240
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition protocol.pb.h:1224
static const ClassData _class_data_
Definition protocol.pb.h:1301
static const deleteQueueRequest & default_instance()
Definition protocol.pb.h:1230
deleteQueueRequest * New(::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
Definition protocol.pb.h:1264
deleteQueueRequest & operator=(const deleteQueueRequest &from)
Definition protocol.pb.h:1203
void Swap(deleteQueueRequest *other)
Definition protocol.pb.h:1243
void set_queue_name(ArgT0 &&arg0, ArgT... args)
PROTOBUF_CONSTEXPR deleteQueueRequest(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition protocol.pb.h:1227
deleteQueueRequest & operator=(deleteQueueRequest &&from) noexcept
Definition protocol.pb.h:1207
void set_cid(ArgT0 &&arg0, ArgT... args)
void MergeFrom(const deleteQueueRequest &from)
Definition protocol.pb.h:1270
Definition protocol.pb.cc:542
Definition protocol.pb.h:124
friend void swap(openChannelRequest &a, openChannelRequest &b)
Definition protocol.pb.h:173
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition protocol.pb.h:154
const std::string & _internal_rid() const
Definition protocol.pb.h:3042
void set_allocated_cid(std::string *cid)
Definition protocol.pb.h:3107
void SharedDtor()
Definition protocol.pb.cc:608
void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned)
Definition protocol.pb.cc:580
Impl_ _impl_
Definition protocol.pb.h:287
openChannelRequest(openChannelRequest &&from) noexcept
Definition protocol.pb.h:131
static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message &to_msg, const ::PROTOBUF_NAMESPACE_ID::Message &from_msg)
Definition protocol.pb.cc:744
std::string * _internal_mutable_rid()
Definition protocol.pb.h:3049
std::string * _internal_mutable_cid()
Definition protocol.pb.h:3099
void set_cid(ArgT0 &&arg0, ArgT... args)
std::string * mutable_cid()
Definition protocol.pb.h:3087
~openChannelRequest() override
Definition protocol.pb.cc:599
size_t ByteSizeLong() const final
Definition protocol.pb.cc:712
@ kRidFieldNumber
Definition protocol.pb.h:244
@ kCidFieldNumber
Definition protocol.pb.h:245
PROTOBUF_NODISCARD std::string * release_rid()
Definition protocol.pb.h:3053
openChannelRequest()
Definition protocol.pb.h:126
void clear_cid()
Definition protocol.pb.h:3073
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData() const final
Definition protocol.pb.cc:741
PROTOBUF_ALWAYS_INLINE void _internal_set_rid(const std::string &value)
Definition protocol.pb.h:3045
static constexpr int kIndexInFileMessages
Definition protocol.pb.h:170
const char * _InternalParse(const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final
Definition protocol.pb.cc:629
void DestructorSkippable_
Definition protocol.pb.h:281
std::string * mutable_rid()
Definition protocol.pb.h:3037
void clear_rid()
Definition protocol.pb.h:3023
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition protocol.pb.h:157
void CopyFrom(const openChannelRequest &from)
Definition protocol.pb.cc:761
void InternalArenaConstructable_
Definition protocol.pb.h:280
void SetCachedSize(int size) const final
Definition protocol.pb.cc:614
bool IsInitialized() const final
Definition protocol.pb.cc:768
openChannelRequest & operator=(const openChannelRequest &from)
Definition protocol.pb.h:136
openChannelRequest * New(::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
Definition protocol.pb.h:197
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
Definition protocol.pb.cc:618
const std::string & _internal_cid() const
Definition protocol.pb.h:3092
static const openChannelRequest & default_instance()
Definition protocol.pb.h:163
const std::string & cid() const
Definition protocol.pb.h:3076
int GetCachedSize() const final
Definition protocol.pb.h:216
void Swap(openChannelRequest *other)
Definition protocol.pb.h:176
void set_allocated_rid(std::string *rid)
Definition protocol.pb.h:3057
void InternalSwap(openChannelRequest *other)
Definition protocol.pb.cc:772
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition protocol.pb.h:160
void UnsafeArenaSwap(openChannelRequest *other)
Definition protocol.pb.h:189
PROTOBUF_CONSTEXPR openChannelRequest(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
PROTOBUF_NODISCARD std::string * release_cid()
Definition protocol.pb.h:3103
static const openChannelRequest * internal_default_instance()
Definition protocol.pb.h:166
void MergeFrom(const openChannelRequest &from)
Definition protocol.pb.h:203
uint8_t * _InternalSerialize(uint8_t *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final
Definition protocol.pb.cc:678
openChannelRequest & operator=(openChannelRequest &&from) noexcept
Definition protocol.pb.h:140
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final
Definition protocol.pb.cc:787
::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName()
Definition protocol.pb.h:226
void set_rid(ArgT0 &&arg0, ArgT... args)
static const ClassData _class_data_
Definition protocol.pb.h:234
PROTOBUF_ALWAYS_INLINE void _internal_set_cid(const std::string &value)
Definition protocol.pb.h:3095
const std::string & rid() const
Definition protocol.pb.h:3026
Definition protocol.pb.cc:2595
Definition protocol.pb.h:1376
void InternalArenaConstructable_
Definition protocol.pb.h:1577
void set_exchange_name(ArgT0 &&arg0, ArgT... args)
static const ClassData _class_data_
Definition protocol.pb.h:1486
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition protocol.pb.h:1406
::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName()
Definition protocol.pb.h:1478
PROTOBUF_CONSTEXPR queueBindRequest(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
queueBindRequest & operator=(const queueBindRequest &from)
Definition protocol.pb.h:1388
void MergeFrom(const queueBindRequest &from)
Definition protocol.pb.h:1455
void set_binding_key(ArgT0 &&arg0, ArgT... args)
Impl_ _impl_
Definition protocol.pb.h:1587
static const queueBindRequest * internal_default_instance()
Definition protocol.pb.h:1418
void Swap(queueBindRequest *other)
Definition protocol.pb.h:1428
queueBindRequest()
Definition protocol.pb.h:1378
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition protocol.pb.h:1412
void DestructorSkippable_
Definition protocol.pb.h:1578
queueBindRequest(queueBindRequest &&from) noexcept
Definition protocol.pb.h:1383
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition protocol.pb.h:1409
friend void swap(queueBindRequest &a, queueBindRequest &b)
Definition protocol.pb.h:1425
void UnsafeArenaSwap(queueBindRequest *other)
Definition protocol.pb.h:1441
queueBindRequest * New(::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
Definition protocol.pb.h:1449
void set_cid(ArgT0 &&arg0, ArgT... args)
static const queueBindRequest & default_instance()
Definition protocol.pb.h:1415
void set_rid(ArgT0 &&arg0, ArgT... args)
queueBindRequest & operator=(queueBindRequest &&from) noexcept
Definition protocol.pb.h:1392
void set_queue_name(ArgT0 &&arg0, ArgT... args)
Definition protocol.pb.cc:2998
Definition protocol.pb.h:1593
void set_queue_name(ArgT0 &&arg0, ArgT... args)
void set_exchange_name(ArgT0 &&arg0, ArgT... args)
void set_rid(ArgT0 &&arg0, ArgT... args)
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition protocol.pb.h:1623
queueUnBindRequest & operator=(const queueUnBindRequest &from)
Definition protocol.pb.h:1605
queueUnBindRequest(queueUnBindRequest &&from) noexcept
Definition protocol.pb.h:1600
static const queueUnBindRequest * internal_default_instance()
Definition protocol.pb.h:1635
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition protocol.pb.h:1626
::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName()
Definition protocol.pb.h:1695
void Swap(queueUnBindRequest *other)
Definition protocol.pb.h:1645
Impl_ _impl_
Definition protocol.pb.h:1788
void InternalArenaConstructable_
Definition protocol.pb.h:1779
void MergeFrom(const queueUnBindRequest &from)
Definition protocol.pb.h:1672
PROTOBUF_CONSTEXPR queueUnBindRequest(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
queueUnBindRequest * New(::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
Definition protocol.pb.h:1666
queueUnBindRequest()
Definition protocol.pb.h:1595
static const ClassData _class_data_
Definition protocol.pb.h:1703
void set_cid(ArgT0 &&arg0, ArgT... args)
friend void swap(queueUnBindRequest &a, queueUnBindRequest &b)
Definition protocol.pb.h:1642
void UnsafeArenaSwap(queueUnBindRequest *other)
Definition protocol.pb.h:1658
void DestructorSkippable_
Definition protocol.pb.h:1780
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition protocol.pb.h:1629
queueUnBindRequest & operator=(queueUnBindRequest &&from) noexcept
Definition protocol.pb.h:1609
static const queueUnBindRequest & default_instance()
Definition protocol.pb.h:1632
PROTOBUF_NAMESPACE_OPEN ::XuMQ::BasicProperties * Arena::CreateMaybeMessage<::XuMQ::BasicProperties >(Arena *)
Definition channel.hpp:22
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 basicResponseDefaultTypeInternal _basicResponse_default_instance_
Definition protocol.pb.cc:271
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 basicConsumeRequestDefaultTypeInternal _basicConsumeRequest_default_instance_
Definition protocol.pb.cc:224
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 queueBindRequestDefaultTypeInternal _queueBindRequest_default_instance_
Definition protocol.pb.cc:158
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 basicConsumeResponseDefaultTypeInternal _basicConsumeResponse_default_instance_
Definition protocol.pb.cc:256
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 deleteQueueRequestDefaultTypeInternal _deleteQueueRequest_default_instance_
Definition protocol.pb.cc:141
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 basicAckRequestDefaultTypeInternal _basicAckRequest_default_instance_
Definition protocol.pb.cc:207
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 BasicPropertiesDefaultTypeInternal _BasicProperties_default_instance_
Definition msg.pb.cc:38
ExchangeType
Definition msg.pb.h:66
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 closeChannelRequestDefaultTypeInternal _closeChannelRequest_default_instance_
Definition protocol.pb.cc:51
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 declareQueueRequestDefaultTypeInternal _declareQueueRequest_default_instance_
Definition protocol.pb.cc:126
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 deleteExchangeRequestDefaultTypeInternal _deleteExchangeRequest_default_instance_
Definition protocol.pb.cc:96
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 declareQueueRequest_ArgsEntry_DoNotUseDefaultTypeInternal _declareQueueRequest_ArgsEntry_DoNotUse_default_instance_
Definition protocol.pb.cc:107
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 queueUnBindRequestDefaultTypeInternal _queueUnBindRequest_default_instance_
Definition protocol.pb.cc:174
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 basicCancelRequestDefaultTypeInternal _basicCancelRequest_default_instance_
Definition protocol.pb.cc:240
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 declareExchangeRequest_ArgsEntry_DoNotUseDefaultTypeInternal _declareExchangeRequest_ArgsEntry_DoNotUse_default_instance_
Definition protocol.pb.cc:62
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 openChannelRequestDefaultTypeInternal _openChannelRequest_default_instance_
Definition protocol.pb.cc:37
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 declareExchangeRequestDefaultTypeInternal _declareExchangeRequest_default_instance_
Definition protocol.pb.cc:81
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 basicPublishRequestDefaultTypeInternal _basicPublishRequest_default_instance_
Definition protocol.pb.cc:191
const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_protocol_2eproto
Definition protocol.pb.cc:524
Definition protocol.pb.h:47
static const uint32_t offsets[]
Definition protocol.pb.h:48
Definition protocol.pb.h:2203
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr msg_id_
Definition protocol.pb.h:2207
mutable::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_
Definition protocol.pb.h:2208
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr rid_
Definition protocol.pb.h:2204
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr queue_name_
Definition protocol.pb.h:2206
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr cid_
Definition protocol.pb.h:2205
Definition protocol.pb.h:2616
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr rid_
Definition protocol.pb.h:2617
mutable::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_
Definition protocol.pb.h:2621
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr consumer_tag_
Definition protocol.pb.h:2619
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr cid_
Definition protocol.pb.h:2618
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr queue_name_
Definition protocol.pb.h:2620
Definition protocol.pb.h:2414
mutable::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_
Definition protocol.pb.h:2420
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr queue_name_
Definition protocol.pb.h:2418
bool auto_ack_
Definition protocol.pb.h:2419
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr cid_
Definition protocol.pb.h:2416
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr consumer_tag_
Definition protocol.pb.h:2417
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr rid_
Definition protocol.pb.h:2415
Definition protocol.pb.h:2821
::XuMQ::BasicProperties * properties_
Definition protocol.pb.h:2825
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr consumer_tag_
Definition protocol.pb.h:2823
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr cid_
Definition protocol.pb.h:2822
mutable::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_
Definition protocol.pb.h:2826
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr body_
Definition protocol.pb.h:2824
Definition protocol.pb.h:2001
::XuMQ::BasicProperties * properties_
Definition protocol.pb.h:2006
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr body_
Definition protocol.pb.h:2005
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr rid_
Definition protocol.pb.h:2002
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr cid_
Definition protocol.pb.h:2003
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr exchange_name_
Definition protocol.pb.h:2004
mutable::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_
Definition protocol.pb.h:2007
Definition protocol.pb.h:3002
mutable::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_
Definition protocol.pb.h:3006
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr rid_
Definition protocol.pb.h:3003
bool ok_
Definition protocol.pb.h:3005
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr cid_
Definition protocol.pb.h:3004
Definition protocol.pb.h:451
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr cid_
Definition protocol.pb.h:453
mutable::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_
Definition protocol.pb.h:454
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr rid_
Definition protocol.pb.h:452
Definition protocol.pb.h:714
bool auto_delete_
Definition protocol.pb.h:725
bool durable_
Definition protocol.pb.h:724
::PROTOBUF_NAMESPACE_ID::internal::MapField< declareExchangeRequest_ArgsEntry_DoNotUse, std::string, std::string, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING > args_
Definition protocol.pb.h:719
mutable::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_
Definition protocol.pb.h:726
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr exchange_name_
Definition protocol.pb.h:722
int exchange_type_
Definition protocol.pb.h:723
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr cid_
Definition protocol.pb.h:721
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr rid_
Definition protocol.pb.h:720
Definition protocol.pb.h:1171
bool auto_delete_
Definition protocol.pb.h:1182
bool exclusive_
Definition protocol.pb.h:1180
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr queue_name_
Definition protocol.pb.h:1179
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr cid_
Definition protocol.pb.h:1178
mutable::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_
Definition protocol.pb.h:1183
bool durable_
Definition protocol.pb.h:1181
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr rid_
Definition protocol.pb.h:1177
::PROTOBUF_NAMESPACE_ID::internal::MapField< declareQueueRequest_ArgsEntry_DoNotUse, std::string, std::string, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING > args_
Definition protocol.pb.h:1176
Definition protocol.pb.h:907
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr rid_
Definition protocol.pb.h:908
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr exchange_name_
Definition protocol.pb.h:910
mutable::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_
Definition protocol.pb.h:911
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr cid_
Definition protocol.pb.h:909
Definition protocol.pb.h:1364
mutable::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_
Definition protocol.pb.h:1368
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr rid_
Definition protocol.pb.h:1365
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr queue_name_
Definition protocol.pb.h:1367
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr cid_
Definition protocol.pb.h:1366
Definition protocol.pb.h:282
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr rid_
Definition protocol.pb.h:283
mutable::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_
Definition protocol.pb.h:285
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr cid_
Definition protocol.pb.h:284
Definition protocol.pb.h:1579
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr rid_
Definition protocol.pb.h:1580
mutable::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_
Definition protocol.pb.h:1585
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr exchange_name_
Definition protocol.pb.h:1582
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr cid_
Definition protocol.pb.h:1581
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr queue_name_
Definition protocol.pb.h:1583
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr binding_key_
Definition protocol.pb.h:1584
Definition protocol.pb.h:1781
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr rid_
Definition protocol.pb.h:1782
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr cid_
Definition protocol.pb.h:1783
mutable::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_
Definition protocol.pb.h:1786
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr exchange_name_
Definition protocol.pb.h:1784
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr queue_name_
Definition protocol.pb.h:1785