TrinityCore
bgs::protocol::account::v1::GameLevelInfo Class Reference

#include <account_types.pb.h>

+ Inheritance diagram for bgs::protocol::account::v1::GameLevelInfo:

Public Member Functions

 GameLevelInfo ()
 
virtual ~GameLevelInfo ()
 
 GameLevelInfo (const GameLevelInfo &from)
 
GameLevelInfooperator= (const GameLevelInfo &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (GameLevelInfo *other)
 
GameLevelInfoNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_is_trial () const
 
void clear_is_trial ()
 
bool is_trial () const
 
void set_is_trial (bool value)
 
bool has_is_lifetime () const
 
void clear_is_lifetime ()
 
bool is_lifetime () const
 
void set_is_lifetime (bool value)
 
bool has_is_restricted () const
 
void clear_is_restricted ()
 
bool is_restricted () const
 
void set_is_restricted (bool value)
 
bool has_is_beta () const
 
void clear_is_beta ()
 
bool is_beta () const
 
void set_is_beta (bool value)
 
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_program () const
 
void clear_program ()
 
inline ::google::protobuf::uint32 program () const
 
void set_program (::google::protobuf::uint32 value)
 
int licenses_size () const
 
void clear_licenses ()
 
const ::bgs::protocol::account::v1::AccountLicenselicenses (int index) const
 
inline ::bgs::protocol::account::v1::AccountLicensemutable_licenses (int index)
 
inline ::bgs::protocol::account::v1::AccountLicenseadd_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_realm_permissions () const
 
void clear_realm_permissions ()
 
inline ::google::protobuf::uint32 realm_permissions () const
 
void set_realm_permissions (::google::protobuf::uint32 value)
 
bool has_last_logout_time_ms () const PROTOBUF_DEPRECATED
 
void clear_last_logout_time_ms () PROTOBUF_DEPRECATED
 
inline ::google::protobuf::uint64 last_logout_time_ms () const PROTOBUF_DEPRECATED
 
void set_last_logout_time_ms (::google::protobuf::uint64 value) PROTOBUF_DEPRECATED
 

Static Public Member Functions

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

Static Public Attributes

static const int kIsTrialFieldNumber = 4
 
static const int kIsLifetimeFieldNumber = 5
 
static const int kIsRestrictedFieldNumber = 6
 
static const int kIsBetaFieldNumber = 7
 
static const int kNameFieldNumber = 8
 
static const int kProgramFieldNumber = 9
 
static const int kLicensesFieldNumber = 10
 
static const int kRealmPermissionsFieldNumber = 11
 
static const int kLastLogoutTimeMsFieldNumber = 12
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_is_trial ()
 
void clear_has_is_trial ()
 
void set_has_is_lifetime ()
 
void clear_has_is_lifetime ()
 
void set_has_is_restricted ()
 
void clear_has_is_restricted ()
 
void set_has_is_beta ()
 
void clear_has_is_beta ()
 
void set_has_name ()
 
void clear_has_name ()
 
void set_has_program ()
 
void clear_has_program ()
 
void set_has_realm_permissions ()
 
void clear_has_realm_permissions ()
 
void set_has_last_logout_time_ms ()
 
void clear_has_last_logout_time_ms ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
bool is_trial_
 
bool is_lifetime_
 
bool is_restricted_
 
bool is_beta_
 
::google::protobuf::uint32 program_
 
::std::string * name_
 
::google::protobuf::RepeatedPtrField< ::bgs::protocol::account::v1::AccountLicenselicenses_
 
::google::protobuf::uint64 last_logout_time_ms_
 
::google::protobuf::uint32 realm_permissions_
 

Static Private Attributes

static GameLevelInfodefault_instance_
 

Friends

void TC_PROTO_API protobuf_AddDesc_account_5ftypes_2eproto ()
 
void protobuf_AssignDesc_account_5ftypes_2eproto ()
 
void protobuf_ShutdownFile_account_5ftypes_2eproto ()
 

Detailed Description

Definition at line 2042 of file account_types.pb.h.

Constructor & Destructor Documentation

◆ GameLevelInfo() [1/2]

bgs::protocol::account::v1::GameLevelInfo::GameLevelInfo ( )

◆ ~GameLevelInfo()

virtual bgs::protocol::account::v1::GameLevelInfo::~GameLevelInfo ( )
virtual

◆ GameLevelInfo() [2/2]

bgs::protocol::account::v1::GameLevelInfo::GameLevelInfo ( const GameLevelInfo from)

Member Function Documentation

◆ add_licenses()

bgs::protocol::account::v1::AccountLicense * bgs::protocol::account::v1::GameLevelInfo::add_licenses ( )
inline

Definition at line 7425 of file account_types.pb.h.

◆ clear_has_is_beta()

void bgs::protocol::account::v1::GameLevelInfo::clear_has_is_beta ( )
inlineprivate

Definition at line 7293 of file account_types.pb.h.

◆ clear_has_is_lifetime()

void bgs::protocol::account::v1::GameLevelInfo::clear_has_is_lifetime ( )
inlineprivate

Definition at line 7245 of file account_types.pb.h.

◆ clear_has_is_restricted()

void bgs::protocol::account::v1::GameLevelInfo::clear_has_is_restricted ( )
inlineprivate

Definition at line 7269 of file account_types.pb.h.

◆ clear_has_is_trial()

void bgs::protocol::account::v1::GameLevelInfo::clear_has_is_trial ( )
inlineprivate

Definition at line 7221 of file account_types.pb.h.

◆ clear_has_last_logout_time_ms()

void bgs::protocol::account::v1::GameLevelInfo::clear_has_last_logout_time_ms ( )
inlineprivate

Definition at line 7471 of file account_types.pb.h.

◆ clear_has_name()

void bgs::protocol::account::v1::GameLevelInfo::clear_has_name ( )
inlineprivate

Definition at line 7317 of file account_types.pb.h.

◆ clear_has_program()

void bgs::protocol::account::v1::GameLevelInfo::clear_has_program ( )
inlineprivate

Definition at line 7393 of file account_types.pb.h.

◆ clear_has_realm_permissions()

void bgs::protocol::account::v1::GameLevelInfo::clear_has_realm_permissions ( )
inlineprivate

Definition at line 7447 of file account_types.pb.h.

◆ clear_is_beta()

void bgs::protocol::account::v1::GameLevelInfo::clear_is_beta ( )
inline

Definition at line 7296 of file account_types.pb.h.

◆ clear_is_lifetime()

void bgs::protocol::account::v1::GameLevelInfo::clear_is_lifetime ( )
inline

Definition at line 7248 of file account_types.pb.h.

◆ clear_is_restricted()

void bgs::protocol::account::v1::GameLevelInfo::clear_is_restricted ( )
inline

Definition at line 7272 of file account_types.pb.h.

◆ clear_is_trial()

void bgs::protocol::account::v1::GameLevelInfo::clear_is_trial ( )
inline

Definition at line 7224 of file account_types.pb.h.

◆ clear_last_logout_time_ms()

void bgs::protocol::account::v1::GameLevelInfo::clear_last_logout_time_ms ( )
inline

Definition at line 7474 of file account_types.pb.h.

◆ clear_licenses()

void bgs::protocol::account::v1::GameLevelInfo::clear_licenses ( )
inline

Definition at line 7414 of file account_types.pb.h.

◆ clear_name()

void bgs::protocol::account::v1::GameLevelInfo::clear_name ( )
inline

Definition at line 7320 of file account_types.pb.h.

◆ clear_program()

void bgs::protocol::account::v1::GameLevelInfo::clear_program ( )
inline

Definition at line 7396 of file account_types.pb.h.

◆ clear_realm_permissions()

void bgs::protocol::account::v1::GameLevelInfo::clear_realm_permissions ( )
inline

Definition at line 7450 of file account_types.pb.h.

◆ default_instance()

static const GameLevelInfo & bgs::protocol::account::v1::GameLevelInfo::default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor * bgs::protocol::account::v1::GameLevelInfo::descriptor ( )
static

◆ GetCachedSize()

int bgs::protocol::account::v1::GameLevelInfo::GetCachedSize ( ) const
inline

Definition at line 2070 of file account_types.pb.h.

◆ GetMetadata()

::google::protobuf::Metadata bgs::protocol::account::v1::GameLevelInfo::GetMetadata ( ) const

◆ has_is_beta()

bool bgs::protocol::account::v1::GameLevelInfo::has_is_beta ( ) const
inline

Definition at line 7287 of file account_types.pb.h.

◆ has_is_lifetime()

bool bgs::protocol::account::v1::GameLevelInfo::has_is_lifetime ( ) const
inline

Definition at line 7239 of file account_types.pb.h.

◆ has_is_restricted()

bool bgs::protocol::account::v1::GameLevelInfo::has_is_restricted ( ) const
inline

Definition at line 7263 of file account_types.pb.h.

◆ has_is_trial()

bool bgs::protocol::account::v1::GameLevelInfo::has_is_trial ( ) const
inline

Definition at line 7215 of file account_types.pb.h.

◆ has_last_logout_time_ms()

bool bgs::protocol::account::v1::GameLevelInfo::has_last_logout_time_ms ( ) const
inline

Definition at line 7465 of file account_types.pb.h.

◆ has_name()

bool bgs::protocol::account::v1::GameLevelInfo::has_name ( ) const
inline

Definition at line 7311 of file account_types.pb.h.

◆ has_program()

bool bgs::protocol::account::v1::GameLevelInfo::has_program ( ) const
inline

Definition at line 7387 of file account_types.pb.h.

◆ has_realm_permissions()

bool bgs::protocol::account::v1::GameLevelInfo::has_realm_permissions ( ) const
inline

Definition at line 7441 of file account_types.pb.h.

◆ InitAsDefaultInstance()

void bgs::protocol::account::v1::GameLevelInfo::InitAsDefaultInstance ( )
private

◆ is_beta()

bool bgs::protocol::account::v1::GameLevelInfo::is_beta ( ) const
inline

Definition at line 7300 of file account_types.pb.h.

◆ is_lifetime()

bool bgs::protocol::account::v1::GameLevelInfo::is_lifetime ( ) const
inline

Definition at line 7252 of file account_types.pb.h.

◆ is_restricted()

bool bgs::protocol::account::v1::GameLevelInfo::is_restricted ( ) const
inline

Definition at line 7276 of file account_types.pb.h.

◆ is_trial()

bool bgs::protocol::account::v1::GameLevelInfo::is_trial ( ) const
inline

Definition at line 7228 of file account_types.pb.h.

◆ last_logout_time_ms()

google::protobuf::uint64 bgs::protocol::account::v1::GameLevelInfo::last_logout_time_ms ( ) const
inline

Definition at line 7478 of file account_types.pb.h.

◆ licenses() [1/2]

const ::google::protobuf::RepeatedPtrField<::bgs::protocol::account::v1::AccountLicense > & bgs::protocol::account::v1::GameLevelInfo::licenses ( ) const
inline

Definition at line 7430 of file account_types.pb.h.

◆ licenses() [2/2]

const ::bgs::protocol::account::v1::AccountLicense & bgs::protocol::account::v1::GameLevelInfo::licenses ( int  index) const
inline

Definition at line 7417 of file account_types.pb.h.

◆ licenses_size()

int bgs::protocol::account::v1::GameLevelInfo::licenses_size ( ) const
inline

Definition at line 7411 of file account_types.pb.h.

◆ mutable_licenses() [1/2]

google::protobuf::RepeatedPtrField<::bgs::protocol::account::v1::AccountLicense > * bgs::protocol::account::v1::GameLevelInfo::mutable_licenses ( )
inline

Definition at line 7435 of file account_types.pb.h.

◆ mutable_licenses() [2/2]

bgs::protocol::account::v1::AccountLicense * bgs::protocol::account::v1::GameLevelInfo::mutable_licenses ( int  index)
inline

Definition at line 7421 of file account_types.pb.h.

◆ mutable_name()

std::string * bgs::protocol::account::v1::GameLevelInfo::mutable_name ( )
inline

Definition at line 7354 of file account_types.pb.h.

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet * bgs::protocol::account::v1::GameLevelInfo::mutable_unknown_fields ( )
inline

Definition at line 2058 of file account_types.pb.h.

◆ name()

const ::std::string & bgs::protocol::account::v1::GameLevelInfo::name ( ) const
inline

Definition at line 7326 of file account_types.pb.h.

◆ New()

GameLevelInfo * bgs::protocol::account::v1::GameLevelInfo::New ( ) const

◆ operator=()

GameLevelInfo & bgs::protocol::account::v1::GameLevelInfo::operator= ( const GameLevelInfo from)
inline

Definition at line 2049 of file account_types.pb.h.

◆ program()

google::protobuf::uint32 bgs::protocol::account::v1::GameLevelInfo::program ( ) const
inline

Definition at line 7400 of file account_types.pb.h.

◆ realm_permissions()

google::protobuf::uint32 bgs::protocol::account::v1::GameLevelInfo::realm_permissions ( ) const
inline

Definition at line 7454 of file account_types.pb.h.

◆ release_name()

std::string * bgs::protocol::account::v1::GameLevelInfo::release_name ( )
inline

Definition at line 7362 of file account_types.pb.h.

◆ set_allocated_name()

void bgs::protocol::account::v1::GameLevelInfo::set_allocated_name ( ::std::string *  name)
inline

Definition at line 7372 of file account_types.pb.h.

◆ set_has_is_beta()

void bgs::protocol::account::v1::GameLevelInfo::set_has_is_beta ( )
inlineprivate

Definition at line 7290 of file account_types.pb.h.

◆ set_has_is_lifetime()

void bgs::protocol::account::v1::GameLevelInfo::set_has_is_lifetime ( )
inlineprivate

Definition at line 7242 of file account_types.pb.h.

◆ set_has_is_restricted()

void bgs::protocol::account::v1::GameLevelInfo::set_has_is_restricted ( )
inlineprivate

Definition at line 7266 of file account_types.pb.h.

◆ set_has_is_trial()

void bgs::protocol::account::v1::GameLevelInfo::set_has_is_trial ( )
inlineprivate

Definition at line 7218 of file account_types.pb.h.

◆ set_has_last_logout_time_ms()

void bgs::protocol::account::v1::GameLevelInfo::set_has_last_logout_time_ms ( )
inlineprivate

Definition at line 7468 of file account_types.pb.h.

◆ set_has_name()

void bgs::protocol::account::v1::GameLevelInfo::set_has_name ( )
inlineprivate

Definition at line 7314 of file account_types.pb.h.

◆ set_has_program()

void bgs::protocol::account::v1::GameLevelInfo::set_has_program ( )
inlineprivate

Definition at line 7390 of file account_types.pb.h.

◆ set_has_realm_permissions()

void bgs::protocol::account::v1::GameLevelInfo::set_has_realm_permissions ( )
inlineprivate

Definition at line 7444 of file account_types.pb.h.

◆ set_is_beta()

void bgs::protocol::account::v1::GameLevelInfo::set_is_beta ( bool  value)
inline

Definition at line 7304 of file account_types.pb.h.

◆ set_is_lifetime()

void bgs::protocol::account::v1::GameLevelInfo::set_is_lifetime ( bool  value)
inline

Definition at line 7256 of file account_types.pb.h.

◆ set_is_restricted()

void bgs::protocol::account::v1::GameLevelInfo::set_is_restricted ( bool  value)
inline

Definition at line 7280 of file account_types.pb.h.

◆ set_is_trial()

void bgs::protocol::account::v1::GameLevelInfo::set_is_trial ( bool  value)
inline

Definition at line 7232 of file account_types.pb.h.

◆ set_last_logout_time_ms()

void bgs::protocol::account::v1::GameLevelInfo::set_last_logout_time_ms ( ::google::protobuf::uint64  value)
inline

Definition at line 7482 of file account_types.pb.h.

◆ set_name() [1/3]

void bgs::protocol::account::v1::GameLevelInfo::set_name ( const ::std::string &  value)
inline

Definition at line 7330 of file account_types.pb.h.

◆ set_name() [2/3]

void bgs::protocol::account::v1::GameLevelInfo::set_name ( const char *  value)
inline

Definition at line 7338 of file account_types.pb.h.

◆ set_name() [3/3]

void bgs::protocol::account::v1::GameLevelInfo::set_name ( const char *  value,
size_t  size 
)
inline

Definition at line 7346 of file account_types.pb.h.

+ Here is the call graph for this function:

◆ set_program()

void bgs::protocol::account::v1::GameLevelInfo::set_program ( ::google::protobuf::uint32  value)
inline

Definition at line 7404 of file account_types.pb.h.

◆ set_realm_permissions()

void bgs::protocol::account::v1::GameLevelInfo::set_realm_permissions ( ::google::protobuf::uint32  value)
inline

Definition at line 7458 of file account_types.pb.h.

◆ SetCachedSize()

void bgs::protocol::account::v1::GameLevelInfo::SetCachedSize ( int  size) const
private

◆ SharedCtor()

void bgs::protocol::account::v1::GameLevelInfo::SharedCtor ( )
private

◆ SharedDtor()

void bgs::protocol::account::v1::GameLevelInfo::SharedDtor ( )
private

◆ Swap()

void bgs::protocol::account::v1::GameLevelInfo::Swap ( GameLevelInfo other)

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & bgs::protocol::account::v1::GameLevelInfo::unknown_fields ( ) const
inline

Definition at line 2054 of file account_types.pb.h.

Friends And Related Function Documentation

◆ protobuf_AddDesc_account_5ftypes_2eproto

void TC_PROTO_API protobuf_AddDesc_account_5ftypes_2eproto ( )
friend

◆ protobuf_AssignDesc_account_5ftypes_2eproto

void protobuf_AssignDesc_account_5ftypes_2eproto ( )
friend

◆ protobuf_ShutdownFile_account_5ftypes_2eproto

void protobuf_ShutdownFile_account_5ftypes_2eproto ( )
friend

Member Data Documentation

◆ _cached_size_

int bgs::protocol::account::v1::GameLevelInfo::_cached_size_
mutableprivate

Definition at line 2177 of file account_types.pb.h.

◆ _has_bits_

::google::protobuf::uint32 bgs::protocol::account::v1::GameLevelInfo::_has_bits_[1]
private

Definition at line 2176 of file account_types.pb.h.

◆ _unknown_fields_

::google::protobuf::UnknownFieldSet bgs::protocol::account::v1::GameLevelInfo::_unknown_fields_
private

Definition at line 2174 of file account_types.pb.h.

◆ default_instance_

GameLevelInfo* bgs::protocol::account::v1::GameLevelInfo::default_instance_
staticprivate

Definition at line 2192 of file account_types.pb.h.

◆ is_beta_

bool bgs::protocol::account::v1::GameLevelInfo::is_beta_
private

Definition at line 2181 of file account_types.pb.h.

◆ is_lifetime_

bool bgs::protocol::account::v1::GameLevelInfo::is_lifetime_
private

Definition at line 2179 of file account_types.pb.h.

◆ is_restricted_

bool bgs::protocol::account::v1::GameLevelInfo::is_restricted_
private

Definition at line 2180 of file account_types.pb.h.

◆ is_trial_

bool bgs::protocol::account::v1::GameLevelInfo::is_trial_
private

Definition at line 2178 of file account_types.pb.h.

◆ kIsBetaFieldNumber

const int bgs::protocol::account::v1::GameLevelInfo::kIsBetaFieldNumber = 7
static

Definition at line 2106 of file account_types.pb.h.

◆ kIsLifetimeFieldNumber

const int bgs::protocol::account::v1::GameLevelInfo::kIsLifetimeFieldNumber = 5
static

Definition at line 2092 of file account_types.pb.h.

◆ kIsRestrictedFieldNumber

const int bgs::protocol::account::v1::GameLevelInfo::kIsRestrictedFieldNumber = 6
static

Definition at line 2099 of file account_types.pb.h.

◆ kIsTrialFieldNumber

const int bgs::protocol::account::v1::GameLevelInfo::kIsTrialFieldNumber = 4
static

Definition at line 2085 of file account_types.pb.h.

◆ kLastLogoutTimeMsFieldNumber

const int bgs::protocol::account::v1::GameLevelInfo::kLastLogoutTimeMsFieldNumber = 12
static

Definition at line 2151 of file account_types.pb.h.

◆ kLicensesFieldNumber

const int bgs::protocol::account::v1::GameLevelInfo::kLicensesFieldNumber = 10
static

Definition at line 2132 of file account_types.pb.h.

◆ kNameFieldNumber

const int bgs::protocol::account::v1::GameLevelInfo::kNameFieldNumber = 8
static

Definition at line 2113 of file account_types.pb.h.

◆ kProgramFieldNumber

const int bgs::protocol::account::v1::GameLevelInfo::kProgramFieldNumber = 9
static

Definition at line 2125 of file account_types.pb.h.

◆ kRealmPermissionsFieldNumber

const int bgs::protocol::account::v1::GameLevelInfo::kRealmPermissionsFieldNumber = 11
static

Definition at line 2144 of file account_types.pb.h.

◆ last_logout_time_ms_

::google::protobuf::uint64 bgs::protocol::account::v1::GameLevelInfo::last_logout_time_ms_
private

Definition at line 2185 of file account_types.pb.h.

◆ licenses_

::google::protobuf::RepeatedPtrField< ::bgs::protocol::account::v1::AccountLicense > bgs::protocol::account::v1::GameLevelInfo::licenses_
private

Definition at line 2184 of file account_types.pb.h.

◆ name_

::std::string* bgs::protocol::account::v1::GameLevelInfo::name_
private

Definition at line 2183 of file account_types.pb.h.

◆ program_

::google::protobuf::uint32 bgs::protocol::account::v1::GameLevelInfo::program_
private

Definition at line 2182 of file account_types.pb.h.

◆ realm_permissions_

::google::protobuf::uint32 bgs::protocol::account::v1::GameLevelInfo::realm_permissions_
private

Definition at line 2186 of file account_types.pb.h.


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