123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620 |
- // Generated by the protocol buffer compiler. DO NOT EDIT!
- // source: rabbitmq.proto
- #ifndef PROTOBUF_rabbitmq_2eproto__INCLUDED
- #define PROTOBUF_rabbitmq_2eproto__INCLUDED
- #include <string>
- #include <google/protobuf/stubs/common.h>
- #if GOOGLE_PROTOBUF_VERSION < 3005000
- #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 3005000 < 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 <google/protobuf/io/coded_stream.h>
- #include <google/protobuf/arena.h>
- #include <google/protobuf/arenastring.h>
- #include <google/protobuf/generated_message_table_driven.h>
- #include <google/protobuf/generated_message_util.h>
- #include <google/protobuf/metadata.h>
- #include <google/protobuf/message.h>
- #include <google/protobuf/repeated_field.h> // IWYU pragma: export
- #include <google/protobuf/extension_set.h> // IWYU pragma: export
- #include <google/protobuf/unknown_field_set.h>
- // @@protoc_insertion_point(includes)
- 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();
- void InitDefaultsRabbitmq_channel_queue_consumeImpl();
- void InitDefaultsRabbitmq_channel_queue_consume();
- void InitDefaultsRabbitmq_parameterImpl();
- void InitDefaultsRabbitmq_parameter();
- void InitDefaultsRabbitmq_parameter_allImpl();
- void InitDefaultsRabbitmq_parameter_all();
- inline void InitDefaults() {
- InitDefaultsRabbitmq_channel_queue_consume();
- InitDefaultsRabbitmq_parameter();
- InitDefaultsRabbitmq_parameter_all();
- }
- } // 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 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<const Rabbitmq_channel_queue_consume*>(
- &_Rabbitmq_channel_queue_consume_default_instance_);
- }
- static PROTOBUF_CONSTEXPR int const 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 PROTOBUF_FINAL { return New(NULL); }
- Rabbitmq_channel_queue_consume* New(::google::protobuf::Arena* arena) const PROTOBUF_FINAL;
- void CopyFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL;
- void MergeFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL;
- void CopyFrom(const Rabbitmq_channel_queue_consume& from);
- void MergeFrom(const Rabbitmq_channel_queue_consume& from);
- void Clear() PROTOBUF_FINAL;
- bool IsInitialized() const PROTOBUF_FINAL;
- size_t ByteSizeLong() const PROTOBUF_FINAL;
- bool MergePartialFromCodedStream(
- ::google::protobuf::io::CodedInputStream* input) PROTOBUF_FINAL;
- void SerializeWithCachedSizes(
- ::google::protobuf::io::CodedOutputStream* output) const PROTOBUF_FINAL;
- ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
- bool deterministic, ::google::protobuf::uint8* target) const PROTOBUF_FINAL;
- int GetCachedSize() const PROTOBUF_FINAL { return _cached_size_; }
- private:
- void SharedCtor();
- void SharedDtor();
- void SetCachedSize(int size) const PROTOBUF_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 PROTOBUF_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 int _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;
- friend void ::protobuf_rabbitmq_2eproto::InitDefaultsRabbitmq_channel_queue_consumeImpl();
- };
- // -------------------------------------------------------------------
- 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<const Rabbitmq_parameter*>(
- &_Rabbitmq_parameter_default_instance_);
- }
- static PROTOBUF_CONSTEXPR int const 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 PROTOBUF_FINAL { return New(NULL); }
- Rabbitmq_parameter* New(::google::protobuf::Arena* arena) const PROTOBUF_FINAL;
- void CopyFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL;
- void MergeFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL;
- void CopyFrom(const Rabbitmq_parameter& from);
- void MergeFrom(const Rabbitmq_parameter& from);
- void Clear() PROTOBUF_FINAL;
- bool IsInitialized() const PROTOBUF_FINAL;
- size_t ByteSizeLong() const PROTOBUF_FINAL;
- bool MergePartialFromCodedStream(
- ::google::protobuf::io::CodedInputStream* input) PROTOBUF_FINAL;
- void SerializeWithCachedSizes(
- ::google::protobuf::io::CodedOutputStream* output) const PROTOBUF_FINAL;
- ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
- bool deterministic, ::google::protobuf::uint8* target) const PROTOBUF_FINAL;
- int GetCachedSize() const PROTOBUF_FINAL { return _cached_size_; }
- private:
- void SharedCtor();
- void SharedDtor();
- void SetCachedSize(int size) const PROTOBUF_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 PROTOBUF_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;
- const ::Rabbitmq_proto::Rabbitmq_channel_queue_consume& rabbitmq_reciever_vector(int index) const;
- ::Rabbitmq_proto::Rabbitmq_channel_queue_consume* mutable_rabbitmq_reciever_vector(int index);
- ::Rabbitmq_proto::Rabbitmq_channel_queue_consume* add_rabbitmq_reciever_vector();
- ::google::protobuf::RepeatedPtrField< ::Rabbitmq_proto::Rabbitmq_channel_queue_consume >*
- mutable_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;
- const ::Rabbitmq_proto::Rabbitmq_channel_queue_consume& rabbitmq_sender_request_vector(int index) const;
- ::Rabbitmq_proto::Rabbitmq_channel_queue_consume* mutable_rabbitmq_sender_request_vector(int index);
- ::Rabbitmq_proto::Rabbitmq_channel_queue_consume* add_rabbitmq_sender_request_vector();
- ::google::protobuf::RepeatedPtrField< ::Rabbitmq_proto::Rabbitmq_channel_queue_consume >*
- mutable_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;
- const ::Rabbitmq_proto::Rabbitmq_channel_queue_consume& rabbitmq_sender_status_vector(int index) const;
- ::Rabbitmq_proto::Rabbitmq_channel_queue_consume* mutable_rabbitmq_sender_status_vector(int index);
- ::Rabbitmq_proto::Rabbitmq_channel_queue_consume* add_rabbitmq_sender_status_vector();
- ::google::protobuf::RepeatedPtrField< ::Rabbitmq_proto::Rabbitmq_channel_queue_consume >*
- mutable_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 int _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;
- friend void ::protobuf_rabbitmq_2eproto::InitDefaultsRabbitmq_parameterImpl();
- };
- // -------------------------------------------------------------------
- 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<const Rabbitmq_parameter_all*>(
- &_Rabbitmq_parameter_all_default_instance_);
- }
- static PROTOBUF_CONSTEXPR int const 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 PROTOBUF_FINAL { return New(NULL); }
- Rabbitmq_parameter_all* New(::google::protobuf::Arena* arena) const PROTOBUF_FINAL;
- void CopyFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL;
- void MergeFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL;
- void CopyFrom(const Rabbitmq_parameter_all& from);
- void MergeFrom(const Rabbitmq_parameter_all& from);
- void Clear() PROTOBUF_FINAL;
- bool IsInitialized() const PROTOBUF_FINAL;
- size_t ByteSizeLong() const PROTOBUF_FINAL;
- bool MergePartialFromCodedStream(
- ::google::protobuf::io::CodedInputStream* input) PROTOBUF_FINAL;
- void SerializeWithCachedSizes(
- ::google::protobuf::io::CodedOutputStream* output) const PROTOBUF_FINAL;
- ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
- bool deterministic, ::google::protobuf::uint8* target) const PROTOBUF_FINAL;
- int GetCachedSize() const PROTOBUF_FINAL { return _cached_size_; }
- private:
- void SharedCtor();
- void SharedDtor();
- void SetCachedSize(int size) const PROTOBUF_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 PROTOBUF_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;
- 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 int _cached_size_;
- ::Rabbitmq_proto::Rabbitmq_parameter* rabbitmq_parameters_;
- friend struct ::protobuf_rabbitmq_2eproto::TableStruct;
- friend void ::protobuf_rabbitmq_2eproto::InitDefaultsRabbitmq_parameter_allImpl();
- };
- // ===================================================================
- // ===================================================================
- #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<const char*>(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)
- clear_has_exchange_name();
- return exchange_name_.ReleaseNoArena(&::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<const char*>(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)
- clear_has_routing_key();
- return routing_key_.ReleaseNoArena(&::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<const char*>(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)
- clear_has_binding_key();
- return binding_key_.ReleaseNoArena(&::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<const char*>(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)
- clear_has_queue_name();
- return queue_name_.ReleaseNoArena(&::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<const char*>(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)
- clear_has_consume_name();
- return consume_name_.ReleaseNoArena(&::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<const char*>(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)
- clear_has_ip();
- return ip_.ReleaseNoArena(&::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<const char*>(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)
- clear_has_user();
- return user_.ReleaseNoArena(&::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<const char*>(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)
- clear_has_password();
- return password_.ReleaseNoArena(&::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 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::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 ::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 ::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 ::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 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::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 ::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 ::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 ::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 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::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 ::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 ::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 ::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::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<const ::Rabbitmq_proto::Rabbitmq_parameter*>(
- &::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) {
- rabbitmq_parameters_ = new ::Rabbitmq_proto::Rabbitmq_parameter;
- }
- // @@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_rabbitmq_2eproto__INCLUDED
|