Message-Queues beta 1.1
A Message-Queues based Cpp
 
载入中...
搜索中...
未找到
protocol.pb.h
浏览该文件的文档.
1// Generated by the protocol buffer compiler. DO NOT EDIT!
2// source: protocol.proto
3
4#ifndef GOOGLE_PROTOBUF_INCLUDED_protocol_2eproto
5#define GOOGLE_PROTOBUF_INCLUDED_protocol_2eproto
6
7#include <limits>
8#include <string>
9
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
14#error your headers.
15#endif
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.
20#endif
21
22#include <google/protobuf/port_undef.inc>
23#include <google/protobuf/io/coded_stream.h>
24#include <google/protobuf/arena.h>
25#include <google/protobuf/arenastring.h>
26#include <google/protobuf/generated_message_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> // IWYU pragma: export
31#include <google/protobuf/extension_set.h> // IWYU pragma: export
32#include <google/protobuf/map.h> // IWYU pragma: export
33#include <google/protobuf/map_entry.h>
34#include <google/protobuf/map_field_inl.h>
35#include <google/protobuf/unknown_field_set.h>
36#include "msg.pb.h"
37// @@protoc_insertion_point(includes)
38#include <google/protobuf/port_def.inc>
39#define PROTOBUF_INTERNAL_EXPORT_protocol_2eproto
40PROTOBUF_NAMESPACE_OPEN
41namespace internal {
42class AnyMetadata;
43} // namespace internal
44PROTOBUF_NAMESPACE_CLOSE
45
46// Internal implementation detail -- do not use these members.
48 static const uint32_t offsets[];
49};
50extern const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_protocol_2eproto;
51namespace XuMQ {
52class basicAckRequest;
53struct basicAckRequestDefaultTypeInternal;
54extern basicAckRequestDefaultTypeInternal _basicAckRequest_default_instance_;
55class basicCancelRequest;
56struct basicCancelRequestDefaultTypeInternal;
57extern basicCancelRequestDefaultTypeInternal _basicCancelRequest_default_instance_;
58class basicConsumeRequest;
59struct basicConsumeRequestDefaultTypeInternal;
60extern basicConsumeRequestDefaultTypeInternal _basicConsumeRequest_default_instance_;
61class basicConsumeResponse;
62struct basicConsumeResponseDefaultTypeInternal;
63extern basicConsumeResponseDefaultTypeInternal _basicConsumeResponse_default_instance_;
64class basicPublishRequest;
65struct basicPublishRequestDefaultTypeInternal;
66extern basicPublishRequestDefaultTypeInternal _basicPublishRequest_default_instance_;
67class basicResponse;
68struct basicResponseDefaultTypeInternal;
69extern basicResponseDefaultTypeInternal _basicResponse_default_instance_;
70class closeChannelRequest;
71struct closeChannelRequestDefaultTypeInternal;
72extern closeChannelRequestDefaultTypeInternal _closeChannelRequest_default_instance_;
73class declareExchangeRequest;
74struct declareExchangeRequestDefaultTypeInternal;
75extern declareExchangeRequestDefaultTypeInternal _declareExchangeRequest_default_instance_;
76class declareExchangeRequest_ArgsEntry_DoNotUse;
77struct declareExchangeRequest_ArgsEntry_DoNotUseDefaultTypeInternal;
78extern declareExchangeRequest_ArgsEntry_DoNotUseDefaultTypeInternal _declareExchangeRequest_ArgsEntry_DoNotUse_default_instance_;
79class declareQueueRequest;
80struct declareQueueRequestDefaultTypeInternal;
81extern declareQueueRequestDefaultTypeInternal _declareQueueRequest_default_instance_;
82class declareQueueRequest_ArgsEntry_DoNotUse;
83struct declareQueueRequest_ArgsEntry_DoNotUseDefaultTypeInternal;
84extern declareQueueRequest_ArgsEntry_DoNotUseDefaultTypeInternal _declareQueueRequest_ArgsEntry_DoNotUse_default_instance_;
85class deleteExchangeRequest;
86struct deleteExchangeRequestDefaultTypeInternal;
87extern deleteExchangeRequestDefaultTypeInternal _deleteExchangeRequest_default_instance_;
88class deleteQueueRequest;
89struct deleteQueueRequestDefaultTypeInternal;
90extern deleteQueueRequestDefaultTypeInternal _deleteQueueRequest_default_instance_;
91class openChannelRequest;
92struct openChannelRequestDefaultTypeInternal;
93extern openChannelRequestDefaultTypeInternal _openChannelRequest_default_instance_;
94class queueBindRequest;
95struct queueBindRequestDefaultTypeInternal;
96extern queueBindRequestDefaultTypeInternal _queueBindRequest_default_instance_;
97class queueUnBindRequest;
98struct queueUnBindRequestDefaultTypeInternal;
99extern queueUnBindRequestDefaultTypeInternal _queueUnBindRequest_default_instance_;
100} // namespace XuMQ
101PROTOBUF_NAMESPACE_OPEN
102template<> ::XuMQ::basicAckRequest* Arena::CreateMaybeMessage<::XuMQ::basicAckRequest>(Arena*);
103template<> ::XuMQ::basicCancelRequest* Arena::CreateMaybeMessage<::XuMQ::basicCancelRequest>(Arena*);
104template<> ::XuMQ::basicConsumeRequest* Arena::CreateMaybeMessage<::XuMQ::basicConsumeRequest>(Arena*);
105template<> ::XuMQ::basicConsumeResponse* Arena::CreateMaybeMessage<::XuMQ::basicConsumeResponse>(Arena*);
106template<> ::XuMQ::basicPublishRequest* Arena::CreateMaybeMessage<::XuMQ::basicPublishRequest>(Arena*);
107template<> ::XuMQ::basicResponse* Arena::CreateMaybeMessage<::XuMQ::basicResponse>(Arena*);
108template<> ::XuMQ::closeChannelRequest* Arena::CreateMaybeMessage<::XuMQ::closeChannelRequest>(Arena*);
109template<> ::XuMQ::declareExchangeRequest* Arena::CreateMaybeMessage<::XuMQ::declareExchangeRequest>(Arena*);
110template<> ::XuMQ::declareExchangeRequest_ArgsEntry_DoNotUse* Arena::CreateMaybeMessage<::XuMQ::declareExchangeRequest_ArgsEntry_DoNotUse>(Arena*);
111template<> ::XuMQ::declareQueueRequest* Arena::CreateMaybeMessage<::XuMQ::declareQueueRequest>(Arena*);
112template<> ::XuMQ::declareQueueRequest_ArgsEntry_DoNotUse* Arena::CreateMaybeMessage<::XuMQ::declareQueueRequest_ArgsEntry_DoNotUse>(Arena*);
113template<> ::XuMQ::deleteExchangeRequest* Arena::CreateMaybeMessage<::XuMQ::deleteExchangeRequest>(Arena*);
114template<> ::XuMQ::deleteQueueRequest* Arena::CreateMaybeMessage<::XuMQ::deleteQueueRequest>(Arena*);
115template<> ::XuMQ::openChannelRequest* Arena::CreateMaybeMessage<::XuMQ::openChannelRequest>(Arena*);
116template<> ::XuMQ::queueBindRequest* Arena::CreateMaybeMessage<::XuMQ::queueBindRequest>(Arena*);
117template<> ::XuMQ::queueUnBindRequest* Arena::CreateMaybeMessage<::XuMQ::queueUnBindRequest>(Arena*);
118PROTOBUF_NAMESPACE_CLOSE
119namespace XuMQ {
120
121// ===================================================================
122
124 public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:XuMQ.openChannelRequest) */ {
125 public:
127 ~openChannelRequest() override;
128 explicit PROTOBUF_CONSTEXPR openChannelRequest(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
129
133 *this = ::std::move(from);
134 }
135
137 CopyFrom(from);
138 return *this;
139 }
141 if (this == &from) return *this;
142 if (GetOwningArena() == from.GetOwningArena()
143 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
144 && GetOwningArena() != nullptr
145 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
146 ) {
147 InternalSwap(&from);
148 } else {
149 CopyFrom(from);
150 }
151 return *this;
152 }
153
154 static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
155 return GetDescriptor();
156 }
157 static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
158 return default_instance().GetMetadata().descriptor;
159 }
160 static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
161 return default_instance().GetMetadata().reflection;
162 }
165 }
167 return reinterpret_cast<const openChannelRequest*>(
169 }
170 static constexpr int kIndexInFileMessages =
171 0;
172
174 a.Swap(&b);
175 }
176 inline void Swap(openChannelRequest* other) {
177 if (other == this) return;
178 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
179 if (GetOwningArena() != nullptr &&
180 GetOwningArena() == other->GetOwningArena()) {
181 #else // PROTOBUF_FORCE_COPY_IN_SWAP
182 if (GetOwningArena() == other->GetOwningArena()) {
183 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
184 InternalSwap(other);
185 } else {
186 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
187 }
188 }
190 if (other == this) return;
191 GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
192 InternalSwap(other);
193 }
194
195 // implements Message ----------------------------------------------
196
197 openChannelRequest* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final {
198 return CreateMaybeMessage<openChannelRequest>(arena);
199 }
200 using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
201 void CopyFrom(const openChannelRequest& from);
202 using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
203 void MergeFrom( const openChannelRequest& from) {
205 }
206 private:
207 static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg);
208 public:
209 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
210 bool IsInitialized() const final;
211
212 size_t ByteSizeLong() const final;
213 const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
214 uint8_t* _InternalSerialize(
215 uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
216 int GetCachedSize() const final { return _impl_._cached_size_.Get(); }
217
218 private:
219 void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned);
220 void SharedDtor();
221 void SetCachedSize(int size) const final;
222 void InternalSwap(openChannelRequest* other);
223
224 private:
225 friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
226 static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
227 return "XuMQ.openChannelRequest";
228 }
229 protected:
230 explicit openChannelRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena,
231 bool is_message_owned = false);
232 public:
233
234 static const ClassData _class_data_;
235 const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final;
236
237 ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
238
239 // nested types ----------------------------------------------------
240
241 // accessors -------------------------------------------------------
242
243 enum : int {
246 };
247 // string rid = 1;
248 void clear_rid();
249 const std::string& rid() const;
250 template <typename ArgT0 = const std::string&, typename... ArgT>
251 void set_rid(ArgT0&& arg0, ArgT... args);
252 std::string* mutable_rid();
253 PROTOBUF_NODISCARD std::string* release_rid();
254 void set_allocated_rid(std::string* rid);
255 private:
256 const std::string& _internal_rid() const;
257 inline PROTOBUF_ALWAYS_INLINE void _internal_set_rid(const std::string& value);
258 std::string* _internal_mutable_rid();
259 public:
260
261 // string cid = 2;
262 void clear_cid();
263 const std::string& cid() const;
264 template <typename ArgT0 = const std::string&, typename... ArgT>
265 void set_cid(ArgT0&& arg0, ArgT... args);
266 std::string* mutable_cid();
267 PROTOBUF_NODISCARD std::string* release_cid();
268 void set_allocated_cid(std::string* cid);
269 private:
270 const std::string& _internal_cid() const;
271 inline PROTOBUF_ALWAYS_INLINE void _internal_set_cid(const std::string& value);
272 std::string* _internal_mutable_cid();
273 public:
274
275 // @@protoc_insertion_point(class_scope:XuMQ.openChannelRequest)
276 private:
277 class _Internal;
278
279 template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
282 struct Impl_ {
283 ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr rid_;
284 ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr cid_;
285 mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
286 };
287 union { Impl_ _impl_; };
288 friend struct ::TableStruct_protocol_2eproto;
289};
290// -------------------------------------------------------------------
291
293 public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:XuMQ.closeChannelRequest) */ {
294 public:
296 ~closeChannelRequest() override;
297 explicit PROTOBUF_CONSTEXPR closeChannelRequest(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
298
302 *this = ::std::move(from);
303 }
304
306 CopyFrom(from);
307 return *this;
308 }
310 if (this == &from) return *this;
311 if (GetOwningArena() == from.GetOwningArena()
312 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
313 && GetOwningArena() != nullptr
314 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
315 ) {
316 InternalSwap(&from);
317 } else {
318 CopyFrom(from);
319 }
320 return *this;
321 }
322
323 static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
324 return GetDescriptor();
325 }
326 static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
327 return default_instance().GetMetadata().descriptor;
328 }
329 static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
330 return default_instance().GetMetadata().reflection;
331 }
333 return *internal_default_instance();
334 }
336 return reinterpret_cast<const closeChannelRequest*>(
338 }
339 static constexpr int kIndexInFileMessages =
340 1;
341
343 a.Swap(&b);
344 }
345 inline void Swap(closeChannelRequest* other) {
346 if (other == this) return;
347 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
348 if (GetOwningArena() != nullptr &&
349 GetOwningArena() == other->GetOwningArena()) {
350 #else // PROTOBUF_FORCE_COPY_IN_SWAP
351 if (GetOwningArena() == other->GetOwningArena()) {
352 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
353 InternalSwap(other);
354 } else {
355 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
356 }
357 }
359 if (other == this) return;
360 GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
361 InternalSwap(other);
362 }
363
364 // implements Message ----------------------------------------------
365
366 closeChannelRequest* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final {
367 return CreateMaybeMessage<closeChannelRequest>(arena);
368 }
369 using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
370 void CopyFrom(const closeChannelRequest& from);
371 using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
372 void MergeFrom( const closeChannelRequest& from) {
373 closeChannelRequest::MergeImpl(*this, from);
374 }
375 private:
376 static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg);
377 public:
378 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
379 bool IsInitialized() const final;
380
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(); }
386
387 private:
388 void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned);
389 void SharedDtor();
390 void SetCachedSize(int size) const final;
391 void InternalSwap(closeChannelRequest* other);
392
393 private:
394 friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
395 static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
396 return "XuMQ.closeChannelRequest";
397 }
398 protected:
399 explicit closeChannelRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena,
400 bool is_message_owned = false);
401 public:
402
403 static const ClassData _class_data_;
404 const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final;
405
406 ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
407
408 // nested types ----------------------------------------------------
409
410 // accessors -------------------------------------------------------
411
412 enum : int {
413 kRidFieldNumber = 1,
414 kCidFieldNumber = 2,
415 };
416 // string rid = 1;
417 void clear_rid();
418 const std::string& rid() const;
419 template <typename ArgT0 = const std::string&, typename... ArgT>
420 void set_rid(ArgT0&& arg0, ArgT... args);
421 std::string* mutable_rid();
422 PROTOBUF_NODISCARD std::string* release_rid();
423 void set_allocated_rid(std::string* rid);
424 private:
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();
428 public:
429
430 // string cid = 2;
431 void clear_cid();
432 const std::string& cid() const;
433 template <typename ArgT0 = const std::string&, typename... ArgT>
434 void set_cid(ArgT0&& arg0, ArgT... args);
435 std::string* mutable_cid();
436 PROTOBUF_NODISCARD std::string* release_cid();
437 void set_allocated_cid(std::string* cid);
438 private:
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();
442 public:
443
444 // @@protoc_insertion_point(class_scope:XuMQ.closeChannelRequest)
445 private:
446 class _Internal;
447
448 template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
451 struct Impl_ {
452 ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr rid_;
453 ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr cid_;
454 mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
455 };
456 union { Impl_ _impl_; };
457 friend struct ::TableStruct_protocol_2eproto;
458};
459// -------------------------------------------------------------------
460
461class declareExchangeRequest_ArgsEntry_DoNotUse : public ::PROTOBUF_NAMESPACE_ID::internal::MapEntry<declareExchangeRequest_ArgsEntry_DoNotUse,
462 std::string, std::string,
463 ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING,
464 ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING> {
465public:
466 typedef ::PROTOBUF_NAMESPACE_ID::internal::MapEntry<declareExchangeRequest_ArgsEntry_DoNotUse,
467 std::string, std::string,
468 ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING,
469 ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING> SuperType;
471 explicit PROTOBUF_CONSTEXPR declareExchangeRequest_ArgsEntry_DoNotUse(
472 ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
473 explicit declareExchangeRequest_ArgsEntry_DoNotUse(::PROTOBUF_NAMESPACE_ID::Arena* arena);
474 void MergeFrom(const declareExchangeRequest_ArgsEntry_DoNotUse& other);
476 static bool ValidateKey(std::string* s) {
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");
478 }
479 static bool ValidateValue(std::string* s) {
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");
481 }
482 using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
483 ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
485};
486
487// -------------------------------------------------------------------
488
490 public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:XuMQ.declareExchangeRequest) */ {
491 public:
493 ~declareExchangeRequest() override;
494 explicit PROTOBUF_CONSTEXPR declareExchangeRequest(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
495
499 *this = ::std::move(from);
500 }
501
503 CopyFrom(from);
504 return *this;
505 }
507 if (this == &from) return *this;
508 if (GetOwningArena() == from.GetOwningArena()
509 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
510 && GetOwningArena() != nullptr
511 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
512 ) {
513 InternalSwap(&from);
514 } else {
515 CopyFrom(from);
516 }
517 return *this;
518 }
519
520 static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
521 return GetDescriptor();
522 }
523 static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
524 return default_instance().GetMetadata().descriptor;
525 }
526 static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
527 return default_instance().GetMetadata().reflection;
528 }
530 return *internal_default_instance();
531 }
533 return reinterpret_cast<const declareExchangeRequest*>(
535 }
536 static constexpr int kIndexInFileMessages =
537 3;
538
540 a.Swap(&b);
541 }
542 inline void Swap(declareExchangeRequest* other) {
543 if (other == this) return;
544 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
545 if (GetOwningArena() != nullptr &&
546 GetOwningArena() == other->GetOwningArena()) {
547 #else // PROTOBUF_FORCE_COPY_IN_SWAP
548 if (GetOwningArena() == other->GetOwningArena()) {
549 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
550 InternalSwap(other);
551 } else {
552 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
553 }
554 }
556 if (other == this) return;
557 GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
558 InternalSwap(other);
559 }
560
561 // implements Message ----------------------------------------------
562
563 declareExchangeRequest* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final {
564 return CreateMaybeMessage<declareExchangeRequest>(arena);
565 }
566 using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
567 void CopyFrom(const declareExchangeRequest& from);
568 using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
570 declareExchangeRequest::MergeImpl(*this, from);
571 }
572 private:
573 static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg);
574 public:
575 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
576 bool IsInitialized() const final;
577
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(); }
583
584 private:
585 void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned);
586 void SharedDtor();
587 void SetCachedSize(int size) const final;
588 void InternalSwap(declareExchangeRequest* other);
589
590 private:
591 friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
592 static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
593 return "XuMQ.declareExchangeRequest";
594 }
595 protected:
596 explicit declareExchangeRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena,
597 bool is_message_owned = false);
598 private:
599 static void ArenaDtor(void* object);
600 public:
601
602 static const ClassData _class_data_;
603 const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final;
604
605 ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
606
607 // nested types ----------------------------------------------------
608
609
610 // accessors -------------------------------------------------------
611
612 enum : int {
613 kArgsFieldNumber = 7,
614 kRidFieldNumber = 1,
615 kCidFieldNumber = 2,
616 kExchangeNameFieldNumber = 3,
617 kExchangeTypeFieldNumber = 4,
618 kDurableFieldNumber = 5,
619 kAutoDeleteFieldNumber = 6,
620 };
621 // map<string, string> args = 7;
622 int args_size() const;
623 private:
624 int _internal_args_size() const;
625 public:
626 void clear_args();
627 private:
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();
632 public:
633 const ::PROTOBUF_NAMESPACE_ID::Map< std::string, std::string >&
634 args() const;
635 ::PROTOBUF_NAMESPACE_ID::Map< std::string, std::string >*
636 mutable_args();
637
638 // string rid = 1;
639 void clear_rid();
640 const std::string& rid() const;
641 template <typename ArgT0 = const std::string&, typename... ArgT>
642 void set_rid(ArgT0&& arg0, ArgT... args);
643 std::string* mutable_rid();
644 PROTOBUF_NODISCARD std::string* release_rid();
645 void set_allocated_rid(std::string* rid);
646 private:
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();
650 public:
651
652 // string cid = 2;
653 void clear_cid();
654 const std::string& cid() const;
655 template <typename ArgT0 = const std::string&, typename... ArgT>
656 void set_cid(ArgT0&& arg0, ArgT... args);
657 std::string* mutable_cid();
658 PROTOBUF_NODISCARD std::string* release_cid();
659 void set_allocated_cid(std::string* cid);
660 private:
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();
664 public:
665
666 // string exchange_name = 3;
667 void clear_exchange_name();
668 const std::string& exchange_name() const;
669 template <typename ArgT0 = const std::string&, typename... ArgT>
670 void set_exchange_name(ArgT0&& arg0, ArgT... args);
671 std::string* mutable_exchange_name();
672 PROTOBUF_NODISCARD std::string* release_exchange_name();
673 void set_allocated_exchange_name(std::string* exchange_name);
674 private:
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();
678 public:
679
680 // .XuMQ.ExchangeType exchange_type = 4;
681 void clear_exchange_type();
682 ::XuMQ::ExchangeType exchange_type() const;
683 void set_exchange_type(::XuMQ::ExchangeType value);
684 private:
685 ::XuMQ::ExchangeType _internal_exchange_type() const;
686 void _internal_set_exchange_type(::XuMQ::ExchangeType value);
687 public:
688
689 // bool durable = 5;
690 void clear_durable();
691 bool durable() const;
692 void set_durable(bool value);
693 private:
694 bool _internal_durable() const;
695 void _internal_set_durable(bool value);
696 public:
697
698 // bool auto_delete = 6;
699 void clear_auto_delete();
700 bool auto_delete() const;
701 void set_auto_delete(bool value);
702 private:
703 bool _internal_auto_delete() const;
704 void _internal_set_auto_delete(bool value);
705 public:
706
707 // @@protoc_insertion_point(class_scope:XuMQ.declareExchangeRequest)
708 private:
709 class _Internal;
710
711 template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
714 struct Impl_ {
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_;
722 ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr exchange_name_;
726 mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
727 };
728 union { Impl_ _impl_; };
729 friend struct ::TableStruct_protocol_2eproto;
730};
731// -------------------------------------------------------------------
732
734 public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:XuMQ.deleteExchangeRequest) */ {
735 public:
737 ~deleteExchangeRequest() override;
738 explicit PROTOBUF_CONSTEXPR deleteExchangeRequest(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
739
743 *this = ::std::move(from);
744 }
745
747 CopyFrom(from);
748 return *this;
749 }
751 if (this == &from) return *this;
752 if (GetOwningArena() == from.GetOwningArena()
753 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
754 && GetOwningArena() != nullptr
755 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
756 ) {
757 InternalSwap(&from);
758 } else {
759 CopyFrom(from);
760 }
761 return *this;
762 }
763
764 static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
765 return GetDescriptor();
766 }
767 static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
768 return default_instance().GetMetadata().descriptor;
769 }
770 static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
771 return default_instance().GetMetadata().reflection;
772 }
774 return *internal_default_instance();
775 }
777 return reinterpret_cast<const deleteExchangeRequest*>(
779 }
780 static constexpr int kIndexInFileMessages =
781 4;
782
784 a.Swap(&b);
785 }
786 inline void Swap(deleteExchangeRequest* other) {
787 if (other == this) return;
788 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
789 if (GetOwningArena() != nullptr &&
790 GetOwningArena() == other->GetOwningArena()) {
791 #else // PROTOBUF_FORCE_COPY_IN_SWAP
792 if (GetOwningArena() == other->GetOwningArena()) {
793 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
794 InternalSwap(other);
795 } else {
796 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
797 }
798 }
800 if (other == this) return;
801 GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
802 InternalSwap(other);
803 }
804
805 // implements Message ----------------------------------------------
806
807 deleteExchangeRequest* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final {
808 return CreateMaybeMessage<deleteExchangeRequest>(arena);
809 }
810 using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
811 void CopyFrom(const deleteExchangeRequest& from);
812 using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
813 void MergeFrom( const deleteExchangeRequest& from) {
814 deleteExchangeRequest::MergeImpl(*this, from);
815 }
816 private:
817 static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg);
818 public:
819 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
820 bool IsInitialized() const final;
821
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(); }
827
828 private:
829 void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned);
830 void SharedDtor();
831 void SetCachedSize(int size) const final;
832 void InternalSwap(deleteExchangeRequest* other);
833
834 private:
835 friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
836 static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
837 return "XuMQ.deleteExchangeRequest";
838 }
839 protected:
840 explicit deleteExchangeRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena,
841 bool is_message_owned = false);
842 public:
843
844 static const ClassData _class_data_;
845 const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final;
846
847 ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
848
849 // nested types ----------------------------------------------------
850
851 // accessors -------------------------------------------------------
852
853 enum : int {
854 kRidFieldNumber = 1,
855 kCidFieldNumber = 2,
856 kExchangeNameFieldNumber = 3,
857 };
858 // string rid = 1;
859 void clear_rid();
860 const std::string& rid() const;
861 template <typename ArgT0 = const std::string&, typename... ArgT>
862 void set_rid(ArgT0&& arg0, ArgT... args);
863 std::string* mutable_rid();
864 PROTOBUF_NODISCARD std::string* release_rid();
865 void set_allocated_rid(std::string* rid);
866 private:
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();
870 public:
871
872 // string cid = 2;
873 void clear_cid();
874 const std::string& cid() const;
875 template <typename ArgT0 = const std::string&, typename... ArgT>
876 void set_cid(ArgT0&& arg0, ArgT... args);
877 std::string* mutable_cid();
878 PROTOBUF_NODISCARD std::string* release_cid();
879 void set_allocated_cid(std::string* cid);
880 private:
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();
884 public:
885
886 // string exchange_name = 3;
887 void clear_exchange_name();
888 const std::string& exchange_name() const;
889 template <typename ArgT0 = const std::string&, typename... ArgT>
890 void set_exchange_name(ArgT0&& arg0, ArgT... args);
891 std::string* mutable_exchange_name();
892 PROTOBUF_NODISCARD std::string* release_exchange_name();
893 void set_allocated_exchange_name(std::string* exchange_name);
894 private:
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();
898 public:
899
900 // @@protoc_insertion_point(class_scope:XuMQ.deleteExchangeRequest)
901 private:
902 class _Internal;
903
904 template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
907 struct Impl_ {
908 ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr rid_;
909 ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr cid_;
910 ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr exchange_name_;
911 mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
912 };
913 union { Impl_ _impl_; };
914 friend struct ::TableStruct_protocol_2eproto;
915};
916// -------------------------------------------------------------------
917
918class declareQueueRequest_ArgsEntry_DoNotUse : public ::PROTOBUF_NAMESPACE_ID::internal::MapEntry<declareQueueRequest_ArgsEntry_DoNotUse,
919 std::string, std::string,
920 ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING,
921 ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING> {
922public:
923 typedef ::PROTOBUF_NAMESPACE_ID::internal::MapEntry<declareQueueRequest_ArgsEntry_DoNotUse,
924 std::string, std::string,
925 ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING,
926 ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING> SuperType;
928 explicit PROTOBUF_CONSTEXPR declareQueueRequest_ArgsEntry_DoNotUse(
929 ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
930 explicit declareQueueRequest_ArgsEntry_DoNotUse(::PROTOBUF_NAMESPACE_ID::Arena* arena);
931 void MergeFrom(const declareQueueRequest_ArgsEntry_DoNotUse& other);
933 static bool ValidateKey(std::string* s) {
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");
935 }
936 static bool ValidateValue(std::string* s) {
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");
938 }
939 using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
940 ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
942};
943
944// -------------------------------------------------------------------
945
947 public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:XuMQ.declareQueueRequest) */ {
948 public:
950 ~declareQueueRequest() override;
951 explicit PROTOBUF_CONSTEXPR declareQueueRequest(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
952
956 *this = ::std::move(from);
957 }
958
960 CopyFrom(from);
961 return *this;
962 }
964 if (this == &from) return *this;
965 if (GetOwningArena() == from.GetOwningArena()
966 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
967 && GetOwningArena() != nullptr
968 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
969 ) {
970 InternalSwap(&from);
971 } else {
972 CopyFrom(from);
973 }
974 return *this;
975 }
976
977 static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
978 return GetDescriptor();
979 }
980 static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
981 return default_instance().GetMetadata().descriptor;
982 }
983 static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
984 return default_instance().GetMetadata().reflection;
985 }
987 return *internal_default_instance();
988 }
990 return reinterpret_cast<const declareQueueRequest*>(
992 }
993 static constexpr int kIndexInFileMessages =
994 6;
995
997 a.Swap(&b);
998 }
999 inline void Swap(declareQueueRequest* other) {
1000 if (other == this) return;
1001 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
1002 if (GetOwningArena() != nullptr &&
1003 GetOwningArena() == other->GetOwningArena()) {
1004 #else // PROTOBUF_FORCE_COPY_IN_SWAP
1005 if (GetOwningArena() == other->GetOwningArena()) {
1006 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
1007 InternalSwap(other);
1008 } else {
1009 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
1010 }
1011 }
1013 if (other == this) return;
1014 GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
1015 InternalSwap(other);
1016 }
1017
1018 // implements Message ----------------------------------------------
1019
1020 declareQueueRequest* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final {
1021 return CreateMaybeMessage<declareQueueRequest>(arena);
1022 }
1023 using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
1024 void CopyFrom(const declareQueueRequest& from);
1025 using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
1026 void MergeFrom( const declareQueueRequest& from) {
1027 declareQueueRequest::MergeImpl(*this, from);
1028 }
1029 private:
1030 static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg);
1031 public:
1032 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
1033 bool IsInitialized() const final;
1034
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(); }
1040
1041 private:
1042 void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned);
1043 void SharedDtor();
1044 void SetCachedSize(int size) const final;
1045 void InternalSwap(declareQueueRequest* other);
1046
1047 private:
1048 friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
1049 static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
1050 return "XuMQ.declareQueueRequest";
1051 }
1052 protected:
1053 explicit declareQueueRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena,
1054 bool is_message_owned = false);
1055 private:
1056 static void ArenaDtor(void* object);
1057 public:
1058
1059 static const ClassData _class_data_;
1060 const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final;
1061
1062 ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
1063
1064 // nested types ----------------------------------------------------
1065
1066
1067 // accessors -------------------------------------------------------
1068
1069 enum : int {
1070 kArgsFieldNumber = 7,
1071 kRidFieldNumber = 1,
1072 kCidFieldNumber = 2,
1073 kQueueNameFieldNumber = 3,
1074 kExclusiveFieldNumber = 4,
1075 kDurableFieldNumber = 5,
1076 kAutoDeleteFieldNumber = 6,
1077 };
1078 // map<string, string> args = 7;
1079 int args_size() const;
1080 private:
1081 int _internal_args_size() const;
1082 public:
1083 void clear_args();
1084 private:
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();
1089 public:
1090 const ::PROTOBUF_NAMESPACE_ID::Map< std::string, std::string >&
1091 args() const;
1092 ::PROTOBUF_NAMESPACE_ID::Map< std::string, std::string >*
1093 mutable_args();
1094
1095 // string rid = 1;
1096 void clear_rid();
1097 const std::string& rid() const;
1098 template <typename ArgT0 = const std::string&, typename... ArgT>
1099 void set_rid(ArgT0&& arg0, ArgT... args);
1100 std::string* mutable_rid();
1101 PROTOBUF_NODISCARD std::string* release_rid();
1102 void set_allocated_rid(std::string* rid);
1103 private:
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();
1107 public:
1108
1109 // string cid = 2;
1110 void clear_cid();
1111 const std::string& cid() const;
1112 template <typename ArgT0 = const std::string&, typename... ArgT>
1113 void set_cid(ArgT0&& arg0, ArgT... args);
1114 std::string* mutable_cid();
1115 PROTOBUF_NODISCARD std::string* release_cid();
1116 void set_allocated_cid(std::string* cid);
1117 private:
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();
1121 public:
1122
1123 // string queue_name = 3;
1124 void clear_queue_name();
1125 const std::string& queue_name() const;
1126 template <typename ArgT0 = const std::string&, typename... ArgT>
1127 void set_queue_name(ArgT0&& arg0, ArgT... args);
1128 std::string* mutable_queue_name();
1129 PROTOBUF_NODISCARD std::string* release_queue_name();
1130 void set_allocated_queue_name(std::string* queue_name);
1131 private:
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();
1135 public:
1136
1137 // bool exclusive = 4;
1138 void clear_exclusive();
1139 bool exclusive() const;
1140 void set_exclusive(bool value);
1141 private:
1142 bool _internal_exclusive() const;
1143 void _internal_set_exclusive(bool value);
1144 public:
1145
1146 // bool durable = 5;
1147 void clear_durable();
1148 bool durable() const;
1149 void set_durable(bool value);
1150 private:
1151 bool _internal_durable() const;
1152 void _internal_set_durable(bool value);
1153 public:
1154
1155 // bool auto_delete = 6;
1156 void clear_auto_delete();
1157 bool auto_delete() const;
1158 void set_auto_delete(bool value);
1159 private:
1160 bool _internal_auto_delete() const;
1161 void _internal_set_auto_delete(bool value);
1162 public:
1163
1164 // @@protoc_insertion_point(class_scope:XuMQ.declareQueueRequest)
1165 private:
1166 class _Internal;
1167
1168 template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
1171 struct Impl_ {
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_;
1179 ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr queue_name_;
1183 mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
1184 };
1185 union { Impl_ _impl_; };
1186 friend struct ::TableStruct_protocol_2eproto;
1187};
1188// -------------------------------------------------------------------
1189
1191 public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:XuMQ.deleteQueueRequest) */ {
1192 public:
1194 ~deleteQueueRequest() override;
1195 explicit PROTOBUF_CONSTEXPR deleteQueueRequest(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
1196
1199 : deleteQueueRequest() {
1200 *this = ::std::move(from);
1201 }
1202
1204 CopyFrom(from);
1205 return *this;
1206 }
1208 if (this == &from) return *this;
1209 if (GetOwningArena() == from.GetOwningArena()
1210 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
1211 && GetOwningArena() != nullptr
1212 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
1213 ) {
1214 InternalSwap(&from);
1215 } else {
1216 CopyFrom(from);
1217 }
1218 return *this;
1219 }
1220
1221 static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
1222 return GetDescriptor();
1223 }
1224 static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
1225 return default_instance().GetMetadata().descriptor;
1226 }
1227 static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
1228 return default_instance().GetMetadata().reflection;
1229 }
1231 return *internal_default_instance();
1232 }
1234 return reinterpret_cast<const deleteQueueRequest*>(
1236 }
1237 static constexpr int kIndexInFileMessages =
1238 7;
1239
1241 a.Swap(&b);
1242 }
1243 inline void Swap(deleteQueueRequest* other) {
1244 if (other == this) return;
1245 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
1246 if (GetOwningArena() != nullptr &&
1247 GetOwningArena() == other->GetOwningArena()) {
1248 #else // PROTOBUF_FORCE_COPY_IN_SWAP
1249 if (GetOwningArena() == other->GetOwningArena()) {
1250 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
1251 InternalSwap(other);
1252 } else {
1253 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
1254 }
1255 }
1257 if (other == this) return;
1258 GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
1259 InternalSwap(other);
1260 }
1261
1262 // implements Message ----------------------------------------------
1263
1264 deleteQueueRequest* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final {
1265 return CreateMaybeMessage<deleteQueueRequest>(arena);
1266 }
1267 using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
1268 void CopyFrom(const deleteQueueRequest& from);
1269 using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
1270 void MergeFrom( const deleteQueueRequest& from) {
1271 deleteQueueRequest::MergeImpl(*this, from);
1272 }
1273 private:
1274 static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg);
1275 public:
1276 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
1277 bool IsInitialized() const final;
1278
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(); }
1284
1285 private:
1286 void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned);
1287 void SharedDtor();
1288 void SetCachedSize(int size) const final;
1289 void InternalSwap(deleteQueueRequest* other);
1290
1291 private:
1292 friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
1293 static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
1294 return "XuMQ.deleteQueueRequest";
1295 }
1296 protected:
1297 explicit deleteQueueRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena,
1298 bool is_message_owned = false);
1299 public:
1300
1301 static const ClassData _class_data_;
1302 const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final;
1303
1304 ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
1305
1306 // nested types ----------------------------------------------------
1307
1308 // accessors -------------------------------------------------------
1309
1310 enum : int {
1311 kRidFieldNumber = 1,
1312 kCidFieldNumber = 2,
1313 kQueueNameFieldNumber = 3,
1314 };
1315 // string rid = 1;
1316 void clear_rid();
1317 const std::string& rid() const;
1318 template <typename ArgT0 = const std::string&, typename... ArgT>
1319 void set_rid(ArgT0&& arg0, ArgT... args);
1320 std::string* mutable_rid();
1321 PROTOBUF_NODISCARD std::string* release_rid();
1322 void set_allocated_rid(std::string* rid);
1323 private:
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();
1327 public:
1328
1329 // string cid = 2;
1330 void clear_cid();
1331 const std::string& cid() const;
1332 template <typename ArgT0 = const std::string&, typename... ArgT>
1333 void set_cid(ArgT0&& arg0, ArgT... args);
1334 std::string* mutable_cid();
1335 PROTOBUF_NODISCARD std::string* release_cid();
1336 void set_allocated_cid(std::string* cid);
1337 private:
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();
1341 public:
1342
1343 // string queue_name = 3;
1344 void clear_queue_name();
1345 const std::string& queue_name() const;
1346 template <typename ArgT0 = const std::string&, typename... ArgT>
1347 void set_queue_name(ArgT0&& arg0, ArgT... args);
1348 std::string* mutable_queue_name();
1349 PROTOBUF_NODISCARD std::string* release_queue_name();
1350 void set_allocated_queue_name(std::string* queue_name);
1351 private:
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();
1355 public:
1356
1357 // @@protoc_insertion_point(class_scope:XuMQ.deleteQueueRequest)
1358 private:
1359 class _Internal;
1360
1361 template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
1364 struct Impl_ {
1365 ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr rid_;
1366 ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr cid_;
1367 ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr queue_name_;
1368 mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
1369 };
1370 union { Impl_ _impl_; };
1371 friend struct ::TableStruct_protocol_2eproto;
1372};
1373// -------------------------------------------------------------------
1374
1375class queueBindRequest final :
1376 public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:XuMQ.queueBindRequest) */ {
1377 public:
1378 inline queueBindRequest() : queueBindRequest(nullptr) {}
1379 ~queueBindRequest() override;
1380 explicit PROTOBUF_CONSTEXPR queueBindRequest(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
1381
1384 : queueBindRequest() {
1385 *this = ::std::move(from);
1386 }
1387
1389 CopyFrom(from);
1390 return *this;
1391 }
1393 if (this == &from) return *this;
1394 if (GetOwningArena() == from.GetOwningArena()
1395 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
1396 && GetOwningArena() != nullptr
1397 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
1398 ) {
1399 InternalSwap(&from);
1400 } else {
1401 CopyFrom(from);
1402 }
1403 return *this;
1404 }
1405
1406 static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
1407 return GetDescriptor();
1408 }
1409 static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
1410 return default_instance().GetMetadata().descriptor;
1411 }
1412 static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
1413 return default_instance().GetMetadata().reflection;
1414 }
1416 return *internal_default_instance();
1417 }
1419 return reinterpret_cast<const queueBindRequest*>(
1421 }
1422 static constexpr int kIndexInFileMessages =
1423 8;
1424
1426 a.Swap(&b);
1427 }
1428 inline void Swap(queueBindRequest* other) {
1429 if (other == this) return;
1430 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
1431 if (GetOwningArena() != nullptr &&
1432 GetOwningArena() == other->GetOwningArena()) {
1433 #else // PROTOBUF_FORCE_COPY_IN_SWAP
1434 if (GetOwningArena() == other->GetOwningArena()) {
1435 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
1436 InternalSwap(other);
1437 } else {
1438 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
1439 }
1440 }
1442 if (other == this) return;
1443 GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
1444 InternalSwap(other);
1445 }
1446
1447 // implements Message ----------------------------------------------
1448
1449 queueBindRequest* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final {
1450 return CreateMaybeMessage<queueBindRequest>(arena);
1451 }
1452 using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
1453 void CopyFrom(const queueBindRequest& from);
1454 using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
1455 void MergeFrom( const queueBindRequest& from) {
1456 queueBindRequest::MergeImpl(*this, from);
1457 }
1458 private:
1459 static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg);
1460 public:
1461 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
1462 bool IsInitialized() const final;
1463
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(); }
1469
1470 private:
1471 void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned);
1472 void SharedDtor();
1473 void SetCachedSize(int size) const final;
1474 void InternalSwap(queueBindRequest* other);
1475
1476 private:
1477 friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
1478 static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
1479 return "XuMQ.queueBindRequest";
1480 }
1481 protected:
1482 explicit queueBindRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena,
1483 bool is_message_owned = false);
1484 public:
1485
1486 static const ClassData _class_data_;
1487 const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final;
1488
1489 ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
1490
1491 // nested types ----------------------------------------------------
1492
1493 // accessors -------------------------------------------------------
1494
1495 enum : int {
1496 kRidFieldNumber = 1,
1497 kCidFieldNumber = 2,
1498 kExchangeNameFieldNumber = 3,
1499 kQueueNameFieldNumber = 4,
1500 kBindingKeyFieldNumber = 5,
1501 };
1502 // string rid = 1;
1503 void clear_rid();
1504 const std::string& rid() const;
1505 template <typename ArgT0 = const std::string&, typename... ArgT>
1506 void set_rid(ArgT0&& arg0, ArgT... args);
1507 std::string* mutable_rid();
1508 PROTOBUF_NODISCARD std::string* release_rid();
1509 void set_allocated_rid(std::string* rid);
1510 private:
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();
1514 public:
1515
1516 // string cid = 2;
1517 void clear_cid();
1518 const std::string& cid() const;
1519 template <typename ArgT0 = const std::string&, typename... ArgT>
1520 void set_cid(ArgT0&& arg0, ArgT... args);
1521 std::string* mutable_cid();
1522 PROTOBUF_NODISCARD std::string* release_cid();
1523 void set_allocated_cid(std::string* cid);
1524 private:
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();
1528 public:
1529
1530 // string exchange_name = 3;
1531 void clear_exchange_name();
1532 const std::string& exchange_name() const;
1533 template <typename ArgT0 = const std::string&, typename... ArgT>
1534 void set_exchange_name(ArgT0&& arg0, ArgT... args);
1535 std::string* mutable_exchange_name();
1536 PROTOBUF_NODISCARD std::string* release_exchange_name();
1537 void set_allocated_exchange_name(std::string* exchange_name);
1538 private:
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();
1542 public:
1543
1544 // string queue_name = 4;
1545 void clear_queue_name();
1546 const std::string& queue_name() const;
1547 template <typename ArgT0 = const std::string&, typename... ArgT>
1548 void set_queue_name(ArgT0&& arg0, ArgT... args);
1549 std::string* mutable_queue_name();
1550 PROTOBUF_NODISCARD std::string* release_queue_name();
1551 void set_allocated_queue_name(std::string* queue_name);
1552 private:
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();
1556 public:
1557
1558 // string binding_key = 5;
1559 void clear_binding_key();
1560 const std::string& binding_key() const;
1561 template <typename ArgT0 = const std::string&, typename... ArgT>
1562 void set_binding_key(ArgT0&& arg0, ArgT... args);
1563 std::string* mutable_binding_key();
1564 PROTOBUF_NODISCARD std::string* release_binding_key();
1565 void set_allocated_binding_key(std::string* binding_key);
1566 private:
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();
1570 public:
1571
1572 // @@protoc_insertion_point(class_scope:XuMQ.queueBindRequest)
1573 private:
1574 class _Internal;
1575
1576 template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
1579 struct Impl_ {
1580 ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr rid_;
1581 ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr cid_;
1582 ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr exchange_name_;
1583 ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr queue_name_;
1584 ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr binding_key_;
1585 mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
1586 };
1587 union { Impl_ _impl_; };
1588 friend struct ::TableStruct_protocol_2eproto;
1589};
1590// -------------------------------------------------------------------
1591
1593 public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:XuMQ.queueUnBindRequest) */ {
1594 public:
1596 ~queueUnBindRequest() override;
1597 explicit PROTOBUF_CONSTEXPR queueUnBindRequest(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
1598
1601 : queueUnBindRequest() {
1602 *this = ::std::move(from);
1603 }
1604
1606 CopyFrom(from);
1607 return *this;
1608 }
1610 if (this == &from) return *this;
1611 if (GetOwningArena() == from.GetOwningArena()
1612 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
1613 && GetOwningArena() != nullptr
1614 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
1615 ) {
1616 InternalSwap(&from);
1617 } else {
1618 CopyFrom(from);
1619 }
1620 return *this;
1621 }
1622
1623 static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
1624 return GetDescriptor();
1625 }
1626 static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
1627 return default_instance().GetMetadata().descriptor;
1628 }
1629 static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
1630 return default_instance().GetMetadata().reflection;
1631 }
1633 return *internal_default_instance();
1634 }
1636 return reinterpret_cast<const queueUnBindRequest*>(
1638 }
1639 static constexpr int kIndexInFileMessages =
1640 9;
1641
1643 a.Swap(&b);
1644 }
1645 inline void Swap(queueUnBindRequest* other) {
1646 if (other == this) return;
1647 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
1648 if (GetOwningArena() != nullptr &&
1649 GetOwningArena() == other->GetOwningArena()) {
1650 #else // PROTOBUF_FORCE_COPY_IN_SWAP
1651 if (GetOwningArena() == other->GetOwningArena()) {
1652 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
1653 InternalSwap(other);
1654 } else {
1655 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
1656 }
1657 }
1659 if (other == this) return;
1660 GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
1661 InternalSwap(other);
1662 }
1663
1664 // implements Message ----------------------------------------------
1665
1666 queueUnBindRequest* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final {
1667 return CreateMaybeMessage<queueUnBindRequest>(arena);
1668 }
1669 using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
1670 void CopyFrom(const queueUnBindRequest& from);
1671 using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
1672 void MergeFrom( const queueUnBindRequest& from) {
1673 queueUnBindRequest::MergeImpl(*this, from);
1674 }
1675 private:
1676 static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg);
1677 public:
1678 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
1679 bool IsInitialized() const final;
1680
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(); }
1686
1687 private:
1688 void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned);
1689 void SharedDtor();
1690 void SetCachedSize(int size) const final;
1691 void InternalSwap(queueUnBindRequest* other);
1692
1693 private:
1694 friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
1695 static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
1696 return "XuMQ.queueUnBindRequest";
1697 }
1698 protected:
1699 explicit queueUnBindRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena,
1700 bool is_message_owned = false);
1701 public:
1702
1703 static const ClassData _class_data_;
1704 const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final;
1705
1706 ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
1707
1708 // nested types ----------------------------------------------------
1709
1710 // accessors -------------------------------------------------------
1711
1712 enum : int {
1713 kRidFieldNumber = 1,
1714 kCidFieldNumber = 2,
1715 kExchangeNameFieldNumber = 3,
1716 kQueueNameFieldNumber = 4,
1717 };
1718 // string rid = 1;
1719 void clear_rid();
1720 const std::string& rid() const;
1721 template <typename ArgT0 = const std::string&, typename... ArgT>
1722 void set_rid(ArgT0&& arg0, ArgT... args);
1723 std::string* mutable_rid();
1724 PROTOBUF_NODISCARD std::string* release_rid();
1725 void set_allocated_rid(std::string* rid);
1726 private:
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();
1730 public:
1731
1732 // string cid = 2;
1733 void clear_cid();
1734 const std::string& cid() const;
1735 template <typename ArgT0 = const std::string&, typename... ArgT>
1736 void set_cid(ArgT0&& arg0, ArgT... args);
1737 std::string* mutable_cid();
1738 PROTOBUF_NODISCARD std::string* release_cid();
1739 void set_allocated_cid(std::string* cid);
1740 private:
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();
1744 public:
1745
1746 // string exchange_name = 3;
1747 void clear_exchange_name();
1748 const std::string& exchange_name() const;
1749 template <typename ArgT0 = const std::string&, typename... ArgT>
1750 void set_exchange_name(ArgT0&& arg0, ArgT... args);
1751 std::string* mutable_exchange_name();
1752 PROTOBUF_NODISCARD std::string* release_exchange_name();
1753 void set_allocated_exchange_name(std::string* exchange_name);
1754 private:
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();
1758 public:
1759
1760 // string queue_name = 4;
1761 void clear_queue_name();
1762 const std::string& queue_name() const;
1763 template <typename ArgT0 = const std::string&, typename... ArgT>
1764 void set_queue_name(ArgT0&& arg0, ArgT... args);
1765 std::string* mutable_queue_name();
1766 PROTOBUF_NODISCARD std::string* release_queue_name();
1767 void set_allocated_queue_name(std::string* queue_name);
1768 private:
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();
1772 public:
1773
1774 // @@protoc_insertion_point(class_scope:XuMQ.queueUnBindRequest)
1775 private:
1776 class _Internal;
1777
1778 template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
1781 struct Impl_ {
1782 ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr rid_;
1783 ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr cid_;
1784 ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr exchange_name_;
1785 ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr queue_name_;
1786 mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
1787 };
1788 union { Impl_ _impl_; };
1789 friend struct ::TableStruct_protocol_2eproto;
1790};
1791// -------------------------------------------------------------------
1792
1794 public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:XuMQ.basicPublishRequest) */ {
1795 public:
1797 ~basicPublishRequest() override;
1798 explicit PROTOBUF_CONSTEXPR basicPublishRequest(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
1799
1803 *this = ::std::move(from);
1804 }
1805
1807 CopyFrom(from);
1808 return *this;
1809 }
1811 if (this == &from) return *this;
1812 if (GetOwningArena() == from.GetOwningArena()
1813 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
1814 && GetOwningArena() != nullptr
1815 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
1816 ) {
1817 InternalSwap(&from);
1818 } else {
1819 CopyFrom(from);
1820 }
1821 return *this;
1822 }
1823
1824 static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
1825 return GetDescriptor();
1826 }
1827 static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
1828 return default_instance().GetMetadata().descriptor;
1829 }
1830 static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
1831 return default_instance().GetMetadata().reflection;
1832 }
1834 return *internal_default_instance();
1835 }
1837 return reinterpret_cast<const basicPublishRequest*>(
1839 }
1840 static constexpr int kIndexInFileMessages =
1841 10;
1842
1844 a.Swap(&b);
1845 }
1846 inline void Swap(basicPublishRequest* other) {
1847 if (other == this) return;
1848 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
1849 if (GetOwningArena() != nullptr &&
1850 GetOwningArena() == other->GetOwningArena()) {
1851 #else // PROTOBUF_FORCE_COPY_IN_SWAP
1852 if (GetOwningArena() == other->GetOwningArena()) {
1853 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
1854 InternalSwap(other);
1855 } else {
1856 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
1857 }
1858 }
1860 if (other == this) return;
1861 GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
1862 InternalSwap(other);
1863 }
1864
1865 // implements Message ----------------------------------------------
1866
1867 basicPublishRequest* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final {
1868 return CreateMaybeMessage<basicPublishRequest>(arena);
1869 }
1870 using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
1871 void CopyFrom(const basicPublishRequest& from);
1872 using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
1873 void MergeFrom( const basicPublishRequest& from) {
1874 basicPublishRequest::MergeImpl(*this, from);
1875 }
1876 private:
1877 static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg);
1878 public:
1879 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
1880 bool IsInitialized() const final;
1881
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(); }
1887
1888 private:
1889 void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned);
1890 void SharedDtor();
1891 void SetCachedSize(int size) const final;
1892 void InternalSwap(basicPublishRequest* other);
1893
1894 private:
1895 friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
1896 static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
1897 return "XuMQ.basicPublishRequest";
1898 }
1899 protected:
1900 explicit basicPublishRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena,
1901 bool is_message_owned = false);
1902 public:
1903
1904 static const ClassData _class_data_;
1905 const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final;
1906
1907 ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
1908
1909 // nested types ----------------------------------------------------
1910
1911 // accessors -------------------------------------------------------
1912
1913 enum : int {
1914 kRidFieldNumber = 1,
1915 kCidFieldNumber = 2,
1916 kExchangeNameFieldNumber = 3,
1917 kBodyFieldNumber = 4,
1918 kPropertiesFieldNumber = 5,
1919 };
1920 // string rid = 1;
1921 void clear_rid();
1922 const std::string& rid() const;
1923 template <typename ArgT0 = const std::string&, typename... ArgT>
1924 void set_rid(ArgT0&& arg0, ArgT... args);
1925 std::string* mutable_rid();
1926 PROTOBUF_NODISCARD std::string* release_rid();
1927 void set_allocated_rid(std::string* rid);
1928 private:
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();
1932 public:
1933
1934 // string cid = 2;
1935 void clear_cid();
1936 const std::string& cid() const;
1937 template <typename ArgT0 = const std::string&, typename... ArgT>
1938 void set_cid(ArgT0&& arg0, ArgT... args);
1939 std::string* mutable_cid();
1940 PROTOBUF_NODISCARD std::string* release_cid();
1941 void set_allocated_cid(std::string* cid);
1942 private:
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();
1946 public:
1947
1948 // string exchange_name = 3;
1949 void clear_exchange_name();
1950 const std::string& exchange_name() const;
1951 template <typename ArgT0 = const std::string&, typename... ArgT>
1952 void set_exchange_name(ArgT0&& arg0, ArgT... args);
1953 std::string* mutable_exchange_name();
1954 PROTOBUF_NODISCARD std::string* release_exchange_name();
1955 void set_allocated_exchange_name(std::string* exchange_name);
1956 private:
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();
1960 public:
1961
1962 // string body = 4;
1963 void clear_body();
1964 const std::string& body() const;
1965 template <typename ArgT0 = const std::string&, typename... ArgT>
1966 void set_body(ArgT0&& arg0, ArgT... args);
1967 std::string* mutable_body();
1968 PROTOBUF_NODISCARD std::string* release_body();
1969 void set_allocated_body(std::string* body);
1970 private:
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();
1974 public:
1975
1976 // .XuMQ.BasicProperties properties = 5;
1977 bool has_properties() const;
1978 private:
1979 bool _internal_has_properties() const;
1980 public:
1981 void clear_properties();
1982 const ::XuMQ::BasicProperties& properties() const;
1983 PROTOBUF_NODISCARD ::XuMQ::BasicProperties* release_properties();
1984 ::XuMQ::BasicProperties* mutable_properties();
1985 void set_allocated_properties(::XuMQ::BasicProperties* properties);
1986 private:
1987 const ::XuMQ::BasicProperties& _internal_properties() const;
1988 ::XuMQ::BasicProperties* _internal_mutable_properties();
1989 public:
1990 void unsafe_arena_set_allocated_properties(
1991 ::XuMQ::BasicProperties* properties);
1992 ::XuMQ::BasicProperties* unsafe_arena_release_properties();
1993
1994 // @@protoc_insertion_point(class_scope:XuMQ.basicPublishRequest)
1995 private:
1996 class _Internal;
1997
1998 template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
2001 struct Impl_ {
2002 ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr rid_;
2003 ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr cid_;
2004 ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr exchange_name_;
2005 ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr body_;
2007 mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
2008 };
2009 union { Impl_ _impl_; };
2010 friend struct ::TableStruct_protocol_2eproto;
2011};
2012// -------------------------------------------------------------------
2013
2014class basicAckRequest final :
2015 public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:XuMQ.basicAckRequest) */ {
2016 public:
2017 inline basicAckRequest() : basicAckRequest(nullptr) {}
2018 ~basicAckRequest() override;
2019 explicit PROTOBUF_CONSTEXPR basicAckRequest(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
2020
2021 basicAckRequest(const basicAckRequest& from);
2023 : basicAckRequest() {
2024 *this = ::std::move(from);
2025 }
2026
2028 CopyFrom(from);
2029 return *this;
2030 }
2031 inline basicAckRequest& operator=(basicAckRequest&& from) noexcept {
2032 if (this == &from) return *this;
2033 if (GetOwningArena() == from.GetOwningArena()
2034 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
2035 && GetOwningArena() != nullptr
2036 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
2037 ) {
2038 InternalSwap(&from);
2039 } else {
2040 CopyFrom(from);
2041 }
2042 return *this;
2043 }
2044
2045 static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
2046 return GetDescriptor();
2047 }
2048 static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
2049 return default_instance().GetMetadata().descriptor;
2050 }
2051 static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
2052 return default_instance().GetMetadata().reflection;
2053 }
2055 return *internal_default_instance();
2056 }
2058 return reinterpret_cast<const basicAckRequest*>(
2060 }
2061 static constexpr int kIndexInFileMessages =
2062 11;
2063
2065 a.Swap(&b);
2066 }
2067 inline void Swap(basicAckRequest* other) {
2068 if (other == this) return;
2069 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
2070 if (GetOwningArena() != nullptr &&
2071 GetOwningArena() == other->GetOwningArena()) {
2072 #else // PROTOBUF_FORCE_COPY_IN_SWAP
2073 if (GetOwningArena() == other->GetOwningArena()) {
2074 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
2075 InternalSwap(other);
2076 } else {
2077 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
2078 }
2079 }
2081 if (other == this) return;
2082 GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
2083 InternalSwap(other);
2084 }
2085
2086 // implements Message ----------------------------------------------
2087
2088 basicAckRequest* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final {
2089 return CreateMaybeMessage<basicAckRequest>(arena);
2090 }
2091 using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
2092 void CopyFrom(const basicAckRequest& from);
2093 using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
2094 void MergeFrom( const basicAckRequest& from) {
2095 basicAckRequest::MergeImpl(*this, from);
2096 }
2097 private:
2098 static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg);
2099 public:
2100 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
2101 bool IsInitialized() const final;
2102
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(); }
2108
2109 private:
2110 void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned);
2111 void SharedDtor();
2112 void SetCachedSize(int size) const final;
2113 void InternalSwap(basicAckRequest* other);
2114
2115 private:
2116 friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
2117 static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
2118 return "XuMQ.basicAckRequest";
2119 }
2120 protected:
2121 explicit basicAckRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena,
2122 bool is_message_owned = false);
2123 public:
2124
2125 static const ClassData _class_data_;
2126 const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final;
2127
2128 ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
2129
2130 // nested types ----------------------------------------------------
2131
2132 // accessors -------------------------------------------------------
2133
2134 enum : int {
2135 kRidFieldNumber = 1,
2136 kCidFieldNumber = 2,
2137 kQueueNameFieldNumber = 3,
2138 kMsgIdFieldNumber = 4,
2139 };
2140 // string rid = 1;
2141 void clear_rid();
2142 const std::string& rid() const;
2143 template <typename ArgT0 = const std::string&, typename... ArgT>
2144 void set_rid(ArgT0&& arg0, ArgT... args);
2145 std::string* mutable_rid();
2146 PROTOBUF_NODISCARD std::string* release_rid();
2147 void set_allocated_rid(std::string* rid);
2148 private:
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();
2152 public:
2153
2154 // string cid = 2;
2155 void clear_cid();
2156 const std::string& cid() const;
2157 template <typename ArgT0 = const std::string&, typename... ArgT>
2158 void set_cid(ArgT0&& arg0, ArgT... args);
2159 std::string* mutable_cid();
2160 PROTOBUF_NODISCARD std::string* release_cid();
2161 void set_allocated_cid(std::string* cid);
2162 private:
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();
2166 public:
2167
2168 // string queue_name = 3;
2169 void clear_queue_name();
2170 const std::string& queue_name() const;
2171 template <typename ArgT0 = const std::string&, typename... ArgT>
2172 void set_queue_name(ArgT0&& arg0, ArgT... args);
2173 std::string* mutable_queue_name();
2174 PROTOBUF_NODISCARD std::string* release_queue_name();
2175 void set_allocated_queue_name(std::string* queue_name);
2176 private:
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();
2180 public:
2181
2182 // string msg_id = 4;
2183 void clear_msg_id();
2184 const std::string& msg_id() const;
2185 template <typename ArgT0 = const std::string&, typename... ArgT>
2186 void set_msg_id(ArgT0&& arg0, ArgT... args);
2187 std::string* mutable_msg_id();
2188 PROTOBUF_NODISCARD std::string* release_msg_id();
2189 void set_allocated_msg_id(std::string* msg_id);
2190 private:
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();
2194 public:
2195
2196 // @@protoc_insertion_point(class_scope:XuMQ.basicAckRequest)
2197 private:
2198 class _Internal;
2199
2200 template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
2203 struct Impl_ {
2204 ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr rid_;
2205 ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr cid_;
2206 ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr queue_name_;
2207 ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr msg_id_;
2208 mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
2209 };
2210 union { Impl_ _impl_; };
2211 friend struct ::TableStruct_protocol_2eproto;
2212};
2213// -------------------------------------------------------------------
2214
2216 public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:XuMQ.basicConsumeRequest) */ {
2217 public:
2219 ~basicConsumeRequest() override;
2220 explicit PROTOBUF_CONSTEXPR basicConsumeRequest(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
2221
2225 *this = ::std::move(from);
2226 }
2227
2229 CopyFrom(from);
2230 return *this;
2231 }
2233 if (this == &from) return *this;
2234 if (GetOwningArena() == from.GetOwningArena()
2235 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
2236 && GetOwningArena() != nullptr
2237 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
2238 ) {
2239 InternalSwap(&from);
2240 } else {
2241 CopyFrom(from);
2242 }
2243 return *this;
2244 }
2245
2246 static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
2247 return GetDescriptor();
2248 }
2249 static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
2250 return default_instance().GetMetadata().descriptor;
2251 }
2252 static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
2253 return default_instance().GetMetadata().reflection;
2254 }
2256 return *internal_default_instance();
2257 }
2259 return reinterpret_cast<const basicConsumeRequest*>(
2261 }
2262 static constexpr int kIndexInFileMessages =
2263 12;
2264
2266 a.Swap(&b);
2267 }
2268 inline void Swap(basicConsumeRequest* other) {
2269 if (other == this) return;
2270 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
2271 if (GetOwningArena() != nullptr &&
2272 GetOwningArena() == other->GetOwningArena()) {
2273 #else // PROTOBUF_FORCE_COPY_IN_SWAP
2274 if (GetOwningArena() == other->GetOwningArena()) {
2275 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
2276 InternalSwap(other);
2277 } else {
2278 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
2279 }
2280 }
2282 if (other == this) return;
2283 GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
2284 InternalSwap(other);
2285 }
2286
2287 // implements Message ----------------------------------------------
2288
2289 basicConsumeRequest* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final {
2290 return CreateMaybeMessage<basicConsumeRequest>(arena);
2291 }
2292 using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
2293 void CopyFrom(const basicConsumeRequest& from);
2294 using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
2295 void MergeFrom( const basicConsumeRequest& from) {
2296 basicConsumeRequest::MergeImpl(*this, from);
2297 }
2298 private:
2299 static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg);
2300 public:
2301 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
2302 bool IsInitialized() const final;
2303
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(); }
2309
2310 private:
2311 void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned);
2312 void SharedDtor();
2313 void SetCachedSize(int size) const final;
2314 void InternalSwap(basicConsumeRequest* other);
2315
2316 private:
2317 friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
2318 static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
2319 return "XuMQ.basicConsumeRequest";
2320 }
2321 protected:
2322 explicit basicConsumeRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena,
2323 bool is_message_owned = false);
2324 public:
2325
2326 static const ClassData _class_data_;
2327 const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final;
2328
2329 ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
2330
2331 // nested types ----------------------------------------------------
2332
2333 // accessors -------------------------------------------------------
2334
2335 enum : int {
2336 kRidFieldNumber = 1,
2337 kCidFieldNumber = 2,
2338 kConsumerTagFieldNumber = 3,
2339 kQueueNameFieldNumber = 4,
2340 kAutoAckFieldNumber = 5,
2341 };
2342 // string rid = 1;
2343 void clear_rid();
2344 const std::string& rid() const;
2345 template <typename ArgT0 = const std::string&, typename... ArgT>
2346 void set_rid(ArgT0&& arg0, ArgT... args);
2347 std::string* mutable_rid();
2348 PROTOBUF_NODISCARD std::string* release_rid();
2349 void set_allocated_rid(std::string* rid);
2350 private:
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();
2354 public:
2355
2356 // string cid = 2;
2357 void clear_cid();
2358 const std::string& cid() const;
2359 template <typename ArgT0 = const std::string&, typename... ArgT>
2360 void set_cid(ArgT0&& arg0, ArgT... args);
2361 std::string* mutable_cid();
2362 PROTOBUF_NODISCARD std::string* release_cid();
2363 void set_allocated_cid(std::string* cid);
2364 private:
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();
2368 public:
2369
2370 // string consumer_tag = 3;
2371 void clear_consumer_tag();
2372 const std::string& consumer_tag() const;
2373 template <typename ArgT0 = const std::string&, typename... ArgT>
2374 void set_consumer_tag(ArgT0&& arg0, ArgT... args);
2375 std::string* mutable_consumer_tag();
2376 PROTOBUF_NODISCARD std::string* release_consumer_tag();
2377 void set_allocated_consumer_tag(std::string* consumer_tag);
2378 private:
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();
2382 public:
2383
2384 // string queue_name = 4;
2385 void clear_queue_name();
2386 const std::string& queue_name() const;
2387 template <typename ArgT0 = const std::string&, typename... ArgT>
2388 void set_queue_name(ArgT0&& arg0, ArgT... args);
2389 std::string* mutable_queue_name();
2390 PROTOBUF_NODISCARD std::string* release_queue_name();
2391 void set_allocated_queue_name(std::string* queue_name);
2392 private:
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();
2396 public:
2397
2398 // bool auto_ack = 5;
2399 void clear_auto_ack();
2400 bool auto_ack() const;
2401 void set_auto_ack(bool value);
2402 private:
2403 bool _internal_auto_ack() const;
2404 void _internal_set_auto_ack(bool value);
2405 public:
2406
2407 // @@protoc_insertion_point(class_scope:XuMQ.basicConsumeRequest)
2408 private:
2409 class _Internal;
2410
2411 template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
2414 struct Impl_ {
2415 ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr rid_;
2416 ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr cid_;
2417 ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr consumer_tag_;
2418 ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr queue_name_;
2420 mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
2421 };
2422 union { Impl_ _impl_; };
2423 friend struct ::TableStruct_protocol_2eproto;
2424};
2425// -------------------------------------------------------------------
2426
2428 public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:XuMQ.basicCancelRequest) */ {
2429 public:
2431 ~basicCancelRequest() override;
2432 explicit PROTOBUF_CONSTEXPR basicCancelRequest(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
2433
2436 : basicCancelRequest() {
2437 *this = ::std::move(from);
2438 }
2439
2441 CopyFrom(from);
2442 return *this;
2443 }
2445 if (this == &from) return *this;
2446 if (GetOwningArena() == from.GetOwningArena()
2447 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
2448 && GetOwningArena() != nullptr
2449 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
2450 ) {
2451 InternalSwap(&from);
2452 } else {
2453 CopyFrom(from);
2454 }
2455 return *this;
2456 }
2457
2458 static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
2459 return GetDescriptor();
2460 }
2461 static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
2462 return default_instance().GetMetadata().descriptor;
2463 }
2464 static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
2465 return default_instance().GetMetadata().reflection;
2466 }
2468 return *internal_default_instance();
2469 }
2471 return reinterpret_cast<const basicCancelRequest*>(
2473 }
2474 static constexpr int kIndexInFileMessages =
2475 13;
2476
2478 a.Swap(&b);
2479 }
2480 inline void Swap(basicCancelRequest* other) {
2481 if (other == this) return;
2482 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
2483 if (GetOwningArena() != nullptr &&
2484 GetOwningArena() == other->GetOwningArena()) {
2485 #else // PROTOBUF_FORCE_COPY_IN_SWAP
2486 if (GetOwningArena() == other->GetOwningArena()) {
2487 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
2488 InternalSwap(other);
2489 } else {
2490 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
2491 }
2492 }
2494 if (other == this) return;
2495 GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
2496 InternalSwap(other);
2497 }
2498
2499 // implements Message ----------------------------------------------
2500
2501 basicCancelRequest* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final {
2502 return CreateMaybeMessage<basicCancelRequest>(arena);
2503 }
2504 using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
2505 void CopyFrom(const basicCancelRequest& from);
2506 using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
2507 void MergeFrom( const basicCancelRequest& from) {
2508 basicCancelRequest::MergeImpl(*this, from);
2509 }
2510 private:
2511 static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg);
2512 public:
2513 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
2514 bool IsInitialized() const final;
2515
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(); }
2521
2522 private:
2523 void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned);
2524 void SharedDtor();
2525 void SetCachedSize(int size) const final;
2526 void InternalSwap(basicCancelRequest* other);
2527
2528 private:
2529 friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
2530 static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
2531 return "XuMQ.basicCancelRequest";
2532 }
2533 protected:
2534 explicit basicCancelRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena,
2535 bool is_message_owned = false);
2536 public:
2537
2538 static const ClassData _class_data_;
2539 const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final;
2540
2541 ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
2542
2543 // nested types ----------------------------------------------------
2544
2545 // accessors -------------------------------------------------------
2546
2547 enum : int {
2548 kRidFieldNumber = 1,
2549 kCidFieldNumber = 2,
2550 kConsumerTagFieldNumber = 3,
2551 kQueueNameFieldNumber = 4,
2552 };
2553 // string rid = 1;
2554 void clear_rid();
2555 const std::string& rid() const;
2556 template <typename ArgT0 = const std::string&, typename... ArgT>
2557 void set_rid(ArgT0&& arg0, ArgT... args);
2558 std::string* mutable_rid();
2559 PROTOBUF_NODISCARD std::string* release_rid();
2560 void set_allocated_rid(std::string* rid);
2561 private:
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();
2565 public:
2566
2567 // string cid = 2;
2568 void clear_cid();
2569 const std::string& cid() const;
2570 template <typename ArgT0 = const std::string&, typename... ArgT>
2571 void set_cid(ArgT0&& arg0, ArgT... args);
2572 std::string* mutable_cid();
2573 PROTOBUF_NODISCARD std::string* release_cid();
2574 void set_allocated_cid(std::string* cid);
2575 private:
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();
2579 public:
2580
2581 // string consumer_tag = 3;
2582 void clear_consumer_tag();
2583 const std::string& consumer_tag() const;
2584 template <typename ArgT0 = const std::string&, typename... ArgT>
2585 void set_consumer_tag(ArgT0&& arg0, ArgT... args);
2586 std::string* mutable_consumer_tag();
2587 PROTOBUF_NODISCARD std::string* release_consumer_tag();
2588 void set_allocated_consumer_tag(std::string* consumer_tag);
2589 private:
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();
2593 public:
2594
2595 // string queue_name = 4;
2596 void clear_queue_name();
2597 const std::string& queue_name() const;
2598 template <typename ArgT0 = const std::string&, typename... ArgT>
2599 void set_queue_name(ArgT0&& arg0, ArgT... args);
2600 std::string* mutable_queue_name();
2601 PROTOBUF_NODISCARD std::string* release_queue_name();
2602 void set_allocated_queue_name(std::string* queue_name);
2603 private:
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();
2607 public:
2608
2609 // @@protoc_insertion_point(class_scope:XuMQ.basicCancelRequest)
2610 private:
2611 class _Internal;
2612
2613 template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
2616 struct Impl_ {
2617 ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr rid_;
2618 ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr cid_;
2619 ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr consumer_tag_;
2620 ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr queue_name_;
2621 mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
2622 };
2623 union { Impl_ _impl_; };
2624 friend struct ::TableStruct_protocol_2eproto;
2625};
2626// -------------------------------------------------------------------
2627
2629 public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:XuMQ.basicConsumeResponse) */ {
2630 public:
2632 ~basicConsumeResponse() override;
2633 explicit PROTOBUF_CONSTEXPR basicConsumeResponse(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
2634
2638 *this = ::std::move(from);
2639 }
2640
2642 CopyFrom(from);
2643 return *this;
2644 }
2646 if (this == &from) return *this;
2647 if (GetOwningArena() == from.GetOwningArena()
2648 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
2649 && GetOwningArena() != nullptr
2650 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
2651 ) {
2652 InternalSwap(&from);
2653 } else {
2654 CopyFrom(from);
2655 }
2656 return *this;
2657 }
2658
2659 static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
2660 return GetDescriptor();
2661 }
2662 static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
2663 return default_instance().GetMetadata().descriptor;
2664 }
2665 static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
2666 return default_instance().GetMetadata().reflection;
2667 }
2669 return *internal_default_instance();
2670 }
2672 return reinterpret_cast<const basicConsumeResponse*>(
2674 }
2675 static constexpr int kIndexInFileMessages =
2676 14;
2677
2679 a.Swap(&b);
2680 }
2681 inline void Swap(basicConsumeResponse* other) {
2682 if (other == this) return;
2683 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
2684 if (GetOwningArena() != nullptr &&
2685 GetOwningArena() == other->GetOwningArena()) {
2686 #else // PROTOBUF_FORCE_COPY_IN_SWAP
2687 if (GetOwningArena() == other->GetOwningArena()) {
2688 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
2689 InternalSwap(other);
2690 } else {
2691 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
2692 }
2693 }
2695 if (other == this) return;
2696 GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
2697 InternalSwap(other);
2698 }
2699
2700 // implements Message ----------------------------------------------
2701
2702 basicConsumeResponse* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final {
2703 return CreateMaybeMessage<basicConsumeResponse>(arena);
2704 }
2705 using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
2706 void CopyFrom(const basicConsumeResponse& from);
2707 using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
2708 void MergeFrom( const basicConsumeResponse& from) {
2709 basicConsumeResponse::MergeImpl(*this, from);
2710 }
2711 private:
2712 static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg);
2713 public:
2714 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
2715 bool IsInitialized() const final;
2716
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(); }
2722
2723 private:
2724 void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned);
2725 void SharedDtor();
2726 void SetCachedSize(int size) const final;
2727 void InternalSwap(basicConsumeResponse* other);
2728
2729 private:
2730 friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
2731 static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
2732 return "XuMQ.basicConsumeResponse";
2733 }
2734 protected:
2735 explicit basicConsumeResponse(::PROTOBUF_NAMESPACE_ID::Arena* arena,
2736 bool is_message_owned = false);
2737 public:
2738
2739 static const ClassData _class_data_;
2740 const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final;
2741
2742 ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
2743
2744 // nested types ----------------------------------------------------
2745
2746 // accessors -------------------------------------------------------
2747
2748 enum : int {
2749 kCidFieldNumber = 1,
2750 kConsumerTagFieldNumber = 2,
2751 kBodyFieldNumber = 3,
2752 kPropertiesFieldNumber = 4,
2753 };
2754 // string cid = 1;
2755 void clear_cid();
2756 const std::string& cid() const;
2757 template <typename ArgT0 = const std::string&, typename... ArgT>
2758 void set_cid(ArgT0&& arg0, ArgT... args);
2759 std::string* mutable_cid();
2760 PROTOBUF_NODISCARD std::string* release_cid();
2761 void set_allocated_cid(std::string* cid);
2762 private:
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();
2766 public:
2767
2768 // string consumer_tag = 2;
2769 void clear_consumer_tag();
2770 const std::string& consumer_tag() const;
2771 template <typename ArgT0 = const std::string&, typename... ArgT>
2772 void set_consumer_tag(ArgT0&& arg0, ArgT... args);
2773 std::string* mutable_consumer_tag();
2774 PROTOBUF_NODISCARD std::string* release_consumer_tag();
2775 void set_allocated_consumer_tag(std::string* consumer_tag);
2776 private:
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();
2780 public:
2781
2782 // string body = 3;
2783 void clear_body();
2784 const std::string& body() const;
2785 template <typename ArgT0 = const std::string&, typename... ArgT>
2786 void set_body(ArgT0&& arg0, ArgT... args);
2787 std::string* mutable_body();
2788 PROTOBUF_NODISCARD std::string* release_body();
2789 void set_allocated_body(std::string* body);
2790 private:
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();
2794 public:
2795
2796 // .XuMQ.BasicProperties properties = 4;
2797 bool has_properties() const;
2798 private:
2799 bool _internal_has_properties() const;
2800 public:
2801 void clear_properties();
2802 const ::XuMQ::BasicProperties& properties() const;
2803 PROTOBUF_NODISCARD ::XuMQ::BasicProperties* release_properties();
2804 ::XuMQ::BasicProperties* mutable_properties();
2805 void set_allocated_properties(::XuMQ::BasicProperties* properties);
2806 private:
2807 const ::XuMQ::BasicProperties& _internal_properties() const;
2808 ::XuMQ::BasicProperties* _internal_mutable_properties();
2809 public:
2810 void unsafe_arena_set_allocated_properties(
2811 ::XuMQ::BasicProperties* properties);
2812 ::XuMQ::BasicProperties* unsafe_arena_release_properties();
2813
2814 // @@protoc_insertion_point(class_scope:XuMQ.basicConsumeResponse)
2815 private:
2816 class _Internal;
2817
2818 template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
2821 struct Impl_ {
2822 ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr cid_;
2823 ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr consumer_tag_;
2824 ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr body_;
2826 mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
2827 };
2828 union { Impl_ _impl_; };
2829 friend struct ::TableStruct_protocol_2eproto;
2830};
2831// -------------------------------------------------------------------
2832
2833class basicResponse final :
2834 public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:XuMQ.basicResponse) */ {
2835 public:
2836 inline basicResponse() : basicResponse(nullptr) {}
2837 ~basicResponse() override;
2838 explicit PROTOBUF_CONSTEXPR basicResponse(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
2839
2840 basicResponse(const basicResponse& from);
2842 : basicResponse() {
2843 *this = ::std::move(from);
2844 }
2845
2847 CopyFrom(from);
2848 return *this;
2849 }
2850 inline basicResponse& operator=(basicResponse&& from) noexcept {
2851 if (this == &from) return *this;
2852 if (GetOwningArena() == from.GetOwningArena()
2853 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
2854 && GetOwningArena() != nullptr
2855 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
2856 ) {
2857 InternalSwap(&from);
2858 } else {
2859 CopyFrom(from);
2860 }
2861 return *this;
2862 }
2863
2864 static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
2865 return GetDescriptor();
2866 }
2867 static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
2868 return default_instance().GetMetadata().descriptor;
2869 }
2870 static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
2871 return default_instance().GetMetadata().reflection;
2872 }
2874 return *internal_default_instance();
2875 }
2877 return reinterpret_cast<const basicResponse*>(
2879 }
2880 static constexpr int kIndexInFileMessages =
2881 15;
2882
2883 friend void swap(basicResponse& a, basicResponse& b) {
2884 a.Swap(&b);
2885 }
2886 inline void Swap(basicResponse* other) {
2887 if (other == this) return;
2888 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
2889 if (GetOwningArena() != nullptr &&
2890 GetOwningArena() == other->GetOwningArena()) {
2891 #else // PROTOBUF_FORCE_COPY_IN_SWAP
2892 if (GetOwningArena() == other->GetOwningArena()) {
2893 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
2894 InternalSwap(other);
2895 } else {
2896 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
2897 }
2898 }
2900 if (other == this) return;
2901 GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
2902 InternalSwap(other);
2903 }
2904
2905 // implements Message ----------------------------------------------
2906
2907 basicResponse* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final {
2908 return CreateMaybeMessage<basicResponse>(arena);
2909 }
2910 using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
2911 void CopyFrom(const basicResponse& from);
2912 using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
2913 void MergeFrom( const basicResponse& from) {
2914 basicResponse::MergeImpl(*this, from);
2915 }
2916 private:
2917 static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg);
2918 public:
2919 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
2920 bool IsInitialized() const final;
2921
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(); }
2927
2928 private:
2929 void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned);
2930 void SharedDtor();
2931 void SetCachedSize(int size) const final;
2932 void InternalSwap(basicResponse* other);
2933
2934 private:
2935 friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
2936 static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
2937 return "XuMQ.basicResponse";
2938 }
2939 protected:
2940 explicit basicResponse(::PROTOBUF_NAMESPACE_ID::Arena* arena,
2941 bool is_message_owned = false);
2942 public:
2943
2944 static const ClassData _class_data_;
2945 const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final;
2946
2947 ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
2948
2949 // nested types ----------------------------------------------------
2950
2951 // accessors -------------------------------------------------------
2952
2953 enum : int {
2954 kRidFieldNumber = 1,
2955 kCidFieldNumber = 2,
2956 kOkFieldNumber = 3,
2957 };
2958 // string rid = 1;
2959 void clear_rid();
2960 const std::string& rid() const;
2961 template <typename ArgT0 = const std::string&, typename... ArgT>
2962 void set_rid(ArgT0&& arg0, ArgT... args);
2963 std::string* mutable_rid();
2964 PROTOBUF_NODISCARD std::string* release_rid();
2965 void set_allocated_rid(std::string* rid);
2966 private:
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();
2970 public:
2971
2972 // string cid = 2;
2973 void clear_cid();
2974 const std::string& cid() const;
2975 template <typename ArgT0 = const std::string&, typename... ArgT>
2976 void set_cid(ArgT0&& arg0, ArgT... args);
2977 std::string* mutable_cid();
2978 PROTOBUF_NODISCARD std::string* release_cid();
2979 void set_allocated_cid(std::string* cid);
2980 private:
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();
2984 public:
2985
2986 // bool ok = 3;
2987 void clear_ok();
2988 bool ok() const;
2989 void set_ok(bool value);
2990 private:
2991 bool _internal_ok() const;
2992 void _internal_set_ok(bool value);
2993 public:
2994
2995 // @@protoc_insertion_point(class_scope:XuMQ.basicResponse)
2996 private:
2997 class _Internal;
2998
2999 template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
3002 struct Impl_ {
3003 ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr rid_;
3004 ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr cid_;
3005 bool ok_;
3006 mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
3007 };
3008 union { Impl_ _impl_; };
3009 friend struct ::TableStruct_protocol_2eproto;
3010};
3011// ===================================================================
3012
3013
3014// ===================================================================
3015
3016#ifdef __GNUC__
3017 #pragma GCC diagnostic push
3018 #pragma GCC diagnostic ignored "-Wstrict-aliasing"
3019#endif // __GNUC__
3020// openChannelRequest
3021
3022// string rid = 1;
3023inline void openChannelRequest::clear_rid() {
3024 _impl_.rid_.ClearToEmpty();
3025}
3026inline const std::string& openChannelRequest::rid() const {
3027 // @@protoc_insertion_point(field_get:XuMQ.openChannelRequest.rid)
3028 return _internal_rid();
3029}
3030template <typename ArgT0, typename... ArgT>
3031inline PROTOBUF_ALWAYS_INLINE
3032void openChannelRequest::set_rid(ArgT0&& arg0, ArgT... args) {
3033
3034 _impl_.rid_.Set(static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
3035 // @@protoc_insertion_point(field_set:XuMQ.openChannelRequest.rid)
3036}
3037inline std::string* openChannelRequest::mutable_rid() {
3038 std::string* _s = _internal_mutable_rid();
3039 // @@protoc_insertion_point(field_mutable:XuMQ.openChannelRequest.rid)
3040 return _s;
3041}
3042inline const std::string& openChannelRequest::_internal_rid() const {
3043 return _impl_.rid_.Get();
3044}
3045inline void openChannelRequest::_internal_set_rid(const std::string& value) {
3046
3047 _impl_.rid_.Set(value, GetArenaForAllocation());
3048}
3049inline std::string* openChannelRequest::_internal_mutable_rid() {
3050
3051 return _impl_.rid_.Mutable(GetArenaForAllocation());
3052}
3053inline std::string* openChannelRequest::release_rid() {
3054 // @@protoc_insertion_point(field_release:XuMQ.openChannelRequest.rid)
3055 return _impl_.rid_.Release();
3056}
3057inline void openChannelRequest::set_allocated_rid(std::string* rid) {
3058 if (rid != nullptr) {
3059
3060 } else {
3061
3062 }
3063 _impl_.rid_.SetAllocated(rid, GetArenaForAllocation());
3064#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
3065 if (_impl_.rid_.IsDefault()) {
3066 _impl_.rid_.Set("", GetArenaForAllocation());
3067 }
3068#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
3069 // @@protoc_insertion_point(field_set_allocated:XuMQ.openChannelRequest.rid)
3070}
3071
3072// string cid = 2;
3073inline void openChannelRequest::clear_cid() {
3074 _impl_.cid_.ClearToEmpty();
3075}
3076inline const std::string& openChannelRequest::cid() const {
3077 // @@protoc_insertion_point(field_get:XuMQ.openChannelRequest.cid)
3078 return _internal_cid();
3079}
3080template <typename ArgT0, typename... ArgT>
3081inline PROTOBUF_ALWAYS_INLINE
3082void openChannelRequest::set_cid(ArgT0&& arg0, ArgT... args) {
3083
3084 _impl_.cid_.Set(static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
3085 // @@protoc_insertion_point(field_set:XuMQ.openChannelRequest.cid)
3086}
3087inline std::string* openChannelRequest::mutable_cid() {
3088 std::string* _s = _internal_mutable_cid();
3089 // @@protoc_insertion_point(field_mutable:XuMQ.openChannelRequest.cid)
3090 return _s;
3091}
3092inline const std::string& openChannelRequest::_internal_cid() const {
3093 return _impl_.cid_.Get();
3094}
3095inline void openChannelRequest::_internal_set_cid(const std::string& value) {
3096
3097 _impl_.cid_.Set(value, GetArenaForAllocation());
3098}
3099inline std::string* openChannelRequest::_internal_mutable_cid() {
3100
3101 return _impl_.cid_.Mutable(GetArenaForAllocation());
3102}
3103inline std::string* openChannelRequest::release_cid() {
3104 // @@protoc_insertion_point(field_release:XuMQ.openChannelRequest.cid)
3105 return _impl_.cid_.Release();
3106}
3107inline void openChannelRequest::set_allocated_cid(std::string* cid) {
3108 if (cid != nullptr) {
3109
3110 } else {
3111
3112 }
3113 _impl_.cid_.SetAllocated(cid, GetArenaForAllocation());
3114#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
3115 if (_impl_.cid_.IsDefault()) {
3116 _impl_.cid_.Set("", GetArenaForAllocation());
3117 }
3118#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
3119 // @@protoc_insertion_point(field_set_allocated:XuMQ.openChannelRequest.cid)
3120}
3121
3122// -------------------------------------------------------------------
3123
3124// closeChannelRequest
3125
3126// string rid = 1;
3127inline void closeChannelRequest::clear_rid() {
3128 _impl_.rid_.ClearToEmpty();
3129}
3130inline const std::string& closeChannelRequest::rid() const {
3131 // @@protoc_insertion_point(field_get:XuMQ.closeChannelRequest.rid)
3132 return _internal_rid();
3133}
3134template <typename ArgT0, typename... ArgT>
3135inline PROTOBUF_ALWAYS_INLINE
3136void closeChannelRequest::set_rid(ArgT0&& arg0, ArgT... args) {
3137
3138 _impl_.rid_.Set(static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
3139 // @@protoc_insertion_point(field_set:XuMQ.closeChannelRequest.rid)
3140}
3141inline std::string* closeChannelRequest::mutable_rid() {
3142 std::string* _s = _internal_mutable_rid();
3143 // @@protoc_insertion_point(field_mutable:XuMQ.closeChannelRequest.rid)
3144 return _s;
3145}
3146inline const std::string& closeChannelRequest::_internal_rid() const {
3147 return _impl_.rid_.Get();
3148}
3149inline void closeChannelRequest::_internal_set_rid(const std::string& value) {
3150
3151 _impl_.rid_.Set(value, GetArenaForAllocation());
3152}
3153inline std::string* closeChannelRequest::_internal_mutable_rid() {
3154
3155 return _impl_.rid_.Mutable(GetArenaForAllocation());
3156}
3157inline std::string* closeChannelRequest::release_rid() {
3158 // @@protoc_insertion_point(field_release:XuMQ.closeChannelRequest.rid)
3159 return _impl_.rid_.Release();
3160}
3161inline void closeChannelRequest::set_allocated_rid(std::string* rid) {
3162 if (rid != nullptr) {
3163
3164 } else {
3165
3166 }
3167 _impl_.rid_.SetAllocated(rid, GetArenaForAllocation());
3168#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
3169 if (_impl_.rid_.IsDefault()) {
3170 _impl_.rid_.Set("", GetArenaForAllocation());
3171 }
3172#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
3173 // @@protoc_insertion_point(field_set_allocated:XuMQ.closeChannelRequest.rid)
3174}
3175
3176// string cid = 2;
3177inline void closeChannelRequest::clear_cid() {
3178 _impl_.cid_.ClearToEmpty();
3179}
3180inline const std::string& closeChannelRequest::cid() const {
3181 // @@protoc_insertion_point(field_get:XuMQ.closeChannelRequest.cid)
3182 return _internal_cid();
3183}
3184template <typename ArgT0, typename... ArgT>
3185inline PROTOBUF_ALWAYS_INLINE
3186void closeChannelRequest::set_cid(ArgT0&& arg0, ArgT... args) {
3187
3188 _impl_.cid_.Set(static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
3189 // @@protoc_insertion_point(field_set:XuMQ.closeChannelRequest.cid)
3190}
3191inline std::string* closeChannelRequest::mutable_cid() {
3192 std::string* _s = _internal_mutable_cid();
3193 // @@protoc_insertion_point(field_mutable:XuMQ.closeChannelRequest.cid)
3194 return _s;
3195}
3196inline const std::string& closeChannelRequest::_internal_cid() const {
3197 return _impl_.cid_.Get();
3198}
3199inline void closeChannelRequest::_internal_set_cid(const std::string& value) {
3200
3201 _impl_.cid_.Set(value, GetArenaForAllocation());
3202}
3203inline std::string* closeChannelRequest::_internal_mutable_cid() {
3204
3205 return _impl_.cid_.Mutable(GetArenaForAllocation());
3206}
3207inline std::string* closeChannelRequest::release_cid() {
3208 // @@protoc_insertion_point(field_release:XuMQ.closeChannelRequest.cid)
3209 return _impl_.cid_.Release();
3210}
3211inline void closeChannelRequest::set_allocated_cid(std::string* cid) {
3212 if (cid != nullptr) {
3213
3214 } else {
3215
3216 }
3217 _impl_.cid_.SetAllocated(cid, GetArenaForAllocation());
3218#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
3219 if (_impl_.cid_.IsDefault()) {
3220 _impl_.cid_.Set("", GetArenaForAllocation());
3221 }
3222#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
3223 // @@protoc_insertion_point(field_set_allocated:XuMQ.closeChannelRequest.cid)
3224}
3225
3226// -------------------------------------------------------------------
3227
3228// -------------------------------------------------------------------
3229
3230// declareExchangeRequest
3231
3232// string rid = 1;
3233inline void declareExchangeRequest::clear_rid() {
3234 _impl_.rid_.ClearToEmpty();
3235}
3236inline const std::string& declareExchangeRequest::rid() const {
3237 // @@protoc_insertion_point(field_get:XuMQ.declareExchangeRequest.rid)
3238 return _internal_rid();
3239}
3240template <typename ArgT0, typename... ArgT>
3241inline PROTOBUF_ALWAYS_INLINE
3242void declareExchangeRequest::set_rid(ArgT0&& arg0, ArgT... args) {
3243
3244 _impl_.rid_.Set(static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
3245 // @@protoc_insertion_point(field_set:XuMQ.declareExchangeRequest.rid)
3246}
3247inline std::string* declareExchangeRequest::mutable_rid() {
3248 std::string* _s = _internal_mutable_rid();
3249 // @@protoc_insertion_point(field_mutable:XuMQ.declareExchangeRequest.rid)
3250 return _s;
3251}
3252inline const std::string& declareExchangeRequest::_internal_rid() const {
3253 return _impl_.rid_.Get();
3254}
3255inline void declareExchangeRequest::_internal_set_rid(const std::string& value) {
3256
3257 _impl_.rid_.Set(value, GetArenaForAllocation());
3258}
3259inline std::string* declareExchangeRequest::_internal_mutable_rid() {
3260
3261 return _impl_.rid_.Mutable(GetArenaForAllocation());
3262}
3263inline std::string* declareExchangeRequest::release_rid() {
3264 // @@protoc_insertion_point(field_release:XuMQ.declareExchangeRequest.rid)
3265 return _impl_.rid_.Release();
3266}
3267inline void declareExchangeRequest::set_allocated_rid(std::string* rid) {
3268 if (rid != nullptr) {
3269
3270 } else {
3271
3272 }
3273 _impl_.rid_.SetAllocated(rid, GetArenaForAllocation());
3274#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
3275 if (_impl_.rid_.IsDefault()) {
3276 _impl_.rid_.Set("", GetArenaForAllocation());
3277 }
3278#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
3279 // @@protoc_insertion_point(field_set_allocated:XuMQ.declareExchangeRequest.rid)
3280}
3281
3282// string cid = 2;
3283inline void declareExchangeRequest::clear_cid() {
3284 _impl_.cid_.ClearToEmpty();
3285}
3286inline const std::string& declareExchangeRequest::cid() const {
3287 // @@protoc_insertion_point(field_get:XuMQ.declareExchangeRequest.cid)
3288 return _internal_cid();
3289}
3290template <typename ArgT0, typename... ArgT>
3291inline PROTOBUF_ALWAYS_INLINE
3292void declareExchangeRequest::set_cid(ArgT0&& arg0, ArgT... args) {
3293
3294 _impl_.cid_.Set(static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
3295 // @@protoc_insertion_point(field_set:XuMQ.declareExchangeRequest.cid)
3296}
3297inline std::string* declareExchangeRequest::mutable_cid() {
3298 std::string* _s = _internal_mutable_cid();
3299 // @@protoc_insertion_point(field_mutable:XuMQ.declareExchangeRequest.cid)
3300 return _s;
3301}
3302inline const std::string& declareExchangeRequest::_internal_cid() const {
3303 return _impl_.cid_.Get();
3304}
3305inline void declareExchangeRequest::_internal_set_cid(const std::string& value) {
3306
3307 _impl_.cid_.Set(value, GetArenaForAllocation());
3308}
3309inline std::string* declareExchangeRequest::_internal_mutable_cid() {
3310
3311 return _impl_.cid_.Mutable(GetArenaForAllocation());
3312}
3313inline std::string* declareExchangeRequest::release_cid() {
3314 // @@protoc_insertion_point(field_release:XuMQ.declareExchangeRequest.cid)
3315 return _impl_.cid_.Release();
3316}
3317inline void declareExchangeRequest::set_allocated_cid(std::string* cid) {
3318 if (cid != nullptr) {
3319
3320 } else {
3321
3322 }
3323 _impl_.cid_.SetAllocated(cid, GetArenaForAllocation());
3324#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
3325 if (_impl_.cid_.IsDefault()) {
3326 _impl_.cid_.Set("", GetArenaForAllocation());
3327 }
3328#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
3329 // @@protoc_insertion_point(field_set_allocated:XuMQ.declareExchangeRequest.cid)
3330}
3331
3332// string exchange_name = 3;
3333inline void declareExchangeRequest::clear_exchange_name() {
3334 _impl_.exchange_name_.ClearToEmpty();
3335}
3336inline const std::string& declareExchangeRequest::exchange_name() const {
3337 // @@protoc_insertion_point(field_get:XuMQ.declareExchangeRequest.exchange_name)
3338 return _internal_exchange_name();
3339}
3340template <typename ArgT0, typename... ArgT>
3341inline PROTOBUF_ALWAYS_INLINE
3342void declareExchangeRequest::set_exchange_name(ArgT0&& arg0, ArgT... args) {
3343
3344 _impl_.exchange_name_.Set(static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
3345 // @@protoc_insertion_point(field_set:XuMQ.declareExchangeRequest.exchange_name)
3346}
3347inline std::string* declareExchangeRequest::mutable_exchange_name() {
3348 std::string* _s = _internal_mutable_exchange_name();
3349 // @@protoc_insertion_point(field_mutable:XuMQ.declareExchangeRequest.exchange_name)
3350 return _s;
3351}
3352inline const std::string& declareExchangeRequest::_internal_exchange_name() const {
3353 return _impl_.exchange_name_.Get();
3354}
3355inline void declareExchangeRequest::_internal_set_exchange_name(const std::string& value) {
3356
3357 _impl_.exchange_name_.Set(value, GetArenaForAllocation());
3358}
3359inline std::string* declareExchangeRequest::_internal_mutable_exchange_name() {
3360
3361 return _impl_.exchange_name_.Mutable(GetArenaForAllocation());
3362}
3363inline std::string* declareExchangeRequest::release_exchange_name() {
3364 // @@protoc_insertion_point(field_release:XuMQ.declareExchangeRequest.exchange_name)
3365 return _impl_.exchange_name_.Release();
3366}
3367inline void declareExchangeRequest::set_allocated_exchange_name(std::string* exchange_name) {
3368 if (exchange_name != nullptr) {
3369
3370 } else {
3371
3372 }
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());
3377 }
3378#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
3379 // @@protoc_insertion_point(field_set_allocated:XuMQ.declareExchangeRequest.exchange_name)
3380}
3381
3382// .XuMQ.ExchangeType exchange_type = 4;
3383inline void declareExchangeRequest::clear_exchange_type() {
3384 _impl_.exchange_type_ = 0;
3385}
3386inline ::XuMQ::ExchangeType declareExchangeRequest::_internal_exchange_type() const {
3387 return static_cast< ::XuMQ::ExchangeType >(_impl_.exchange_type_);
3388}
3389inline ::XuMQ::ExchangeType declareExchangeRequest::exchange_type() const {
3390 // @@protoc_insertion_point(field_get:XuMQ.declareExchangeRequest.exchange_type)
3391 return _internal_exchange_type();
3392}
3393inline void declareExchangeRequest::_internal_set_exchange_type(::XuMQ::ExchangeType value) {
3394
3395 _impl_.exchange_type_ = value;
3396}
3397inline void declareExchangeRequest::set_exchange_type(::XuMQ::ExchangeType value) {
3398 _internal_set_exchange_type(value);
3399 // @@protoc_insertion_point(field_set:XuMQ.declareExchangeRequest.exchange_type)
3400}
3401
3402// bool durable = 5;
3403inline void declareExchangeRequest::clear_durable() {
3404 _impl_.durable_ = false;
3405}
3406inline bool declareExchangeRequest::_internal_durable() const {
3407 return _impl_.durable_;
3408}
3409inline bool declareExchangeRequest::durable() const {
3410 // @@protoc_insertion_point(field_get:XuMQ.declareExchangeRequest.durable)
3411 return _internal_durable();
3412}
3413inline void declareExchangeRequest::_internal_set_durable(bool value) {
3414
3415 _impl_.durable_ = value;
3416}
3417inline void declareExchangeRequest::set_durable(bool value) {
3418 _internal_set_durable(value);
3419 // @@protoc_insertion_point(field_set:XuMQ.declareExchangeRequest.durable)
3420}
3421
3422// bool auto_delete = 6;
3423inline void declareExchangeRequest::clear_auto_delete() {
3424 _impl_.auto_delete_ = false;
3425}
3426inline bool declareExchangeRequest::_internal_auto_delete() const {
3427 return _impl_.auto_delete_;
3428}
3429inline bool declareExchangeRequest::auto_delete() const {
3430 // @@protoc_insertion_point(field_get:XuMQ.declareExchangeRequest.auto_delete)
3431 return _internal_auto_delete();
3432}
3433inline void declareExchangeRequest::_internal_set_auto_delete(bool value) {
3434
3435 _impl_.auto_delete_ = value;
3436}
3437inline void declareExchangeRequest::set_auto_delete(bool value) {
3438 _internal_set_auto_delete(value);
3439 // @@protoc_insertion_point(field_set:XuMQ.declareExchangeRequest.auto_delete)
3440}
3441
3442// map<string, string> args = 7;
3443inline int declareExchangeRequest::_internal_args_size() const {
3444 return _impl_.args_.size();
3445}
3446inline int declareExchangeRequest::args_size() const {
3447 return _internal_args_size();
3448}
3449inline void declareExchangeRequest::clear_args() {
3450 _impl_.args_.Clear();
3451}
3452inline const ::PROTOBUF_NAMESPACE_ID::Map< std::string, std::string >&
3453declareExchangeRequest::_internal_args() const {
3454 return _impl_.args_.GetMap();
3455}
3456inline const ::PROTOBUF_NAMESPACE_ID::Map< std::string, std::string >&
3457declareExchangeRequest::args() const {
3458 // @@protoc_insertion_point(field_map:XuMQ.declareExchangeRequest.args)
3459 return _internal_args();
3460}
3461inline ::PROTOBUF_NAMESPACE_ID::Map< std::string, std::string >*
3462declareExchangeRequest::_internal_mutable_args() {
3463 return _impl_.args_.MutableMap();
3464}
3465inline ::PROTOBUF_NAMESPACE_ID::Map< std::string, std::string >*
3466declareExchangeRequest::mutable_args() {
3467 // @@protoc_insertion_point(field_mutable_map:XuMQ.declareExchangeRequest.args)
3468 return _internal_mutable_args();
3469}
3470
3471// -------------------------------------------------------------------
3472
3473// deleteExchangeRequest
3474
3475// string rid = 1;
3476inline void deleteExchangeRequest::clear_rid() {
3477 _impl_.rid_.ClearToEmpty();
3478}
3479inline const std::string& deleteExchangeRequest::rid() const {
3480 // @@protoc_insertion_point(field_get:XuMQ.deleteExchangeRequest.rid)
3481 return _internal_rid();
3482}
3483template <typename ArgT0, typename... ArgT>
3484inline PROTOBUF_ALWAYS_INLINE
3485void deleteExchangeRequest::set_rid(ArgT0&& arg0, ArgT... args) {
3486
3487 _impl_.rid_.Set(static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
3488 // @@protoc_insertion_point(field_set:XuMQ.deleteExchangeRequest.rid)
3489}
3490inline std::string* deleteExchangeRequest::mutable_rid() {
3491 std::string* _s = _internal_mutable_rid();
3492 // @@protoc_insertion_point(field_mutable:XuMQ.deleteExchangeRequest.rid)
3493 return _s;
3494}
3495inline const std::string& deleteExchangeRequest::_internal_rid() const {
3496 return _impl_.rid_.Get();
3497}
3498inline void deleteExchangeRequest::_internal_set_rid(const std::string& value) {
3499
3500 _impl_.rid_.Set(value, GetArenaForAllocation());
3501}
3502inline std::string* deleteExchangeRequest::_internal_mutable_rid() {
3503
3504 return _impl_.rid_.Mutable(GetArenaForAllocation());
3505}
3506inline std::string* deleteExchangeRequest::release_rid() {
3507 // @@protoc_insertion_point(field_release:XuMQ.deleteExchangeRequest.rid)
3508 return _impl_.rid_.Release();
3509}
3510inline void deleteExchangeRequest::set_allocated_rid(std::string* rid) {
3511 if (rid != nullptr) {
3512
3513 } else {
3514
3515 }
3516 _impl_.rid_.SetAllocated(rid, GetArenaForAllocation());
3517#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
3518 if (_impl_.rid_.IsDefault()) {
3519 _impl_.rid_.Set("", GetArenaForAllocation());
3520 }
3521#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
3522 // @@protoc_insertion_point(field_set_allocated:XuMQ.deleteExchangeRequest.rid)
3523}
3524
3525// string cid = 2;
3526inline void deleteExchangeRequest::clear_cid() {
3527 _impl_.cid_.ClearToEmpty();
3528}
3529inline const std::string& deleteExchangeRequest::cid() const {
3530 // @@protoc_insertion_point(field_get:XuMQ.deleteExchangeRequest.cid)
3531 return _internal_cid();
3532}
3533template <typename ArgT0, typename... ArgT>
3534inline PROTOBUF_ALWAYS_INLINE
3535void deleteExchangeRequest::set_cid(ArgT0&& arg0, ArgT... args) {
3536
3537 _impl_.cid_.Set(static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
3538 // @@protoc_insertion_point(field_set:XuMQ.deleteExchangeRequest.cid)
3539}
3540inline std::string* deleteExchangeRequest::mutable_cid() {
3541 std::string* _s = _internal_mutable_cid();
3542 // @@protoc_insertion_point(field_mutable:XuMQ.deleteExchangeRequest.cid)
3543 return _s;
3544}
3545inline const std::string& deleteExchangeRequest::_internal_cid() const {
3546 return _impl_.cid_.Get();
3547}
3548inline void deleteExchangeRequest::_internal_set_cid(const std::string& value) {
3549
3550 _impl_.cid_.Set(value, GetArenaForAllocation());
3551}
3552inline std::string* deleteExchangeRequest::_internal_mutable_cid() {
3553
3554 return _impl_.cid_.Mutable(GetArenaForAllocation());
3555}
3556inline std::string* deleteExchangeRequest::release_cid() {
3557 // @@protoc_insertion_point(field_release:XuMQ.deleteExchangeRequest.cid)
3558 return _impl_.cid_.Release();
3559}
3560inline void deleteExchangeRequest::set_allocated_cid(std::string* cid) {
3561 if (cid != nullptr) {
3562
3563 } else {
3564
3565 }
3566 _impl_.cid_.SetAllocated(cid, GetArenaForAllocation());
3567#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
3568 if (_impl_.cid_.IsDefault()) {
3569 _impl_.cid_.Set("", GetArenaForAllocation());
3570 }
3571#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
3572 // @@protoc_insertion_point(field_set_allocated:XuMQ.deleteExchangeRequest.cid)
3573}
3574
3575// string exchange_name = 3;
3576inline void deleteExchangeRequest::clear_exchange_name() {
3577 _impl_.exchange_name_.ClearToEmpty();
3578}
3579inline const std::string& deleteExchangeRequest::exchange_name() const {
3580 // @@protoc_insertion_point(field_get:XuMQ.deleteExchangeRequest.exchange_name)
3581 return _internal_exchange_name();
3582}
3583template <typename ArgT0, typename... ArgT>
3584inline PROTOBUF_ALWAYS_INLINE
3585void deleteExchangeRequest::set_exchange_name(ArgT0&& arg0, ArgT... args) {
3586
3587 _impl_.exchange_name_.Set(static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
3588 // @@protoc_insertion_point(field_set:XuMQ.deleteExchangeRequest.exchange_name)
3589}
3590inline std::string* deleteExchangeRequest::mutable_exchange_name() {
3591 std::string* _s = _internal_mutable_exchange_name();
3592 // @@protoc_insertion_point(field_mutable:XuMQ.deleteExchangeRequest.exchange_name)
3593 return _s;
3594}
3595inline const std::string& deleteExchangeRequest::_internal_exchange_name() const {
3596 return _impl_.exchange_name_.Get();
3597}
3598inline void deleteExchangeRequest::_internal_set_exchange_name(const std::string& value) {
3599
3600 _impl_.exchange_name_.Set(value, GetArenaForAllocation());
3601}
3602inline std::string* deleteExchangeRequest::_internal_mutable_exchange_name() {
3603
3604 return _impl_.exchange_name_.Mutable(GetArenaForAllocation());
3605}
3606inline std::string* deleteExchangeRequest::release_exchange_name() {
3607 // @@protoc_insertion_point(field_release:XuMQ.deleteExchangeRequest.exchange_name)
3608 return _impl_.exchange_name_.Release();
3609}
3610inline void deleteExchangeRequest::set_allocated_exchange_name(std::string* exchange_name) {
3611 if (exchange_name != nullptr) {
3612
3613 } else {
3614
3615 }
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());
3620 }
3621#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
3622 // @@protoc_insertion_point(field_set_allocated:XuMQ.deleteExchangeRequest.exchange_name)
3623}
3624
3625// -------------------------------------------------------------------
3626
3627// -------------------------------------------------------------------
3628
3629// declareQueueRequest
3630
3631// string rid = 1;
3632inline void declareQueueRequest::clear_rid() {
3633 _impl_.rid_.ClearToEmpty();
3634}
3635inline const std::string& declareQueueRequest::rid() const {
3636 // @@protoc_insertion_point(field_get:XuMQ.declareQueueRequest.rid)
3637 return _internal_rid();
3638}
3639template <typename ArgT0, typename... ArgT>
3640inline PROTOBUF_ALWAYS_INLINE
3641void declareQueueRequest::set_rid(ArgT0&& arg0, ArgT... args) {
3642
3643 _impl_.rid_.Set(static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
3644 // @@protoc_insertion_point(field_set:XuMQ.declareQueueRequest.rid)
3645}
3646inline std::string* declareQueueRequest::mutable_rid() {
3647 std::string* _s = _internal_mutable_rid();
3648 // @@protoc_insertion_point(field_mutable:XuMQ.declareQueueRequest.rid)
3649 return _s;
3650}
3651inline const std::string& declareQueueRequest::_internal_rid() const {
3652 return _impl_.rid_.Get();
3653}
3654inline void declareQueueRequest::_internal_set_rid(const std::string& value) {
3655
3656 _impl_.rid_.Set(value, GetArenaForAllocation());
3657}
3658inline std::string* declareQueueRequest::_internal_mutable_rid() {
3659
3660 return _impl_.rid_.Mutable(GetArenaForAllocation());
3661}
3662inline std::string* declareQueueRequest::release_rid() {
3663 // @@protoc_insertion_point(field_release:XuMQ.declareQueueRequest.rid)
3664 return _impl_.rid_.Release();
3665}
3666inline void declareQueueRequest::set_allocated_rid(std::string* rid) {
3667 if (rid != nullptr) {
3668
3669 } else {
3670
3671 }
3672 _impl_.rid_.SetAllocated(rid, GetArenaForAllocation());
3673#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
3674 if (_impl_.rid_.IsDefault()) {
3675 _impl_.rid_.Set("", GetArenaForAllocation());
3676 }
3677#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
3678 // @@protoc_insertion_point(field_set_allocated:XuMQ.declareQueueRequest.rid)
3679}
3680
3681// string cid = 2;
3682inline void declareQueueRequest::clear_cid() {
3683 _impl_.cid_.ClearToEmpty();
3684}
3685inline const std::string& declareQueueRequest::cid() const {
3686 // @@protoc_insertion_point(field_get:XuMQ.declareQueueRequest.cid)
3687 return _internal_cid();
3688}
3689template <typename ArgT0, typename... ArgT>
3690inline PROTOBUF_ALWAYS_INLINE
3691void declareQueueRequest::set_cid(ArgT0&& arg0, ArgT... args) {
3692
3693 _impl_.cid_.Set(static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
3694 // @@protoc_insertion_point(field_set:XuMQ.declareQueueRequest.cid)
3695}
3696inline std::string* declareQueueRequest::mutable_cid() {
3697 std::string* _s = _internal_mutable_cid();
3698 // @@protoc_insertion_point(field_mutable:XuMQ.declareQueueRequest.cid)
3699 return _s;
3700}
3701inline const std::string& declareQueueRequest::_internal_cid() const {
3702 return _impl_.cid_.Get();
3703}
3704inline void declareQueueRequest::_internal_set_cid(const std::string& value) {
3705
3706 _impl_.cid_.Set(value, GetArenaForAllocation());
3707}
3708inline std::string* declareQueueRequest::_internal_mutable_cid() {
3709
3710 return _impl_.cid_.Mutable(GetArenaForAllocation());
3711}
3712inline std::string* declareQueueRequest::release_cid() {
3713 // @@protoc_insertion_point(field_release:XuMQ.declareQueueRequest.cid)
3714 return _impl_.cid_.Release();
3715}
3716inline void declareQueueRequest::set_allocated_cid(std::string* cid) {
3717 if (cid != nullptr) {
3718
3719 } else {
3720
3721 }
3722 _impl_.cid_.SetAllocated(cid, GetArenaForAllocation());
3723#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
3724 if (_impl_.cid_.IsDefault()) {
3725 _impl_.cid_.Set("", GetArenaForAllocation());
3726 }
3727#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
3728 // @@protoc_insertion_point(field_set_allocated:XuMQ.declareQueueRequest.cid)
3729}
3730
3731// string queue_name = 3;
3732inline void declareQueueRequest::clear_queue_name() {
3733 _impl_.queue_name_.ClearToEmpty();
3734}
3735inline const std::string& declareQueueRequest::queue_name() const {
3736 // @@protoc_insertion_point(field_get:XuMQ.declareQueueRequest.queue_name)
3737 return _internal_queue_name();
3738}
3739template <typename ArgT0, typename... ArgT>
3740inline PROTOBUF_ALWAYS_INLINE
3741void declareQueueRequest::set_queue_name(ArgT0&& arg0, ArgT... args) {
3742
3743 _impl_.queue_name_.Set(static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
3744 // @@protoc_insertion_point(field_set:XuMQ.declareQueueRequest.queue_name)
3745}
3746inline std::string* declareQueueRequest::mutable_queue_name() {
3747 std::string* _s = _internal_mutable_queue_name();
3748 // @@protoc_insertion_point(field_mutable:XuMQ.declareQueueRequest.queue_name)
3749 return _s;
3750}
3751inline const std::string& declareQueueRequest::_internal_queue_name() const {
3752 return _impl_.queue_name_.Get();
3753}
3754inline void declareQueueRequest::_internal_set_queue_name(const std::string& value) {
3755
3756 _impl_.queue_name_.Set(value, GetArenaForAllocation());
3757}
3758inline std::string* declareQueueRequest::_internal_mutable_queue_name() {
3759
3760 return _impl_.queue_name_.Mutable(GetArenaForAllocation());
3761}
3762inline std::string* declareQueueRequest::release_queue_name() {
3763 // @@protoc_insertion_point(field_release:XuMQ.declareQueueRequest.queue_name)
3764 return _impl_.queue_name_.Release();
3765}
3766inline void declareQueueRequest::set_allocated_queue_name(std::string* queue_name) {
3767 if (queue_name != nullptr) {
3768
3769 } else {
3770
3771 }
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());
3776 }
3777#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
3778 // @@protoc_insertion_point(field_set_allocated:XuMQ.declareQueueRequest.queue_name)
3779}
3780
3781// bool exclusive = 4;
3782inline void declareQueueRequest::clear_exclusive() {
3783 _impl_.exclusive_ = false;
3784}
3785inline bool declareQueueRequest::_internal_exclusive() const {
3786 return _impl_.exclusive_;
3787}
3788inline bool declareQueueRequest::exclusive() const {
3789 // @@protoc_insertion_point(field_get:XuMQ.declareQueueRequest.exclusive)
3790 return _internal_exclusive();
3791}
3792inline void declareQueueRequest::_internal_set_exclusive(bool value) {
3793
3794 _impl_.exclusive_ = value;
3795}
3796inline void declareQueueRequest::set_exclusive(bool value) {
3797 _internal_set_exclusive(value);
3798 // @@protoc_insertion_point(field_set:XuMQ.declareQueueRequest.exclusive)
3799}
3800
3801// bool durable = 5;
3802inline void declareQueueRequest::clear_durable() {
3803 _impl_.durable_ = false;
3804}
3805inline bool declareQueueRequest::_internal_durable() const {
3806 return _impl_.durable_;
3807}
3808inline bool declareQueueRequest::durable() const {
3809 // @@protoc_insertion_point(field_get:XuMQ.declareQueueRequest.durable)
3810 return _internal_durable();
3811}
3812inline void declareQueueRequest::_internal_set_durable(bool value) {
3813
3814 _impl_.durable_ = value;
3815}
3816inline void declareQueueRequest::set_durable(bool value) {
3817 _internal_set_durable(value);
3818 // @@protoc_insertion_point(field_set:XuMQ.declareQueueRequest.durable)
3819}
3820
3821// bool auto_delete = 6;
3822inline void declareQueueRequest::clear_auto_delete() {
3823 _impl_.auto_delete_ = false;
3824}
3825inline bool declareQueueRequest::_internal_auto_delete() const {
3826 return _impl_.auto_delete_;
3827}
3828inline bool declareQueueRequest::auto_delete() const {
3829 // @@protoc_insertion_point(field_get:XuMQ.declareQueueRequest.auto_delete)
3830 return _internal_auto_delete();
3831}
3832inline void declareQueueRequest::_internal_set_auto_delete(bool value) {
3833
3834 _impl_.auto_delete_ = value;
3835}
3836inline void declareQueueRequest::set_auto_delete(bool value) {
3837 _internal_set_auto_delete(value);
3838 // @@protoc_insertion_point(field_set:XuMQ.declareQueueRequest.auto_delete)
3839}
3840
3841// map<string, string> args = 7;
3842inline int declareQueueRequest::_internal_args_size() const {
3843 return _impl_.args_.size();
3844}
3845inline int declareQueueRequest::args_size() const {
3846 return _internal_args_size();
3847}
3848inline void declareQueueRequest::clear_args() {
3849 _impl_.args_.Clear();
3850}
3851inline const ::PROTOBUF_NAMESPACE_ID::Map< std::string, std::string >&
3852declareQueueRequest::_internal_args() const {
3853 return _impl_.args_.GetMap();
3854}
3855inline const ::PROTOBUF_NAMESPACE_ID::Map< std::string, std::string >&
3856declareQueueRequest::args() const {
3857 // @@protoc_insertion_point(field_map:XuMQ.declareQueueRequest.args)
3858 return _internal_args();
3859}
3860inline ::PROTOBUF_NAMESPACE_ID::Map< std::string, std::string >*
3861declareQueueRequest::_internal_mutable_args() {
3862 return _impl_.args_.MutableMap();
3863}
3864inline ::PROTOBUF_NAMESPACE_ID::Map< std::string, std::string >*
3865declareQueueRequest::mutable_args() {
3866 // @@protoc_insertion_point(field_mutable_map:XuMQ.declareQueueRequest.args)
3867 return _internal_mutable_args();
3868}
3869
3870// -------------------------------------------------------------------
3871
3872// deleteQueueRequest
3873
3874// string rid = 1;
3875inline void deleteQueueRequest::clear_rid() {
3876 _impl_.rid_.ClearToEmpty();
3877}
3878inline const std::string& deleteQueueRequest::rid() const {
3879 // @@protoc_insertion_point(field_get:XuMQ.deleteQueueRequest.rid)
3880 return _internal_rid();
3881}
3882template <typename ArgT0, typename... ArgT>
3883inline PROTOBUF_ALWAYS_INLINE
3884void deleteQueueRequest::set_rid(ArgT0&& arg0, ArgT... args) {
3885
3886 _impl_.rid_.Set(static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
3887 // @@protoc_insertion_point(field_set:XuMQ.deleteQueueRequest.rid)
3888}
3889inline std::string* deleteQueueRequest::mutable_rid() {
3890 std::string* _s = _internal_mutable_rid();
3891 // @@protoc_insertion_point(field_mutable:XuMQ.deleteQueueRequest.rid)
3892 return _s;
3893}
3894inline const std::string& deleteQueueRequest::_internal_rid() const {
3895 return _impl_.rid_.Get();
3896}
3897inline void deleteQueueRequest::_internal_set_rid(const std::string& value) {
3898
3899 _impl_.rid_.Set(value, GetArenaForAllocation());
3900}
3901inline std::string* deleteQueueRequest::_internal_mutable_rid() {
3902
3903 return _impl_.rid_.Mutable(GetArenaForAllocation());
3904}
3905inline std::string* deleteQueueRequest::release_rid() {
3906 // @@protoc_insertion_point(field_release:XuMQ.deleteQueueRequest.rid)
3907 return _impl_.rid_.Release();
3908}
3909inline void deleteQueueRequest::set_allocated_rid(std::string* rid) {
3910 if (rid != nullptr) {
3911
3912 } else {
3913
3914 }
3915 _impl_.rid_.SetAllocated(rid, GetArenaForAllocation());
3916#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
3917 if (_impl_.rid_.IsDefault()) {
3918 _impl_.rid_.Set("", GetArenaForAllocation());
3919 }
3920#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
3921 // @@protoc_insertion_point(field_set_allocated:XuMQ.deleteQueueRequest.rid)
3922}
3923
3924// string cid = 2;
3925inline void deleteQueueRequest::clear_cid() {
3926 _impl_.cid_.ClearToEmpty();
3927}
3928inline const std::string& deleteQueueRequest::cid() const {
3929 // @@protoc_insertion_point(field_get:XuMQ.deleteQueueRequest.cid)
3930 return _internal_cid();
3931}
3932template <typename ArgT0, typename... ArgT>
3933inline PROTOBUF_ALWAYS_INLINE
3934void deleteQueueRequest::set_cid(ArgT0&& arg0, ArgT... args) {
3935
3936 _impl_.cid_.Set(static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
3937 // @@protoc_insertion_point(field_set:XuMQ.deleteQueueRequest.cid)
3938}
3939inline std::string* deleteQueueRequest::mutable_cid() {
3940 std::string* _s = _internal_mutable_cid();
3941 // @@protoc_insertion_point(field_mutable:XuMQ.deleteQueueRequest.cid)
3942 return _s;
3943}
3944inline const std::string& deleteQueueRequest::_internal_cid() const {
3945 return _impl_.cid_.Get();
3946}
3947inline void deleteQueueRequest::_internal_set_cid(const std::string& value) {
3948
3949 _impl_.cid_.Set(value, GetArenaForAllocation());
3950}
3951inline std::string* deleteQueueRequest::_internal_mutable_cid() {
3952
3953 return _impl_.cid_.Mutable(GetArenaForAllocation());
3954}
3955inline std::string* deleteQueueRequest::release_cid() {
3956 // @@protoc_insertion_point(field_release:XuMQ.deleteQueueRequest.cid)
3957 return _impl_.cid_.Release();
3958}
3959inline void deleteQueueRequest::set_allocated_cid(std::string* cid) {
3960 if (cid != nullptr) {
3961
3962 } else {
3963
3964 }
3965 _impl_.cid_.SetAllocated(cid, GetArenaForAllocation());
3966#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
3967 if (_impl_.cid_.IsDefault()) {
3968 _impl_.cid_.Set("", GetArenaForAllocation());
3969 }
3970#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
3971 // @@protoc_insertion_point(field_set_allocated:XuMQ.deleteQueueRequest.cid)
3972}
3973
3974// string queue_name = 3;
3975inline void deleteQueueRequest::clear_queue_name() {
3976 _impl_.queue_name_.ClearToEmpty();
3977}
3978inline const std::string& deleteQueueRequest::queue_name() const {
3979 // @@protoc_insertion_point(field_get:XuMQ.deleteQueueRequest.queue_name)
3980 return _internal_queue_name();
3981}
3982template <typename ArgT0, typename... ArgT>
3983inline PROTOBUF_ALWAYS_INLINE
3984void deleteQueueRequest::set_queue_name(ArgT0&& arg0, ArgT... args) {
3985
3986 _impl_.queue_name_.Set(static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
3987 // @@protoc_insertion_point(field_set:XuMQ.deleteQueueRequest.queue_name)
3988}
3989inline std::string* deleteQueueRequest::mutable_queue_name() {
3990 std::string* _s = _internal_mutable_queue_name();
3991 // @@protoc_insertion_point(field_mutable:XuMQ.deleteQueueRequest.queue_name)
3992 return _s;
3993}
3994inline const std::string& deleteQueueRequest::_internal_queue_name() const {
3995 return _impl_.queue_name_.Get();
3996}
3997inline void deleteQueueRequest::_internal_set_queue_name(const std::string& value) {
3998
3999 _impl_.queue_name_.Set(value, GetArenaForAllocation());
4000}
4001inline std::string* deleteQueueRequest::_internal_mutable_queue_name() {
4002
4003 return _impl_.queue_name_.Mutable(GetArenaForAllocation());
4004}
4005inline std::string* deleteQueueRequest::release_queue_name() {
4006 // @@protoc_insertion_point(field_release:XuMQ.deleteQueueRequest.queue_name)
4007 return _impl_.queue_name_.Release();
4008}
4009inline void deleteQueueRequest::set_allocated_queue_name(std::string* queue_name) {
4010 if (queue_name != nullptr) {
4011
4012 } else {
4013
4014 }
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());
4019 }
4020#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
4021 // @@protoc_insertion_point(field_set_allocated:XuMQ.deleteQueueRequest.queue_name)
4022}
4023
4024// -------------------------------------------------------------------
4025
4026// queueBindRequest
4027
4028// string rid = 1;
4029inline void queueBindRequest::clear_rid() {
4030 _impl_.rid_.ClearToEmpty();
4031}
4032inline const std::string& queueBindRequest::rid() const {
4033 // @@protoc_insertion_point(field_get:XuMQ.queueBindRequest.rid)
4034 return _internal_rid();
4035}
4036template <typename ArgT0, typename... ArgT>
4037inline PROTOBUF_ALWAYS_INLINE
4038void queueBindRequest::set_rid(ArgT0&& arg0, ArgT... args) {
4039
4040 _impl_.rid_.Set(static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
4041 // @@protoc_insertion_point(field_set:XuMQ.queueBindRequest.rid)
4042}
4043inline std::string* queueBindRequest::mutable_rid() {
4044 std::string* _s = _internal_mutable_rid();
4045 // @@protoc_insertion_point(field_mutable:XuMQ.queueBindRequest.rid)
4046 return _s;
4047}
4048inline const std::string& queueBindRequest::_internal_rid() const {
4049 return _impl_.rid_.Get();
4050}
4051inline void queueBindRequest::_internal_set_rid(const std::string& value) {
4052
4053 _impl_.rid_.Set(value, GetArenaForAllocation());
4054}
4055inline std::string* queueBindRequest::_internal_mutable_rid() {
4056
4057 return _impl_.rid_.Mutable(GetArenaForAllocation());
4058}
4059inline std::string* queueBindRequest::release_rid() {
4060 // @@protoc_insertion_point(field_release:XuMQ.queueBindRequest.rid)
4061 return _impl_.rid_.Release();
4062}
4063inline void queueBindRequest::set_allocated_rid(std::string* rid) {
4064 if (rid != nullptr) {
4065
4066 } else {
4067
4068 }
4069 _impl_.rid_.SetAllocated(rid, GetArenaForAllocation());
4070#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
4071 if (_impl_.rid_.IsDefault()) {
4072 _impl_.rid_.Set("", GetArenaForAllocation());
4073 }
4074#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
4075 // @@protoc_insertion_point(field_set_allocated:XuMQ.queueBindRequest.rid)
4076}
4077
4078// string cid = 2;
4079inline void queueBindRequest::clear_cid() {
4080 _impl_.cid_.ClearToEmpty();
4081}
4082inline const std::string& queueBindRequest::cid() const {
4083 // @@protoc_insertion_point(field_get:XuMQ.queueBindRequest.cid)
4084 return _internal_cid();
4085}
4086template <typename ArgT0, typename... ArgT>
4087inline PROTOBUF_ALWAYS_INLINE
4088void queueBindRequest::set_cid(ArgT0&& arg0, ArgT... args) {
4089
4090 _impl_.cid_.Set(static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
4091 // @@protoc_insertion_point(field_set:XuMQ.queueBindRequest.cid)
4092}
4093inline std::string* queueBindRequest::mutable_cid() {
4094 std::string* _s = _internal_mutable_cid();
4095 // @@protoc_insertion_point(field_mutable:XuMQ.queueBindRequest.cid)
4096 return _s;
4097}
4098inline const std::string& queueBindRequest::_internal_cid() const {
4099 return _impl_.cid_.Get();
4100}
4101inline void queueBindRequest::_internal_set_cid(const std::string& value) {
4102
4103 _impl_.cid_.Set(value, GetArenaForAllocation());
4104}
4105inline std::string* queueBindRequest::_internal_mutable_cid() {
4106
4107 return _impl_.cid_.Mutable(GetArenaForAllocation());
4108}
4109inline std::string* queueBindRequest::release_cid() {
4110 // @@protoc_insertion_point(field_release:XuMQ.queueBindRequest.cid)
4111 return _impl_.cid_.Release();
4112}
4113inline void queueBindRequest::set_allocated_cid(std::string* cid) {
4114 if (cid != nullptr) {
4115
4116 } else {
4117
4118 }
4119 _impl_.cid_.SetAllocated(cid, GetArenaForAllocation());
4120#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
4121 if (_impl_.cid_.IsDefault()) {
4122 _impl_.cid_.Set("", GetArenaForAllocation());
4123 }
4124#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
4125 // @@protoc_insertion_point(field_set_allocated:XuMQ.queueBindRequest.cid)
4126}
4127
4128// string exchange_name = 3;
4129inline void queueBindRequest::clear_exchange_name() {
4130 _impl_.exchange_name_.ClearToEmpty();
4131}
4132inline const std::string& queueBindRequest::exchange_name() const {
4133 // @@protoc_insertion_point(field_get:XuMQ.queueBindRequest.exchange_name)
4134 return _internal_exchange_name();
4135}
4136template <typename ArgT0, typename... ArgT>
4137inline PROTOBUF_ALWAYS_INLINE
4138void queueBindRequest::set_exchange_name(ArgT0&& arg0, ArgT... args) {
4139
4140 _impl_.exchange_name_.Set(static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
4141 // @@protoc_insertion_point(field_set:XuMQ.queueBindRequest.exchange_name)
4142}
4143inline std::string* queueBindRequest::mutable_exchange_name() {
4144 std::string* _s = _internal_mutable_exchange_name();
4145 // @@protoc_insertion_point(field_mutable:XuMQ.queueBindRequest.exchange_name)
4146 return _s;
4147}
4148inline const std::string& queueBindRequest::_internal_exchange_name() const {
4149 return _impl_.exchange_name_.Get();
4150}
4151inline void queueBindRequest::_internal_set_exchange_name(const std::string& value) {
4152
4153 _impl_.exchange_name_.Set(value, GetArenaForAllocation());
4154}
4155inline std::string* queueBindRequest::_internal_mutable_exchange_name() {
4156
4157 return _impl_.exchange_name_.Mutable(GetArenaForAllocation());
4158}
4159inline std::string* queueBindRequest::release_exchange_name() {
4160 // @@protoc_insertion_point(field_release:XuMQ.queueBindRequest.exchange_name)
4161 return _impl_.exchange_name_.Release();
4162}
4163inline void queueBindRequest::set_allocated_exchange_name(std::string* exchange_name) {
4164 if (exchange_name != nullptr) {
4165
4166 } else {
4167
4168 }
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());
4173 }
4174#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
4175 // @@protoc_insertion_point(field_set_allocated:XuMQ.queueBindRequest.exchange_name)
4176}
4177
4178// string queue_name = 4;
4179inline void queueBindRequest::clear_queue_name() {
4180 _impl_.queue_name_.ClearToEmpty();
4181}
4182inline const std::string& queueBindRequest::queue_name() const {
4183 // @@protoc_insertion_point(field_get:XuMQ.queueBindRequest.queue_name)
4184 return _internal_queue_name();
4185}
4186template <typename ArgT0, typename... ArgT>
4187inline PROTOBUF_ALWAYS_INLINE
4188void queueBindRequest::set_queue_name(ArgT0&& arg0, ArgT... args) {
4189
4190 _impl_.queue_name_.Set(static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
4191 // @@protoc_insertion_point(field_set:XuMQ.queueBindRequest.queue_name)
4192}
4193inline std::string* queueBindRequest::mutable_queue_name() {
4194 std::string* _s = _internal_mutable_queue_name();
4195 // @@protoc_insertion_point(field_mutable:XuMQ.queueBindRequest.queue_name)
4196 return _s;
4197}
4198inline const std::string& queueBindRequest::_internal_queue_name() const {
4199 return _impl_.queue_name_.Get();
4200}
4201inline void queueBindRequest::_internal_set_queue_name(const std::string& value) {
4202
4203 _impl_.queue_name_.Set(value, GetArenaForAllocation());
4204}
4205inline std::string* queueBindRequest::_internal_mutable_queue_name() {
4206
4207 return _impl_.queue_name_.Mutable(GetArenaForAllocation());
4208}
4209inline std::string* queueBindRequest::release_queue_name() {
4210 // @@protoc_insertion_point(field_release:XuMQ.queueBindRequest.queue_name)
4211 return _impl_.queue_name_.Release();
4212}
4213inline void queueBindRequest::set_allocated_queue_name(std::string* queue_name) {
4214 if (queue_name != nullptr) {
4215
4216 } else {
4217
4218 }
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());
4223 }
4224#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
4225 // @@protoc_insertion_point(field_set_allocated:XuMQ.queueBindRequest.queue_name)
4226}
4227
4228// string binding_key = 5;
4229inline void queueBindRequest::clear_binding_key() {
4230 _impl_.binding_key_.ClearToEmpty();
4231}
4232inline const std::string& queueBindRequest::binding_key() const {
4233 // @@protoc_insertion_point(field_get:XuMQ.queueBindRequest.binding_key)
4234 return _internal_binding_key();
4235}
4236template <typename ArgT0, typename... ArgT>
4237inline PROTOBUF_ALWAYS_INLINE
4238void queueBindRequest::set_binding_key(ArgT0&& arg0, ArgT... args) {
4239
4240 _impl_.binding_key_.Set(static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
4241 // @@protoc_insertion_point(field_set:XuMQ.queueBindRequest.binding_key)
4242}
4243inline std::string* queueBindRequest::mutable_binding_key() {
4244 std::string* _s = _internal_mutable_binding_key();
4245 // @@protoc_insertion_point(field_mutable:XuMQ.queueBindRequest.binding_key)
4246 return _s;
4247}
4248inline const std::string& queueBindRequest::_internal_binding_key() const {
4249 return _impl_.binding_key_.Get();
4250}
4251inline void queueBindRequest::_internal_set_binding_key(const std::string& value) {
4252
4253 _impl_.binding_key_.Set(value, GetArenaForAllocation());
4254}
4255inline std::string* queueBindRequest::_internal_mutable_binding_key() {
4256
4257 return _impl_.binding_key_.Mutable(GetArenaForAllocation());
4258}
4259inline std::string* queueBindRequest::release_binding_key() {
4260 // @@protoc_insertion_point(field_release:XuMQ.queueBindRequest.binding_key)
4261 return _impl_.binding_key_.Release();
4262}
4263inline void queueBindRequest::set_allocated_binding_key(std::string* binding_key) {
4264 if (binding_key != nullptr) {
4265
4266 } else {
4267
4268 }
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());
4273 }
4274#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
4275 // @@protoc_insertion_point(field_set_allocated:XuMQ.queueBindRequest.binding_key)
4276}
4277
4278// -------------------------------------------------------------------
4279
4280// queueUnBindRequest
4281
4282// string rid = 1;
4283inline void queueUnBindRequest::clear_rid() {
4284 _impl_.rid_.ClearToEmpty();
4285}
4286inline const std::string& queueUnBindRequest::rid() const {
4287 // @@protoc_insertion_point(field_get:XuMQ.queueUnBindRequest.rid)
4288 return _internal_rid();
4289}
4290template <typename ArgT0, typename... ArgT>
4291inline PROTOBUF_ALWAYS_INLINE
4292void queueUnBindRequest::set_rid(ArgT0&& arg0, ArgT... args) {
4293
4294 _impl_.rid_.Set(static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
4295 // @@protoc_insertion_point(field_set:XuMQ.queueUnBindRequest.rid)
4296}
4297inline std::string* queueUnBindRequest::mutable_rid() {
4298 std::string* _s = _internal_mutable_rid();
4299 // @@protoc_insertion_point(field_mutable:XuMQ.queueUnBindRequest.rid)
4300 return _s;
4301}
4302inline const std::string& queueUnBindRequest::_internal_rid() const {
4303 return _impl_.rid_.Get();
4304}
4305inline void queueUnBindRequest::_internal_set_rid(const std::string& value) {
4306
4307 _impl_.rid_.Set(value, GetArenaForAllocation());
4308}
4309inline std::string* queueUnBindRequest::_internal_mutable_rid() {
4310
4311 return _impl_.rid_.Mutable(GetArenaForAllocation());
4312}
4313inline std::string* queueUnBindRequest::release_rid() {
4314 // @@protoc_insertion_point(field_release:XuMQ.queueUnBindRequest.rid)
4315 return _impl_.rid_.Release();
4316}
4317inline void queueUnBindRequest::set_allocated_rid(std::string* rid) {
4318 if (rid != nullptr) {
4319
4320 } else {
4321
4322 }
4323 _impl_.rid_.SetAllocated(rid, GetArenaForAllocation());
4324#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
4325 if (_impl_.rid_.IsDefault()) {
4326 _impl_.rid_.Set("", GetArenaForAllocation());
4327 }
4328#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
4329 // @@protoc_insertion_point(field_set_allocated:XuMQ.queueUnBindRequest.rid)
4330}
4331
4332// string cid = 2;
4333inline void queueUnBindRequest::clear_cid() {
4334 _impl_.cid_.ClearToEmpty();
4335}
4336inline const std::string& queueUnBindRequest::cid() const {
4337 // @@protoc_insertion_point(field_get:XuMQ.queueUnBindRequest.cid)
4338 return _internal_cid();
4339}
4340template <typename ArgT0, typename... ArgT>
4341inline PROTOBUF_ALWAYS_INLINE
4342void queueUnBindRequest::set_cid(ArgT0&& arg0, ArgT... args) {
4343
4344 _impl_.cid_.Set(static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
4345 // @@protoc_insertion_point(field_set:XuMQ.queueUnBindRequest.cid)
4346}
4347inline std::string* queueUnBindRequest::mutable_cid() {
4348 std::string* _s = _internal_mutable_cid();
4349 // @@protoc_insertion_point(field_mutable:XuMQ.queueUnBindRequest.cid)
4350 return _s;
4351}
4352inline const std::string& queueUnBindRequest::_internal_cid() const {
4353 return _impl_.cid_.Get();
4354}
4355inline void queueUnBindRequest::_internal_set_cid(const std::string& value) {
4356
4357 _impl_.cid_.Set(value, GetArenaForAllocation());
4358}
4359inline std::string* queueUnBindRequest::_internal_mutable_cid() {
4360
4361 return _impl_.cid_.Mutable(GetArenaForAllocation());
4362}
4363inline std::string* queueUnBindRequest::release_cid() {
4364 // @@protoc_insertion_point(field_release:XuMQ.queueUnBindRequest.cid)
4365 return _impl_.cid_.Release();
4366}
4367inline void queueUnBindRequest::set_allocated_cid(std::string* cid) {
4368 if (cid != nullptr) {
4369
4370 } else {
4371
4372 }
4373 _impl_.cid_.SetAllocated(cid, GetArenaForAllocation());
4374#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
4375 if (_impl_.cid_.IsDefault()) {
4376 _impl_.cid_.Set("", GetArenaForAllocation());
4377 }
4378#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
4379 // @@protoc_insertion_point(field_set_allocated:XuMQ.queueUnBindRequest.cid)
4380}
4381
4382// string exchange_name = 3;
4383inline void queueUnBindRequest::clear_exchange_name() {
4384 _impl_.exchange_name_.ClearToEmpty();
4385}
4386inline const std::string& queueUnBindRequest::exchange_name() const {
4387 // @@protoc_insertion_point(field_get:XuMQ.queueUnBindRequest.exchange_name)
4388 return _internal_exchange_name();
4389}
4390template <typename ArgT0, typename... ArgT>
4391inline PROTOBUF_ALWAYS_INLINE
4392void queueUnBindRequest::set_exchange_name(ArgT0&& arg0, ArgT... args) {
4393
4394 _impl_.exchange_name_.Set(static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
4395 // @@protoc_insertion_point(field_set:XuMQ.queueUnBindRequest.exchange_name)
4396}
4397inline std::string* queueUnBindRequest::mutable_exchange_name() {
4398 std::string* _s = _internal_mutable_exchange_name();
4399 // @@protoc_insertion_point(field_mutable:XuMQ.queueUnBindRequest.exchange_name)
4400 return _s;
4401}
4402inline const std::string& queueUnBindRequest::_internal_exchange_name() const {
4403 return _impl_.exchange_name_.Get();
4404}
4405inline void queueUnBindRequest::_internal_set_exchange_name(const std::string& value) {
4406
4407 _impl_.exchange_name_.Set(value, GetArenaForAllocation());
4408}
4409inline std::string* queueUnBindRequest::_internal_mutable_exchange_name() {
4410
4411 return _impl_.exchange_name_.Mutable(GetArenaForAllocation());
4412}
4413inline std::string* queueUnBindRequest::release_exchange_name() {
4414 // @@protoc_insertion_point(field_release:XuMQ.queueUnBindRequest.exchange_name)
4415 return _impl_.exchange_name_.Release();
4416}
4417inline void queueUnBindRequest::set_allocated_exchange_name(std::string* exchange_name) {
4418 if (exchange_name != nullptr) {
4419
4420 } else {
4421
4422 }
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());
4427 }
4428#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
4429 // @@protoc_insertion_point(field_set_allocated:XuMQ.queueUnBindRequest.exchange_name)
4430}
4431
4432// string queue_name = 4;
4433inline void queueUnBindRequest::clear_queue_name() {
4434 _impl_.queue_name_.ClearToEmpty();
4435}
4436inline const std::string& queueUnBindRequest::queue_name() const {
4437 // @@protoc_insertion_point(field_get:XuMQ.queueUnBindRequest.queue_name)
4438 return _internal_queue_name();
4439}
4440template <typename ArgT0, typename... ArgT>
4441inline PROTOBUF_ALWAYS_INLINE
4442void queueUnBindRequest::set_queue_name(ArgT0&& arg0, ArgT... args) {
4443
4444 _impl_.queue_name_.Set(static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
4445 // @@protoc_insertion_point(field_set:XuMQ.queueUnBindRequest.queue_name)
4446}
4447inline std::string* queueUnBindRequest::mutable_queue_name() {
4448 std::string* _s = _internal_mutable_queue_name();
4449 // @@protoc_insertion_point(field_mutable:XuMQ.queueUnBindRequest.queue_name)
4450 return _s;
4451}
4452inline const std::string& queueUnBindRequest::_internal_queue_name() const {
4453 return _impl_.queue_name_.Get();
4454}
4455inline void queueUnBindRequest::_internal_set_queue_name(const std::string& value) {
4456
4457 _impl_.queue_name_.Set(value, GetArenaForAllocation());
4458}
4459inline std::string* queueUnBindRequest::_internal_mutable_queue_name() {
4460
4461 return _impl_.queue_name_.Mutable(GetArenaForAllocation());
4462}
4463inline std::string* queueUnBindRequest::release_queue_name() {
4464 // @@protoc_insertion_point(field_release:XuMQ.queueUnBindRequest.queue_name)
4465 return _impl_.queue_name_.Release();
4466}
4467inline void queueUnBindRequest::set_allocated_queue_name(std::string* queue_name) {
4468 if (queue_name != nullptr) {
4469
4470 } else {
4471
4472 }
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());
4477 }
4478#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
4479 // @@protoc_insertion_point(field_set_allocated:XuMQ.queueUnBindRequest.queue_name)
4480}
4481
4482// -------------------------------------------------------------------
4483
4484// basicPublishRequest
4485
4486// string rid = 1;
4487inline void basicPublishRequest::clear_rid() {
4488 _impl_.rid_.ClearToEmpty();
4489}
4490inline const std::string& basicPublishRequest::rid() const {
4491 // @@protoc_insertion_point(field_get:XuMQ.basicPublishRequest.rid)
4492 return _internal_rid();
4493}
4494template <typename ArgT0, typename... ArgT>
4495inline PROTOBUF_ALWAYS_INLINE
4496void basicPublishRequest::set_rid(ArgT0&& arg0, ArgT... args) {
4497
4498 _impl_.rid_.Set(static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
4499 // @@protoc_insertion_point(field_set:XuMQ.basicPublishRequest.rid)
4500}
4501inline std::string* basicPublishRequest::mutable_rid() {
4502 std::string* _s = _internal_mutable_rid();
4503 // @@protoc_insertion_point(field_mutable:XuMQ.basicPublishRequest.rid)
4504 return _s;
4505}
4506inline const std::string& basicPublishRequest::_internal_rid() const {
4507 return _impl_.rid_.Get();
4508}
4509inline void basicPublishRequest::_internal_set_rid(const std::string& value) {
4510
4511 _impl_.rid_.Set(value, GetArenaForAllocation());
4512}
4513inline std::string* basicPublishRequest::_internal_mutable_rid() {
4514
4515 return _impl_.rid_.Mutable(GetArenaForAllocation());
4516}
4517inline std::string* basicPublishRequest::release_rid() {
4518 // @@protoc_insertion_point(field_release:XuMQ.basicPublishRequest.rid)
4519 return _impl_.rid_.Release();
4520}
4521inline void basicPublishRequest::set_allocated_rid(std::string* rid) {
4522 if (rid != nullptr) {
4523
4524 } else {
4525
4526 }
4527 _impl_.rid_.SetAllocated(rid, GetArenaForAllocation());
4528#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
4529 if (_impl_.rid_.IsDefault()) {
4530 _impl_.rid_.Set("", GetArenaForAllocation());
4531 }
4532#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
4533 // @@protoc_insertion_point(field_set_allocated:XuMQ.basicPublishRequest.rid)
4534}
4535
4536// string cid = 2;
4537inline void basicPublishRequest::clear_cid() {
4538 _impl_.cid_.ClearToEmpty();
4539}
4540inline const std::string& basicPublishRequest::cid() const {
4541 // @@protoc_insertion_point(field_get:XuMQ.basicPublishRequest.cid)
4542 return _internal_cid();
4543}
4544template <typename ArgT0, typename... ArgT>
4545inline PROTOBUF_ALWAYS_INLINE
4546void basicPublishRequest::set_cid(ArgT0&& arg0, ArgT... args) {
4547
4548 _impl_.cid_.Set(static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
4549 // @@protoc_insertion_point(field_set:XuMQ.basicPublishRequest.cid)
4550}
4551inline std::string* basicPublishRequest::mutable_cid() {
4552 std::string* _s = _internal_mutable_cid();
4553 // @@protoc_insertion_point(field_mutable:XuMQ.basicPublishRequest.cid)
4554 return _s;
4555}
4556inline const std::string& basicPublishRequest::_internal_cid() const {
4557 return _impl_.cid_.Get();
4558}
4559inline void basicPublishRequest::_internal_set_cid(const std::string& value) {
4560
4561 _impl_.cid_.Set(value, GetArenaForAllocation());
4562}
4563inline std::string* basicPublishRequest::_internal_mutable_cid() {
4564
4565 return _impl_.cid_.Mutable(GetArenaForAllocation());
4566}
4567inline std::string* basicPublishRequest::release_cid() {
4568 // @@protoc_insertion_point(field_release:XuMQ.basicPublishRequest.cid)
4569 return _impl_.cid_.Release();
4570}
4571inline void basicPublishRequest::set_allocated_cid(std::string* cid) {
4572 if (cid != nullptr) {
4573
4574 } else {
4575
4576 }
4577 _impl_.cid_.SetAllocated(cid, GetArenaForAllocation());
4578#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
4579 if (_impl_.cid_.IsDefault()) {
4580 _impl_.cid_.Set("", GetArenaForAllocation());
4581 }
4582#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
4583 // @@protoc_insertion_point(field_set_allocated:XuMQ.basicPublishRequest.cid)
4584}
4585
4586// string exchange_name = 3;
4587inline void basicPublishRequest::clear_exchange_name() {
4588 _impl_.exchange_name_.ClearToEmpty();
4589}
4590inline const std::string& basicPublishRequest::exchange_name() const {
4591 // @@protoc_insertion_point(field_get:XuMQ.basicPublishRequest.exchange_name)
4592 return _internal_exchange_name();
4593}
4594template <typename ArgT0, typename... ArgT>
4595inline PROTOBUF_ALWAYS_INLINE
4596void basicPublishRequest::set_exchange_name(ArgT0&& arg0, ArgT... args) {
4597
4598 _impl_.exchange_name_.Set(static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
4599 // @@protoc_insertion_point(field_set:XuMQ.basicPublishRequest.exchange_name)
4600}
4601inline std::string* basicPublishRequest::mutable_exchange_name() {
4602 std::string* _s = _internal_mutable_exchange_name();
4603 // @@protoc_insertion_point(field_mutable:XuMQ.basicPublishRequest.exchange_name)
4604 return _s;
4605}
4606inline const std::string& basicPublishRequest::_internal_exchange_name() const {
4607 return _impl_.exchange_name_.Get();
4608}
4609inline void basicPublishRequest::_internal_set_exchange_name(const std::string& value) {
4610
4611 _impl_.exchange_name_.Set(value, GetArenaForAllocation());
4612}
4613inline std::string* basicPublishRequest::_internal_mutable_exchange_name() {
4614
4615 return _impl_.exchange_name_.Mutable(GetArenaForAllocation());
4616}
4617inline std::string* basicPublishRequest::release_exchange_name() {
4618 // @@protoc_insertion_point(field_release:XuMQ.basicPublishRequest.exchange_name)
4619 return _impl_.exchange_name_.Release();
4620}
4621inline void basicPublishRequest::set_allocated_exchange_name(std::string* exchange_name) {
4622 if (exchange_name != nullptr) {
4623
4624 } else {
4625
4626 }
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());
4631 }
4632#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
4633 // @@protoc_insertion_point(field_set_allocated:XuMQ.basicPublishRequest.exchange_name)
4634}
4635
4636// string body = 4;
4637inline void basicPublishRequest::clear_body() {
4638 _impl_.body_.ClearToEmpty();
4639}
4640inline const std::string& basicPublishRequest::body() const {
4641 // @@protoc_insertion_point(field_get:XuMQ.basicPublishRequest.body)
4642 return _internal_body();
4643}
4644template <typename ArgT0, typename... ArgT>
4645inline PROTOBUF_ALWAYS_INLINE
4646void basicPublishRequest::set_body(ArgT0&& arg0, ArgT... args) {
4647
4648 _impl_.body_.Set(static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
4649 // @@protoc_insertion_point(field_set:XuMQ.basicPublishRequest.body)
4650}
4651inline std::string* basicPublishRequest::mutable_body() {
4652 std::string* _s = _internal_mutable_body();
4653 // @@protoc_insertion_point(field_mutable:XuMQ.basicPublishRequest.body)
4654 return _s;
4655}
4656inline const std::string& basicPublishRequest::_internal_body() const {
4657 return _impl_.body_.Get();
4658}
4659inline void basicPublishRequest::_internal_set_body(const std::string& value) {
4660
4661 _impl_.body_.Set(value, GetArenaForAllocation());
4662}
4663inline std::string* basicPublishRequest::_internal_mutable_body() {
4664
4665 return _impl_.body_.Mutable(GetArenaForAllocation());
4666}
4667inline std::string* basicPublishRequest::release_body() {
4668 // @@protoc_insertion_point(field_release:XuMQ.basicPublishRequest.body)
4669 return _impl_.body_.Release();
4670}
4671inline void basicPublishRequest::set_allocated_body(std::string* body) {
4672 if (body != nullptr) {
4673
4674 } else {
4675
4676 }
4677 _impl_.body_.SetAllocated(body, GetArenaForAllocation());
4678#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
4679 if (_impl_.body_.IsDefault()) {
4680 _impl_.body_.Set("", GetArenaForAllocation());
4681 }
4682#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
4683 // @@protoc_insertion_point(field_set_allocated:XuMQ.basicPublishRequest.body)
4684}
4685
4686// .XuMQ.BasicProperties properties = 5;
4687inline bool basicPublishRequest::_internal_has_properties() const {
4688 return this != internal_default_instance() && _impl_.properties_ != nullptr;
4689}
4690inline bool basicPublishRequest::has_properties() const {
4691 return _internal_has_properties();
4692}
4693inline const ::XuMQ::BasicProperties& basicPublishRequest::_internal_properties() const {
4694 const ::XuMQ::BasicProperties* p = _impl_.properties_;
4695 return p != nullptr ? *p : reinterpret_cast<const ::XuMQ::BasicProperties&>(
4697}
4698inline const ::XuMQ::BasicProperties& basicPublishRequest::properties() const {
4699 // @@protoc_insertion_point(field_get:XuMQ.basicPublishRequest.properties)
4700 return _internal_properties();
4701}
4702inline void basicPublishRequest::unsafe_arena_set_allocated_properties(
4703 ::XuMQ::BasicProperties* properties) {
4704 if (GetArenaForAllocation() == nullptr) {
4705 delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.properties_);
4706 }
4707 _impl_.properties_ = properties;
4708 if (properties) {
4709
4710 } else {
4711
4712 }
4713 // @@protoc_insertion_point(field_unsafe_arena_set_allocated:XuMQ.basicPublishRequest.properties)
4714}
4715inline ::XuMQ::BasicProperties* basicPublishRequest::release_properties() {
4716
4717 ::XuMQ::BasicProperties* temp = _impl_.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; }
4723#else // PROTOBUF_FORCE_COPY_IN_RELEASE
4724 if (GetArenaForAllocation() != nullptr) {
4725 temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
4726 }
4727#endif // !PROTOBUF_FORCE_COPY_IN_RELEASE
4728 return temp;
4729}
4730inline ::XuMQ::BasicProperties* basicPublishRequest::unsafe_arena_release_properties() {
4731 // @@protoc_insertion_point(field_release:XuMQ.basicPublishRequest.properties)
4732
4733 ::XuMQ::BasicProperties* temp = _impl_.properties_;
4734 _impl_.properties_ = nullptr;
4735 return temp;
4736}
4737inline ::XuMQ::BasicProperties* basicPublishRequest::_internal_mutable_properties() {
4738
4739 if (_impl_.properties_ == nullptr) {
4740 auto* p = CreateMaybeMessage<::XuMQ::BasicProperties>(GetArenaForAllocation());
4741 _impl_.properties_ = p;
4742 }
4743 return _impl_.properties_;
4744}
4745inline ::XuMQ::BasicProperties* basicPublishRequest::mutable_properties() {
4746 ::XuMQ::BasicProperties* _msg = _internal_mutable_properties();
4747 // @@protoc_insertion_point(field_mutable:XuMQ.basicPublishRequest.properties)
4748 return _msg;
4749}
4750inline void basicPublishRequest::set_allocated_properties(::XuMQ::BasicProperties* properties) {
4751 ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation();
4752 if (message_arena == nullptr) {
4753 delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.properties_);
4754 }
4755 if (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);
4762 }
4763
4764 } else {
4765
4766 }
4767 _impl_.properties_ = properties;
4768 // @@protoc_insertion_point(field_set_allocated:XuMQ.basicPublishRequest.properties)
4769}
4770
4771// -------------------------------------------------------------------
4772
4773// basicAckRequest
4774
4775// string rid = 1;
4776inline void basicAckRequest::clear_rid() {
4777 _impl_.rid_.ClearToEmpty();
4778}
4779inline const std::string& basicAckRequest::rid() const {
4780 // @@protoc_insertion_point(field_get:XuMQ.basicAckRequest.rid)
4781 return _internal_rid();
4782}
4783template <typename ArgT0, typename... ArgT>
4784inline PROTOBUF_ALWAYS_INLINE
4785void basicAckRequest::set_rid(ArgT0&& arg0, ArgT... args) {
4786
4787 _impl_.rid_.Set(static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
4788 // @@protoc_insertion_point(field_set:XuMQ.basicAckRequest.rid)
4789}
4790inline std::string* basicAckRequest::mutable_rid() {
4791 std::string* _s = _internal_mutable_rid();
4792 // @@protoc_insertion_point(field_mutable:XuMQ.basicAckRequest.rid)
4793 return _s;
4794}
4795inline const std::string& basicAckRequest::_internal_rid() const {
4796 return _impl_.rid_.Get();
4797}
4798inline void basicAckRequest::_internal_set_rid(const std::string& value) {
4799
4800 _impl_.rid_.Set(value, GetArenaForAllocation());
4801}
4802inline std::string* basicAckRequest::_internal_mutable_rid() {
4803
4804 return _impl_.rid_.Mutable(GetArenaForAllocation());
4805}
4806inline std::string* basicAckRequest::release_rid() {
4807 // @@protoc_insertion_point(field_release:XuMQ.basicAckRequest.rid)
4808 return _impl_.rid_.Release();
4809}
4810inline void basicAckRequest::set_allocated_rid(std::string* rid) {
4811 if (rid != nullptr) {
4812
4813 } else {
4814
4815 }
4816 _impl_.rid_.SetAllocated(rid, GetArenaForAllocation());
4817#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
4818 if (_impl_.rid_.IsDefault()) {
4819 _impl_.rid_.Set("", GetArenaForAllocation());
4820 }
4821#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
4822 // @@protoc_insertion_point(field_set_allocated:XuMQ.basicAckRequest.rid)
4823}
4824
4825// string cid = 2;
4826inline void basicAckRequest::clear_cid() {
4827 _impl_.cid_.ClearToEmpty();
4828}
4829inline const std::string& basicAckRequest::cid() const {
4830 // @@protoc_insertion_point(field_get:XuMQ.basicAckRequest.cid)
4831 return _internal_cid();
4832}
4833template <typename ArgT0, typename... ArgT>
4834inline PROTOBUF_ALWAYS_INLINE
4835void basicAckRequest::set_cid(ArgT0&& arg0, ArgT... args) {
4836
4837 _impl_.cid_.Set(static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
4838 // @@protoc_insertion_point(field_set:XuMQ.basicAckRequest.cid)
4839}
4840inline std::string* basicAckRequest::mutable_cid() {
4841 std::string* _s = _internal_mutable_cid();
4842 // @@protoc_insertion_point(field_mutable:XuMQ.basicAckRequest.cid)
4843 return _s;
4844}
4845inline const std::string& basicAckRequest::_internal_cid() const {
4846 return _impl_.cid_.Get();
4847}
4848inline void basicAckRequest::_internal_set_cid(const std::string& value) {
4849
4850 _impl_.cid_.Set(value, GetArenaForAllocation());
4851}
4852inline std::string* basicAckRequest::_internal_mutable_cid() {
4853
4854 return _impl_.cid_.Mutable(GetArenaForAllocation());
4855}
4856inline std::string* basicAckRequest::release_cid() {
4857 // @@protoc_insertion_point(field_release:XuMQ.basicAckRequest.cid)
4858 return _impl_.cid_.Release();
4859}
4860inline void basicAckRequest::set_allocated_cid(std::string* cid) {
4861 if (cid != nullptr) {
4862
4863 } else {
4864
4865 }
4866 _impl_.cid_.SetAllocated(cid, GetArenaForAllocation());
4867#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
4868 if (_impl_.cid_.IsDefault()) {
4869 _impl_.cid_.Set("", GetArenaForAllocation());
4870 }
4871#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
4872 // @@protoc_insertion_point(field_set_allocated:XuMQ.basicAckRequest.cid)
4873}
4874
4875// string queue_name = 3;
4876inline void basicAckRequest::clear_queue_name() {
4877 _impl_.queue_name_.ClearToEmpty();
4878}
4879inline const std::string& basicAckRequest::queue_name() const {
4880 // @@protoc_insertion_point(field_get:XuMQ.basicAckRequest.queue_name)
4881 return _internal_queue_name();
4882}
4883template <typename ArgT0, typename... ArgT>
4884inline PROTOBUF_ALWAYS_INLINE
4885void basicAckRequest::set_queue_name(ArgT0&& arg0, ArgT... args) {
4886
4887 _impl_.queue_name_.Set(static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
4888 // @@protoc_insertion_point(field_set:XuMQ.basicAckRequest.queue_name)
4889}
4890inline std::string* basicAckRequest::mutable_queue_name() {
4891 std::string* _s = _internal_mutable_queue_name();
4892 // @@protoc_insertion_point(field_mutable:XuMQ.basicAckRequest.queue_name)
4893 return _s;
4894}
4895inline const std::string& basicAckRequest::_internal_queue_name() const {
4896 return _impl_.queue_name_.Get();
4897}
4898inline void basicAckRequest::_internal_set_queue_name(const std::string& value) {
4899
4900 _impl_.queue_name_.Set(value, GetArenaForAllocation());
4901}
4902inline std::string* basicAckRequest::_internal_mutable_queue_name() {
4903
4904 return _impl_.queue_name_.Mutable(GetArenaForAllocation());
4905}
4906inline std::string* basicAckRequest::release_queue_name() {
4907 // @@protoc_insertion_point(field_release:XuMQ.basicAckRequest.queue_name)
4908 return _impl_.queue_name_.Release();
4909}
4910inline void basicAckRequest::set_allocated_queue_name(std::string* queue_name) {
4911 if (queue_name != nullptr) {
4912
4913 } else {
4914
4915 }
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());
4920 }
4921#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
4922 // @@protoc_insertion_point(field_set_allocated:XuMQ.basicAckRequest.queue_name)
4923}
4924
4925// string msg_id = 4;
4926inline void basicAckRequest::clear_msg_id() {
4927 _impl_.msg_id_.ClearToEmpty();
4928}
4929inline const std::string& basicAckRequest::msg_id() const {
4930 // @@protoc_insertion_point(field_get:XuMQ.basicAckRequest.msg_id)
4931 return _internal_msg_id();
4932}
4933template <typename ArgT0, typename... ArgT>
4934inline PROTOBUF_ALWAYS_INLINE
4935void basicAckRequest::set_msg_id(ArgT0&& arg0, ArgT... args) {
4936
4937 _impl_.msg_id_.Set(static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
4938 // @@protoc_insertion_point(field_set:XuMQ.basicAckRequest.msg_id)
4939}
4940inline std::string* basicAckRequest::mutable_msg_id() {
4941 std::string* _s = _internal_mutable_msg_id();
4942 // @@protoc_insertion_point(field_mutable:XuMQ.basicAckRequest.msg_id)
4943 return _s;
4944}
4945inline const std::string& basicAckRequest::_internal_msg_id() const {
4946 return _impl_.msg_id_.Get();
4947}
4948inline void basicAckRequest::_internal_set_msg_id(const std::string& value) {
4949
4950 _impl_.msg_id_.Set(value, GetArenaForAllocation());
4951}
4952inline std::string* basicAckRequest::_internal_mutable_msg_id() {
4953
4954 return _impl_.msg_id_.Mutable(GetArenaForAllocation());
4955}
4956inline std::string* basicAckRequest::release_msg_id() {
4957 // @@protoc_insertion_point(field_release:XuMQ.basicAckRequest.msg_id)
4958 return _impl_.msg_id_.Release();
4959}
4960inline void basicAckRequest::set_allocated_msg_id(std::string* msg_id) {
4961 if (msg_id != nullptr) {
4962
4963 } else {
4964
4965 }
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());
4970 }
4971#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
4972 // @@protoc_insertion_point(field_set_allocated:XuMQ.basicAckRequest.msg_id)
4973}
4974
4975// -------------------------------------------------------------------
4976
4977// basicConsumeRequest
4978
4979// string rid = 1;
4980inline void basicConsumeRequest::clear_rid() {
4981 _impl_.rid_.ClearToEmpty();
4982}
4983inline const std::string& basicConsumeRequest::rid() const {
4984 // @@protoc_insertion_point(field_get:XuMQ.basicConsumeRequest.rid)
4985 return _internal_rid();
4986}
4987template <typename ArgT0, typename... ArgT>
4988inline PROTOBUF_ALWAYS_INLINE
4989void basicConsumeRequest::set_rid(ArgT0&& arg0, ArgT... args) {
4990
4991 _impl_.rid_.Set(static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
4992 // @@protoc_insertion_point(field_set:XuMQ.basicConsumeRequest.rid)
4993}
4994inline std::string* basicConsumeRequest::mutable_rid() {
4995 std::string* _s = _internal_mutable_rid();
4996 // @@protoc_insertion_point(field_mutable:XuMQ.basicConsumeRequest.rid)
4997 return _s;
4998}
4999inline const std::string& basicConsumeRequest::_internal_rid() const {
5000 return _impl_.rid_.Get();
5001}
5002inline void basicConsumeRequest::_internal_set_rid(const std::string& value) {
5003
5004 _impl_.rid_.Set(value, GetArenaForAllocation());
5005}
5006inline std::string* basicConsumeRequest::_internal_mutable_rid() {
5007
5008 return _impl_.rid_.Mutable(GetArenaForAllocation());
5009}
5010inline std::string* basicConsumeRequest::release_rid() {
5011 // @@protoc_insertion_point(field_release:XuMQ.basicConsumeRequest.rid)
5012 return _impl_.rid_.Release();
5013}
5014inline void basicConsumeRequest::set_allocated_rid(std::string* rid) {
5015 if (rid != nullptr) {
5016
5017 } else {
5018
5019 }
5020 _impl_.rid_.SetAllocated(rid, GetArenaForAllocation());
5021#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
5022 if (_impl_.rid_.IsDefault()) {
5023 _impl_.rid_.Set("", GetArenaForAllocation());
5024 }
5025#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
5026 // @@protoc_insertion_point(field_set_allocated:XuMQ.basicConsumeRequest.rid)
5027}
5028
5029// string cid = 2;
5030inline void basicConsumeRequest::clear_cid() {
5031 _impl_.cid_.ClearToEmpty();
5032}
5033inline const std::string& basicConsumeRequest::cid() const {
5034 // @@protoc_insertion_point(field_get:XuMQ.basicConsumeRequest.cid)
5035 return _internal_cid();
5036}
5037template <typename ArgT0, typename... ArgT>
5038inline PROTOBUF_ALWAYS_INLINE
5039void basicConsumeRequest::set_cid(ArgT0&& arg0, ArgT... args) {
5040
5041 _impl_.cid_.Set(static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
5042 // @@protoc_insertion_point(field_set:XuMQ.basicConsumeRequest.cid)
5043}
5044inline std::string* basicConsumeRequest::mutable_cid() {
5045 std::string* _s = _internal_mutable_cid();
5046 // @@protoc_insertion_point(field_mutable:XuMQ.basicConsumeRequest.cid)
5047 return _s;
5048}
5049inline const std::string& basicConsumeRequest::_internal_cid() const {
5050 return _impl_.cid_.Get();
5051}
5052inline void basicConsumeRequest::_internal_set_cid(const std::string& value) {
5053
5054 _impl_.cid_.Set(value, GetArenaForAllocation());
5055}
5056inline std::string* basicConsumeRequest::_internal_mutable_cid() {
5057
5058 return _impl_.cid_.Mutable(GetArenaForAllocation());
5059}
5060inline std::string* basicConsumeRequest::release_cid() {
5061 // @@protoc_insertion_point(field_release:XuMQ.basicConsumeRequest.cid)
5062 return _impl_.cid_.Release();
5063}
5064inline void basicConsumeRequest::set_allocated_cid(std::string* cid) {
5065 if (cid != nullptr) {
5066
5067 } else {
5068
5069 }
5070 _impl_.cid_.SetAllocated(cid, GetArenaForAllocation());
5071#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
5072 if (_impl_.cid_.IsDefault()) {
5073 _impl_.cid_.Set("", GetArenaForAllocation());
5074 }
5075#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
5076 // @@protoc_insertion_point(field_set_allocated:XuMQ.basicConsumeRequest.cid)
5077}
5078
5079// string consumer_tag = 3;
5080inline void basicConsumeRequest::clear_consumer_tag() {
5081 _impl_.consumer_tag_.ClearToEmpty();
5082}
5083inline const std::string& basicConsumeRequest::consumer_tag() const {
5084 // @@protoc_insertion_point(field_get:XuMQ.basicConsumeRequest.consumer_tag)
5085 return _internal_consumer_tag();
5086}
5087template <typename ArgT0, typename... ArgT>
5088inline PROTOBUF_ALWAYS_INLINE
5089void basicConsumeRequest::set_consumer_tag(ArgT0&& arg0, ArgT... args) {
5090
5091 _impl_.consumer_tag_.Set(static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
5092 // @@protoc_insertion_point(field_set:XuMQ.basicConsumeRequest.consumer_tag)
5093}
5094inline std::string* basicConsumeRequest::mutable_consumer_tag() {
5095 std::string* _s = _internal_mutable_consumer_tag();
5096 // @@protoc_insertion_point(field_mutable:XuMQ.basicConsumeRequest.consumer_tag)
5097 return _s;
5098}
5099inline const std::string& basicConsumeRequest::_internal_consumer_tag() const {
5100 return _impl_.consumer_tag_.Get();
5101}
5102inline void basicConsumeRequest::_internal_set_consumer_tag(const std::string& value) {
5103
5104 _impl_.consumer_tag_.Set(value, GetArenaForAllocation());
5105}
5106inline std::string* basicConsumeRequest::_internal_mutable_consumer_tag() {
5107
5108 return _impl_.consumer_tag_.Mutable(GetArenaForAllocation());
5109}
5110inline std::string* basicConsumeRequest::release_consumer_tag() {
5111 // @@protoc_insertion_point(field_release:XuMQ.basicConsumeRequest.consumer_tag)
5112 return _impl_.consumer_tag_.Release();
5113}
5114inline void basicConsumeRequest::set_allocated_consumer_tag(std::string* consumer_tag) {
5115 if (consumer_tag != nullptr) {
5116
5117 } else {
5118
5119 }
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());
5124 }
5125#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
5126 // @@protoc_insertion_point(field_set_allocated:XuMQ.basicConsumeRequest.consumer_tag)
5127}
5128
5129// string queue_name = 4;
5130inline void basicConsumeRequest::clear_queue_name() {
5131 _impl_.queue_name_.ClearToEmpty();
5132}
5133inline const std::string& basicConsumeRequest::queue_name() const {
5134 // @@protoc_insertion_point(field_get:XuMQ.basicConsumeRequest.queue_name)
5135 return _internal_queue_name();
5136}
5137template <typename ArgT0, typename... ArgT>
5138inline PROTOBUF_ALWAYS_INLINE
5139void basicConsumeRequest::set_queue_name(ArgT0&& arg0, ArgT... args) {
5140
5141 _impl_.queue_name_.Set(static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
5142 // @@protoc_insertion_point(field_set:XuMQ.basicConsumeRequest.queue_name)
5143}
5144inline std::string* basicConsumeRequest::mutable_queue_name() {
5145 std::string* _s = _internal_mutable_queue_name();
5146 // @@protoc_insertion_point(field_mutable:XuMQ.basicConsumeRequest.queue_name)
5147 return _s;
5148}
5149inline const std::string& basicConsumeRequest::_internal_queue_name() const {
5150 return _impl_.queue_name_.Get();
5151}
5152inline void basicConsumeRequest::_internal_set_queue_name(const std::string& value) {
5153
5154 _impl_.queue_name_.Set(value, GetArenaForAllocation());
5155}
5156inline std::string* basicConsumeRequest::_internal_mutable_queue_name() {
5157
5158 return _impl_.queue_name_.Mutable(GetArenaForAllocation());
5159}
5160inline std::string* basicConsumeRequest::release_queue_name() {
5161 // @@protoc_insertion_point(field_release:XuMQ.basicConsumeRequest.queue_name)
5162 return _impl_.queue_name_.Release();
5163}
5164inline void basicConsumeRequest::set_allocated_queue_name(std::string* queue_name) {
5165 if (queue_name != nullptr) {
5166
5167 } else {
5168
5169 }
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());
5174 }
5175#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
5176 // @@protoc_insertion_point(field_set_allocated:XuMQ.basicConsumeRequest.queue_name)
5177}
5178
5179// bool auto_ack = 5;
5180inline void basicConsumeRequest::clear_auto_ack() {
5181 _impl_.auto_ack_ = false;
5182}
5183inline bool basicConsumeRequest::_internal_auto_ack() const {
5184 return _impl_.auto_ack_;
5185}
5186inline bool basicConsumeRequest::auto_ack() const {
5187 // @@protoc_insertion_point(field_get:XuMQ.basicConsumeRequest.auto_ack)
5188 return _internal_auto_ack();
5189}
5190inline void basicConsumeRequest::_internal_set_auto_ack(bool value) {
5191
5192 _impl_.auto_ack_ = value;
5193}
5194inline void basicConsumeRequest::set_auto_ack(bool value) {
5195 _internal_set_auto_ack(value);
5196 // @@protoc_insertion_point(field_set:XuMQ.basicConsumeRequest.auto_ack)
5197}
5198
5199// -------------------------------------------------------------------
5200
5201// basicCancelRequest
5202
5203// string rid = 1;
5204inline void basicCancelRequest::clear_rid() {
5205 _impl_.rid_.ClearToEmpty();
5206}
5207inline const std::string& basicCancelRequest::rid() const {
5208 // @@protoc_insertion_point(field_get:XuMQ.basicCancelRequest.rid)
5209 return _internal_rid();
5210}
5211template <typename ArgT0, typename... ArgT>
5212inline PROTOBUF_ALWAYS_INLINE
5213void basicCancelRequest::set_rid(ArgT0&& arg0, ArgT... args) {
5214
5215 _impl_.rid_.Set(static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
5216 // @@protoc_insertion_point(field_set:XuMQ.basicCancelRequest.rid)
5217}
5218inline std::string* basicCancelRequest::mutable_rid() {
5219 std::string* _s = _internal_mutable_rid();
5220 // @@protoc_insertion_point(field_mutable:XuMQ.basicCancelRequest.rid)
5221 return _s;
5222}
5223inline const std::string& basicCancelRequest::_internal_rid() const {
5224 return _impl_.rid_.Get();
5225}
5226inline void basicCancelRequest::_internal_set_rid(const std::string& value) {
5227
5228 _impl_.rid_.Set(value, GetArenaForAllocation());
5229}
5230inline std::string* basicCancelRequest::_internal_mutable_rid() {
5231
5232 return _impl_.rid_.Mutable(GetArenaForAllocation());
5233}
5234inline std::string* basicCancelRequest::release_rid() {
5235 // @@protoc_insertion_point(field_release:XuMQ.basicCancelRequest.rid)
5236 return _impl_.rid_.Release();
5237}
5238inline void basicCancelRequest::set_allocated_rid(std::string* rid) {
5239 if (rid != nullptr) {
5240
5241 } else {
5242
5243 }
5244 _impl_.rid_.SetAllocated(rid, GetArenaForAllocation());
5245#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
5246 if (_impl_.rid_.IsDefault()) {
5247 _impl_.rid_.Set("", GetArenaForAllocation());
5248 }
5249#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
5250 // @@protoc_insertion_point(field_set_allocated:XuMQ.basicCancelRequest.rid)
5251}
5252
5253// string cid = 2;
5254inline void basicCancelRequest::clear_cid() {
5255 _impl_.cid_.ClearToEmpty();
5256}
5257inline const std::string& basicCancelRequest::cid() const {
5258 // @@protoc_insertion_point(field_get:XuMQ.basicCancelRequest.cid)
5259 return _internal_cid();
5260}
5261template <typename ArgT0, typename... ArgT>
5262inline PROTOBUF_ALWAYS_INLINE
5263void basicCancelRequest::set_cid(ArgT0&& arg0, ArgT... args) {
5264
5265 _impl_.cid_.Set(static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
5266 // @@protoc_insertion_point(field_set:XuMQ.basicCancelRequest.cid)
5267}
5268inline std::string* basicCancelRequest::mutable_cid() {
5269 std::string* _s = _internal_mutable_cid();
5270 // @@protoc_insertion_point(field_mutable:XuMQ.basicCancelRequest.cid)
5271 return _s;
5272}
5273inline const std::string& basicCancelRequest::_internal_cid() const {
5274 return _impl_.cid_.Get();
5275}
5276inline void basicCancelRequest::_internal_set_cid(const std::string& value) {
5277
5278 _impl_.cid_.Set(value, GetArenaForAllocation());
5279}
5280inline std::string* basicCancelRequest::_internal_mutable_cid() {
5281
5282 return _impl_.cid_.Mutable(GetArenaForAllocation());
5283}
5284inline std::string* basicCancelRequest::release_cid() {
5285 // @@protoc_insertion_point(field_release:XuMQ.basicCancelRequest.cid)
5286 return _impl_.cid_.Release();
5287}
5288inline void basicCancelRequest::set_allocated_cid(std::string* cid) {
5289 if (cid != nullptr) {
5290
5291 } else {
5292
5293 }
5294 _impl_.cid_.SetAllocated(cid, GetArenaForAllocation());
5295#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
5296 if (_impl_.cid_.IsDefault()) {
5297 _impl_.cid_.Set("", GetArenaForAllocation());
5298 }
5299#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
5300 // @@protoc_insertion_point(field_set_allocated:XuMQ.basicCancelRequest.cid)
5301}
5302
5303// string consumer_tag = 3;
5304inline void basicCancelRequest::clear_consumer_tag() {
5305 _impl_.consumer_tag_.ClearToEmpty();
5306}
5307inline const std::string& basicCancelRequest::consumer_tag() const {
5308 // @@protoc_insertion_point(field_get:XuMQ.basicCancelRequest.consumer_tag)
5309 return _internal_consumer_tag();
5310}
5311template <typename ArgT0, typename... ArgT>
5312inline PROTOBUF_ALWAYS_INLINE
5313void basicCancelRequest::set_consumer_tag(ArgT0&& arg0, ArgT... args) {
5314
5315 _impl_.consumer_tag_.Set(static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
5316 // @@protoc_insertion_point(field_set:XuMQ.basicCancelRequest.consumer_tag)
5317}
5318inline std::string* basicCancelRequest::mutable_consumer_tag() {
5319 std::string* _s = _internal_mutable_consumer_tag();
5320 // @@protoc_insertion_point(field_mutable:XuMQ.basicCancelRequest.consumer_tag)
5321 return _s;
5322}
5323inline const std::string& basicCancelRequest::_internal_consumer_tag() const {
5324 return _impl_.consumer_tag_.Get();
5325}
5326inline void basicCancelRequest::_internal_set_consumer_tag(const std::string& value) {
5327
5328 _impl_.consumer_tag_.Set(value, GetArenaForAllocation());
5329}
5330inline std::string* basicCancelRequest::_internal_mutable_consumer_tag() {
5331
5332 return _impl_.consumer_tag_.Mutable(GetArenaForAllocation());
5333}
5334inline std::string* basicCancelRequest::release_consumer_tag() {
5335 // @@protoc_insertion_point(field_release:XuMQ.basicCancelRequest.consumer_tag)
5336 return _impl_.consumer_tag_.Release();
5337}
5338inline void basicCancelRequest::set_allocated_consumer_tag(std::string* consumer_tag) {
5339 if (consumer_tag != nullptr) {
5340
5341 } else {
5342
5343 }
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());
5348 }
5349#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
5350 // @@protoc_insertion_point(field_set_allocated:XuMQ.basicCancelRequest.consumer_tag)
5351}
5352
5353// string queue_name = 4;
5354inline void basicCancelRequest::clear_queue_name() {
5355 _impl_.queue_name_.ClearToEmpty();
5356}
5357inline const std::string& basicCancelRequest::queue_name() const {
5358 // @@protoc_insertion_point(field_get:XuMQ.basicCancelRequest.queue_name)
5359 return _internal_queue_name();
5360}
5361template <typename ArgT0, typename... ArgT>
5362inline PROTOBUF_ALWAYS_INLINE
5363void basicCancelRequest::set_queue_name(ArgT0&& arg0, ArgT... args) {
5364
5365 _impl_.queue_name_.Set(static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
5366 // @@protoc_insertion_point(field_set:XuMQ.basicCancelRequest.queue_name)
5367}
5368inline std::string* basicCancelRequest::mutable_queue_name() {
5369 std::string* _s = _internal_mutable_queue_name();
5370 // @@protoc_insertion_point(field_mutable:XuMQ.basicCancelRequest.queue_name)
5371 return _s;
5372}
5373inline const std::string& basicCancelRequest::_internal_queue_name() const {
5374 return _impl_.queue_name_.Get();
5375}
5376inline void basicCancelRequest::_internal_set_queue_name(const std::string& value) {
5377
5378 _impl_.queue_name_.Set(value, GetArenaForAllocation());
5379}
5380inline std::string* basicCancelRequest::_internal_mutable_queue_name() {
5381
5382 return _impl_.queue_name_.Mutable(GetArenaForAllocation());
5383}
5384inline std::string* basicCancelRequest::release_queue_name() {
5385 // @@protoc_insertion_point(field_release:XuMQ.basicCancelRequest.queue_name)
5386 return _impl_.queue_name_.Release();
5387}
5388inline void basicCancelRequest::set_allocated_queue_name(std::string* queue_name) {
5389 if (queue_name != nullptr) {
5390
5391 } else {
5392
5393 }
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());
5398 }
5399#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
5400 // @@protoc_insertion_point(field_set_allocated:XuMQ.basicCancelRequest.queue_name)
5401}
5402
5403// -------------------------------------------------------------------
5404
5405// basicConsumeResponse
5406
5407// string cid = 1;
5408inline void basicConsumeResponse::clear_cid() {
5409 _impl_.cid_.ClearToEmpty();
5410}
5411inline const std::string& basicConsumeResponse::cid() const {
5412 // @@protoc_insertion_point(field_get:XuMQ.basicConsumeResponse.cid)
5413 return _internal_cid();
5414}
5415template <typename ArgT0, typename... ArgT>
5416inline PROTOBUF_ALWAYS_INLINE
5417void basicConsumeResponse::set_cid(ArgT0&& arg0, ArgT... args) {
5418
5419 _impl_.cid_.Set(static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
5420 // @@protoc_insertion_point(field_set:XuMQ.basicConsumeResponse.cid)
5421}
5422inline std::string* basicConsumeResponse::mutable_cid() {
5423 std::string* _s = _internal_mutable_cid();
5424 // @@protoc_insertion_point(field_mutable:XuMQ.basicConsumeResponse.cid)
5425 return _s;
5426}
5427inline const std::string& basicConsumeResponse::_internal_cid() const {
5428 return _impl_.cid_.Get();
5429}
5430inline void basicConsumeResponse::_internal_set_cid(const std::string& value) {
5431
5432 _impl_.cid_.Set(value, GetArenaForAllocation());
5433}
5434inline std::string* basicConsumeResponse::_internal_mutable_cid() {
5435
5436 return _impl_.cid_.Mutable(GetArenaForAllocation());
5437}
5438inline std::string* basicConsumeResponse::release_cid() {
5439 // @@protoc_insertion_point(field_release:XuMQ.basicConsumeResponse.cid)
5440 return _impl_.cid_.Release();
5441}
5442inline void basicConsumeResponse::set_allocated_cid(std::string* cid) {
5443 if (cid != nullptr) {
5444
5445 } else {
5446
5447 }
5448 _impl_.cid_.SetAllocated(cid, GetArenaForAllocation());
5449#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
5450 if (_impl_.cid_.IsDefault()) {
5451 _impl_.cid_.Set("", GetArenaForAllocation());
5452 }
5453#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
5454 // @@protoc_insertion_point(field_set_allocated:XuMQ.basicConsumeResponse.cid)
5455}
5456
5457// string consumer_tag = 2;
5458inline void basicConsumeResponse::clear_consumer_tag() {
5459 _impl_.consumer_tag_.ClearToEmpty();
5460}
5461inline const std::string& basicConsumeResponse::consumer_tag() const {
5462 // @@protoc_insertion_point(field_get:XuMQ.basicConsumeResponse.consumer_tag)
5463 return _internal_consumer_tag();
5464}
5465template <typename ArgT0, typename... ArgT>
5466inline PROTOBUF_ALWAYS_INLINE
5467void basicConsumeResponse::set_consumer_tag(ArgT0&& arg0, ArgT... args) {
5468
5469 _impl_.consumer_tag_.Set(static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
5470 // @@protoc_insertion_point(field_set:XuMQ.basicConsumeResponse.consumer_tag)
5471}
5472inline std::string* basicConsumeResponse::mutable_consumer_tag() {
5473 std::string* _s = _internal_mutable_consumer_tag();
5474 // @@protoc_insertion_point(field_mutable:XuMQ.basicConsumeResponse.consumer_tag)
5475 return _s;
5476}
5477inline const std::string& basicConsumeResponse::_internal_consumer_tag() const {
5478 return _impl_.consumer_tag_.Get();
5479}
5480inline void basicConsumeResponse::_internal_set_consumer_tag(const std::string& value) {
5481
5482 _impl_.consumer_tag_.Set(value, GetArenaForAllocation());
5483}
5484inline std::string* basicConsumeResponse::_internal_mutable_consumer_tag() {
5485
5486 return _impl_.consumer_tag_.Mutable(GetArenaForAllocation());
5487}
5488inline std::string* basicConsumeResponse::release_consumer_tag() {
5489 // @@protoc_insertion_point(field_release:XuMQ.basicConsumeResponse.consumer_tag)
5490 return _impl_.consumer_tag_.Release();
5491}
5492inline void basicConsumeResponse::set_allocated_consumer_tag(std::string* consumer_tag) {
5493 if (consumer_tag != nullptr) {
5494
5495 } else {
5496
5497 }
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());
5502 }
5503#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
5504 // @@protoc_insertion_point(field_set_allocated:XuMQ.basicConsumeResponse.consumer_tag)
5505}
5506
5507// string body = 3;
5508inline void basicConsumeResponse::clear_body() {
5509 _impl_.body_.ClearToEmpty();
5510}
5511inline const std::string& basicConsumeResponse::body() const {
5512 // @@protoc_insertion_point(field_get:XuMQ.basicConsumeResponse.body)
5513 return _internal_body();
5514}
5515template <typename ArgT0, typename... ArgT>
5516inline PROTOBUF_ALWAYS_INLINE
5517void basicConsumeResponse::set_body(ArgT0&& arg0, ArgT... args) {
5518
5519 _impl_.body_.Set(static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
5520 // @@protoc_insertion_point(field_set:XuMQ.basicConsumeResponse.body)
5521}
5522inline std::string* basicConsumeResponse::mutable_body() {
5523 std::string* _s = _internal_mutable_body();
5524 // @@protoc_insertion_point(field_mutable:XuMQ.basicConsumeResponse.body)
5525 return _s;
5526}
5527inline const std::string& basicConsumeResponse::_internal_body() const {
5528 return _impl_.body_.Get();
5529}
5530inline void basicConsumeResponse::_internal_set_body(const std::string& value) {
5531
5532 _impl_.body_.Set(value, GetArenaForAllocation());
5533}
5534inline std::string* basicConsumeResponse::_internal_mutable_body() {
5535
5536 return _impl_.body_.Mutable(GetArenaForAllocation());
5537}
5538inline std::string* basicConsumeResponse::release_body() {
5539 // @@protoc_insertion_point(field_release:XuMQ.basicConsumeResponse.body)
5540 return _impl_.body_.Release();
5541}
5542inline void basicConsumeResponse::set_allocated_body(std::string* body) {
5543 if (body != nullptr) {
5544
5545 } else {
5546
5547 }
5548 _impl_.body_.SetAllocated(body, GetArenaForAllocation());
5549#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
5550 if (_impl_.body_.IsDefault()) {
5551 _impl_.body_.Set("", GetArenaForAllocation());
5552 }
5553#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
5554 // @@protoc_insertion_point(field_set_allocated:XuMQ.basicConsumeResponse.body)
5555}
5556
5557// .XuMQ.BasicProperties properties = 4;
5558inline bool basicConsumeResponse::_internal_has_properties() const {
5559 return this != internal_default_instance() && _impl_.properties_ != nullptr;
5560}
5561inline bool basicConsumeResponse::has_properties() const {
5562 return _internal_has_properties();
5563}
5564inline const ::XuMQ::BasicProperties& basicConsumeResponse::_internal_properties() const {
5565 const ::XuMQ::BasicProperties* p = _impl_.properties_;
5566 return p != nullptr ? *p : reinterpret_cast<const ::XuMQ::BasicProperties&>(
5568}
5569inline const ::XuMQ::BasicProperties& basicConsumeResponse::properties() const {
5570 // @@protoc_insertion_point(field_get:XuMQ.basicConsumeResponse.properties)
5571 return _internal_properties();
5572}
5573inline void basicConsumeResponse::unsafe_arena_set_allocated_properties(
5574 ::XuMQ::BasicProperties* properties) {
5575 if (GetArenaForAllocation() == nullptr) {
5576 delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.properties_);
5577 }
5578 _impl_.properties_ = properties;
5579 if (properties) {
5580
5581 } else {
5582
5583 }
5584 // @@protoc_insertion_point(field_unsafe_arena_set_allocated:XuMQ.basicConsumeResponse.properties)
5585}
5586inline ::XuMQ::BasicProperties* basicConsumeResponse::release_properties() {
5587
5588 ::XuMQ::BasicProperties* temp = _impl_.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; }
5594#else // PROTOBUF_FORCE_COPY_IN_RELEASE
5595 if (GetArenaForAllocation() != nullptr) {
5596 temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
5597 }
5598#endif // !PROTOBUF_FORCE_COPY_IN_RELEASE
5599 return temp;
5600}
5601inline ::XuMQ::BasicProperties* basicConsumeResponse::unsafe_arena_release_properties() {
5602 // @@protoc_insertion_point(field_release:XuMQ.basicConsumeResponse.properties)
5603
5604 ::XuMQ::BasicProperties* temp = _impl_.properties_;
5605 _impl_.properties_ = nullptr;
5606 return temp;
5607}
5608inline ::XuMQ::BasicProperties* basicConsumeResponse::_internal_mutable_properties() {
5609
5610 if (_impl_.properties_ == nullptr) {
5611 auto* p = CreateMaybeMessage<::XuMQ::BasicProperties>(GetArenaForAllocation());
5612 _impl_.properties_ = p;
5613 }
5614 return _impl_.properties_;
5615}
5616inline ::XuMQ::BasicProperties* basicConsumeResponse::mutable_properties() {
5617 ::XuMQ::BasicProperties* _msg = _internal_mutable_properties();
5618 // @@protoc_insertion_point(field_mutable:XuMQ.basicConsumeResponse.properties)
5619 return _msg;
5620}
5621inline void basicConsumeResponse::set_allocated_properties(::XuMQ::BasicProperties* properties) {
5622 ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation();
5623 if (message_arena == nullptr) {
5624 delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.properties_);
5625 }
5626 if (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);
5633 }
5634
5635 } else {
5636
5637 }
5638 _impl_.properties_ = properties;
5639 // @@protoc_insertion_point(field_set_allocated:XuMQ.basicConsumeResponse.properties)
5640}
5641
5642// -------------------------------------------------------------------
5643
5644// basicResponse
5645
5646// string rid = 1;
5647inline void basicResponse::clear_rid() {
5648 _impl_.rid_.ClearToEmpty();
5649}
5650inline const std::string& basicResponse::rid() const {
5651 // @@protoc_insertion_point(field_get:XuMQ.basicResponse.rid)
5652 return _internal_rid();
5653}
5654template <typename ArgT0, typename... ArgT>
5655inline PROTOBUF_ALWAYS_INLINE
5656void basicResponse::set_rid(ArgT0&& arg0, ArgT... args) {
5657
5658 _impl_.rid_.Set(static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
5659 // @@protoc_insertion_point(field_set:XuMQ.basicResponse.rid)
5660}
5661inline std::string* basicResponse::mutable_rid() {
5662 std::string* _s = _internal_mutable_rid();
5663 // @@protoc_insertion_point(field_mutable:XuMQ.basicResponse.rid)
5664 return _s;
5665}
5666inline const std::string& basicResponse::_internal_rid() const {
5667 return _impl_.rid_.Get();
5668}
5669inline void basicResponse::_internal_set_rid(const std::string& value) {
5670
5671 _impl_.rid_.Set(value, GetArenaForAllocation());
5672}
5673inline std::string* basicResponse::_internal_mutable_rid() {
5674
5675 return _impl_.rid_.Mutable(GetArenaForAllocation());
5676}
5677inline std::string* basicResponse::release_rid() {
5678 // @@protoc_insertion_point(field_release:XuMQ.basicResponse.rid)
5679 return _impl_.rid_.Release();
5680}
5681inline void basicResponse::set_allocated_rid(std::string* rid) {
5682 if (rid != nullptr) {
5683
5684 } else {
5685
5686 }
5687 _impl_.rid_.SetAllocated(rid, GetArenaForAllocation());
5688#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
5689 if (_impl_.rid_.IsDefault()) {
5690 _impl_.rid_.Set("", GetArenaForAllocation());
5691 }
5692#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
5693 // @@protoc_insertion_point(field_set_allocated:XuMQ.basicResponse.rid)
5694}
5695
5696// string cid = 2;
5697inline void basicResponse::clear_cid() {
5698 _impl_.cid_.ClearToEmpty();
5699}
5700inline const std::string& basicResponse::cid() const {
5701 // @@protoc_insertion_point(field_get:XuMQ.basicResponse.cid)
5702 return _internal_cid();
5703}
5704template <typename ArgT0, typename... ArgT>
5705inline PROTOBUF_ALWAYS_INLINE
5706void basicResponse::set_cid(ArgT0&& arg0, ArgT... args) {
5707
5708 _impl_.cid_.Set(static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
5709 // @@protoc_insertion_point(field_set:XuMQ.basicResponse.cid)
5710}
5711inline std::string* basicResponse::mutable_cid() {
5712 std::string* _s = _internal_mutable_cid();
5713 // @@protoc_insertion_point(field_mutable:XuMQ.basicResponse.cid)
5714 return _s;
5715}
5716inline const std::string& basicResponse::_internal_cid() const {
5717 return _impl_.cid_.Get();
5718}
5719inline void basicResponse::_internal_set_cid(const std::string& value) {
5720
5721 _impl_.cid_.Set(value, GetArenaForAllocation());
5722}
5723inline std::string* basicResponse::_internal_mutable_cid() {
5724
5725 return _impl_.cid_.Mutable(GetArenaForAllocation());
5726}
5727inline std::string* basicResponse::release_cid() {
5728 // @@protoc_insertion_point(field_release:XuMQ.basicResponse.cid)
5729 return _impl_.cid_.Release();
5730}
5731inline void basicResponse::set_allocated_cid(std::string* cid) {
5732 if (cid != nullptr) {
5733
5734 } else {
5735
5736 }
5737 _impl_.cid_.SetAllocated(cid, GetArenaForAllocation());
5738#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
5739 if (_impl_.cid_.IsDefault()) {
5740 _impl_.cid_.Set("", GetArenaForAllocation());
5741 }
5742#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
5743 // @@protoc_insertion_point(field_set_allocated:XuMQ.basicResponse.cid)
5744}
5745
5746// bool ok = 3;
5747inline void basicResponse::clear_ok() {
5748 _impl_.ok_ = false;
5749}
5750inline bool basicResponse::_internal_ok() const {
5751 return _impl_.ok_;
5752}
5753inline bool basicResponse::ok() const {
5754 // @@protoc_insertion_point(field_get:XuMQ.basicResponse.ok)
5755 return _internal_ok();
5756}
5757inline void basicResponse::_internal_set_ok(bool value) {
5758
5759 _impl_.ok_ = value;
5760}
5761inline void basicResponse::set_ok(bool value) {
5762 _internal_set_ok(value);
5763 // @@protoc_insertion_point(field_set:XuMQ.basicResponse.ok)
5764}
5765
5766#ifdef __GNUC__
5767 #pragma GCC diagnostic pop
5768#endif // __GNUC__
5769// -------------------------------------------------------------------
5770
5771// -------------------------------------------------------------------
5772
5773// -------------------------------------------------------------------
5774
5775// -------------------------------------------------------------------
5776
5777// -------------------------------------------------------------------
5778
5779// -------------------------------------------------------------------
5780
5781// -------------------------------------------------------------------
5782
5783// -------------------------------------------------------------------
5784
5785// -------------------------------------------------------------------
5786
5787// -------------------------------------------------------------------
5788
5789// -------------------------------------------------------------------
5790
5791// -------------------------------------------------------------------
5792
5793// -------------------------------------------------------------------
5794
5795// -------------------------------------------------------------------
5796
5797// -------------------------------------------------------------------
5798
5799
5800// @@protoc_insertion_point(namespace_scope)
5801
5802} // namespace XuMQ
5803
5804// @@protoc_insertion_point(global_scope)
5805
5806#include <google/protobuf/port_undef.inc>
5807#endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_protocol_2eproto
Definition msg.pb.h:122
Definition msg.pb.h:491
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
Definition msg.pb.h:38
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