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

#include <account_types.pb.h>

Public Member Functions

 GameAccountBlob ()
 
virtual ~GameAccountBlob ()
 
 GameAccountBlob (const GameAccountBlob &from)
 
GameAccountBloboperator= (const GameAccountBlob &from)
 
const
::google::protobuf::UnknownFieldSet
unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (GameAccountBlob *other)
 
GameAccountBlobNew () const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const GameAccountBlob &from)
 
void MergeFrom (const GameAccountBlob &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_game_account () const
 
void clear_game_account ()
 
const
::bgs::protocol::account::v1::GameAccountHandle
game_account () const
 
inline::bgs::protocol::account::v1::GameAccountHandle * mutable_game_account ()
 
inline::bgs::protocol::account::v1::GameAccountHandle * release_game_account ()
 
void set_allocated_game_account (::bgs::protocol::account::v1::GameAccountHandle *game_account)
 
bool has_name () const
 
void clear_name ()
 
const ::std::string & name () const
 
void set_name (const ::std::string &value)
 
void set_name (const char *value)
 
void set_name (const char *value, size_t size)
 
inline::std::string * mutable_name ()
 
inline::std::string * release_name ()
 
void set_allocated_name (::std::string *name)
 
bool has_realm_permissions () const
 
void clear_realm_permissions ()
 
inline::google::protobuf::uint32 realm_permissions () const
 
void set_realm_permissions (::google::protobuf::uint32 value)
 
bool has_status () const
 
void clear_status ()
 
inline::google::protobuf::uint32 status () const
 
void set_status (::google::protobuf::uint32 value)
 
bool has_flags () const
 
void clear_flags ()
 
inline::google::protobuf::uint64 flags () const
 
void set_flags (::google::protobuf::uint64 value)
 
bool has_billing_flags () const
 
void clear_billing_flags ()
 
inline::google::protobuf::uint32 billing_flags () const
 
void set_billing_flags (::google::protobuf::uint32 value)
 
bool has_cache_expiration () const
 
void clear_cache_expiration ()
 
inline::google::protobuf::uint64 cache_expiration () const
 
void set_cache_expiration (::google::protobuf::uint64 value)
 
bool has_subscription_expiration () const
 
void clear_subscription_expiration ()
 
inline::google::protobuf::uint64 subscription_expiration () const
 
void set_subscription_expiration (::google::protobuf::uint64 value)
 
bool has_units_remaining () const
 
void clear_units_remaining ()
 
inline::google::protobuf::uint32 units_remaining () const
 
void set_units_remaining (::google::protobuf::uint32 value)
 
bool has_status_expiration () const
 
void clear_status_expiration ()
 
inline::google::protobuf::uint64 status_expiration () const
 
void set_status_expiration (::google::protobuf::uint64 value)
 
bool has_box_level () const
 
void clear_box_level ()
 
inline::google::protobuf::uint32 box_level () const
 
void set_box_level (::google::protobuf::uint32 value)
 
bool has_box_level_expiration () const
 
void clear_box_level_expiration ()
 
inline::google::protobuf::uint64 box_level_expiration () const
 
void set_box_level_expiration (::google::protobuf::uint64 value)
 
int licenses_size () const
 
void clear_licenses ()
 
const
::bgs::protocol::account::v1::AccountLicense
licenses (int index) const
 
inline::bgs::protocol::account::v1::AccountLicense * mutable_licenses (int index)
 
inline::bgs::protocol::account::v1::AccountLicense * add_licenses ()
 
const
::google::protobuf::RepeatedPtrField
< ::bgs::protocol::account::v1::AccountLicense > & 
licenses () const
 
inline::google::protobuf::RepeatedPtrField
< ::bgs::protocol::account::v1::AccountLicense > * 
mutable_licenses ()
 
bool has_raf_account () const
 
void clear_raf_account ()
 
inline::google::protobuf::uint32 raf_account () const
 
void set_raf_account (::google::protobuf::uint32 value)
 
bool has_raf_info () const
 
void clear_raf_info ()
 
const ::std::string & raf_info () const
 
void set_raf_info (const ::std::string &value)
 
void set_raf_info (const char *value)
 
void set_raf_info (const void *value, size_t size)
 
inline::std::string * mutable_raf_info ()
 
inline::std::string * release_raf_info ()
 
void set_allocated_raf_info (::std::string *raf_info)
 
bool has_raf_expiration () const
 
void clear_raf_expiration ()
 
inline::google::protobuf::uint64 raf_expiration () const
 
void set_raf_expiration (::google::protobuf::uint64 value)
 
- 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 GameAccountBlobdefault_instance ()
 

Static Public Attributes

static const int kGameAccountFieldNumber = 1
 
static const int kNameFieldNumber = 2
 
static const int kRealmPermissionsFieldNumber = 3
 
static const int kStatusFieldNumber = 4
 
static const int kFlagsFieldNumber = 5
 
static const int kBillingFlagsFieldNumber = 6
 
static const int kCacheExpirationFieldNumber = 7
 
static const int kSubscriptionExpirationFieldNumber = 10
 
static const int kUnitsRemainingFieldNumber = 11
 
static const int kStatusExpirationFieldNumber = 12
 
static const int kBoxLevelFieldNumber = 13
 
static const int kBoxLevelExpirationFieldNumber = 14
 
static const int kLicensesFieldNumber = 20
 
static const int kRafAccountFieldNumber = 21
 
static const int kRafInfoFieldNumber = 22
 
static const int kRafExpirationFieldNumber = 23
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_game_account ()
 
void clear_has_game_account ()
 
void set_has_name ()
 
void clear_has_name ()
 
void set_has_realm_permissions ()
 
void clear_has_realm_permissions ()
 
void set_has_status ()
 
void clear_has_status ()
 
void set_has_flags ()
 
void clear_has_flags ()
 
void set_has_billing_flags ()
 
void clear_has_billing_flags ()
 
void set_has_cache_expiration ()
 
void clear_has_cache_expiration ()
 
void set_has_subscription_expiration ()
 
void clear_has_subscription_expiration ()
 
void set_has_units_remaining ()
 
void clear_has_units_remaining ()
 
void set_has_status_expiration ()
 
void clear_has_status_expiration ()
 
void set_has_box_level ()
 
void clear_has_box_level ()
 
void set_has_box_level_expiration ()
 
void clear_has_box_level_expiration ()
 
void set_has_raf_account ()
 
void clear_has_raf_account ()
 
void set_has_raf_info ()
 
void clear_has_raf_info ()
 
void set_has_raf_expiration ()
 
void clear_has_raf_expiration ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::bgs::protocol::account::v1::GameAccountHandlegame_account_
 
::std::string * name_
 
::google::protobuf::uint32 realm_permissions_
 
::google::protobuf::uint32 status_
 
::google::protobuf::uint64 flags_
 
::google::protobuf::uint64 cache_expiration_
 
::google::protobuf::uint32 billing_flags_
 
::google::protobuf::uint32 units_remaining_
 
::google::protobuf::uint64 subscription_expiration_
 
::google::protobuf::uint64 status_expiration_
 
::google::protobuf::uint64 box_level_expiration_
 
::google::protobuf::uint32 box_level_
 
::google::protobuf::uint32 raf_account_
 
::google::protobuf::RepeatedPtrField
< ::bgs::protocol::account::v1::AccountLicense
licenses_
 
::std::string * raf_info_
 
::google::protobuf::uint64 raf_expiration_
 

Static Private Attributes

static GameAccountBlobdefault_instance_
 

Friends

void TC_SHARED_API protobuf_AddDesc_account_5ftypes_2eproto ()
 
void protobuf_AssignDesc_account_5ftypes_2eproto ()
 
void protobuf_ShutdownFile_account_5ftypes_2eproto ()
 

Additional Inherited Members

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

Constructor & Destructor Documentation

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

Member Function Documentation

bgs::protocol::account::v1::AccountLicense * bgs::protocol::account::v1::GameAccountBlob::add_licenses ( )
inline
5978  {
5979  // @@protoc_insertion_point(field_add:bgs.protocol.account.v1.GameAccountBlob.licenses)
5980  return licenses_.Add();
5981 }
Element * Add()
Definition: repeated_field.h:1123
::google::protobuf::RepeatedPtrField< ::bgs::protocol::account::v1::AccountLicense > licenses_
Definition: account_types.pb.h:1198
google::protobuf::uint32 bgs::protocol::account::v1::GameAccountBlob::billing_flags ( ) const
inline
5809  {
5810  // @@protoc_insertion_point(field_get:bgs.protocol.account.v1.GameAccountBlob.billing_flags)
5811  return billing_flags_;
5812 }
::google::protobuf::uint32 billing_flags_
Definition: account_types.pb.h:1191
google::protobuf::uint32 bgs::protocol::account::v1::GameAccountBlob::box_level ( ) const
inline
5929  {
5930  // @@protoc_insertion_point(field_get:bgs.protocol.account.v1.GameAccountBlob.box_level)
5931  return box_level_;
5932 }
::google::protobuf::uint32 box_level_
Definition: account_types.pb.h:1196
google::protobuf::uint64 bgs::protocol::account::v1::GameAccountBlob::box_level_expiration ( ) const
inline
5953  {
5954  // @@protoc_insertion_point(field_get:bgs.protocol.account.v1.GameAccountBlob.box_level_expiration)
5955  return box_level_expiration_;
5956 }
::google::protobuf::uint64 box_level_expiration_
Definition: account_types.pb.h:1195
int bgs::protocol::account::v1::GameAccountBlob::ByteSize ( ) const
virtual

Reimplemented from google::protobuf::Message.

google::protobuf::uint64 bgs::protocol::account::v1::GameAccountBlob::cache_expiration ( ) const
inline
5833  {
5834  // @@protoc_insertion_point(field_get:bgs.protocol.account.v1.GameAccountBlob.cache_expiration)
5835  return cache_expiration_;
5836 }
::google::protobuf::uint64 cache_expiration_
Definition: account_types.pb.h:1190
void bgs::protocol::account::v1::GameAccountBlob::Clear ( )
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::account::v1::GameAccountBlob::clear_billing_flags ( )
inline
5805  {
5806  billing_flags_ = 0u;
5808 }
void clear_has_billing_flags()
Definition: account_types.pb.h:5802
::google::protobuf::uint32 billing_flags_
Definition: account_types.pb.h:1191
void bgs::protocol::account::v1::GameAccountBlob::clear_box_level ( )
inline
5925  {
5926  box_level_ = 0u;
5928 }
void clear_has_box_level()
Definition: account_types.pb.h:5922
::google::protobuf::uint32 box_level_
Definition: account_types.pb.h:1196
void bgs::protocol::account::v1::GameAccountBlob::clear_box_level_expiration ( )
inline
5949  {
5952 }
void clear_has_box_level_expiration()
Definition: account_types.pb.h:5946
::google::protobuf::uint64 box_level_expiration_
Definition: account_types.pb.h:1195
#define GOOGLE_ULONGLONG(x)
Definition: common.h:193
void bgs::protocol::account::v1::GameAccountBlob::clear_cache_expiration ( )
inline
5829  {
5832 }
void clear_has_cache_expiration()
Definition: account_types.pb.h:5826
::google::protobuf::uint64 cache_expiration_
Definition: account_types.pb.h:1190
#define GOOGLE_ULONGLONG(x)
Definition: common.h:193
void bgs::protocol::account::v1::GameAccountBlob::clear_flags ( )
inline
5781  {
5782  flags_ = GOOGLE_ULONGLONG(0);
5783  clear_has_flags();
5784 }
::google::protobuf::uint64 flags_
Definition: account_types.pb.h:1189
void clear_has_flags()
Definition: account_types.pb.h:5778
#define GOOGLE_ULONGLONG(x)
Definition: common.h:193
void bgs::protocol::account::v1::GameAccountBlob::clear_game_account ( )
inline
5616  {
5617  if (game_account_ != NULL) game_account_->::bgs::protocol::account::v1::GameAccountHandle::Clear();
5619 }
arena_t NULL
Definition: jemalloc_internal.h:624
void clear_has_game_account()
Definition: account_types.pb.h:5613
::bgs::protocol::account::v1::GameAccountHandle * game_account_
Definition: account_types.pb.h:1185
void bgs::protocol::account::v1::GameAccountBlob::clear_has_billing_flags ( )
inlineprivate
5802  {
5803  _has_bits_[0] &= ~0x00000020u;
5804 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:1183
void bgs::protocol::account::v1::GameAccountBlob::clear_has_box_level ( )
inlineprivate
5922  {
5923  _has_bits_[0] &= ~0x00000400u;
5924 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:1183
void bgs::protocol::account::v1::GameAccountBlob::clear_has_box_level_expiration ( )
inlineprivate
5946  {
5947  _has_bits_[0] &= ~0x00000800u;
5948 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:1183
void bgs::protocol::account::v1::GameAccountBlob::clear_has_cache_expiration ( )
inlineprivate
5826  {
5827  _has_bits_[0] &= ~0x00000040u;
5828 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:1183
void bgs::protocol::account::v1::GameAccountBlob::clear_has_flags ( )
inlineprivate
5778  {
5779  _has_bits_[0] &= ~0x00000010u;
5780 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:1183
void bgs::protocol::account::v1::GameAccountBlob::clear_has_game_account ( )
inlineprivate
5613  {
5614  _has_bits_[0] &= ~0x00000001u;
5615 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:1183
void bgs::protocol::account::v1::GameAccountBlob::clear_has_name ( )
inlineprivate
5654  {
5655  _has_bits_[0] &= ~0x00000002u;
5656 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:1183
void bgs::protocol::account::v1::GameAccountBlob::clear_has_raf_account ( )
inlineprivate
6000  {
6001  _has_bits_[0] &= ~0x00002000u;
6002 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:1183
void bgs::protocol::account::v1::GameAccountBlob::clear_has_raf_expiration ( )
inlineprivate
6100  {
6101  _has_bits_[0] &= ~0x00008000u;
6102 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:1183
void bgs::protocol::account::v1::GameAccountBlob::clear_has_raf_info ( )
inlineprivate
6024  {
6025  _has_bits_[0] &= ~0x00004000u;
6026 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:1183
void bgs::protocol::account::v1::GameAccountBlob::clear_has_realm_permissions ( )
inlineprivate
5730  {
5731  _has_bits_[0] &= ~0x00000004u;
5732 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:1183
void bgs::protocol::account::v1::GameAccountBlob::clear_has_status ( )
inlineprivate
5754  {
5755  _has_bits_[0] &= ~0x00000008u;
5756 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:1183
void bgs::protocol::account::v1::GameAccountBlob::clear_has_status_expiration ( )
inlineprivate
5898  {
5899  _has_bits_[0] &= ~0x00000200u;
5900 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:1183
void bgs::protocol::account::v1::GameAccountBlob::clear_has_subscription_expiration ( )
inlineprivate
5850  {
5851  _has_bits_[0] &= ~0x00000080u;
5852 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:1183
void bgs::protocol::account::v1::GameAccountBlob::clear_has_units_remaining ( )
inlineprivate
5874  {
5875  _has_bits_[0] &= ~0x00000100u;
5876 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:1183
void bgs::protocol::account::v1::GameAccountBlob::clear_licenses ( )
inline
5967  {
5968  licenses_.Clear();
5969 }
void Clear()
Definition: repeated_field.h:1160
::google::protobuf::RepeatedPtrField< ::bgs::protocol::account::v1::AccountLicense > licenses_
Definition: account_types.pb.h:1198
void bgs::protocol::account::v1::GameAccountBlob::clear_name ( )
inline
5657  {
5659  name_->clear();
5660  }
5661  clear_has_name();
5662 }
void clear_has_name()
Definition: account_types.pb.h:5654
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * name_
Definition: account_types.pb.h:1186

+ Here is the call graph for this function:

void bgs::protocol::account::v1::GameAccountBlob::clear_raf_account ( )
inline
6003  {
6004  raf_account_ = 0u;
6006 }
::google::protobuf::uint32 raf_account_
Definition: account_types.pb.h:1197
void clear_has_raf_account()
Definition: account_types.pb.h:6000
void bgs::protocol::account::v1::GameAccountBlob::clear_raf_expiration ( )
inline
6103  {
6106 }
::google::protobuf::uint64 raf_expiration_
Definition: account_types.pb.h:1200
void clear_has_raf_expiration()
Definition: account_types.pb.h:6100
#define GOOGLE_ULONGLONG(x)
Definition: common.h:193
void bgs::protocol::account::v1::GameAccountBlob::clear_raf_info ( )
inline
6027  {
6029  raf_info_->clear();
6030  }
6032 }
::std::string * raf_info_
Definition: account_types.pb.h:1199
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void clear_has_raf_info()
Definition: account_types.pb.h:6024

+ Here is the call graph for this function:

void bgs::protocol::account::v1::GameAccountBlob::clear_realm_permissions ( )
inline
5733  {
5734  realm_permissions_ = 0u;
5736 }
::google::protobuf::uint32 realm_permissions_
Definition: account_types.pb.h:1187
void clear_has_realm_permissions()
Definition: account_types.pb.h:5730
void bgs::protocol::account::v1::GameAccountBlob::clear_status ( )
inline
5757  {
5758  status_ = 0u;
5759  clear_has_status();
5760 }
void clear_has_status()
Definition: account_types.pb.h:5754
::google::protobuf::uint32 status_
Definition: account_types.pb.h:1188
void bgs::protocol::account::v1::GameAccountBlob::clear_status_expiration ( )
inline
5901  {
5904 }
void clear_has_status_expiration()
Definition: account_types.pb.h:5898
::google::protobuf::uint64 status_expiration_
Definition: account_types.pb.h:1194
#define GOOGLE_ULONGLONG(x)
Definition: common.h:193
void bgs::protocol::account::v1::GameAccountBlob::clear_subscription_expiration ( )
inline
5853  {
5856 }
void clear_has_subscription_expiration()
Definition: account_types.pb.h:5850
::google::protobuf::uint64 subscription_expiration_
Definition: account_types.pb.h:1193
#define GOOGLE_ULONGLONG(x)
Definition: common.h:193
void bgs::protocol::account::v1::GameAccountBlob::clear_units_remaining ( )
inline
5877  {
5878  units_remaining_ = 0u;
5880 }
void clear_has_units_remaining()
Definition: account_types.pb.h:5874
::google::protobuf::uint32 units_remaining_
Definition: account_types.pb.h:1192
void bgs::protocol::account::v1::GameAccountBlob::CopyFrom ( const ::google::protobuf::Message from)
void bgs::protocol::account::v1::GameAccountBlob::CopyFrom ( const GameAccountBlob from)
static const GameAccountBlob& bgs::protocol::account::v1::GameAccountBlob::default_instance ( )
static
static const ::google::protobuf::Descriptor* bgs::protocol::account::v1::GameAccountBlob::descriptor ( )
static
google::protobuf::uint64 bgs::protocol::account::v1::GameAccountBlob::flags ( ) const
inline
5785  {
5786  // @@protoc_insertion_point(field_get:bgs.protocol.account.v1.GameAccountBlob.flags)
5787  return flags_;
5788 }
::google::protobuf::uint64 flags_
Definition: account_types.pb.h:1189
const ::bgs::protocol::account::v1::GameAccountHandle & bgs::protocol::account::v1::GameAccountBlob::game_account ( ) const
inline
5620  {
5621  // @@protoc_insertion_point(field_get:bgs.protocol.account.v1.GameAccountBlob.game_account)
5623 }
arena_t NULL
Definition: jemalloc_internal.h:624
::bgs::protocol::account::v1::GameAccountHandle * game_account_
Definition: account_types.pb.h:1185
static GameAccountBlob * default_instance_
Definition: account_types.pb.h:1206
int bgs::protocol::account::v1::GameAccountBlob::GetCachedSize ( ) const
inlinevirtual

Implements google::protobuf::MessageLite.

1007 { return _cached_size_; }
int _cached_size_
Definition: account_types.pb.h:1184
::google::protobuf::Metadata bgs::protocol::account::v1::GameAccountBlob::GetMetadata ( ) const
virtual
bool bgs::protocol::account::v1::GameAccountBlob::has_billing_flags ( ) const
inline
5796  {
5797  return (_has_bits_[0] & 0x00000020u) != 0;
5798 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:1183
bool bgs::protocol::account::v1::GameAccountBlob::has_box_level ( ) const
inline
5916  {
5917  return (_has_bits_[0] & 0x00000400u) != 0;
5918 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:1183
bool bgs::protocol::account::v1::GameAccountBlob::has_box_level_expiration ( ) const
inline
5940  {
5941  return (_has_bits_[0] & 0x00000800u) != 0;
5942 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:1183
bool bgs::protocol::account::v1::GameAccountBlob::has_cache_expiration ( ) const
inline
5820  {
5821  return (_has_bits_[0] & 0x00000040u) != 0;
5822 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:1183
bool bgs::protocol::account::v1::GameAccountBlob::has_flags ( ) const
inline
5772  {
5773  return (_has_bits_[0] & 0x00000010u) != 0;
5774 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:1183
bool bgs::protocol::account::v1::GameAccountBlob::has_game_account ( ) const
inline
5607  {
5608  return (_has_bits_[0] & 0x00000001u) != 0;
5609 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:1183
bool bgs::protocol::account::v1::GameAccountBlob::has_name ( ) const
inline
5648  {
5649  return (_has_bits_[0] & 0x00000002u) != 0;
5650 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:1183
bool bgs::protocol::account::v1::GameAccountBlob::has_raf_account ( ) const
inline
5994  {
5995  return (_has_bits_[0] & 0x00002000u) != 0;
5996 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:1183
bool bgs::protocol::account::v1::GameAccountBlob::has_raf_expiration ( ) const
inline
6094  {
6095  return (_has_bits_[0] & 0x00008000u) != 0;
6096 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:1183
bool bgs::protocol::account::v1::GameAccountBlob::has_raf_info ( ) const
inline
6018  {
6019  return (_has_bits_[0] & 0x00004000u) != 0;
6020 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:1183
bool bgs::protocol::account::v1::GameAccountBlob::has_realm_permissions ( ) const
inline
5724  {
5725  return (_has_bits_[0] & 0x00000004u) != 0;
5726 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:1183
bool bgs::protocol::account::v1::GameAccountBlob::has_status ( ) const
inline
5748  {
5749  return (_has_bits_[0] & 0x00000008u) != 0;
5750 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:1183
bool bgs::protocol::account::v1::GameAccountBlob::has_status_expiration ( ) const
inline
5892  {
5893  return (_has_bits_[0] & 0x00000200u) != 0;
5894 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:1183
bool bgs::protocol::account::v1::GameAccountBlob::has_subscription_expiration ( ) const
inline
5844  {
5845  return (_has_bits_[0] & 0x00000080u) != 0;
5846 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:1183
bool bgs::protocol::account::v1::GameAccountBlob::has_units_remaining ( ) const
inline
5868  {
5869  return (_has_bits_[0] & 0x00000100u) != 0;
5870 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:1183
void bgs::protocol::account::v1::GameAccountBlob::InitAsDefaultInstance ( )
private
bool bgs::protocol::account::v1::GameAccountBlob::IsInitialized ( ) const
virtual

Reimplemented from google::protobuf::Message.

const ::bgs::protocol::account::v1::AccountLicense & bgs::protocol::account::v1::GameAccountBlob::licenses ( int  index) const
inline
5970  {
5971  // @@protoc_insertion_point(field_get:bgs.protocol.account.v1.GameAccountBlob.licenses)
5972  return licenses_.Get(index);
5973 }
const Element & Get(int index) const
Definition: repeated_field.h:1112
::google::protobuf::RepeatedPtrField< ::bgs::protocol::account::v1::AccountLicense > licenses_
Definition: account_types.pb.h:1198

+ Here is the call graph for this function:

const ::google::protobuf::RepeatedPtrField<::bgs::protocol::account::v1::AccountLicense > & bgs::protocol::account::v1::GameAccountBlob::licenses ( ) const
inline
5983  {
5984  // @@protoc_insertion_point(field_list:bgs.protocol.account.v1.GameAccountBlob.licenses)
5985  return licenses_;
5986 }
::google::protobuf::RepeatedPtrField< ::bgs::protocol::account::v1::AccountLicense > licenses_
Definition: account_types.pb.h:1198
int bgs::protocol::account::v1::GameAccountBlob::licenses_size ( ) const
inline
5964  {
5965  return licenses_.size();
5966 }
::google::protobuf::RepeatedPtrField< ::bgs::protocol::account::v1::AccountLicense > licenses_
Definition: account_types.pb.h:1198
int size() const
Definition: repeated_field.h:1107
void bgs::protocol::account::v1::GameAccountBlob::MergeFrom ( const ::google::protobuf::Message from)
void bgs::protocol::account::v1::GameAccountBlob::MergeFrom ( const GameAccountBlob from)
bool bgs::protocol::account::v1::GameAccountBlob::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream input)
bgs::protocol::account::v1::GameAccountHandle * bgs::protocol::account::v1::GameAccountBlob::mutable_game_account ( )
inline
5624  {
5626  if (game_account_ == NULL) game_account_ = new ::bgs::protocol::account::v1::GameAccountHandle;
5627  // @@protoc_insertion_point(field_mutable:bgs.protocol.account.v1.GameAccountBlob.game_account)
5628  return game_account_;
5629 }
arena_t NULL
Definition: jemalloc_internal.h:624
void set_has_game_account()
Definition: account_types.pb.h:5610
::bgs::protocol::account::v1::GameAccountHandle * game_account_
Definition: account_types.pb.h:1185
bgs::protocol::account::v1::AccountLicense * bgs::protocol::account::v1::GameAccountBlob::mutable_licenses ( int  index)
inline
5974  {
5975  // @@protoc_insertion_point(field_mutable:bgs.protocol.account.v1.GameAccountBlob.licenses)
5976  return licenses_.Mutable(index);
5977 }
::google::protobuf::RepeatedPtrField< ::bgs::protocol::account::v1::AccountLicense > licenses_
Definition: account_types.pb.h:1198
Element * Mutable(int index)
Definition: repeated_field.h:1118
google::protobuf::RepeatedPtrField<::bgs::protocol::account::v1::AccountLicense > * bgs::protocol::account::v1::GameAccountBlob::mutable_licenses ( )
inline
5988  {
5989  // @@protoc_insertion_point(field_mutable_list:bgs.protocol.account.v1.GameAccountBlob.licenses)
5990  return &licenses_;
5991 }
::google::protobuf::RepeatedPtrField< ::bgs::protocol::account::v1::AccountLicense > licenses_
Definition: account_types.pb.h:1198
std::string * bgs::protocol::account::v1::GameAccountBlob::mutable_name ( )
inline
5691  {
5692  set_has_name();
5694  name_ = new ::std::string;
5695  }
5696  // @@protoc_insertion_point(field_mutable:bgs.protocol.account.v1.GameAccountBlob.name)
5697  return name_;
5698 }
void set_has_name()
Definition: account_types.pb.h:5651
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * name_
Definition: account_types.pb.h:1186

+ Here is the call graph for this function:

std::string * bgs::protocol::account::v1::GameAccountBlob::mutable_raf_info ( )
inline
6061  {
6062  set_has_raf_info();
6064  raf_info_ = new ::std::string;
6065  }
6066  // @@protoc_insertion_point(field_mutable:bgs.protocol.account.v1.GameAccountBlob.raf_info)
6067  return raf_info_;
6068 }
::std::string * raf_info_
Definition: account_types.pb.h:1199
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_raf_info()
Definition: account_types.pb.h:6021

+ Here is the call graph for this function:

inline ::google::protobuf::UnknownFieldSet* bgs::protocol::account::v1::GameAccountBlob::mutable_unknown_fields ( )
inline
982  {
983  return &_unknown_fields_;
984  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: account_types.pb.h:1181
const ::std::string & bgs::protocol::account::v1::GameAccountBlob::name ( ) const
inline
5663  {
5664  // @@protoc_insertion_point(field_get:bgs.protocol.account.v1.GameAccountBlob.name)
5665  return *name_;
5666 }
::std::string * name_
Definition: account_types.pb.h:1186
GameAccountBlob* bgs::protocol::account::v1::GameAccountBlob::New ( ) const
virtual
GameAccountBlob& bgs::protocol::account::v1::GameAccountBlob::operator= ( const GameAccountBlob from)
inline
973  {
974  CopyFrom(from);
975  return *this;
976  }
void CopyFrom(const ::google::protobuf::Message &from)
google::protobuf::uint32 bgs::protocol::account::v1::GameAccountBlob::raf_account ( ) const
inline
6007  {
6008  // @@protoc_insertion_point(field_get:bgs.protocol.account.v1.GameAccountBlob.raf_account)
6009  return raf_account_;
6010 }
::google::protobuf::uint32 raf_account_
Definition: account_types.pb.h:1197
google::protobuf::uint64 bgs::protocol::account::v1::GameAccountBlob::raf_expiration ( ) const
inline
6107  {
6108  // @@protoc_insertion_point(field_get:bgs.protocol.account.v1.GameAccountBlob.raf_expiration)
6109  return raf_expiration_;
6110 }
::google::protobuf::uint64 raf_expiration_
Definition: account_types.pb.h:1200
const ::std::string & bgs::protocol::account::v1::GameAccountBlob::raf_info ( ) const
inline
6033  {
6034  // @@protoc_insertion_point(field_get:bgs.protocol.account.v1.GameAccountBlob.raf_info)
6035  return *raf_info_;
6036 }
::std::string * raf_info_
Definition: account_types.pb.h:1199
google::protobuf::uint32 bgs::protocol::account::v1::GameAccountBlob::realm_permissions ( ) const
inline
5737  {
5738  // @@protoc_insertion_point(field_get:bgs.protocol.account.v1.GameAccountBlob.realm_permissions)
5739  return realm_permissions_;
5740 }
::google::protobuf::uint32 realm_permissions_
Definition: account_types.pb.h:1187
bgs::protocol::account::v1::GameAccountHandle * bgs::protocol::account::v1::GameAccountBlob::release_game_account ( )
inline
5630  {
5633  game_account_ = NULL;
5634  return temp;
5635 }
arena_t NULL
Definition: jemalloc_internal.h:624
Definition: account_types.pb.h:771
void clear_has_game_account()
Definition: account_types.pb.h:5613
::bgs::protocol::account::v1::GameAccountHandle * game_account_
Definition: account_types.pb.h:1185
std::string * bgs::protocol::account::v1::GameAccountBlob::release_name ( )
inline
5699  {
5700  clear_has_name();
5702  return NULL;
5703  } else {
5704  ::std::string* temp = name_;
5705  name_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
5706  return temp;
5707  }
5708 }
void clear_has_name()
Definition: account_types.pb.h:5654
arena_t NULL
Definition: jemalloc_internal.h:624
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * name_
Definition: account_types.pb.h:1186

+ Here is the call graph for this function:

std::string * bgs::protocol::account::v1::GameAccountBlob::release_raf_info ( )
inline
6069  {
6072  return NULL;
6073  } else {
6074  ::std::string* temp = raf_info_;
6075  raf_info_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
6076  return temp;
6077  }
6078 }
::std::string * raf_info_
Definition: account_types.pb.h:1199
arena_t NULL
Definition: jemalloc_internal.h:624
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void clear_has_raf_info()
Definition: account_types.pb.h:6024

+ Here is the call graph for this function:

void bgs::protocol::account::v1::GameAccountBlob::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream output) const
::google::protobuf::uint8* bgs::protocol::account::v1::GameAccountBlob::SerializeWithCachedSizesToArray ( ::google::protobuf::uint8 output) const
void bgs::protocol::account::v1::GameAccountBlob::set_allocated_game_account ( ::bgs::protocol::account::v1::GameAccountHandle game_account)
inline
5636  {
5637  delete game_account_;
5639  if (game_account) {
5641  } else {
5643  }
5644  // @@protoc_insertion_point(field_set_allocated:bgs.protocol.account.v1.GameAccountBlob.game_account)
5645 }
const ::bgs::protocol::account::v1::GameAccountHandle & game_account() const
Definition: account_types.pb.h:5620
void set_has_game_account()
Definition: account_types.pb.h:5610
void clear_has_game_account()
Definition: account_types.pb.h:5613
::bgs::protocol::account::v1::GameAccountHandle * game_account_
Definition: account_types.pb.h:1185
void bgs::protocol::account::v1::GameAccountBlob::set_allocated_name ( ::std::string *  name)
inline
5709  {
5711  delete name_;
5712  }
5713  if (name) {
5714  set_has_name();
5715  name_ = name;
5716  } else {
5717  clear_has_name();
5718  name_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
5719  }
5720  // @@protoc_insertion_point(field_set_allocated:bgs.protocol.account.v1.GameAccountBlob.name)
5721 }
void clear_has_name()
Definition: account_types.pb.h:5654
void set_has_name()
Definition: account_types.pb.h:5651
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * name_
Definition: account_types.pb.h:1186
const ::std::string & name() const
Definition: account_types.pb.h:5663

+ Here is the call graph for this function:

void bgs::protocol::account::v1::GameAccountBlob::set_allocated_raf_info ( ::std::string *  raf_info)
inline
6079  {
6081  delete raf_info_;
6082  }
6083  if (raf_info) {
6084  set_has_raf_info();
6085  raf_info_ = raf_info;
6086  } else {
6088  raf_info_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
6089  }
6090  // @@protoc_insertion_point(field_set_allocated:bgs.protocol.account.v1.GameAccountBlob.raf_info)
6091 }
::std::string * raf_info_
Definition: account_types.pb.h:1199
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_raf_info()
Definition: account_types.pb.h:6021
void clear_has_raf_info()
Definition: account_types.pb.h:6024
const ::std::string & raf_info() const
Definition: account_types.pb.h:6033

+ Here is the call graph for this function:

void bgs::protocol::account::v1::GameAccountBlob::set_billing_flags ( ::google::protobuf::uint32  value)
inline
5813  {
5816  // @@protoc_insertion_point(field_set:bgs.protocol.account.v1.GameAccountBlob.billing_flags)
5817 }
void set_has_billing_flags()
Definition: account_types.pb.h:5799
::google::protobuf::uint32 billing_flags_
Definition: account_types.pb.h:1191
const FieldDescriptor value
Definition: descriptor.h:1522
void bgs::protocol::account::v1::GameAccountBlob::set_box_level ( ::google::protobuf::uint32  value)
inline
5933  {
5935  box_level_ = value;
5936  // @@protoc_insertion_point(field_set:bgs.protocol.account.v1.GameAccountBlob.box_level)
5937 }
::google::protobuf::uint32 box_level_
Definition: account_types.pb.h:1196
void set_has_box_level()
Definition: account_types.pb.h:5919
const FieldDescriptor value
Definition: descriptor.h:1522
void bgs::protocol::account::v1::GameAccountBlob::set_box_level_expiration ( ::google::protobuf::uint64  value)
inline
5957  {
5960  // @@protoc_insertion_point(field_set:bgs.protocol.account.v1.GameAccountBlob.box_level_expiration)
5961 }
::google::protobuf::uint64 box_level_expiration_
Definition: account_types.pb.h:1195
void set_has_box_level_expiration()
Definition: account_types.pb.h:5943
const FieldDescriptor value
Definition: descriptor.h:1522
void bgs::protocol::account::v1::GameAccountBlob::set_cache_expiration ( ::google::protobuf::uint64  value)
inline
5837  {
5840  // @@protoc_insertion_point(field_set:bgs.protocol.account.v1.GameAccountBlob.cache_expiration)
5841 }
::google::protobuf::uint64 cache_expiration_
Definition: account_types.pb.h:1190
void set_has_cache_expiration()
Definition: account_types.pb.h:5823
const FieldDescriptor value
Definition: descriptor.h:1522
void bgs::protocol::account::v1::GameAccountBlob::set_flags ( ::google::protobuf::uint64  value)
inline
5789  {
5790  set_has_flags();
5791  flags_ = value;
5792  // @@protoc_insertion_point(field_set:bgs.protocol.account.v1.GameAccountBlob.flags)
5793 }
::google::protobuf::uint64 flags_
Definition: account_types.pb.h:1189
void set_has_flags()
Definition: account_types.pb.h:5775
const FieldDescriptor value
Definition: descriptor.h:1522
void bgs::protocol::account::v1::GameAccountBlob::set_has_billing_flags ( )
inlineprivate
5799  {
5800  _has_bits_[0] |= 0x00000020u;
5801 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:1183
void bgs::protocol::account::v1::GameAccountBlob::set_has_box_level ( )
inlineprivate
5919  {
5920  _has_bits_[0] |= 0x00000400u;
5921 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:1183
void bgs::protocol::account::v1::GameAccountBlob::set_has_box_level_expiration ( )
inlineprivate
5943  {
5944  _has_bits_[0] |= 0x00000800u;
5945 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:1183
void bgs::protocol::account::v1::GameAccountBlob::set_has_cache_expiration ( )
inlineprivate
5823  {
5824  _has_bits_[0] |= 0x00000040u;
5825 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:1183
void bgs::protocol::account::v1::GameAccountBlob::set_has_flags ( )
inlineprivate
5775  {
5776  _has_bits_[0] |= 0x00000010u;
5777 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:1183
void bgs::protocol::account::v1::GameAccountBlob::set_has_game_account ( )
inlineprivate
5610  {
5611  _has_bits_[0] |= 0x00000001u;
5612 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:1183
void bgs::protocol::account::v1::GameAccountBlob::set_has_name ( )
inlineprivate
5651  {
5652  _has_bits_[0] |= 0x00000002u;
5653 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:1183
void bgs::protocol::account::v1::GameAccountBlob::set_has_raf_account ( )
inlineprivate
5997  {
5998  _has_bits_[0] |= 0x00002000u;
5999 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:1183
void bgs::protocol::account::v1::GameAccountBlob::set_has_raf_expiration ( )
inlineprivate
6097  {
6098  _has_bits_[0] |= 0x00008000u;
6099 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:1183
void bgs::protocol::account::v1::GameAccountBlob::set_has_raf_info ( )
inlineprivate
6021  {
6022  _has_bits_[0] |= 0x00004000u;
6023 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:1183
void bgs::protocol::account::v1::GameAccountBlob::set_has_realm_permissions ( )
inlineprivate
5727  {
5728  _has_bits_[0] |= 0x00000004u;
5729 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:1183
void bgs::protocol::account::v1::GameAccountBlob::set_has_status ( )
inlineprivate
5751  {
5752  _has_bits_[0] |= 0x00000008u;
5753 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:1183
void bgs::protocol::account::v1::GameAccountBlob::set_has_status_expiration ( )
inlineprivate
5895  {
5896  _has_bits_[0] |= 0x00000200u;
5897 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:1183
void bgs::protocol::account::v1::GameAccountBlob::set_has_subscription_expiration ( )
inlineprivate
5847  {
5848  _has_bits_[0] |= 0x00000080u;
5849 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:1183
void bgs::protocol::account::v1::GameAccountBlob::set_has_units_remaining ( )
inlineprivate
5871  {
5872  _has_bits_[0] |= 0x00000100u;
5873 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:1183
void bgs::protocol::account::v1::GameAccountBlob::set_name ( const ::std::string &  value)
inline
5667  {
5668  set_has_name();
5670  name_ = new ::std::string;
5671  }
5672  name_->assign(value);
5673  // @@protoc_insertion_point(field_set:bgs.protocol.account.v1.GameAccountBlob.name)
5674 }
void set_has_name()
Definition: account_types.pb.h:5651
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * name_
Definition: account_types.pb.h:1186
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::account::v1::GameAccountBlob::set_name ( const char *  value)
inline
5675  {
5676  set_has_name();
5678  name_ = new ::std::string;
5679  }
5680  name_->assign(value);
5681  // @@protoc_insertion_point(field_set_char:bgs.protocol.account.v1.GameAccountBlob.name)
5682 }
void set_has_name()
Definition: account_types.pb.h:5651
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * name_
Definition: account_types.pb.h:1186
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::account::v1::GameAccountBlob::set_name ( const char *  value,
size_t  size 
)
inline
5683  {
5684  set_has_name();
5686  name_ = new ::std::string;
5687  }
5688  name_->assign(reinterpret_cast<const char*>(value), size);
5689  // @@protoc_insertion_point(field_set_pointer:bgs.protocol.account.v1.GameAccountBlob.name)
5690 }
void set_has_name()
Definition: account_types.pb.h:5651
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * name_
Definition: account_types.pb.h:1186
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::account::v1::GameAccountBlob::set_raf_account ( ::google::protobuf::uint32  value)
inline
6011  {
6013  raf_account_ = value;
6014  // @@protoc_insertion_point(field_set:bgs.protocol.account.v1.GameAccountBlob.raf_account)
6015 }
::google::protobuf::uint32 raf_account_
Definition: account_types.pb.h:1197
void set_has_raf_account()
Definition: account_types.pb.h:5997
const FieldDescriptor value
Definition: descriptor.h:1522
void bgs::protocol::account::v1::GameAccountBlob::set_raf_expiration ( ::google::protobuf::uint64  value)
inline
6111  {
6114  // @@protoc_insertion_point(field_set:bgs.protocol.account.v1.GameAccountBlob.raf_expiration)
6115 }
::google::protobuf::uint64 raf_expiration_
Definition: account_types.pb.h:1200
void set_has_raf_expiration()
Definition: account_types.pb.h:6097
const FieldDescriptor value
Definition: descriptor.h:1522
void bgs::protocol::account::v1::GameAccountBlob::set_raf_info ( const ::std::string &  value)
inline
6037  {
6038  set_has_raf_info();
6040  raf_info_ = new ::std::string;
6041  }
6042  raf_info_->assign(value);
6043  // @@protoc_insertion_point(field_set:bgs.protocol.account.v1.GameAccountBlob.raf_info)
6044 }
::std::string * raf_info_
Definition: account_types.pb.h:1199
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_raf_info()
Definition: account_types.pb.h:6021
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::account::v1::GameAccountBlob::set_raf_info ( const char *  value)
inline
6045  {
6046  set_has_raf_info();
6048  raf_info_ = new ::std::string;
6049  }
6050  raf_info_->assign(value);
6051  // @@protoc_insertion_point(field_set_char:bgs.protocol.account.v1.GameAccountBlob.raf_info)
6052 }
::std::string * raf_info_
Definition: account_types.pb.h:1199
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_raf_info()
Definition: account_types.pb.h:6021
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::account::v1::GameAccountBlob::set_raf_info ( const void *  value,
size_t  size 
)
inline
6053  {
6054  set_has_raf_info();
6056  raf_info_ = new ::std::string;
6057  }
6058  raf_info_->assign(reinterpret_cast<const char*>(value), size);
6059  // @@protoc_insertion_point(field_set_pointer:bgs.protocol.account.v1.GameAccountBlob.raf_info)
6060 }
::std::string * raf_info_
Definition: account_types.pb.h:1199
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_raf_info()
Definition: account_types.pb.h:6021
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::account::v1::GameAccountBlob::set_realm_permissions ( ::google::protobuf::uint32  value)
inline
5741  {
5744  // @@protoc_insertion_point(field_set:bgs.protocol.account.v1.GameAccountBlob.realm_permissions)
5745 }
::google::protobuf::uint32 realm_permissions_
Definition: account_types.pb.h:1187
void set_has_realm_permissions()
Definition: account_types.pb.h:5727
const FieldDescriptor value
Definition: descriptor.h:1522
void bgs::protocol::account::v1::GameAccountBlob::set_status ( ::google::protobuf::uint32  value)
inline
5765  {
5766  set_has_status();
5767  status_ = value;
5768  // @@protoc_insertion_point(field_set:bgs.protocol.account.v1.GameAccountBlob.status)
5769 }
void set_has_status()
Definition: account_types.pb.h:5751
::google::protobuf::uint32 status_
Definition: account_types.pb.h:1188
const FieldDescriptor value
Definition: descriptor.h:1522
void bgs::protocol::account::v1::GameAccountBlob::set_status_expiration ( ::google::protobuf::uint64  value)
inline
5909  {
5912  // @@protoc_insertion_point(field_set:bgs.protocol.account.v1.GameAccountBlob.status_expiration)
5913 }
::google::protobuf::uint64 status_expiration_
Definition: account_types.pb.h:1194
void set_has_status_expiration()
Definition: account_types.pb.h:5895
const FieldDescriptor value
Definition: descriptor.h:1522
void bgs::protocol::account::v1::GameAccountBlob::set_subscription_expiration ( ::google::protobuf::uint64  value)
inline
5861  {
5864  // @@protoc_insertion_point(field_set:bgs.protocol.account.v1.GameAccountBlob.subscription_expiration)
5865 }
void set_has_subscription_expiration()
Definition: account_types.pb.h:5847
::google::protobuf::uint64 subscription_expiration_
Definition: account_types.pb.h:1193
const FieldDescriptor value
Definition: descriptor.h:1522
void bgs::protocol::account::v1::GameAccountBlob::set_units_remaining ( ::google::protobuf::uint32  value)
inline
5885  {
5888  // @@protoc_insertion_point(field_set:bgs.protocol.account.v1.GameAccountBlob.units_remaining)
5889 }
void set_has_units_remaining()
Definition: account_types.pb.h:5871
const FieldDescriptor value
Definition: descriptor.h:1522
::google::protobuf::uint32 units_remaining_
Definition: account_types.pb.h:1192
void bgs::protocol::account::v1::GameAccountBlob::SetCachedSize ( int  size) const
privatevirtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::account::v1::GameAccountBlob::SharedCtor ( )
private
void bgs::protocol::account::v1::GameAccountBlob::SharedDtor ( )
private
google::protobuf::uint32 bgs::protocol::account::v1::GameAccountBlob::status ( ) const
inline
5761  {
5762  // @@protoc_insertion_point(field_get:bgs.protocol.account.v1.GameAccountBlob.status)
5763  return status_;
5764 }
::google::protobuf::uint32 status_
Definition: account_types.pb.h:1188
google::protobuf::uint64 bgs::protocol::account::v1::GameAccountBlob::status_expiration ( ) const
inline
5905  {
5906  // @@protoc_insertion_point(field_get:bgs.protocol.account.v1.GameAccountBlob.status_expiration)
5907  return status_expiration_;
5908 }
::google::protobuf::uint64 status_expiration_
Definition: account_types.pb.h:1194
google::protobuf::uint64 bgs::protocol::account::v1::GameAccountBlob::subscription_expiration ( ) const
inline
5857  {
5858  // @@protoc_insertion_point(field_get:bgs.protocol.account.v1.GameAccountBlob.subscription_expiration)
5859  return subscription_expiration_;
5860 }
::google::protobuf::uint64 subscription_expiration_
Definition: account_types.pb.h:1193
void bgs::protocol::account::v1::GameAccountBlob::Swap ( GameAccountBlob other)
google::protobuf::uint32 bgs::protocol::account::v1::GameAccountBlob::units_remaining ( ) const
inline
5881  {
5882  // @@protoc_insertion_point(field_get:bgs.protocol.account.v1.GameAccountBlob.units_remaining)
5883  return units_remaining_;
5884 }
::google::protobuf::uint32 units_remaining_
Definition: account_types.pb.h:1192
const ::google::protobuf::UnknownFieldSet& bgs::protocol::account::v1::GameAccountBlob::unknown_fields ( ) const
inline
978  {
979  return _unknown_fields_;
980  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: account_types.pb.h:1181

Friends And Related Function Documentation

void TC_SHARED_API protobuf_AddDesc_account_5ftypes_2eproto ( )
friend
void protobuf_AssignDesc_account_5ftypes_2eproto ( )
friend
void protobuf_ShutdownFile_account_5ftypes_2eproto ( )
friend

Member Data Documentation

int bgs::protocol::account::v1::GameAccountBlob::_cached_size_
mutableprivate
::google::protobuf::uint32 bgs::protocol::account::v1::GameAccountBlob::_has_bits_[1]
private
::google::protobuf::UnknownFieldSet bgs::protocol::account::v1::GameAccountBlob::_unknown_fields_
private
::google::protobuf::uint32 bgs::protocol::account::v1::GameAccountBlob::billing_flags_
private
::google::protobuf::uint32 bgs::protocol::account::v1::GameAccountBlob::box_level_
private
::google::protobuf::uint64 bgs::protocol::account::v1::GameAccountBlob::box_level_expiration_
private
::google::protobuf::uint64 bgs::protocol::account::v1::GameAccountBlob::cache_expiration_
private
GameAccountBlob* bgs::protocol::account::v1::GameAccountBlob::default_instance_
staticprivate
::google::protobuf::uint64 bgs::protocol::account::v1::GameAccountBlob::flags_
private
::bgs::protocol::account::v1::GameAccountHandle* bgs::protocol::account::v1::GameAccountBlob::game_account_
private
const int bgs::protocol::account::v1::GameAccountBlob::kBillingFlagsFieldNumber = 6
static
const int bgs::protocol::account::v1::GameAccountBlob::kBoxLevelExpirationFieldNumber = 14
static
const int bgs::protocol::account::v1::GameAccountBlob::kBoxLevelFieldNumber = 13
static
const int bgs::protocol::account::v1::GameAccountBlob::kCacheExpirationFieldNumber = 7
static
const int bgs::protocol::account::v1::GameAccountBlob::kFlagsFieldNumber = 5
static
const int bgs::protocol::account::v1::GameAccountBlob::kGameAccountFieldNumber = 1
static
const int bgs::protocol::account::v1::GameAccountBlob::kLicensesFieldNumber = 20
static
const int bgs::protocol::account::v1::GameAccountBlob::kNameFieldNumber = 2
static
const int bgs::protocol::account::v1::GameAccountBlob::kRafAccountFieldNumber = 21
static
const int bgs::protocol::account::v1::GameAccountBlob::kRafExpirationFieldNumber = 23
static
const int bgs::protocol::account::v1::GameAccountBlob::kRafInfoFieldNumber = 22
static
const int bgs::protocol::account::v1::GameAccountBlob::kRealmPermissionsFieldNumber = 3
static
const int bgs::protocol::account::v1::GameAccountBlob::kStatusExpirationFieldNumber = 12
static
const int bgs::protocol::account::v1::GameAccountBlob::kStatusFieldNumber = 4
static
const int bgs::protocol::account::v1::GameAccountBlob::kSubscriptionExpirationFieldNumber = 10
static
const int bgs::protocol::account::v1::GameAccountBlob::kUnitsRemainingFieldNumber = 11
static
::google::protobuf::RepeatedPtrField< ::bgs::protocol::account::v1::AccountLicense > bgs::protocol::account::v1::GameAccountBlob::licenses_
private
::std::string* bgs::protocol::account::v1::GameAccountBlob::name_
private
::google::protobuf::uint32 bgs::protocol::account::v1::GameAccountBlob::raf_account_
private
::google::protobuf::uint64 bgs::protocol::account::v1::GameAccountBlob::raf_expiration_
private
::std::string* bgs::protocol::account::v1::GameAccountBlob::raf_info_
private
::google::protobuf::uint32 bgs::protocol::account::v1::GameAccountBlob::realm_permissions_
private
::google::protobuf::uint32 bgs::protocol::account::v1::GameAccountBlob::status_
private
::google::protobuf::uint64 bgs::protocol::account::v1::GameAccountBlob::status_expiration_
private
::google::protobuf::uint64 bgs::protocol::account::v1::GameAccountBlob::subscription_expiration_
private
::google::protobuf::uint32 bgs::protocol::account::v1::GameAccountBlob::units_remaining_
private

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