TrinityCore
Loading...
Searching...
No Matches
Battlenet::JSON::Login::GameAccountInfo Class Reference

#include <Login.pb.h>

+ Inheritance diagram for Battlenet::JSON::Login::GameAccountInfo:

Public Member Functions

 GameAccountInfo ()
 
virtual ~GameAccountInfo ()
 
 GameAccountInfo (const GameAccountInfo &from)
 
GameAccountInfooperator= (const GameAccountInfo &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (GameAccountInfo *other)
 
GameAccountInfoNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_display_name () const
 
void clear_display_name ()
 
const ::std::string & display_name () const
 
void set_display_name (const ::std::string &value)
 
void set_display_name (const char *value)
 
void set_display_name (const char *value, size_t size)
 
inline ::std::string * mutable_display_name ()
 
inline ::std::string * release_display_name ()
 
void set_allocated_display_name (::std::string *display_name)
 
bool has_expansion () const
 
void clear_expansion ()
 
inline ::google::protobuf::uint32 expansion () const
 
void set_expansion (::google::protobuf::uint32 value)
 
bool has_is_suspended () const
 
void clear_is_suspended ()
 
bool is_suspended () const
 
void set_is_suspended (bool value)
 
bool has_is_banned () const
 
void clear_is_banned ()
 
bool is_banned () const
 
void set_is_banned (bool value)
 
bool has_suspension_expires () const
 
void clear_suspension_expires ()
 
inline ::google::protobuf::uint64 suspension_expires () const
 
void set_suspension_expires (::google::protobuf::uint64 value)
 
bool has_suspension_reason () const
 
void clear_suspension_reason ()
 
const ::std::string & suspension_reason () const
 
void set_suspension_reason (const ::std::string &value)
 
void set_suspension_reason (const char *value)
 
void set_suspension_reason (const char *value, size_t size)
 
inline ::std::string * mutable_suspension_reason ()
 
inline ::std::string * release_suspension_reason ()
 
void set_allocated_suspension_reason (::std::string *suspension_reason)
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const GameAccountInfodefault_instance ()
 

Static Public Attributes

static const int kDisplayNameFieldNumber = 1
 
static const int kExpansionFieldNumber = 2
 
static const int kIsSuspendedFieldNumber = 3
 
static const int kIsBannedFieldNumber = 4
 
static const int kSuspensionExpiresFieldNumber = 5
 
static const int kSuspensionReasonFieldNumber = 6
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_display_name ()
 
void clear_has_display_name ()
 
void set_has_expansion ()
 
void clear_has_expansion ()
 
void set_has_is_suspended ()
 
void clear_has_is_suspended ()
 
void set_has_is_banned ()
 
void clear_has_is_banned ()
 
void set_has_suspension_expires ()
 
void clear_has_suspension_expires ()
 
void set_has_suspension_reason ()
 
void clear_has_suspension_reason ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::std::string * display_name_
 
::google::protobuf::uint32 expansion_
 
bool is_suspended_
 
bool is_banned_
 
::google::protobuf::uint64 suspension_expires_
 
::std::string * suspension_reason_
 

Static Private Attributes

static GameAccountInfodefault_instance_
 

Friends

void TC_PROTO_API protobuf_AddDesc_Login_2eproto ()
 
void protobuf_AssignDesc_Login_2eproto ()
 
void protobuf_ShutdownFile_Login_2eproto ()
 

Detailed Description

Definition at line 976 of file Login.pb.h.

Constructor & Destructor Documentation

◆ GameAccountInfo() [1/2]

Battlenet::JSON::Login::GameAccountInfo::GameAccountInfo ( )

◆ ~GameAccountInfo()

virtual Battlenet::JSON::Login::GameAccountInfo::~GameAccountInfo ( )
virtual

◆ GameAccountInfo() [2/2]

Battlenet::JSON::Login::GameAccountInfo::GameAccountInfo ( const GameAccountInfo from)

Member Function Documentation

◆ clear_display_name()

void Battlenet::JSON::Login::GameAccountInfo::clear_display_name ( )
inline

Definition at line 3145 of file Login.pb.h.

+ Here is the call graph for this function:

◆ clear_expansion()

void Battlenet::JSON::Login::GameAccountInfo::clear_expansion ( )
inline

Definition at line 3221 of file Login.pb.h.

+ Here is the call graph for this function:

◆ clear_has_display_name()

void Battlenet::JSON::Login::GameAccountInfo::clear_has_display_name ( )
inlineprivate

Definition at line 3142 of file Login.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_expansion()

void Battlenet::JSON::Login::GameAccountInfo::clear_has_expansion ( )
inlineprivate

Definition at line 3218 of file Login.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_is_banned()

void Battlenet::JSON::Login::GameAccountInfo::clear_has_is_banned ( )
inlineprivate

Definition at line 3266 of file Login.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_is_suspended()

void Battlenet::JSON::Login::GameAccountInfo::clear_has_is_suspended ( )
inlineprivate

Definition at line 3242 of file Login.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_suspension_expires()

void Battlenet::JSON::Login::GameAccountInfo::clear_has_suspension_expires ( )
inlineprivate

Definition at line 3290 of file Login.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_suspension_reason()

void Battlenet::JSON::Login::GameAccountInfo::clear_has_suspension_reason ( )
inlineprivate

Definition at line 3314 of file Login.pb.h.

+ Here is the caller graph for this function:

◆ clear_is_banned()

void Battlenet::JSON::Login::GameAccountInfo::clear_is_banned ( )
inline

Definition at line 3269 of file Login.pb.h.

+ Here is the call graph for this function:

◆ clear_is_suspended()

void Battlenet::JSON::Login::GameAccountInfo::clear_is_suspended ( )
inline

Definition at line 3245 of file Login.pb.h.

+ Here is the call graph for this function:

◆ clear_suspension_expires()

void Battlenet::JSON::Login::GameAccountInfo::clear_suspension_expires ( )
inline

Definition at line 3293 of file Login.pb.h.

+ Here is the call graph for this function:

◆ clear_suspension_reason()

void Battlenet::JSON::Login::GameAccountInfo::clear_suspension_reason ( )
inline

Definition at line 3317 of file Login.pb.h.

+ Here is the call graph for this function:

◆ default_instance()

static const GameAccountInfo & Battlenet::JSON::Login::GameAccountInfo::default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor * Battlenet::JSON::Login::GameAccountInfo::descriptor ( )
static

◆ display_name()

const ::std::string & Battlenet::JSON::Login::GameAccountInfo::display_name ( ) const
inline

Definition at line 3151 of file Login.pb.h.

+ Here is the caller graph for this function:

◆ expansion()

google::protobuf::uint32 Battlenet::JSON::Login::GameAccountInfo::expansion ( ) const
inline

Definition at line 3225 of file Login.pb.h.

◆ GetCachedSize()

int Battlenet::JSON::Login::GameAccountInfo::GetCachedSize ( ) const
inline

Definition at line 1004 of file Login.pb.h.

◆ GetMetadata()

::google::protobuf::Metadata Battlenet::JSON::Login::GameAccountInfo::GetMetadata ( ) const

◆ has_display_name()

bool Battlenet::JSON::Login::GameAccountInfo::has_display_name ( ) const
inline

Definition at line 3136 of file Login.pb.h.

◆ has_expansion()

bool Battlenet::JSON::Login::GameAccountInfo::has_expansion ( ) const
inline

Definition at line 3212 of file Login.pb.h.

◆ has_is_banned()

bool Battlenet::JSON::Login::GameAccountInfo::has_is_banned ( ) const
inline

Definition at line 3260 of file Login.pb.h.

◆ has_is_suspended()

bool Battlenet::JSON::Login::GameAccountInfo::has_is_suspended ( ) const
inline

Definition at line 3236 of file Login.pb.h.

◆ has_suspension_expires()

bool Battlenet::JSON::Login::GameAccountInfo::has_suspension_expires ( ) const
inline

Definition at line 3284 of file Login.pb.h.

◆ has_suspension_reason()

bool Battlenet::JSON::Login::GameAccountInfo::has_suspension_reason ( ) const
inline

Definition at line 3308 of file Login.pb.h.

◆ InitAsDefaultInstance()

void Battlenet::JSON::Login::GameAccountInfo::InitAsDefaultInstance ( )
private

◆ is_banned()

bool Battlenet::JSON::Login::GameAccountInfo::is_banned ( ) const
inline

Definition at line 3273 of file Login.pb.h.

◆ is_suspended()

bool Battlenet::JSON::Login::GameAccountInfo::is_suspended ( ) const
inline

Definition at line 3249 of file Login.pb.h.

◆ mutable_display_name()

std::string * Battlenet::JSON::Login::GameAccountInfo::mutable_display_name ( )
inline

Definition at line 3179 of file Login.pb.h.

+ Here is the call graph for this function:

◆ mutable_suspension_reason()

std::string * Battlenet::JSON::Login::GameAccountInfo::mutable_suspension_reason ( )
inline

Definition at line 3351 of file Login.pb.h.

+ Here is the call graph for this function:

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet * Battlenet::JSON::Login::GameAccountInfo::mutable_unknown_fields ( )
inline

Definition at line 992 of file Login.pb.h.

◆ New()

GameAccountInfo * Battlenet::JSON::Login::GameAccountInfo::New ( ) const

◆ operator=()

GameAccountInfo & Battlenet::JSON::Login::GameAccountInfo::operator= ( const GameAccountInfo from)
inline

Definition at line 983 of file Login.pb.h.

◆ release_display_name()

std::string * Battlenet::JSON::Login::GameAccountInfo::release_display_name ( )
inline

Definition at line 3187 of file Login.pb.h.

+ Here is the call graph for this function:

◆ release_suspension_reason()

std::string * Battlenet::JSON::Login::GameAccountInfo::release_suspension_reason ( )
inline

Definition at line 3359 of file Login.pb.h.

+ Here is the call graph for this function:

◆ set_allocated_display_name()

void Battlenet::JSON::Login::GameAccountInfo::set_allocated_display_name ( ::std::string *  display_name)
inline

Definition at line 3197 of file Login.pb.h.

+ Here is the call graph for this function:

◆ set_allocated_suspension_reason()

void Battlenet::JSON::Login::GameAccountInfo::set_allocated_suspension_reason ( ::std::string *  suspension_reason)
inline

Definition at line 3369 of file Login.pb.h.

+ Here is the call graph for this function:

◆ set_display_name() [1/3]

void Battlenet::JSON::Login::GameAccountInfo::set_display_name ( const ::std::string &  value)
inline

Definition at line 3155 of file Login.pb.h.

+ Here is the call graph for this function:

◆ set_display_name() [2/3]

void Battlenet::JSON::Login::GameAccountInfo::set_display_name ( const char *  value)
inline

Definition at line 3163 of file Login.pb.h.

+ Here is the call graph for this function:

◆ set_display_name() [3/3]

void Battlenet::JSON::Login::GameAccountInfo::set_display_name ( const char *  value,
size_t  size 
)
inline

Definition at line 3171 of file Login.pb.h.

+ Here is the call graph for this function:

◆ set_expansion()

void Battlenet::JSON::Login::GameAccountInfo::set_expansion ( ::google::protobuf::uint32  value)
inline

Definition at line 3229 of file Login.pb.h.

+ Here is the call graph for this function:

◆ set_has_display_name()

void Battlenet::JSON::Login::GameAccountInfo::set_has_display_name ( )
inlineprivate

Definition at line 3139 of file Login.pb.h.

+ Here is the caller graph for this function:

◆ set_has_expansion()

void Battlenet::JSON::Login::GameAccountInfo::set_has_expansion ( )
inlineprivate

Definition at line 3215 of file Login.pb.h.

+ Here is the caller graph for this function:

◆ set_has_is_banned()

void Battlenet::JSON::Login::GameAccountInfo::set_has_is_banned ( )
inlineprivate

Definition at line 3263 of file Login.pb.h.

+ Here is the caller graph for this function:

◆ set_has_is_suspended()

void Battlenet::JSON::Login::GameAccountInfo::set_has_is_suspended ( )
inlineprivate

Definition at line 3239 of file Login.pb.h.

+ Here is the caller graph for this function:

◆ set_has_suspension_expires()

void Battlenet::JSON::Login::GameAccountInfo::set_has_suspension_expires ( )
inlineprivate

Definition at line 3287 of file Login.pb.h.

+ Here is the caller graph for this function:

◆ set_has_suspension_reason()

void Battlenet::JSON::Login::GameAccountInfo::set_has_suspension_reason ( )
inlineprivate

Definition at line 3311 of file Login.pb.h.

+ Here is the caller graph for this function:

◆ set_is_banned()

void Battlenet::JSON::Login::GameAccountInfo::set_is_banned ( bool  value)
inline

Definition at line 3277 of file Login.pb.h.

+ Here is the call graph for this function:

◆ set_is_suspended()

void Battlenet::JSON::Login::GameAccountInfo::set_is_suspended ( bool  value)
inline

Definition at line 3253 of file Login.pb.h.

+ Here is the call graph for this function:

◆ set_suspension_expires()

void Battlenet::JSON::Login::GameAccountInfo::set_suspension_expires ( ::google::protobuf::uint64  value)
inline

Definition at line 3301 of file Login.pb.h.

+ Here is the call graph for this function:

◆ set_suspension_reason() [1/3]

void Battlenet::JSON::Login::GameAccountInfo::set_suspension_reason ( const ::std::string &  value)
inline

Definition at line 3327 of file Login.pb.h.

+ Here is the call graph for this function:

◆ set_suspension_reason() [2/3]

void Battlenet::JSON::Login::GameAccountInfo::set_suspension_reason ( const char *  value)
inline

Definition at line 3335 of file Login.pb.h.

+ Here is the call graph for this function:

◆ set_suspension_reason() [3/3]

void Battlenet::JSON::Login::GameAccountInfo::set_suspension_reason ( const char *  value,
size_t  size 
)
inline

Definition at line 3343 of file Login.pb.h.

+ Here is the call graph for this function:

◆ SetCachedSize()

void Battlenet::JSON::Login::GameAccountInfo::SetCachedSize ( int  size) const
private

◆ SharedCtor()

void Battlenet::JSON::Login::GameAccountInfo::SharedCtor ( )
private

◆ SharedDtor()

void Battlenet::JSON::Login::GameAccountInfo::SharedDtor ( )
private

◆ suspension_expires()

google::protobuf::uint64 Battlenet::JSON::Login::GameAccountInfo::suspension_expires ( ) const
inline

Definition at line 3297 of file Login.pb.h.

◆ suspension_reason()

const ::std::string & Battlenet::JSON::Login::GameAccountInfo::suspension_reason ( ) const
inline

Definition at line 3323 of file Login.pb.h.

+ Here is the caller graph for this function:

◆ Swap()

void Battlenet::JSON::Login::GameAccountInfo::Swap ( GameAccountInfo other)

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & Battlenet::JSON::Login::GameAccountInfo::unknown_fields ( ) const
inline

Definition at line 988 of file Login.pb.h.

Friends And Related Symbol Documentation

◆ protobuf_AddDesc_Login_2eproto

void TC_PROTO_API protobuf_AddDesc_Login_2eproto ( )
friend

◆ protobuf_AssignDesc_Login_2eproto

void protobuf_AssignDesc_Login_2eproto ( )
friend

◆ protobuf_ShutdownFile_Login_2eproto

void protobuf_ShutdownFile_Login_2eproto ( )
friend

Member Data Documentation

◆ _cached_size_

int Battlenet::JSON::Login::GameAccountInfo::_cached_size_
mutableprivate

Definition at line 1086 of file Login.pb.h.

◆ _has_bits_

::google::protobuf::uint32 Battlenet::JSON::Login::GameAccountInfo::_has_bits_[1]
private

Definition at line 1085 of file Login.pb.h.

◆ _unknown_fields_

::google::protobuf::UnknownFieldSet Battlenet::JSON::Login::GameAccountInfo::_unknown_fields_
private

Definition at line 1083 of file Login.pb.h.

◆ default_instance_

GameAccountInfo* Battlenet::JSON::Login::GameAccountInfo::default_instance_
staticprivate

Definition at line 1098 of file Login.pb.h.

◆ display_name_

::std::string* Battlenet::JSON::Login::GameAccountInfo::display_name_
private

Definition at line 1087 of file Login.pb.h.

◆ expansion_

::google::protobuf::uint32 Battlenet::JSON::Login::GameAccountInfo::expansion_
private

Definition at line 1088 of file Login.pb.h.

◆ is_banned_

bool Battlenet::JSON::Login::GameAccountInfo::is_banned_
private

Definition at line 1090 of file Login.pb.h.

◆ is_suspended_

bool Battlenet::JSON::Login::GameAccountInfo::is_suspended_
private

Definition at line 1089 of file Login.pb.h.

◆ kDisplayNameFieldNumber

const int Battlenet::JSON::Login::GameAccountInfo::kDisplayNameFieldNumber = 1
static

Definition at line 1019 of file Login.pb.h.

◆ kExpansionFieldNumber

const int Battlenet::JSON::Login::GameAccountInfo::kExpansionFieldNumber = 2
static

Definition at line 1031 of file Login.pb.h.

◆ kIsBannedFieldNumber

const int Battlenet::JSON::Login::GameAccountInfo::kIsBannedFieldNumber = 4
static

Definition at line 1045 of file Login.pb.h.

◆ kIsSuspendedFieldNumber

const int Battlenet::JSON::Login::GameAccountInfo::kIsSuspendedFieldNumber = 3
static

Definition at line 1038 of file Login.pb.h.

◆ kSuspensionExpiresFieldNumber

const int Battlenet::JSON::Login::GameAccountInfo::kSuspensionExpiresFieldNumber = 5
static

Definition at line 1052 of file Login.pb.h.

◆ kSuspensionReasonFieldNumber

const int Battlenet::JSON::Login::GameAccountInfo::kSuspensionReasonFieldNumber = 6
static

Definition at line 1059 of file Login.pb.h.

◆ suspension_expires_

::google::protobuf::uint64 Battlenet::JSON::Login::GameAccountInfo::suspension_expires_
private

Definition at line 1091 of file Login.pb.h.

◆ suspension_reason_

::std::string* Battlenet::JSON::Login::GameAccountInfo::suspension_reason_
private

Definition at line 1092 of file Login.pb.h.


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