TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
bgs::protocol::account::v1::GetAccountStateResponse Class Reference

#include <account_service.pb.h>

Public Member Functions

 GetAccountStateResponse ()
 
virtual ~GetAccountStateResponse ()
 
 GetAccountStateResponse (const GetAccountStateResponse &from)
 
GetAccountStateResponseoperator= (const GetAccountStateResponse &from)
 
const
::google::protobuf::UnknownFieldSet
unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (GetAccountStateResponse *other)
 
GetAccountStateResponseNew () const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const GetAccountStateResponse &from)
 
void MergeFrom (const GetAccountStateResponse &from)
 
void Clear ()
 
bool IsInitialized () const
 
int ByteSize () const
 
bool MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input)
 
void SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const
 
::google::protobuf::uint8SerializeWithCachedSizesToArray (::google::protobuf::uint8 *output) const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_state () const
 
void clear_state ()
 
const
::bgs::protocol::account::v1::AccountState
state () const
 
inline::bgs::protocol::account::v1::AccountState * mutable_state ()
 
inline::bgs::protocol::account::v1::AccountState * release_state ()
 
void set_allocated_state (::bgs::protocol::account::v1::AccountState *state)
 
bool has_tags () const
 
void clear_tags ()
 
const
::bgs::protocol::account::v1::AccountFieldTags
tags () const
 
inline::bgs::protocol::account::v1::AccountFieldTags * mutable_tags ()
 
inline::bgs::protocol::account::v1::AccountFieldTags * release_tags ()
 
void set_allocated_tags (::bgs::protocol::account::v1::AccountFieldTags *tags)
 
- Public Member Functions inherited from google::protobuf::Message
 Message ()
 
virtual ~Message ()
 
virtual void CopyFrom (const Message &from)
 
virtual void MergeFrom (const Message &from)
 
void CheckInitialized () const
 
void FindInitializationErrors (vector< string > *errors) const
 
string InitializationErrorString () const
 
virtual void DiscardUnknownFields ()
 
virtual int SpaceUsed () const
 
string DebugString () const
 
string ShortDebugString () const
 
string Utf8DebugString () const
 
void PrintDebugString () const
 
bool ParseFromFileDescriptor (int file_descriptor)
 
bool ParsePartialFromFileDescriptor (int file_descriptor)
 
bool ParseFromIstream (istream *input)
 
bool ParsePartialFromIstream (istream *input)
 
bool SerializeToFileDescriptor (int file_descriptor) const
 
bool SerializePartialToFileDescriptor (int file_descriptor) const
 
bool SerializeToOstream (ostream *output) const
 
bool SerializePartialToOstream (ostream *output) const
 
virtual string GetTypeName () const
 
virtual void CheckTypeAndMergeFrom (const MessageLite &other)
 
virtual bool MergePartialFromCodedStream (io::CodedInputStream *input)
 
virtual void SerializeWithCachedSizes (io::CodedOutputStream *output) const
 
const DescriptorGetDescriptor () const
 
virtual const ReflectionGetReflection () const
 
- Public Member Functions inherited from google::protobuf::MessageLite
 MessageLite ()
 
virtual ~MessageLite ()
 
bool ParseFromCodedStream (io::CodedInputStream *input)
 
bool ParsePartialFromCodedStream (io::CodedInputStream *input)
 
bool ParseFromZeroCopyStream (io::ZeroCopyInputStream *input)
 
bool ParsePartialFromZeroCopyStream (io::ZeroCopyInputStream *input)
 
bool ParseFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size)
 
bool ParsePartialFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size)
 
bool ParseFromString (const string &data)
 
bool ParsePartialFromString (const string &data)
 
bool ParseFromArray (const void *data, int size)
 
bool ParsePartialFromArray (const void *data, int size)
 
bool MergeFromCodedStream (io::CodedInputStream *input)
 
bool SerializeToCodedStream (io::CodedOutputStream *output) const
 
bool SerializePartialToCodedStream (io::CodedOutputStream *output) const
 
bool SerializeToZeroCopyStream (io::ZeroCopyOutputStream *output) const
 
bool SerializePartialToZeroCopyStream (io::ZeroCopyOutputStream *output) const
 
bool SerializeToString (string *output) const
 
bool SerializePartialToString (string *output) const
 
bool SerializeToArray (void *data, int size) const
 
bool SerializePartialToArray (void *data, int size) const
 
string SerializeAsString () const
 
string SerializePartialAsString () const
 
bool AppendToString (string *output) const
 
bool AppendPartialToString (string *output) const
 
virtual uint8SerializeWithCachedSizesToArray (uint8 *target) const
 

Static Public Member Functions

static const
::google::protobuf::Descriptor
descriptor ()
 
static const
GetAccountStateResponse
default_instance ()
 

Static Public Attributes

static const int kStateFieldNumber = 1
 
static const int kTagsFieldNumber = 2
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_state ()
 
void clear_has_state ()
 
void set_has_tags ()
 
void clear_has_tags ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::bgs::protocol::account::v1::AccountStatestate_
 
::bgs::protocol::account::v1::AccountFieldTagstags_
 

Static Private Attributes

static GetAccountStateResponsedefault_instance_
 

Friends

void TC_SHARED_API protobuf_AddDesc_account_5fservice_2eproto ()
 
void protobuf_AssignDesc_account_5fservice_2eproto ()
 
void protobuf_ShutdownFile_account_5fservice_2eproto ()
 

Additional Inherited Members

- Public Types inherited from google::protobuf::Message
typedef
google::protobuf::Reflection 
Reflection
 

Constructor & Destructor Documentation

bgs::protocol::account::v1::GetAccountStateResponse::GetAccountStateResponse ( )
virtual bgs::protocol::account::v1::GetAccountStateResponse::~GetAccountStateResponse ( )
virtual
bgs::protocol::account::v1::GetAccountStateResponse::GetAccountStateResponse ( const GetAccountStateResponse from)

Member Function Documentation

int bgs::protocol::account::v1::GetAccountStateResponse::ByteSize ( ) const
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::account::v1::GetAccountStateResponse::Clear ( )
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::account::v1::GetAccountStateResponse::clear_has_state ( )
inlineprivate
5070  {
5071  _has_bits_[0] &= ~0x00000001u;
5072 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_service.pb.h:1667
void bgs::protocol::account::v1::GetAccountStateResponse::clear_has_tags ( )
inlineprivate
5111  {
5112  _has_bits_[0] &= ~0x00000002u;
5113 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_service.pb.h:1667
void bgs::protocol::account::v1::GetAccountStateResponse::clear_state ( )
inline
5073  {
5074  if (state_ != NULL) state_->::bgs::protocol::account::v1::AccountState::Clear();
5075  clear_has_state();
5076 }
arena_t NULL
Definition: jemalloc_internal.h:624
void clear_has_state()
Definition: account_service.pb.h:5070
::bgs::protocol::account::v1::AccountState * state_
Definition: account_service.pb.h:1669
void bgs::protocol::account::v1::GetAccountStateResponse::clear_tags ( )
inline
5114  {
5115  if (tags_ != NULL) tags_->::bgs::protocol::account::v1::AccountFieldTags::Clear();
5116  clear_has_tags();
5117 }
::bgs::protocol::account::v1::AccountFieldTags * tags_
Definition: account_service.pb.h:1670
arena_t NULL
Definition: jemalloc_internal.h:624
void clear_has_tags()
Definition: account_service.pb.h:5111
void bgs::protocol::account::v1::GetAccountStateResponse::CopyFrom ( const ::google::protobuf::Message from)
void bgs::protocol::account::v1::GetAccountStateResponse::CopyFrom ( const GetAccountStateResponse from)
static const GetAccountStateResponse& bgs::protocol::account::v1::GetAccountStateResponse::default_instance ( )
static
static const ::google::protobuf::Descriptor* bgs::protocol::account::v1::GetAccountStateResponse::descriptor ( )
static
int bgs::protocol::account::v1::GetAccountStateResponse::GetCachedSize ( ) const
inlinevirtual

Implements google::protobuf::MessageLite.

1628 { return _cached_size_; }
int _cached_size_
Definition: account_service.pb.h:1668
::google::protobuf::Metadata bgs::protocol::account::v1::GetAccountStateResponse::GetMetadata ( ) const
virtual
bool bgs::protocol::account::v1::GetAccountStateResponse::has_state ( ) const
inline
5064  {
5065  return (_has_bits_[0] & 0x00000001u) != 0;
5066 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_service.pb.h:1667
bool bgs::protocol::account::v1::GetAccountStateResponse::has_tags ( ) const
inline
5105  {
5106  return (_has_bits_[0] & 0x00000002u) != 0;
5107 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_service.pb.h:1667
void bgs::protocol::account::v1::GetAccountStateResponse::InitAsDefaultInstance ( )
private
bool bgs::protocol::account::v1::GetAccountStateResponse::IsInitialized ( ) const
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::account::v1::GetAccountStateResponse::MergeFrom ( const ::google::protobuf::Message from)
void bgs::protocol::account::v1::GetAccountStateResponse::MergeFrom ( const GetAccountStateResponse from)
bool bgs::protocol::account::v1::GetAccountStateResponse::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream input)
bgs::protocol::account::v1::AccountState * bgs::protocol::account::v1::GetAccountStateResponse::mutable_state ( )
inline
5081  {
5082  set_has_state();
5083  if (state_ == NULL) state_ = new ::bgs::protocol::account::v1::AccountState;
5084  // @@protoc_insertion_point(field_mutable:bgs.protocol.account.v1.GetAccountStateResponse.state)
5085  return state_;
5086 }
arena_t NULL
Definition: jemalloc_internal.h:624
void set_has_state()
Definition: account_service.pb.h:5067
::bgs::protocol::account::v1::AccountState * state_
Definition: account_service.pb.h:1669

+ Here is the caller graph for this function:

bgs::protocol::account::v1::AccountFieldTags * bgs::protocol::account::v1::GetAccountStateResponse::mutable_tags ( )
inline
5122  {
5123  set_has_tags();
5124  if (tags_ == NULL) tags_ = new ::bgs::protocol::account::v1::AccountFieldTags;
5125  // @@protoc_insertion_point(field_mutable:bgs.protocol.account.v1.GetAccountStateResponse.tags)
5126  return tags_;
5127 }
::bgs::protocol::account::v1::AccountFieldTags * tags_
Definition: account_service.pb.h:1670
arena_t NULL
Definition: jemalloc_internal.h:624
void set_has_tags()
Definition: account_service.pb.h:5108

+ Here is the caller graph for this function:

inline ::google::protobuf::UnknownFieldSet* bgs::protocol::account::v1::GetAccountStateResponse::mutable_unknown_fields ( )
inline
1603  {
1604  return &_unknown_fields_;
1605  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: account_service.pb.h:1665
GetAccountStateResponse* bgs::protocol::account::v1::GetAccountStateResponse::New ( ) const
virtual
GetAccountStateResponse& bgs::protocol::account::v1::GetAccountStateResponse::operator= ( const GetAccountStateResponse from)
inline
1594  {
1595  CopyFrom(from);
1596  return *this;
1597  }
void CopyFrom(const ::google::protobuf::Message &from)
bgs::protocol::account::v1::AccountState * bgs::protocol::account::v1::GetAccountStateResponse::release_state ( )
inline
5087  {
5088  clear_has_state();
5090  state_ = NULL;
5091  return temp;
5092 }
arena_t NULL
Definition: jemalloc_internal.h:624
Definition: account_types.pb.h:3933
void clear_has_state()
Definition: account_service.pb.h:5070
::bgs::protocol::account::v1::AccountState * state_
Definition: account_service.pb.h:1669
bgs::protocol::account::v1::AccountFieldTags * bgs::protocol::account::v1::GetAccountStateResponse::release_tags ( )
inline
5128  {
5129  clear_has_tags();
5131  tags_ = NULL;
5132  return temp;
5133 }
::bgs::protocol::account::v1::AccountFieldTags * tags_
Definition: account_service.pb.h:1670
Definition: account_types.pb.h:1706
arena_t NULL
Definition: jemalloc_internal.h:624
void clear_has_tags()
Definition: account_service.pb.h:5111
void bgs::protocol::account::v1::GetAccountStateResponse::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream output) const
::google::protobuf::uint8* bgs::protocol::account::v1::GetAccountStateResponse::SerializeWithCachedSizesToArray ( ::google::protobuf::uint8 output) const
void bgs::protocol::account::v1::GetAccountStateResponse::set_allocated_state ( ::bgs::protocol::account::v1::AccountState state)
inline
5093  {
5094  delete state_;
5095  state_ = state;
5096  if (state) {
5097  set_has_state();
5098  } else {
5099  clear_has_state();
5100  }
5101  // @@protoc_insertion_point(field_set_allocated:bgs.protocol.account.v1.GetAccountStateResponse.state)
5102 }
const ::bgs::protocol::account::v1::AccountState & state() const
Definition: account_service.pb.h:5077
void clear_has_state()
Definition: account_service.pb.h:5070
void set_has_state()
Definition: account_service.pb.h:5067
::bgs::protocol::account::v1::AccountState * state_
Definition: account_service.pb.h:1669
void bgs::protocol::account::v1::GetAccountStateResponse::set_allocated_tags ( ::bgs::protocol::account::v1::AccountFieldTags tags)
inline
5134  {
5135  delete tags_;
5136  tags_ = tags;
5137  if (tags) {
5138  set_has_tags();
5139  } else {
5140  clear_has_tags();
5141  }
5142  // @@protoc_insertion_point(field_set_allocated:bgs.protocol.account.v1.GetAccountStateResponse.tags)
5143 }
::bgs::protocol::account::v1::AccountFieldTags * tags_
Definition: account_service.pb.h:1670
const ::bgs::protocol::account::v1::AccountFieldTags & tags() const
Definition: account_service.pb.h:5118
void set_has_tags()
Definition: account_service.pb.h:5108
void clear_has_tags()
Definition: account_service.pb.h:5111
void bgs::protocol::account::v1::GetAccountStateResponse::set_has_state ( )
inlineprivate
5067  {
5068  _has_bits_[0] |= 0x00000001u;
5069 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_service.pb.h:1667
void bgs::protocol::account::v1::GetAccountStateResponse::set_has_tags ( )
inlineprivate
5108  {
5109  _has_bits_[0] |= 0x00000002u;
5110 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_service.pb.h:1667
void bgs::protocol::account::v1::GetAccountStateResponse::SetCachedSize ( int  size) const
privatevirtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::account::v1::GetAccountStateResponse::SharedCtor ( )
private
void bgs::protocol::account::v1::GetAccountStateResponse::SharedDtor ( )
private
const ::bgs::protocol::account::v1::AccountState & bgs::protocol::account::v1::GetAccountStateResponse::state ( ) const
inline
5077  {
5078  // @@protoc_insertion_point(field_get:bgs.protocol.account.v1.GetAccountStateResponse.state)
5079  return state_ != NULL ? *state_ : *default_instance_->state_;
5080 }
arena_t NULL
Definition: jemalloc_internal.h:624
static GetAccountStateResponse * default_instance_
Definition: account_service.pb.h:1676
::bgs::protocol::account::v1::AccountState * state_
Definition: account_service.pb.h:1669
void bgs::protocol::account::v1::GetAccountStateResponse::Swap ( GetAccountStateResponse other)
const ::bgs::protocol::account::v1::AccountFieldTags & bgs::protocol::account::v1::GetAccountStateResponse::tags ( ) const
inline
5118  {
5119  // @@protoc_insertion_point(field_get:bgs.protocol.account.v1.GetAccountStateResponse.tags)
5120  return tags_ != NULL ? *tags_ : *default_instance_->tags_;
5121 }
::bgs::protocol::account::v1::AccountFieldTags * tags_
Definition: account_service.pb.h:1670
arena_t NULL
Definition: jemalloc_internal.h:624
static GetAccountStateResponse * default_instance_
Definition: account_service.pb.h:1676
const ::google::protobuf::UnknownFieldSet& bgs::protocol::account::v1::GetAccountStateResponse::unknown_fields ( ) const
inline
1599  {
1600  return _unknown_fields_;
1601  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: account_service.pb.h:1665

Friends And Related Function Documentation

void TC_SHARED_API protobuf_AddDesc_account_5fservice_2eproto ( )
friend
void protobuf_AssignDesc_account_5fservice_2eproto ( )
friend
void protobuf_ShutdownFile_account_5fservice_2eproto ( )
friend

Member Data Documentation

int bgs::protocol::account::v1::GetAccountStateResponse::_cached_size_
mutableprivate
::google::protobuf::uint32 bgs::protocol::account::v1::GetAccountStateResponse::_has_bits_[1]
private
::google::protobuf::UnknownFieldSet bgs::protocol::account::v1::GetAccountStateResponse::_unknown_fields_
private
GetAccountStateResponse* bgs::protocol::account::v1::GetAccountStateResponse::default_instance_
staticprivate
const int bgs::protocol::account::v1::GetAccountStateResponse::kStateFieldNumber = 1
static
const int bgs::protocol::account::v1::GetAccountStateResponse::kTagsFieldNumber = 2
static
::bgs::protocol::account::v1::AccountState* bgs::protocol::account::v1::GetAccountStateResponse::state_
private
::bgs::protocol::account::v1::AccountFieldTags* bgs::protocol::account::v1::GetAccountStateResponse::tags_
private

The documentation for this class was generated from the following file: