// Generated by the protocol buffer compiler. DO NOT EDIT! // source: rabbitmq.proto #ifndef PROTOBUF_INCLUDED_rabbitmq_2eproto #define PROTOBUF_INCLUDED_rabbitmq_2eproto #include #include #if GOOGLE_PROTOBUF_VERSION < 3006001 #error This file was generated by a newer version of protoc which is #error incompatible with your Protocol Buffer headers. Please update #error your headers. #endif #if 3006001 < GOOGLE_PROTOBUF_MIN_PROTOC_VERSION #error This file was generated by an older version of protoc which is #error incompatible with your Protocol Buffer headers. Please #error regenerate this file with a newer version of protoc. #endif #include #include #include #include #include #include #include #include #include // IWYU pragma: export #include // IWYU pragma: export #include // @@protoc_insertion_point(includes) #define PROTOBUF_INTERNAL_EXPORT_protobuf_rabbitmq_2eproto namespace protobuf_rabbitmq_2eproto { // Internal implementation detail -- do not use these members. struct TableStruct { static const ::google::protobuf::internal::ParseTableField entries[]; static const ::google::protobuf::internal::AuxillaryParseTableField aux[]; static const ::google::protobuf::internal::ParseTable schema[3]; static const ::google::protobuf::internal::FieldMetadata field_metadata[]; static const ::google::protobuf::internal::SerializationTable serialization_table[]; static const ::google::protobuf::uint32 offsets[]; }; void AddDescriptors(); } // namespace protobuf_rabbitmq_2eproto namespace Rabbitmq_proto { class Rabbitmq_channel_queue_consume; class Rabbitmq_channel_queue_consumeDefaultTypeInternal; extern Rabbitmq_channel_queue_consumeDefaultTypeInternal _Rabbitmq_channel_queue_consume_default_instance_; class Rabbitmq_parameter; class Rabbitmq_parameterDefaultTypeInternal; extern Rabbitmq_parameterDefaultTypeInternal _Rabbitmq_parameter_default_instance_; class Rabbitmq_parameter_all; class Rabbitmq_parameter_allDefaultTypeInternal; extern Rabbitmq_parameter_allDefaultTypeInternal _Rabbitmq_parameter_all_default_instance_; } // namespace Rabbitmq_proto namespace google { namespace protobuf { template<> ::Rabbitmq_proto::Rabbitmq_channel_queue_consume* Arena::CreateMaybeMessage<::Rabbitmq_proto::Rabbitmq_channel_queue_consume>(Arena*); template<> ::Rabbitmq_proto::Rabbitmq_parameter* Arena::CreateMaybeMessage<::Rabbitmq_proto::Rabbitmq_parameter>(Arena*); template<> ::Rabbitmq_proto::Rabbitmq_parameter_all* Arena::CreateMaybeMessage<::Rabbitmq_proto::Rabbitmq_parameter_all>(Arena*); } // namespace protobuf } // namespace google namespace Rabbitmq_proto { // =================================================================== class Rabbitmq_channel_queue_consume : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:Rabbitmq_proto.Rabbitmq_channel_queue_consume) */ { public: Rabbitmq_channel_queue_consume(); virtual ~Rabbitmq_channel_queue_consume(); Rabbitmq_channel_queue_consume(const Rabbitmq_channel_queue_consume& from); inline Rabbitmq_channel_queue_consume& operator=(const Rabbitmq_channel_queue_consume& from) { CopyFrom(from); return *this; } #if LANG_CXX11 Rabbitmq_channel_queue_consume(Rabbitmq_channel_queue_consume&& from) noexcept : Rabbitmq_channel_queue_consume() { *this = ::std::move(from); } inline Rabbitmq_channel_queue_consume& operator=(Rabbitmq_channel_queue_consume&& from) noexcept { if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { if (this != &from) InternalSwap(&from); } else { CopyFrom(from); } return *this; } #endif inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { return _internal_metadata_.unknown_fields(); } inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { return _internal_metadata_.mutable_unknown_fields(); } static const ::google::protobuf::Descriptor* descriptor(); static const Rabbitmq_channel_queue_consume& default_instance(); static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY static inline const Rabbitmq_channel_queue_consume* internal_default_instance() { return reinterpret_cast( &_Rabbitmq_channel_queue_consume_default_instance_); } static constexpr int kIndexInFileMessages = 0; void Swap(Rabbitmq_channel_queue_consume* other); friend void swap(Rabbitmq_channel_queue_consume& a, Rabbitmq_channel_queue_consume& b) { a.Swap(&b); } // implements Message ---------------------------------------------- inline Rabbitmq_channel_queue_consume* New() const final { return CreateMaybeMessage(NULL); } Rabbitmq_channel_queue_consume* New(::google::protobuf::Arena* arena) const final { return CreateMaybeMessage(arena); } void CopyFrom(const ::google::protobuf::Message& from) final; void MergeFrom(const ::google::protobuf::Message& from) final; void CopyFrom(const Rabbitmq_channel_queue_consume& from); void MergeFrom(const Rabbitmq_channel_queue_consume& from); void Clear() final; bool IsInitialized() const final; size_t ByteSizeLong() const final; bool MergePartialFromCodedStream( ::google::protobuf::io::CodedInputStream* input) final; void SerializeWithCachedSizes( ::google::protobuf::io::CodedOutputStream* output) const final; ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray( bool deterministic, ::google::protobuf::uint8* target) const final; int GetCachedSize() const final { return _cached_size_.Get(); } private: void SharedCtor(); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(Rabbitmq_channel_queue_consume* other); private: inline ::google::protobuf::Arena* GetArenaNoVirtual() const { return NULL; } inline void* MaybeArenaPtr() const { return NULL; } public: ::google::protobuf::Metadata GetMetadata() const final; // nested types ---------------------------------------------------- // accessors ------------------------------------------------------- // optional string exchange_name = 2; bool has_exchange_name() const; void clear_exchange_name(); static const int kExchangeNameFieldNumber = 2; const ::std::string& exchange_name() const; void set_exchange_name(const ::std::string& value); #if LANG_CXX11 void set_exchange_name(::std::string&& value); #endif void set_exchange_name(const char* value); void set_exchange_name(const char* value, size_t size); ::std::string* mutable_exchange_name(); ::std::string* release_exchange_name(); void set_allocated_exchange_name(::std::string* exchange_name); // optional string routing_key = 3; bool has_routing_key() const; void clear_routing_key(); static const int kRoutingKeyFieldNumber = 3; const ::std::string& routing_key() const; void set_routing_key(const ::std::string& value); #if LANG_CXX11 void set_routing_key(::std::string&& value); #endif void set_routing_key(const char* value); void set_routing_key(const char* value, size_t size); ::std::string* mutable_routing_key(); ::std::string* release_routing_key(); void set_allocated_routing_key(::std::string* routing_key); // optional string binding_key = 5; bool has_binding_key() const; void clear_binding_key(); static const int kBindingKeyFieldNumber = 5; const ::std::string& binding_key() const; void set_binding_key(const ::std::string& value); #if LANG_CXX11 void set_binding_key(::std::string&& value); #endif void set_binding_key(const char* value); void set_binding_key(const char* value, size_t size); ::std::string* mutable_binding_key(); ::std::string* release_binding_key(); void set_allocated_binding_key(::std::string* binding_key); // optional string queue_name = 6; bool has_queue_name() const; void clear_queue_name(); static const int kQueueNameFieldNumber = 6; const ::std::string& queue_name() const; void set_queue_name(const ::std::string& value); #if LANG_CXX11 void set_queue_name(::std::string&& value); #endif void set_queue_name(const char* value); void set_queue_name(const char* value, size_t size); ::std::string* mutable_queue_name(); ::std::string* release_queue_name(); void set_allocated_queue_name(::std::string* queue_name); // optional string consume_name = 12; bool has_consume_name() const; void clear_consume_name(); static const int kConsumeNameFieldNumber = 12; const ::std::string& consume_name() const; void set_consume_name(const ::std::string& value); #if LANG_CXX11 void set_consume_name(::std::string&& value); #endif void set_consume_name(const char* value); void set_consume_name(const char* value, size_t size); ::std::string* mutable_consume_name(); ::std::string* release_consume_name(); void set_allocated_consume_name(::std::string* consume_name); // optional int32 channel = 1; bool has_channel() const; void clear_channel(); static const int kChannelFieldNumber = 1; ::google::protobuf::int32 channel() const; void set_channel(::google::protobuf::int32 value); // optional int32 timeout_ms = 4; bool has_timeout_ms() const; void clear_timeout_ms(); static const int kTimeoutMsFieldNumber = 4; ::google::protobuf::int32 timeout_ms() const; void set_timeout_ms(::google::protobuf::int32 value); // optional int32 queue_passive = 7 [default = 0]; bool has_queue_passive() const; void clear_queue_passive(); static const int kQueuePassiveFieldNumber = 7; ::google::protobuf::int32 queue_passive() const; void set_queue_passive(::google::protobuf::int32 value); // optional int32 queue_durable = 8; bool has_queue_durable() const; void clear_queue_durable(); static const int kQueueDurableFieldNumber = 8; ::google::protobuf::int32 queue_durable() const; void set_queue_durable(::google::protobuf::int32 value); // optional int32 queue_exclusive = 9 [default = 0]; bool has_queue_exclusive() const; void clear_queue_exclusive(); static const int kQueueExclusiveFieldNumber = 9; ::google::protobuf::int32 queue_exclusive() const; void set_queue_exclusive(::google::protobuf::int32 value); // optional int32 queue_auto_delete = 10 [default = 0]; bool has_queue_auto_delete() const; void clear_queue_auto_delete(); static const int kQueueAutoDeleteFieldNumber = 10; ::google::protobuf::int32 queue_auto_delete() const; void set_queue_auto_delete(::google::protobuf::int32 value); // optional int32 queue_meassage_ttl = 11 [default = 0]; bool has_queue_meassage_ttl() const; void clear_queue_meassage_ttl(); static const int kQueueMeassageTtlFieldNumber = 11; ::google::protobuf::int32 queue_meassage_ttl() const; void set_queue_meassage_ttl(::google::protobuf::int32 value); // optional int32 consume_no_local = 13 [default = 0]; bool has_consume_no_local() const; void clear_consume_no_local(); static const int kConsumeNoLocalFieldNumber = 13; ::google::protobuf::int32 consume_no_local() const; void set_consume_no_local(::google::protobuf::int32 value); // optional int32 consume_no_ack = 14 [default = 0]; bool has_consume_no_ack() const; void clear_consume_no_ack(); static const int kConsumeNoAckFieldNumber = 14; ::google::protobuf::int32 consume_no_ack() const; void set_consume_no_ack(::google::protobuf::int32 value); // optional int32 consume_exclusive = 15; bool has_consume_exclusive() const; void clear_consume_exclusive(); static const int kConsumeExclusiveFieldNumber = 15; ::google::protobuf::int32 consume_exclusive() const; void set_consume_exclusive(::google::protobuf::int32 value); // @@protoc_insertion_point(class_scope:Rabbitmq_proto.Rabbitmq_channel_queue_consume) private: void set_has_channel(); void clear_has_channel(); void set_has_exchange_name(); void clear_has_exchange_name(); void set_has_routing_key(); void clear_has_routing_key(); void set_has_timeout_ms(); void clear_has_timeout_ms(); void set_has_binding_key(); void clear_has_binding_key(); void set_has_queue_name(); void clear_has_queue_name(); void set_has_queue_passive(); void clear_has_queue_passive(); void set_has_queue_durable(); void clear_has_queue_durable(); void set_has_queue_exclusive(); void clear_has_queue_exclusive(); void set_has_queue_auto_delete(); void clear_has_queue_auto_delete(); void set_has_queue_meassage_ttl(); void clear_has_queue_meassage_ttl(); void set_has_consume_name(); void clear_has_consume_name(); void set_has_consume_no_local(); void clear_has_consume_no_local(); void set_has_consume_no_ack(); void clear_has_consume_no_ack(); void set_has_consume_exclusive(); void clear_has_consume_exclusive(); ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; ::google::protobuf::internal::HasBits<1> _has_bits_; mutable ::google::protobuf::internal::CachedSize _cached_size_; ::google::protobuf::internal::ArenaStringPtr exchange_name_; ::google::protobuf::internal::ArenaStringPtr routing_key_; ::google::protobuf::internal::ArenaStringPtr binding_key_; ::google::protobuf::internal::ArenaStringPtr queue_name_; ::google::protobuf::internal::ArenaStringPtr consume_name_; ::google::protobuf::int32 channel_; ::google::protobuf::int32 timeout_ms_; ::google::protobuf::int32 queue_passive_; ::google::protobuf::int32 queue_durable_; ::google::protobuf::int32 queue_exclusive_; ::google::protobuf::int32 queue_auto_delete_; ::google::protobuf::int32 queue_meassage_ttl_; ::google::protobuf::int32 consume_no_local_; ::google::protobuf::int32 consume_no_ack_; ::google::protobuf::int32 consume_exclusive_; friend struct ::protobuf_rabbitmq_2eproto::TableStruct; }; // ------------------------------------------------------------------- class Rabbitmq_parameter : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:Rabbitmq_proto.Rabbitmq_parameter) */ { public: Rabbitmq_parameter(); virtual ~Rabbitmq_parameter(); Rabbitmq_parameter(const Rabbitmq_parameter& from); inline Rabbitmq_parameter& operator=(const Rabbitmq_parameter& from) { CopyFrom(from); return *this; } #if LANG_CXX11 Rabbitmq_parameter(Rabbitmq_parameter&& from) noexcept : Rabbitmq_parameter() { *this = ::std::move(from); } inline Rabbitmq_parameter& operator=(Rabbitmq_parameter&& from) noexcept { if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { if (this != &from) InternalSwap(&from); } else { CopyFrom(from); } return *this; } #endif inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { return _internal_metadata_.unknown_fields(); } inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { return _internal_metadata_.mutable_unknown_fields(); } static const ::google::protobuf::Descriptor* descriptor(); static const Rabbitmq_parameter& default_instance(); static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY static inline const Rabbitmq_parameter* internal_default_instance() { return reinterpret_cast( &_Rabbitmq_parameter_default_instance_); } static constexpr int kIndexInFileMessages = 1; void Swap(Rabbitmq_parameter* other); friend void swap(Rabbitmq_parameter& a, Rabbitmq_parameter& b) { a.Swap(&b); } // implements Message ---------------------------------------------- inline Rabbitmq_parameter* New() const final { return CreateMaybeMessage(NULL); } Rabbitmq_parameter* New(::google::protobuf::Arena* arena) const final { return CreateMaybeMessage(arena); } void CopyFrom(const ::google::protobuf::Message& from) final; void MergeFrom(const ::google::protobuf::Message& from) final; void CopyFrom(const Rabbitmq_parameter& from); void MergeFrom(const Rabbitmq_parameter& from); void Clear() final; bool IsInitialized() const final; size_t ByteSizeLong() const final; bool MergePartialFromCodedStream( ::google::protobuf::io::CodedInputStream* input) final; void SerializeWithCachedSizes( ::google::protobuf::io::CodedOutputStream* output) const final; ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray( bool deterministic, ::google::protobuf::uint8* target) const final; int GetCachedSize() const final { return _cached_size_.Get(); } private: void SharedCtor(); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(Rabbitmq_parameter* other); private: inline ::google::protobuf::Arena* GetArenaNoVirtual() const { return NULL; } inline void* MaybeArenaPtr() const { return NULL; } public: ::google::protobuf::Metadata GetMetadata() const final; // nested types ---------------------------------------------------- // accessors ------------------------------------------------------- // repeated .Rabbitmq_proto.Rabbitmq_channel_queue_consume rabbitmq_reciever_vector = 5; int rabbitmq_reciever_vector_size() const; void clear_rabbitmq_reciever_vector(); static const int kRabbitmqRecieverVectorFieldNumber = 5; ::Rabbitmq_proto::Rabbitmq_channel_queue_consume* mutable_rabbitmq_reciever_vector(int index); ::google::protobuf::RepeatedPtrField< ::Rabbitmq_proto::Rabbitmq_channel_queue_consume >* mutable_rabbitmq_reciever_vector(); const ::Rabbitmq_proto::Rabbitmq_channel_queue_consume& rabbitmq_reciever_vector(int index) const; ::Rabbitmq_proto::Rabbitmq_channel_queue_consume* add_rabbitmq_reciever_vector(); const ::google::protobuf::RepeatedPtrField< ::Rabbitmq_proto::Rabbitmq_channel_queue_consume >& rabbitmq_reciever_vector() const; // repeated .Rabbitmq_proto.Rabbitmq_channel_queue_consume rabbitmq_sender_request_vector = 6; int rabbitmq_sender_request_vector_size() const; void clear_rabbitmq_sender_request_vector(); static const int kRabbitmqSenderRequestVectorFieldNumber = 6; ::Rabbitmq_proto::Rabbitmq_channel_queue_consume* mutable_rabbitmq_sender_request_vector(int index); ::google::protobuf::RepeatedPtrField< ::Rabbitmq_proto::Rabbitmq_channel_queue_consume >* mutable_rabbitmq_sender_request_vector(); const ::Rabbitmq_proto::Rabbitmq_channel_queue_consume& rabbitmq_sender_request_vector(int index) const; ::Rabbitmq_proto::Rabbitmq_channel_queue_consume* add_rabbitmq_sender_request_vector(); const ::google::protobuf::RepeatedPtrField< ::Rabbitmq_proto::Rabbitmq_channel_queue_consume >& rabbitmq_sender_request_vector() const; // repeated .Rabbitmq_proto.Rabbitmq_channel_queue_consume rabbitmq_sender_status_vector = 7; int rabbitmq_sender_status_vector_size() const; void clear_rabbitmq_sender_status_vector(); static const int kRabbitmqSenderStatusVectorFieldNumber = 7; ::Rabbitmq_proto::Rabbitmq_channel_queue_consume* mutable_rabbitmq_sender_status_vector(int index); ::google::protobuf::RepeatedPtrField< ::Rabbitmq_proto::Rabbitmq_channel_queue_consume >* mutable_rabbitmq_sender_status_vector(); const ::Rabbitmq_proto::Rabbitmq_channel_queue_consume& rabbitmq_sender_status_vector(int index) const; ::Rabbitmq_proto::Rabbitmq_channel_queue_consume* add_rabbitmq_sender_status_vector(); const ::google::protobuf::RepeatedPtrField< ::Rabbitmq_proto::Rabbitmq_channel_queue_consume >& rabbitmq_sender_status_vector() const; // optional string ip = 1; bool has_ip() const; void clear_ip(); static const int kIpFieldNumber = 1; const ::std::string& ip() const; void set_ip(const ::std::string& value); #if LANG_CXX11 void set_ip(::std::string&& value); #endif void set_ip(const char* value); void set_ip(const char* value, size_t size); ::std::string* mutable_ip(); ::std::string* release_ip(); void set_allocated_ip(::std::string* ip); // optional string user = 3; bool has_user() const; void clear_user(); static const int kUserFieldNumber = 3; const ::std::string& user() const; void set_user(const ::std::string& value); #if LANG_CXX11 void set_user(::std::string&& value); #endif void set_user(const char* value); void set_user(const char* value, size_t size); ::std::string* mutable_user(); ::std::string* release_user(); void set_allocated_user(::std::string* user); // optional string password = 4; bool has_password() const; void clear_password(); static const int kPasswordFieldNumber = 4; const ::std::string& password() const; void set_password(const ::std::string& value); #if LANG_CXX11 void set_password(::std::string&& value); #endif void set_password(const char* value); void set_password(const char* value, size_t size); ::std::string* mutable_password(); ::std::string* release_password(); void set_allocated_password(::std::string* password); // optional int32 port = 2; bool has_port() const; void clear_port(); static const int kPortFieldNumber = 2; ::google::protobuf::int32 port() const; void set_port(::google::protobuf::int32 value); // @@protoc_insertion_point(class_scope:Rabbitmq_proto.Rabbitmq_parameter) private: void set_has_ip(); void clear_has_ip(); void set_has_port(); void clear_has_port(); void set_has_user(); void clear_has_user(); void set_has_password(); void clear_has_password(); ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; ::google::protobuf::internal::HasBits<1> _has_bits_; mutable ::google::protobuf::internal::CachedSize _cached_size_; ::google::protobuf::RepeatedPtrField< ::Rabbitmq_proto::Rabbitmq_channel_queue_consume > rabbitmq_reciever_vector_; ::google::protobuf::RepeatedPtrField< ::Rabbitmq_proto::Rabbitmq_channel_queue_consume > rabbitmq_sender_request_vector_; ::google::protobuf::RepeatedPtrField< ::Rabbitmq_proto::Rabbitmq_channel_queue_consume > rabbitmq_sender_status_vector_; ::google::protobuf::internal::ArenaStringPtr ip_; ::google::protobuf::internal::ArenaStringPtr user_; ::google::protobuf::internal::ArenaStringPtr password_; ::google::protobuf::int32 port_; friend struct ::protobuf_rabbitmq_2eproto::TableStruct; }; // ------------------------------------------------------------------- class Rabbitmq_parameter_all : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:Rabbitmq_proto.Rabbitmq_parameter_all) */ { public: Rabbitmq_parameter_all(); virtual ~Rabbitmq_parameter_all(); Rabbitmq_parameter_all(const Rabbitmq_parameter_all& from); inline Rabbitmq_parameter_all& operator=(const Rabbitmq_parameter_all& from) { CopyFrom(from); return *this; } #if LANG_CXX11 Rabbitmq_parameter_all(Rabbitmq_parameter_all&& from) noexcept : Rabbitmq_parameter_all() { *this = ::std::move(from); } inline Rabbitmq_parameter_all& operator=(Rabbitmq_parameter_all&& from) noexcept { if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { if (this != &from) InternalSwap(&from); } else { CopyFrom(from); } return *this; } #endif inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { return _internal_metadata_.unknown_fields(); } inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { return _internal_metadata_.mutable_unknown_fields(); } static const ::google::protobuf::Descriptor* descriptor(); static const Rabbitmq_parameter_all& default_instance(); static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY static inline const Rabbitmq_parameter_all* internal_default_instance() { return reinterpret_cast( &_Rabbitmq_parameter_all_default_instance_); } static constexpr int kIndexInFileMessages = 2; void Swap(Rabbitmq_parameter_all* other); friend void swap(Rabbitmq_parameter_all& a, Rabbitmq_parameter_all& b) { a.Swap(&b); } // implements Message ---------------------------------------------- inline Rabbitmq_parameter_all* New() const final { return CreateMaybeMessage(NULL); } Rabbitmq_parameter_all* New(::google::protobuf::Arena* arena) const final { return CreateMaybeMessage(arena); } void CopyFrom(const ::google::protobuf::Message& from) final; void MergeFrom(const ::google::protobuf::Message& from) final; void CopyFrom(const Rabbitmq_parameter_all& from); void MergeFrom(const Rabbitmq_parameter_all& from); void Clear() final; bool IsInitialized() const final; size_t ByteSizeLong() const final; bool MergePartialFromCodedStream( ::google::protobuf::io::CodedInputStream* input) final; void SerializeWithCachedSizes( ::google::protobuf::io::CodedOutputStream* output) const final; ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray( bool deterministic, ::google::protobuf::uint8* target) const final; int GetCachedSize() const final { return _cached_size_.Get(); } private: void SharedCtor(); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(Rabbitmq_parameter_all* other); private: inline ::google::protobuf::Arena* GetArenaNoVirtual() const { return NULL; } inline void* MaybeArenaPtr() const { return NULL; } public: ::google::protobuf::Metadata GetMetadata() const final; // nested types ---------------------------------------------------- // accessors ------------------------------------------------------- // optional .Rabbitmq_proto.Rabbitmq_parameter rabbitmq_parameters = 1; bool has_rabbitmq_parameters() const; void clear_rabbitmq_parameters(); static const int kRabbitmqParametersFieldNumber = 1; private: const ::Rabbitmq_proto::Rabbitmq_parameter& _internal_rabbitmq_parameters() const; public: const ::Rabbitmq_proto::Rabbitmq_parameter& rabbitmq_parameters() const; ::Rabbitmq_proto::Rabbitmq_parameter* release_rabbitmq_parameters(); ::Rabbitmq_proto::Rabbitmq_parameter* mutable_rabbitmq_parameters(); void set_allocated_rabbitmq_parameters(::Rabbitmq_proto::Rabbitmq_parameter* rabbitmq_parameters); // @@protoc_insertion_point(class_scope:Rabbitmq_proto.Rabbitmq_parameter_all) private: void set_has_rabbitmq_parameters(); void clear_has_rabbitmq_parameters(); ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; ::google::protobuf::internal::HasBits<1> _has_bits_; mutable ::google::protobuf::internal::CachedSize _cached_size_; ::Rabbitmq_proto::Rabbitmq_parameter* rabbitmq_parameters_; friend struct ::protobuf_rabbitmq_2eproto::TableStruct; }; // =================================================================== // =================================================================== #ifdef __GNUC__ #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wstrict-aliasing" #endif // __GNUC__ // Rabbitmq_channel_queue_consume // optional int32 channel = 1; inline bool Rabbitmq_channel_queue_consume::has_channel() const { return (_has_bits_[0] & 0x00000020u) != 0; } inline void Rabbitmq_channel_queue_consume::set_has_channel() { _has_bits_[0] |= 0x00000020u; } inline void Rabbitmq_channel_queue_consume::clear_has_channel() { _has_bits_[0] &= ~0x00000020u; } inline void Rabbitmq_channel_queue_consume::clear_channel() { channel_ = 0; clear_has_channel(); } inline ::google::protobuf::int32 Rabbitmq_channel_queue_consume::channel() const { // @@protoc_insertion_point(field_get:Rabbitmq_proto.Rabbitmq_channel_queue_consume.channel) return channel_; } inline void Rabbitmq_channel_queue_consume::set_channel(::google::protobuf::int32 value) { set_has_channel(); channel_ = value; // @@protoc_insertion_point(field_set:Rabbitmq_proto.Rabbitmq_channel_queue_consume.channel) } // optional string exchange_name = 2; inline bool Rabbitmq_channel_queue_consume::has_exchange_name() const { return (_has_bits_[0] & 0x00000001u) != 0; } inline void Rabbitmq_channel_queue_consume::set_has_exchange_name() { _has_bits_[0] |= 0x00000001u; } inline void Rabbitmq_channel_queue_consume::clear_has_exchange_name() { _has_bits_[0] &= ~0x00000001u; } inline void Rabbitmq_channel_queue_consume::clear_exchange_name() { exchange_name_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); clear_has_exchange_name(); } inline const ::std::string& Rabbitmq_channel_queue_consume::exchange_name() const { // @@protoc_insertion_point(field_get:Rabbitmq_proto.Rabbitmq_channel_queue_consume.exchange_name) return exchange_name_.GetNoArena(); } inline void Rabbitmq_channel_queue_consume::set_exchange_name(const ::std::string& value) { set_has_exchange_name(); exchange_name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); // @@protoc_insertion_point(field_set:Rabbitmq_proto.Rabbitmq_channel_queue_consume.exchange_name) } #if LANG_CXX11 inline void Rabbitmq_channel_queue_consume::set_exchange_name(::std::string&& value) { set_has_exchange_name(); exchange_name_.SetNoArena( &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); // @@protoc_insertion_point(field_set_rvalue:Rabbitmq_proto.Rabbitmq_channel_queue_consume.exchange_name) } #endif inline void Rabbitmq_channel_queue_consume::set_exchange_name(const char* value) { GOOGLE_DCHECK(value != NULL); set_has_exchange_name(); exchange_name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); // @@protoc_insertion_point(field_set_char:Rabbitmq_proto.Rabbitmq_channel_queue_consume.exchange_name) } inline void Rabbitmq_channel_queue_consume::set_exchange_name(const char* value, size_t size) { set_has_exchange_name(); exchange_name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(reinterpret_cast(value), size)); // @@protoc_insertion_point(field_set_pointer:Rabbitmq_proto.Rabbitmq_channel_queue_consume.exchange_name) } inline ::std::string* Rabbitmq_channel_queue_consume::mutable_exchange_name() { set_has_exchange_name(); // @@protoc_insertion_point(field_mutable:Rabbitmq_proto.Rabbitmq_channel_queue_consume.exchange_name) return exchange_name_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } inline ::std::string* Rabbitmq_channel_queue_consume::release_exchange_name() { // @@protoc_insertion_point(field_release:Rabbitmq_proto.Rabbitmq_channel_queue_consume.exchange_name) if (!has_exchange_name()) { return NULL; } clear_has_exchange_name(); return exchange_name_.ReleaseNonDefaultNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } inline void Rabbitmq_channel_queue_consume::set_allocated_exchange_name(::std::string* exchange_name) { if (exchange_name != NULL) { set_has_exchange_name(); } else { clear_has_exchange_name(); } exchange_name_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), exchange_name); // @@protoc_insertion_point(field_set_allocated:Rabbitmq_proto.Rabbitmq_channel_queue_consume.exchange_name) } // optional string routing_key = 3; inline bool Rabbitmq_channel_queue_consume::has_routing_key() const { return (_has_bits_[0] & 0x00000002u) != 0; } inline void Rabbitmq_channel_queue_consume::set_has_routing_key() { _has_bits_[0] |= 0x00000002u; } inline void Rabbitmq_channel_queue_consume::clear_has_routing_key() { _has_bits_[0] &= ~0x00000002u; } inline void Rabbitmq_channel_queue_consume::clear_routing_key() { routing_key_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); clear_has_routing_key(); } inline const ::std::string& Rabbitmq_channel_queue_consume::routing_key() const { // @@protoc_insertion_point(field_get:Rabbitmq_proto.Rabbitmq_channel_queue_consume.routing_key) return routing_key_.GetNoArena(); } inline void Rabbitmq_channel_queue_consume::set_routing_key(const ::std::string& value) { set_has_routing_key(); routing_key_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); // @@protoc_insertion_point(field_set:Rabbitmq_proto.Rabbitmq_channel_queue_consume.routing_key) } #if LANG_CXX11 inline void Rabbitmq_channel_queue_consume::set_routing_key(::std::string&& value) { set_has_routing_key(); routing_key_.SetNoArena( &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); // @@protoc_insertion_point(field_set_rvalue:Rabbitmq_proto.Rabbitmq_channel_queue_consume.routing_key) } #endif inline void Rabbitmq_channel_queue_consume::set_routing_key(const char* value) { GOOGLE_DCHECK(value != NULL); set_has_routing_key(); routing_key_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); // @@protoc_insertion_point(field_set_char:Rabbitmq_proto.Rabbitmq_channel_queue_consume.routing_key) } inline void Rabbitmq_channel_queue_consume::set_routing_key(const char* value, size_t size) { set_has_routing_key(); routing_key_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(reinterpret_cast(value), size)); // @@protoc_insertion_point(field_set_pointer:Rabbitmq_proto.Rabbitmq_channel_queue_consume.routing_key) } inline ::std::string* Rabbitmq_channel_queue_consume::mutable_routing_key() { set_has_routing_key(); // @@protoc_insertion_point(field_mutable:Rabbitmq_proto.Rabbitmq_channel_queue_consume.routing_key) return routing_key_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } inline ::std::string* Rabbitmq_channel_queue_consume::release_routing_key() { // @@protoc_insertion_point(field_release:Rabbitmq_proto.Rabbitmq_channel_queue_consume.routing_key) if (!has_routing_key()) { return NULL; } clear_has_routing_key(); return routing_key_.ReleaseNonDefaultNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } inline void Rabbitmq_channel_queue_consume::set_allocated_routing_key(::std::string* routing_key) { if (routing_key != NULL) { set_has_routing_key(); } else { clear_has_routing_key(); } routing_key_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), routing_key); // @@protoc_insertion_point(field_set_allocated:Rabbitmq_proto.Rabbitmq_channel_queue_consume.routing_key) } // optional int32 timeout_ms = 4; inline bool Rabbitmq_channel_queue_consume::has_timeout_ms() const { return (_has_bits_[0] & 0x00000040u) != 0; } inline void Rabbitmq_channel_queue_consume::set_has_timeout_ms() { _has_bits_[0] |= 0x00000040u; } inline void Rabbitmq_channel_queue_consume::clear_has_timeout_ms() { _has_bits_[0] &= ~0x00000040u; } inline void Rabbitmq_channel_queue_consume::clear_timeout_ms() { timeout_ms_ = 0; clear_has_timeout_ms(); } inline ::google::protobuf::int32 Rabbitmq_channel_queue_consume::timeout_ms() const { // @@protoc_insertion_point(field_get:Rabbitmq_proto.Rabbitmq_channel_queue_consume.timeout_ms) return timeout_ms_; } inline void Rabbitmq_channel_queue_consume::set_timeout_ms(::google::protobuf::int32 value) { set_has_timeout_ms(); timeout_ms_ = value; // @@protoc_insertion_point(field_set:Rabbitmq_proto.Rabbitmq_channel_queue_consume.timeout_ms) } // optional string binding_key = 5; inline bool Rabbitmq_channel_queue_consume::has_binding_key() const { return (_has_bits_[0] & 0x00000004u) != 0; } inline void Rabbitmq_channel_queue_consume::set_has_binding_key() { _has_bits_[0] |= 0x00000004u; } inline void Rabbitmq_channel_queue_consume::clear_has_binding_key() { _has_bits_[0] &= ~0x00000004u; } inline void Rabbitmq_channel_queue_consume::clear_binding_key() { binding_key_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); clear_has_binding_key(); } inline const ::std::string& Rabbitmq_channel_queue_consume::binding_key() const { // @@protoc_insertion_point(field_get:Rabbitmq_proto.Rabbitmq_channel_queue_consume.binding_key) return binding_key_.GetNoArena(); } inline void Rabbitmq_channel_queue_consume::set_binding_key(const ::std::string& value) { set_has_binding_key(); binding_key_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); // @@protoc_insertion_point(field_set:Rabbitmq_proto.Rabbitmq_channel_queue_consume.binding_key) } #if LANG_CXX11 inline void Rabbitmq_channel_queue_consume::set_binding_key(::std::string&& value) { set_has_binding_key(); binding_key_.SetNoArena( &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); // @@protoc_insertion_point(field_set_rvalue:Rabbitmq_proto.Rabbitmq_channel_queue_consume.binding_key) } #endif inline void Rabbitmq_channel_queue_consume::set_binding_key(const char* value) { GOOGLE_DCHECK(value != NULL); set_has_binding_key(); binding_key_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); // @@protoc_insertion_point(field_set_char:Rabbitmq_proto.Rabbitmq_channel_queue_consume.binding_key) } inline void Rabbitmq_channel_queue_consume::set_binding_key(const char* value, size_t size) { set_has_binding_key(); binding_key_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(reinterpret_cast(value), size)); // @@protoc_insertion_point(field_set_pointer:Rabbitmq_proto.Rabbitmq_channel_queue_consume.binding_key) } inline ::std::string* Rabbitmq_channel_queue_consume::mutable_binding_key() { set_has_binding_key(); // @@protoc_insertion_point(field_mutable:Rabbitmq_proto.Rabbitmq_channel_queue_consume.binding_key) return binding_key_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } inline ::std::string* Rabbitmq_channel_queue_consume::release_binding_key() { // @@protoc_insertion_point(field_release:Rabbitmq_proto.Rabbitmq_channel_queue_consume.binding_key) if (!has_binding_key()) { return NULL; } clear_has_binding_key(); return binding_key_.ReleaseNonDefaultNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } inline void Rabbitmq_channel_queue_consume::set_allocated_binding_key(::std::string* binding_key) { if (binding_key != NULL) { set_has_binding_key(); } else { clear_has_binding_key(); } binding_key_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), binding_key); // @@protoc_insertion_point(field_set_allocated:Rabbitmq_proto.Rabbitmq_channel_queue_consume.binding_key) } // optional string queue_name = 6; inline bool Rabbitmq_channel_queue_consume::has_queue_name() const { return (_has_bits_[0] & 0x00000008u) != 0; } inline void Rabbitmq_channel_queue_consume::set_has_queue_name() { _has_bits_[0] |= 0x00000008u; } inline void Rabbitmq_channel_queue_consume::clear_has_queue_name() { _has_bits_[0] &= ~0x00000008u; } inline void Rabbitmq_channel_queue_consume::clear_queue_name() { queue_name_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); clear_has_queue_name(); } inline const ::std::string& Rabbitmq_channel_queue_consume::queue_name() const { // @@protoc_insertion_point(field_get:Rabbitmq_proto.Rabbitmq_channel_queue_consume.queue_name) return queue_name_.GetNoArena(); } inline void Rabbitmq_channel_queue_consume::set_queue_name(const ::std::string& value) { set_has_queue_name(); queue_name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); // @@protoc_insertion_point(field_set:Rabbitmq_proto.Rabbitmq_channel_queue_consume.queue_name) } #if LANG_CXX11 inline void Rabbitmq_channel_queue_consume::set_queue_name(::std::string&& value) { set_has_queue_name(); queue_name_.SetNoArena( &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); // @@protoc_insertion_point(field_set_rvalue:Rabbitmq_proto.Rabbitmq_channel_queue_consume.queue_name) } #endif inline void Rabbitmq_channel_queue_consume::set_queue_name(const char* value) { GOOGLE_DCHECK(value != NULL); set_has_queue_name(); queue_name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); // @@protoc_insertion_point(field_set_char:Rabbitmq_proto.Rabbitmq_channel_queue_consume.queue_name) } inline void Rabbitmq_channel_queue_consume::set_queue_name(const char* value, size_t size) { set_has_queue_name(); queue_name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(reinterpret_cast(value), size)); // @@protoc_insertion_point(field_set_pointer:Rabbitmq_proto.Rabbitmq_channel_queue_consume.queue_name) } inline ::std::string* Rabbitmq_channel_queue_consume::mutable_queue_name() { set_has_queue_name(); // @@protoc_insertion_point(field_mutable:Rabbitmq_proto.Rabbitmq_channel_queue_consume.queue_name) return queue_name_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } inline ::std::string* Rabbitmq_channel_queue_consume::release_queue_name() { // @@protoc_insertion_point(field_release:Rabbitmq_proto.Rabbitmq_channel_queue_consume.queue_name) if (!has_queue_name()) { return NULL; } clear_has_queue_name(); return queue_name_.ReleaseNonDefaultNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } inline void Rabbitmq_channel_queue_consume::set_allocated_queue_name(::std::string* queue_name) { if (queue_name != NULL) { set_has_queue_name(); } else { clear_has_queue_name(); } queue_name_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), queue_name); // @@protoc_insertion_point(field_set_allocated:Rabbitmq_proto.Rabbitmq_channel_queue_consume.queue_name) } // optional int32 queue_passive = 7 [default = 0]; inline bool Rabbitmq_channel_queue_consume::has_queue_passive() const { return (_has_bits_[0] & 0x00000080u) != 0; } inline void Rabbitmq_channel_queue_consume::set_has_queue_passive() { _has_bits_[0] |= 0x00000080u; } inline void Rabbitmq_channel_queue_consume::clear_has_queue_passive() { _has_bits_[0] &= ~0x00000080u; } inline void Rabbitmq_channel_queue_consume::clear_queue_passive() { queue_passive_ = 0; clear_has_queue_passive(); } inline ::google::protobuf::int32 Rabbitmq_channel_queue_consume::queue_passive() const { // @@protoc_insertion_point(field_get:Rabbitmq_proto.Rabbitmq_channel_queue_consume.queue_passive) return queue_passive_; } inline void Rabbitmq_channel_queue_consume::set_queue_passive(::google::protobuf::int32 value) { set_has_queue_passive(); queue_passive_ = value; // @@protoc_insertion_point(field_set:Rabbitmq_proto.Rabbitmq_channel_queue_consume.queue_passive) } // optional int32 queue_durable = 8; inline bool Rabbitmq_channel_queue_consume::has_queue_durable() const { return (_has_bits_[0] & 0x00000100u) != 0; } inline void Rabbitmq_channel_queue_consume::set_has_queue_durable() { _has_bits_[0] |= 0x00000100u; } inline void Rabbitmq_channel_queue_consume::clear_has_queue_durable() { _has_bits_[0] &= ~0x00000100u; } inline void Rabbitmq_channel_queue_consume::clear_queue_durable() { queue_durable_ = 0; clear_has_queue_durable(); } inline ::google::protobuf::int32 Rabbitmq_channel_queue_consume::queue_durable() const { // @@protoc_insertion_point(field_get:Rabbitmq_proto.Rabbitmq_channel_queue_consume.queue_durable) return queue_durable_; } inline void Rabbitmq_channel_queue_consume::set_queue_durable(::google::protobuf::int32 value) { set_has_queue_durable(); queue_durable_ = value; // @@protoc_insertion_point(field_set:Rabbitmq_proto.Rabbitmq_channel_queue_consume.queue_durable) } // optional int32 queue_exclusive = 9 [default = 0]; inline bool Rabbitmq_channel_queue_consume::has_queue_exclusive() const { return (_has_bits_[0] & 0x00000200u) != 0; } inline void Rabbitmq_channel_queue_consume::set_has_queue_exclusive() { _has_bits_[0] |= 0x00000200u; } inline void Rabbitmq_channel_queue_consume::clear_has_queue_exclusive() { _has_bits_[0] &= ~0x00000200u; } inline void Rabbitmq_channel_queue_consume::clear_queue_exclusive() { queue_exclusive_ = 0; clear_has_queue_exclusive(); } inline ::google::protobuf::int32 Rabbitmq_channel_queue_consume::queue_exclusive() const { // @@protoc_insertion_point(field_get:Rabbitmq_proto.Rabbitmq_channel_queue_consume.queue_exclusive) return queue_exclusive_; } inline void Rabbitmq_channel_queue_consume::set_queue_exclusive(::google::protobuf::int32 value) { set_has_queue_exclusive(); queue_exclusive_ = value; // @@protoc_insertion_point(field_set:Rabbitmq_proto.Rabbitmq_channel_queue_consume.queue_exclusive) } // optional int32 queue_auto_delete = 10 [default = 0]; inline bool Rabbitmq_channel_queue_consume::has_queue_auto_delete() const { return (_has_bits_[0] & 0x00000400u) != 0; } inline void Rabbitmq_channel_queue_consume::set_has_queue_auto_delete() { _has_bits_[0] |= 0x00000400u; } inline void Rabbitmq_channel_queue_consume::clear_has_queue_auto_delete() { _has_bits_[0] &= ~0x00000400u; } inline void Rabbitmq_channel_queue_consume::clear_queue_auto_delete() { queue_auto_delete_ = 0; clear_has_queue_auto_delete(); } inline ::google::protobuf::int32 Rabbitmq_channel_queue_consume::queue_auto_delete() const { // @@protoc_insertion_point(field_get:Rabbitmq_proto.Rabbitmq_channel_queue_consume.queue_auto_delete) return queue_auto_delete_; } inline void Rabbitmq_channel_queue_consume::set_queue_auto_delete(::google::protobuf::int32 value) { set_has_queue_auto_delete(); queue_auto_delete_ = value; // @@protoc_insertion_point(field_set:Rabbitmq_proto.Rabbitmq_channel_queue_consume.queue_auto_delete) } // optional int32 queue_meassage_ttl = 11 [default = 0]; inline bool Rabbitmq_channel_queue_consume::has_queue_meassage_ttl() const { return (_has_bits_[0] & 0x00000800u) != 0; } inline void Rabbitmq_channel_queue_consume::set_has_queue_meassage_ttl() { _has_bits_[0] |= 0x00000800u; } inline void Rabbitmq_channel_queue_consume::clear_has_queue_meassage_ttl() { _has_bits_[0] &= ~0x00000800u; } inline void Rabbitmq_channel_queue_consume::clear_queue_meassage_ttl() { queue_meassage_ttl_ = 0; clear_has_queue_meassage_ttl(); } inline ::google::protobuf::int32 Rabbitmq_channel_queue_consume::queue_meassage_ttl() const { // @@protoc_insertion_point(field_get:Rabbitmq_proto.Rabbitmq_channel_queue_consume.queue_meassage_ttl) return queue_meassage_ttl_; } inline void Rabbitmq_channel_queue_consume::set_queue_meassage_ttl(::google::protobuf::int32 value) { set_has_queue_meassage_ttl(); queue_meassage_ttl_ = value; // @@protoc_insertion_point(field_set:Rabbitmq_proto.Rabbitmq_channel_queue_consume.queue_meassage_ttl) } // optional string consume_name = 12; inline bool Rabbitmq_channel_queue_consume::has_consume_name() const { return (_has_bits_[0] & 0x00000010u) != 0; } inline void Rabbitmq_channel_queue_consume::set_has_consume_name() { _has_bits_[0] |= 0x00000010u; } inline void Rabbitmq_channel_queue_consume::clear_has_consume_name() { _has_bits_[0] &= ~0x00000010u; } inline void Rabbitmq_channel_queue_consume::clear_consume_name() { consume_name_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); clear_has_consume_name(); } inline const ::std::string& Rabbitmq_channel_queue_consume::consume_name() const { // @@protoc_insertion_point(field_get:Rabbitmq_proto.Rabbitmq_channel_queue_consume.consume_name) return consume_name_.GetNoArena(); } inline void Rabbitmq_channel_queue_consume::set_consume_name(const ::std::string& value) { set_has_consume_name(); consume_name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); // @@protoc_insertion_point(field_set:Rabbitmq_proto.Rabbitmq_channel_queue_consume.consume_name) } #if LANG_CXX11 inline void Rabbitmq_channel_queue_consume::set_consume_name(::std::string&& value) { set_has_consume_name(); consume_name_.SetNoArena( &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); // @@protoc_insertion_point(field_set_rvalue:Rabbitmq_proto.Rabbitmq_channel_queue_consume.consume_name) } #endif inline void Rabbitmq_channel_queue_consume::set_consume_name(const char* value) { GOOGLE_DCHECK(value != NULL); set_has_consume_name(); consume_name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); // @@protoc_insertion_point(field_set_char:Rabbitmq_proto.Rabbitmq_channel_queue_consume.consume_name) } inline void Rabbitmq_channel_queue_consume::set_consume_name(const char* value, size_t size) { set_has_consume_name(); consume_name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(reinterpret_cast(value), size)); // @@protoc_insertion_point(field_set_pointer:Rabbitmq_proto.Rabbitmq_channel_queue_consume.consume_name) } inline ::std::string* Rabbitmq_channel_queue_consume::mutable_consume_name() { set_has_consume_name(); // @@protoc_insertion_point(field_mutable:Rabbitmq_proto.Rabbitmq_channel_queue_consume.consume_name) return consume_name_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } inline ::std::string* Rabbitmq_channel_queue_consume::release_consume_name() { // @@protoc_insertion_point(field_release:Rabbitmq_proto.Rabbitmq_channel_queue_consume.consume_name) if (!has_consume_name()) { return NULL; } clear_has_consume_name(); return consume_name_.ReleaseNonDefaultNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } inline void Rabbitmq_channel_queue_consume::set_allocated_consume_name(::std::string* consume_name) { if (consume_name != NULL) { set_has_consume_name(); } else { clear_has_consume_name(); } consume_name_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), consume_name); // @@protoc_insertion_point(field_set_allocated:Rabbitmq_proto.Rabbitmq_channel_queue_consume.consume_name) } // optional int32 consume_no_local = 13 [default = 0]; inline bool Rabbitmq_channel_queue_consume::has_consume_no_local() const { return (_has_bits_[0] & 0x00001000u) != 0; } inline void Rabbitmq_channel_queue_consume::set_has_consume_no_local() { _has_bits_[0] |= 0x00001000u; } inline void Rabbitmq_channel_queue_consume::clear_has_consume_no_local() { _has_bits_[0] &= ~0x00001000u; } inline void Rabbitmq_channel_queue_consume::clear_consume_no_local() { consume_no_local_ = 0; clear_has_consume_no_local(); } inline ::google::protobuf::int32 Rabbitmq_channel_queue_consume::consume_no_local() const { // @@protoc_insertion_point(field_get:Rabbitmq_proto.Rabbitmq_channel_queue_consume.consume_no_local) return consume_no_local_; } inline void Rabbitmq_channel_queue_consume::set_consume_no_local(::google::protobuf::int32 value) { set_has_consume_no_local(); consume_no_local_ = value; // @@protoc_insertion_point(field_set:Rabbitmq_proto.Rabbitmq_channel_queue_consume.consume_no_local) } // optional int32 consume_no_ack = 14 [default = 0]; inline bool Rabbitmq_channel_queue_consume::has_consume_no_ack() const { return (_has_bits_[0] & 0x00002000u) != 0; } inline void Rabbitmq_channel_queue_consume::set_has_consume_no_ack() { _has_bits_[0] |= 0x00002000u; } inline void Rabbitmq_channel_queue_consume::clear_has_consume_no_ack() { _has_bits_[0] &= ~0x00002000u; } inline void Rabbitmq_channel_queue_consume::clear_consume_no_ack() { consume_no_ack_ = 0; clear_has_consume_no_ack(); } inline ::google::protobuf::int32 Rabbitmq_channel_queue_consume::consume_no_ack() const { // @@protoc_insertion_point(field_get:Rabbitmq_proto.Rabbitmq_channel_queue_consume.consume_no_ack) return consume_no_ack_; } inline void Rabbitmq_channel_queue_consume::set_consume_no_ack(::google::protobuf::int32 value) { set_has_consume_no_ack(); consume_no_ack_ = value; // @@protoc_insertion_point(field_set:Rabbitmq_proto.Rabbitmq_channel_queue_consume.consume_no_ack) } // optional int32 consume_exclusive = 15; inline bool Rabbitmq_channel_queue_consume::has_consume_exclusive() const { return (_has_bits_[0] & 0x00004000u) != 0; } inline void Rabbitmq_channel_queue_consume::set_has_consume_exclusive() { _has_bits_[0] |= 0x00004000u; } inline void Rabbitmq_channel_queue_consume::clear_has_consume_exclusive() { _has_bits_[0] &= ~0x00004000u; } inline void Rabbitmq_channel_queue_consume::clear_consume_exclusive() { consume_exclusive_ = 0; clear_has_consume_exclusive(); } inline ::google::protobuf::int32 Rabbitmq_channel_queue_consume::consume_exclusive() const { // @@protoc_insertion_point(field_get:Rabbitmq_proto.Rabbitmq_channel_queue_consume.consume_exclusive) return consume_exclusive_; } inline void Rabbitmq_channel_queue_consume::set_consume_exclusive(::google::protobuf::int32 value) { set_has_consume_exclusive(); consume_exclusive_ = value; // @@protoc_insertion_point(field_set:Rabbitmq_proto.Rabbitmq_channel_queue_consume.consume_exclusive) } // ------------------------------------------------------------------- // Rabbitmq_parameter // optional string ip = 1; inline bool Rabbitmq_parameter::has_ip() const { return (_has_bits_[0] & 0x00000001u) != 0; } inline void Rabbitmq_parameter::set_has_ip() { _has_bits_[0] |= 0x00000001u; } inline void Rabbitmq_parameter::clear_has_ip() { _has_bits_[0] &= ~0x00000001u; } inline void Rabbitmq_parameter::clear_ip() { ip_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); clear_has_ip(); } inline const ::std::string& Rabbitmq_parameter::ip() const { // @@protoc_insertion_point(field_get:Rabbitmq_proto.Rabbitmq_parameter.ip) return ip_.GetNoArena(); } inline void Rabbitmq_parameter::set_ip(const ::std::string& value) { set_has_ip(); ip_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); // @@protoc_insertion_point(field_set:Rabbitmq_proto.Rabbitmq_parameter.ip) } #if LANG_CXX11 inline void Rabbitmq_parameter::set_ip(::std::string&& value) { set_has_ip(); ip_.SetNoArena( &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); // @@protoc_insertion_point(field_set_rvalue:Rabbitmq_proto.Rabbitmq_parameter.ip) } #endif inline void Rabbitmq_parameter::set_ip(const char* value) { GOOGLE_DCHECK(value != NULL); set_has_ip(); ip_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); // @@protoc_insertion_point(field_set_char:Rabbitmq_proto.Rabbitmq_parameter.ip) } inline void Rabbitmq_parameter::set_ip(const char* value, size_t size) { set_has_ip(); ip_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(reinterpret_cast(value), size)); // @@protoc_insertion_point(field_set_pointer:Rabbitmq_proto.Rabbitmq_parameter.ip) } inline ::std::string* Rabbitmq_parameter::mutable_ip() { set_has_ip(); // @@protoc_insertion_point(field_mutable:Rabbitmq_proto.Rabbitmq_parameter.ip) return ip_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } inline ::std::string* Rabbitmq_parameter::release_ip() { // @@protoc_insertion_point(field_release:Rabbitmq_proto.Rabbitmq_parameter.ip) if (!has_ip()) { return NULL; } clear_has_ip(); return ip_.ReleaseNonDefaultNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } inline void Rabbitmq_parameter::set_allocated_ip(::std::string* ip) { if (ip != NULL) { set_has_ip(); } else { clear_has_ip(); } ip_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ip); // @@protoc_insertion_point(field_set_allocated:Rabbitmq_proto.Rabbitmq_parameter.ip) } // optional int32 port = 2; inline bool Rabbitmq_parameter::has_port() const { return (_has_bits_[0] & 0x00000008u) != 0; } inline void Rabbitmq_parameter::set_has_port() { _has_bits_[0] |= 0x00000008u; } inline void Rabbitmq_parameter::clear_has_port() { _has_bits_[0] &= ~0x00000008u; } inline void Rabbitmq_parameter::clear_port() { port_ = 0; clear_has_port(); } inline ::google::protobuf::int32 Rabbitmq_parameter::port() const { // @@protoc_insertion_point(field_get:Rabbitmq_proto.Rabbitmq_parameter.port) return port_; } inline void Rabbitmq_parameter::set_port(::google::protobuf::int32 value) { set_has_port(); port_ = value; // @@protoc_insertion_point(field_set:Rabbitmq_proto.Rabbitmq_parameter.port) } // optional string user = 3; inline bool Rabbitmq_parameter::has_user() const { return (_has_bits_[0] & 0x00000002u) != 0; } inline void Rabbitmq_parameter::set_has_user() { _has_bits_[0] |= 0x00000002u; } inline void Rabbitmq_parameter::clear_has_user() { _has_bits_[0] &= ~0x00000002u; } inline void Rabbitmq_parameter::clear_user() { user_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); clear_has_user(); } inline const ::std::string& Rabbitmq_parameter::user() const { // @@protoc_insertion_point(field_get:Rabbitmq_proto.Rabbitmq_parameter.user) return user_.GetNoArena(); } inline void Rabbitmq_parameter::set_user(const ::std::string& value) { set_has_user(); user_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); // @@protoc_insertion_point(field_set:Rabbitmq_proto.Rabbitmq_parameter.user) } #if LANG_CXX11 inline void Rabbitmq_parameter::set_user(::std::string&& value) { set_has_user(); user_.SetNoArena( &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); // @@protoc_insertion_point(field_set_rvalue:Rabbitmq_proto.Rabbitmq_parameter.user) } #endif inline void Rabbitmq_parameter::set_user(const char* value) { GOOGLE_DCHECK(value != NULL); set_has_user(); user_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); // @@protoc_insertion_point(field_set_char:Rabbitmq_proto.Rabbitmq_parameter.user) } inline void Rabbitmq_parameter::set_user(const char* value, size_t size) { set_has_user(); user_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(reinterpret_cast(value), size)); // @@protoc_insertion_point(field_set_pointer:Rabbitmq_proto.Rabbitmq_parameter.user) } inline ::std::string* Rabbitmq_parameter::mutable_user() { set_has_user(); // @@protoc_insertion_point(field_mutable:Rabbitmq_proto.Rabbitmq_parameter.user) return user_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } inline ::std::string* Rabbitmq_parameter::release_user() { // @@protoc_insertion_point(field_release:Rabbitmq_proto.Rabbitmq_parameter.user) if (!has_user()) { return NULL; } clear_has_user(); return user_.ReleaseNonDefaultNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } inline void Rabbitmq_parameter::set_allocated_user(::std::string* user) { if (user != NULL) { set_has_user(); } else { clear_has_user(); } user_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), user); // @@protoc_insertion_point(field_set_allocated:Rabbitmq_proto.Rabbitmq_parameter.user) } // optional string password = 4; inline bool Rabbitmq_parameter::has_password() const { return (_has_bits_[0] & 0x00000004u) != 0; } inline void Rabbitmq_parameter::set_has_password() { _has_bits_[0] |= 0x00000004u; } inline void Rabbitmq_parameter::clear_has_password() { _has_bits_[0] &= ~0x00000004u; } inline void Rabbitmq_parameter::clear_password() { password_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); clear_has_password(); } inline const ::std::string& Rabbitmq_parameter::password() const { // @@protoc_insertion_point(field_get:Rabbitmq_proto.Rabbitmq_parameter.password) return password_.GetNoArena(); } inline void Rabbitmq_parameter::set_password(const ::std::string& value) { set_has_password(); password_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); // @@protoc_insertion_point(field_set:Rabbitmq_proto.Rabbitmq_parameter.password) } #if LANG_CXX11 inline void Rabbitmq_parameter::set_password(::std::string&& value) { set_has_password(); password_.SetNoArena( &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); // @@protoc_insertion_point(field_set_rvalue:Rabbitmq_proto.Rabbitmq_parameter.password) } #endif inline void Rabbitmq_parameter::set_password(const char* value) { GOOGLE_DCHECK(value != NULL); set_has_password(); password_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); // @@protoc_insertion_point(field_set_char:Rabbitmq_proto.Rabbitmq_parameter.password) } inline void Rabbitmq_parameter::set_password(const char* value, size_t size) { set_has_password(); password_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(reinterpret_cast(value), size)); // @@protoc_insertion_point(field_set_pointer:Rabbitmq_proto.Rabbitmq_parameter.password) } inline ::std::string* Rabbitmq_parameter::mutable_password() { set_has_password(); // @@protoc_insertion_point(field_mutable:Rabbitmq_proto.Rabbitmq_parameter.password) return password_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } inline ::std::string* Rabbitmq_parameter::release_password() { // @@protoc_insertion_point(field_release:Rabbitmq_proto.Rabbitmq_parameter.password) if (!has_password()) { return NULL; } clear_has_password(); return password_.ReleaseNonDefaultNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } inline void Rabbitmq_parameter::set_allocated_password(::std::string* password) { if (password != NULL) { set_has_password(); } else { clear_has_password(); } password_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), password); // @@protoc_insertion_point(field_set_allocated:Rabbitmq_proto.Rabbitmq_parameter.password) } // repeated .Rabbitmq_proto.Rabbitmq_channel_queue_consume rabbitmq_reciever_vector = 5; inline int Rabbitmq_parameter::rabbitmq_reciever_vector_size() const { return rabbitmq_reciever_vector_.size(); } inline void Rabbitmq_parameter::clear_rabbitmq_reciever_vector() { rabbitmq_reciever_vector_.Clear(); } inline ::Rabbitmq_proto::Rabbitmq_channel_queue_consume* Rabbitmq_parameter::mutable_rabbitmq_reciever_vector(int index) { // @@protoc_insertion_point(field_mutable:Rabbitmq_proto.Rabbitmq_parameter.rabbitmq_reciever_vector) return rabbitmq_reciever_vector_.Mutable(index); } inline ::google::protobuf::RepeatedPtrField< ::Rabbitmq_proto::Rabbitmq_channel_queue_consume >* Rabbitmq_parameter::mutable_rabbitmq_reciever_vector() { // @@protoc_insertion_point(field_mutable_list:Rabbitmq_proto.Rabbitmq_parameter.rabbitmq_reciever_vector) return &rabbitmq_reciever_vector_; } inline const ::Rabbitmq_proto::Rabbitmq_channel_queue_consume& Rabbitmq_parameter::rabbitmq_reciever_vector(int index) const { // @@protoc_insertion_point(field_get:Rabbitmq_proto.Rabbitmq_parameter.rabbitmq_reciever_vector) return rabbitmq_reciever_vector_.Get(index); } inline ::Rabbitmq_proto::Rabbitmq_channel_queue_consume* Rabbitmq_parameter::add_rabbitmq_reciever_vector() { // @@protoc_insertion_point(field_add:Rabbitmq_proto.Rabbitmq_parameter.rabbitmq_reciever_vector) return rabbitmq_reciever_vector_.Add(); } inline const ::google::protobuf::RepeatedPtrField< ::Rabbitmq_proto::Rabbitmq_channel_queue_consume >& Rabbitmq_parameter::rabbitmq_reciever_vector() const { // @@protoc_insertion_point(field_list:Rabbitmq_proto.Rabbitmq_parameter.rabbitmq_reciever_vector) return rabbitmq_reciever_vector_; } // repeated .Rabbitmq_proto.Rabbitmq_channel_queue_consume rabbitmq_sender_request_vector = 6; inline int Rabbitmq_parameter::rabbitmq_sender_request_vector_size() const { return rabbitmq_sender_request_vector_.size(); } inline void Rabbitmq_parameter::clear_rabbitmq_sender_request_vector() { rabbitmq_sender_request_vector_.Clear(); } inline ::Rabbitmq_proto::Rabbitmq_channel_queue_consume* Rabbitmq_parameter::mutable_rabbitmq_sender_request_vector(int index) { // @@protoc_insertion_point(field_mutable:Rabbitmq_proto.Rabbitmq_parameter.rabbitmq_sender_request_vector) return rabbitmq_sender_request_vector_.Mutable(index); } inline ::google::protobuf::RepeatedPtrField< ::Rabbitmq_proto::Rabbitmq_channel_queue_consume >* Rabbitmq_parameter::mutable_rabbitmq_sender_request_vector() { // @@protoc_insertion_point(field_mutable_list:Rabbitmq_proto.Rabbitmq_parameter.rabbitmq_sender_request_vector) return &rabbitmq_sender_request_vector_; } inline const ::Rabbitmq_proto::Rabbitmq_channel_queue_consume& Rabbitmq_parameter::rabbitmq_sender_request_vector(int index) const { // @@protoc_insertion_point(field_get:Rabbitmq_proto.Rabbitmq_parameter.rabbitmq_sender_request_vector) return rabbitmq_sender_request_vector_.Get(index); } inline ::Rabbitmq_proto::Rabbitmq_channel_queue_consume* Rabbitmq_parameter::add_rabbitmq_sender_request_vector() { // @@protoc_insertion_point(field_add:Rabbitmq_proto.Rabbitmq_parameter.rabbitmq_sender_request_vector) return rabbitmq_sender_request_vector_.Add(); } inline const ::google::protobuf::RepeatedPtrField< ::Rabbitmq_proto::Rabbitmq_channel_queue_consume >& Rabbitmq_parameter::rabbitmq_sender_request_vector() const { // @@protoc_insertion_point(field_list:Rabbitmq_proto.Rabbitmq_parameter.rabbitmq_sender_request_vector) return rabbitmq_sender_request_vector_; } // repeated .Rabbitmq_proto.Rabbitmq_channel_queue_consume rabbitmq_sender_status_vector = 7; inline int Rabbitmq_parameter::rabbitmq_sender_status_vector_size() const { return rabbitmq_sender_status_vector_.size(); } inline void Rabbitmq_parameter::clear_rabbitmq_sender_status_vector() { rabbitmq_sender_status_vector_.Clear(); } inline ::Rabbitmq_proto::Rabbitmq_channel_queue_consume* Rabbitmq_parameter::mutable_rabbitmq_sender_status_vector(int index) { // @@protoc_insertion_point(field_mutable:Rabbitmq_proto.Rabbitmq_parameter.rabbitmq_sender_status_vector) return rabbitmq_sender_status_vector_.Mutable(index); } inline ::google::protobuf::RepeatedPtrField< ::Rabbitmq_proto::Rabbitmq_channel_queue_consume >* Rabbitmq_parameter::mutable_rabbitmq_sender_status_vector() { // @@protoc_insertion_point(field_mutable_list:Rabbitmq_proto.Rabbitmq_parameter.rabbitmq_sender_status_vector) return &rabbitmq_sender_status_vector_; } inline const ::Rabbitmq_proto::Rabbitmq_channel_queue_consume& Rabbitmq_parameter::rabbitmq_sender_status_vector(int index) const { // @@protoc_insertion_point(field_get:Rabbitmq_proto.Rabbitmq_parameter.rabbitmq_sender_status_vector) return rabbitmq_sender_status_vector_.Get(index); } inline ::Rabbitmq_proto::Rabbitmq_channel_queue_consume* Rabbitmq_parameter::add_rabbitmq_sender_status_vector() { // @@protoc_insertion_point(field_add:Rabbitmq_proto.Rabbitmq_parameter.rabbitmq_sender_status_vector) return rabbitmq_sender_status_vector_.Add(); } inline const ::google::protobuf::RepeatedPtrField< ::Rabbitmq_proto::Rabbitmq_channel_queue_consume >& Rabbitmq_parameter::rabbitmq_sender_status_vector() const { // @@protoc_insertion_point(field_list:Rabbitmq_proto.Rabbitmq_parameter.rabbitmq_sender_status_vector) return rabbitmq_sender_status_vector_; } // ------------------------------------------------------------------- // Rabbitmq_parameter_all // optional .Rabbitmq_proto.Rabbitmq_parameter rabbitmq_parameters = 1; inline bool Rabbitmq_parameter_all::has_rabbitmq_parameters() const { return (_has_bits_[0] & 0x00000001u) != 0; } inline void Rabbitmq_parameter_all::set_has_rabbitmq_parameters() { _has_bits_[0] |= 0x00000001u; } inline void Rabbitmq_parameter_all::clear_has_rabbitmq_parameters() { _has_bits_[0] &= ~0x00000001u; } inline void Rabbitmq_parameter_all::clear_rabbitmq_parameters() { if (rabbitmq_parameters_ != NULL) rabbitmq_parameters_->Clear(); clear_has_rabbitmq_parameters(); } inline const ::Rabbitmq_proto::Rabbitmq_parameter& Rabbitmq_parameter_all::_internal_rabbitmq_parameters() const { return *rabbitmq_parameters_; } inline const ::Rabbitmq_proto::Rabbitmq_parameter& Rabbitmq_parameter_all::rabbitmq_parameters() const { const ::Rabbitmq_proto::Rabbitmq_parameter* p = rabbitmq_parameters_; // @@protoc_insertion_point(field_get:Rabbitmq_proto.Rabbitmq_parameter_all.rabbitmq_parameters) return p != NULL ? *p : *reinterpret_cast( &::Rabbitmq_proto::_Rabbitmq_parameter_default_instance_); } inline ::Rabbitmq_proto::Rabbitmq_parameter* Rabbitmq_parameter_all::release_rabbitmq_parameters() { // @@protoc_insertion_point(field_release:Rabbitmq_proto.Rabbitmq_parameter_all.rabbitmq_parameters) clear_has_rabbitmq_parameters(); ::Rabbitmq_proto::Rabbitmq_parameter* temp = rabbitmq_parameters_; rabbitmq_parameters_ = NULL; return temp; } inline ::Rabbitmq_proto::Rabbitmq_parameter* Rabbitmq_parameter_all::mutable_rabbitmq_parameters() { set_has_rabbitmq_parameters(); if (rabbitmq_parameters_ == NULL) { auto* p = CreateMaybeMessage<::Rabbitmq_proto::Rabbitmq_parameter>(GetArenaNoVirtual()); rabbitmq_parameters_ = p; } // @@protoc_insertion_point(field_mutable:Rabbitmq_proto.Rabbitmq_parameter_all.rabbitmq_parameters) return rabbitmq_parameters_; } inline void Rabbitmq_parameter_all::set_allocated_rabbitmq_parameters(::Rabbitmq_proto::Rabbitmq_parameter* rabbitmq_parameters) { ::google::protobuf::Arena* message_arena = GetArenaNoVirtual(); if (message_arena == NULL) { delete rabbitmq_parameters_; } if (rabbitmq_parameters) { ::google::protobuf::Arena* submessage_arena = NULL; if (message_arena != submessage_arena) { rabbitmq_parameters = ::google::protobuf::internal::GetOwnedMessage( message_arena, rabbitmq_parameters, submessage_arena); } set_has_rabbitmq_parameters(); } else { clear_has_rabbitmq_parameters(); } rabbitmq_parameters_ = rabbitmq_parameters; // @@protoc_insertion_point(field_set_allocated:Rabbitmq_proto.Rabbitmq_parameter_all.rabbitmq_parameters) } #ifdef __GNUC__ #pragma GCC diagnostic pop #endif // __GNUC__ // ------------------------------------------------------------------- // ------------------------------------------------------------------- // @@protoc_insertion_point(namespace_scope) } // namespace Rabbitmq_proto // @@protoc_insertion_point(global_scope) #endif // PROTOBUF_INCLUDED_rabbitmq_2eproto