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

#include <account_service.pb.h>

Public Member Functions

 GetGameAccountStateResponse ()
 
virtual ~GetGameAccountStateResponse ()
 
 GetGameAccountStateResponse (const GetGameAccountStateResponse &from)
 
GetGameAccountStateResponseoperator= (const GetGameAccountStateResponse &from)
 
const
::google::protobuf::UnknownFieldSet
unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (GetGameAccountStateResponse *other)
 
GetGameAccountStateResponseNew () const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const GetGameAccountStateResponse &from)
 
void MergeFrom (const GetGameAccountStateResponse &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::GameAccountState
state () const
 
inline::bgs::protocol::account::v1::GameAccountState * mutable_state ()
 
inline::bgs::protocol::account::v1::GameAccountState * release_state ()
 
void set_allocated_state (::bgs::protocol::account::v1::GameAccountState *state)
 
bool has_tags () const
 
void clear_tags ()
 
const
::bgs::protocol::account::v1::GameAccountFieldTags
tags () const
 
inline::bgs::protocol::account::v1::GameAccountFieldTags * mutable_tags ()
 
inline::bgs::protocol::account::v1::GameAccountFieldTags * release_tags ()
 
void set_allocated_tags (::bgs::protocol::account::v1::GameAccountFieldTags *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
GetGameAccountStateResponse
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::GameAccountStatestate_
 
::bgs::protocol::account::v1::GameAccountFieldTagstags_
 

Static Private Attributes

static
GetGameAccountStateResponse
default_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::GetGameAccountStateResponse::GetGameAccountStateResponse ( )
virtual bgs::protocol::account::v1::GetGameAccountStateResponse::~GetGameAccountStateResponse ( )
virtual
bgs::protocol::account::v1::GetGameAccountStateResponse::GetGameAccountStateResponse ( const GetGameAccountStateResponse from)

Member Function Documentation

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

Reimplemented from google::protobuf::Message.

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

Reimplemented from google::protobuf::Message.

void bgs::protocol::account::v1::GetGameAccountStateResponse::clear_has_state ( )
inlineprivate
5324  {
5325  _has_bits_[0] &= ~0x00000001u;
5326 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_service.pb.h:1877
void bgs::protocol::account::v1::GetGameAccountStateResponse::clear_has_tags ( )
inlineprivate
5365  {
5366  _has_bits_[0] &= ~0x00000002u;
5367 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_service.pb.h:1877
void bgs::protocol::account::v1::GetGameAccountStateResponse::clear_state ( )
inline
5327  {
5328  if (state_ != NULL) state_->::bgs::protocol::account::v1::GameAccountState::Clear();
5329  clear_has_state();
5330 }
::bgs::protocol::account::v1::GameAccountState * state_
Definition: account_service.pb.h:1879
arena_t NULL
Definition: jemalloc_internal.h:624
void clear_has_state()
Definition: account_service.pb.h:5324
void bgs::protocol::account::v1::GetGameAccountStateResponse::clear_tags ( )
inline
5368  {
5369  if (tags_ != NULL) tags_->::bgs::protocol::account::v1::GameAccountFieldTags::Clear();
5370  clear_has_tags();
5371 }
::bgs::protocol::account::v1::GameAccountFieldTags * tags_
Definition: account_service.pb.h:1880
void clear_has_tags()
Definition: account_service.pb.h:5365
arena_t NULL
Definition: jemalloc_internal.h:624
void bgs::protocol::account::v1::GetGameAccountStateResponse::CopyFrom ( const ::google::protobuf::Message from)
void bgs::protocol::account::v1::GetGameAccountStateResponse::CopyFrom ( const GetGameAccountStateResponse from)
static const GetGameAccountStateResponse& bgs::protocol::account::v1::GetGameAccountStateResponse::default_instance ( )
static
static const ::google::protobuf::Descriptor* bgs::protocol::account::v1::GetGameAccountStateResponse::descriptor ( )
static
int bgs::protocol::account::v1::GetGameAccountStateResponse::GetCachedSize ( ) const
inlinevirtual

Implements google::protobuf::MessageLite.

1838 { return _cached_size_; }
int _cached_size_
Definition: account_service.pb.h:1878
::google::protobuf::Metadata bgs::protocol::account::v1::GetGameAccountStateResponse::GetMetadata ( ) const
virtual
bool bgs::protocol::account::v1::GetGameAccountStateResponse::has_state ( ) const
inline
5318  {
5319  return (_has_bits_[0] & 0x00000001u) != 0;
5320 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_service.pb.h:1877
bool bgs::protocol::account::v1::GetGameAccountStateResponse::has_tags ( ) const
inline
5359  {
5360  return (_has_bits_[0] & 0x00000002u) != 0;
5361 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_service.pb.h:1877
void bgs::protocol::account::v1::GetGameAccountStateResponse::InitAsDefaultInstance ( )
private
bool bgs::protocol::account::v1::GetGameAccountStateResponse::IsInitialized ( ) const
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::account::v1::GetGameAccountStateResponse::MergeFrom ( const ::google::protobuf::Message from)
void bgs::protocol::account::v1::GetGameAccountStateResponse::MergeFrom ( const GetGameAccountStateResponse from)
bool bgs::protocol::account::v1::GetGameAccountStateResponse::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream input)
bgs::protocol::account::v1::GameAccountState * bgs::protocol::account::v1::GetGameAccountStateResponse::mutable_state ( )
inline
5335  {
5336  set_has_state();
5337  if (state_ == NULL) state_ = new ::bgs::protocol::account::v1::GameAccountState;
5338  // @@protoc_insertion_point(field_mutable:bgs.protocol.account.v1.GetGameAccountStateResponse.state)
5339  return state_;
5340 }
::bgs::protocol::account::v1::GameAccountState * state_
Definition: account_service.pb.h:1879
arena_t NULL
Definition: jemalloc_internal.h:624
void set_has_state()
Definition: account_service.pb.h:5321

+ Here is the caller graph for this function:

bgs::protocol::account::v1::GameAccountFieldTags * bgs::protocol::account::v1::GetGameAccountStateResponse::mutable_tags ( )
inline
5376  {
5377  set_has_tags();
5378  if (tags_ == NULL) tags_ = new ::bgs::protocol::account::v1::GameAccountFieldTags;
5379  // @@protoc_insertion_point(field_mutable:bgs.protocol.account.v1.GetGameAccountStateResponse.tags)
5380  return tags_;
5381 }
::bgs::protocol::account::v1::GameAccountFieldTags * tags_
Definition: account_service.pb.h:1880
arena_t NULL
Definition: jemalloc_internal.h:624
void set_has_tags()
Definition: account_service.pb.h:5362

+ Here is the caller graph for this function:

inline ::google::protobuf::UnknownFieldSet* bgs::protocol::account::v1::GetGameAccountStateResponse::mutable_unknown_fields ( )
inline
1813  {
1814  return &_unknown_fields_;
1815  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: account_service.pb.h:1875
GetGameAccountStateResponse* bgs::protocol::account::v1::GetGameAccountStateResponse::New ( ) const
virtual
GetGameAccountStateResponse& bgs::protocol::account::v1::GetGameAccountStateResponse::operator= ( const GetGameAccountStateResponse from)
inline
1804  {
1805  CopyFrom(from);
1806  return *this;
1807  }
void CopyFrom(const ::google::protobuf::Message &from)
bgs::protocol::account::v1::GameAccountState * bgs::protocol::account::v1::GetGameAccountStateResponse::release_state ( )
inline
5341  {
5342  clear_has_state();
5344  state_ = NULL;
5345  return temp;
5346 }
::bgs::protocol::account::v1::GameAccountState * state_
Definition: account_service.pb.h:1879
arena_t NULL
Definition: jemalloc_internal.h:624
void clear_has_state()
Definition: account_service.pb.h:5324
Definition: account_types.pb.h:4170
bgs::protocol::account::v1::GameAccountFieldTags * bgs::protocol::account::v1::GetGameAccountStateResponse::release_tags ( )
inline
5382  {
5383  clear_has_tags();
5385  tags_ = NULL;
5386  return temp;
5387 }
::bgs::protocol::account::v1::GameAccountFieldTags * tags_
Definition: account_service.pb.h:1880
void clear_has_tags()
Definition: account_service.pb.h:5365
arena_t NULL
Definition: jemalloc_internal.h:624
Definition: account_types.pb.h:1844
void bgs::protocol::account::v1::GetGameAccountStateResponse::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream output) const
::google::protobuf::uint8* bgs::protocol::account::v1::GetGameAccountStateResponse::SerializeWithCachedSizesToArray ( ::google::protobuf::uint8 output) const
void bgs::protocol::account::v1::GetGameAccountStateResponse::set_allocated_state ( ::bgs::protocol::account::v1::GameAccountState state)
inline
5347  {
5348  delete state_;
5349  state_ = state;
5350  if (state) {
5351  set_has_state();
5352  } else {
5353  clear_has_state();
5354  }
5355  // @@protoc_insertion_point(field_set_allocated:bgs.protocol.account.v1.GetGameAccountStateResponse.state)
5356 }
::bgs::protocol::account::v1::GameAccountState * state_
Definition: account_service.pb.h:1879
const ::bgs::protocol::account::v1::GameAccountState & state() const
Definition: account_service.pb.h:5331
void clear_has_state()
Definition: account_service.pb.h:5324
void set_has_state()
Definition: account_service.pb.h:5321
void bgs::protocol::account::v1::GetGameAccountStateResponse::set_allocated_tags ( ::bgs::protocol::account::v1::GameAccountFieldTags tags)
inline
5388  {
5389  delete tags_;
5390  tags_ = tags;
5391  if (tags) {
5392  set_has_tags();
5393  } else {
5394  clear_has_tags();
5395  }
5396  // @@protoc_insertion_point(field_set_allocated:bgs.protocol.account.v1.GetGameAccountStateResponse.tags)
5397 }
const ::bgs::protocol::account::v1::GameAccountFieldTags & tags() const
Definition: account_service.pb.h:5372
::bgs::protocol::account::v1::GameAccountFieldTags * tags_
Definition: account_service.pb.h:1880
void clear_has_tags()
Definition: account_service.pb.h:5365
void set_has_tags()
Definition: account_service.pb.h:5362
void bgs::protocol::account::v1::GetGameAccountStateResponse::set_has_state ( )
inlineprivate
5321  {
5322  _has_bits_[0] |= 0x00000001u;
5323 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_service.pb.h:1877
void bgs::protocol::account::v1::GetGameAccountStateResponse::set_has_tags ( )
inlineprivate
5362  {
5363  _has_bits_[0] |= 0x00000002u;
5364 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_service.pb.h:1877
void bgs::protocol::account::v1::GetGameAccountStateResponse::SetCachedSize ( int  size) const
privatevirtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::account::v1::GetGameAccountStateResponse::SharedCtor ( )
private
void bgs::protocol::account::v1::GetGameAccountStateResponse::SharedDtor ( )
private
const ::bgs::protocol::account::v1::GameAccountState & bgs::protocol::account::v1::GetGameAccountStateResponse::state ( ) const
inline
5331  {
5332  // @@protoc_insertion_point(field_get:bgs.protocol.account.v1.GetGameAccountStateResponse.state)
5333  return state_ != NULL ? *state_ : *default_instance_->state_;
5334 }
static GetGameAccountStateResponse * default_instance_
Definition: account_service.pb.h:1886
::bgs::protocol::account::v1::GameAccountState * state_
Definition: account_service.pb.h:1879
arena_t NULL
Definition: jemalloc_internal.h:624
void bgs::protocol::account::v1::GetGameAccountStateResponse::Swap ( GetGameAccountStateResponse other)
const ::bgs::protocol::account::v1::GameAccountFieldTags & bgs::protocol::account::v1::GetGameAccountStateResponse::tags ( ) const
inline
5372  {
5373  // @@protoc_insertion_point(field_get:bgs.protocol.account.v1.GetGameAccountStateResponse.tags)
5374  return tags_ != NULL ? *tags_ : *default_instance_->tags_;
5375 }
::bgs::protocol::account::v1::GameAccountFieldTags * tags_
Definition: account_service.pb.h:1880
static GetGameAccountStateResponse * default_instance_
Definition: account_service.pb.h:1886
arena_t NULL
Definition: jemalloc_internal.h:624
const ::google::protobuf::UnknownFieldSet& bgs::protocol::account::v1::GetGameAccountStateResponse::unknown_fields ( ) const
inline
1809  {
1810  return _unknown_fields_;
1811  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: account_service.pb.h:1875

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::GetGameAccountStateResponse::_cached_size_
mutableprivate
::google::protobuf::uint32 bgs::protocol::account::v1::GetGameAccountStateResponse::_has_bits_[1]
private
::google::protobuf::UnknownFieldSet bgs::protocol::account::v1::GetGameAccountStateResponse::_unknown_fields_
private
GetGameAccountStateResponse* bgs::protocol::account::v1::GetGameAccountStateResponse::default_instance_
staticprivate
const int bgs::protocol::account::v1::GetGameAccountStateResponse::kStateFieldNumber = 1
static
const int bgs::protocol::account::v1::GetGameAccountStateResponse::kTagsFieldNumber = 2
static
::bgs::protocol::account::v1::GameAccountState* bgs::protocol::account::v1::GetGameAccountStateResponse::state_
private
::bgs::protocol::account::v1::GameAccountFieldTags* bgs::protocol::account::v1::GetGameAccountStateResponse::tags_
private

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