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

#include <account_types.pb.h>

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
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const GameLevelInfo &from)
 
void MergeFrom (const GameLevelInfo &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_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::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_realm_permissions () const
 
void clear_realm_permissions ()
 
inline::google::protobuf::uint32 realm_permissions () const
 
void set_realm_permissions (::google::protobuf::uint32 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 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
 

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 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::AccountLicense
licenses_
 
::google::protobuf::uint32 realm_permissions_
 

Static Private Attributes

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

Member Function Documentation

bgs::protocol::account::v1::AccountLicense * bgs::protocol::account::v1::GameLevelInfo::add_licenses ( )
inline
8451  {
8452  // @@protoc_insertion_point(field_add:bgs.protocol.account.v1.GameLevelInfo.licenses)
8453  return licenses_.Add();
8454 }
Element * Add()
Definition: repeated_field.h:1123
::google::protobuf::RepeatedPtrField< ::bgs::protocol::account::v1::AccountLicense > licenses_
Definition: account_types.pb.h:2979
int bgs::protocol::account::v1::GameLevelInfo::ByteSize ( ) const
virtual

Reimplemented from google::protobuf::Message.

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

Reimplemented from google::protobuf::Message.

void bgs::protocol::account::v1::GameLevelInfo::clear_has_is_beta ( )
inlineprivate
8319  {
8320  _has_bits_[0] &= ~0x00000008u;
8321 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:2971
void bgs::protocol::account::v1::GameLevelInfo::clear_has_is_lifetime ( )
inlineprivate
8271  {
8272  _has_bits_[0] &= ~0x00000002u;
8273 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:2971
void bgs::protocol::account::v1::GameLevelInfo::clear_has_is_restricted ( )
inlineprivate
8295  {
8296  _has_bits_[0] &= ~0x00000004u;
8297 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:2971
void bgs::protocol::account::v1::GameLevelInfo::clear_has_is_trial ( )
inlineprivate
8247  {
8248  _has_bits_[0] &= ~0x00000001u;
8249 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:2971
void bgs::protocol::account::v1::GameLevelInfo::clear_has_name ( )
inlineprivate
8343  {
8344  _has_bits_[0] &= ~0x00000010u;
8345 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:2971
void bgs::protocol::account::v1::GameLevelInfo::clear_has_program ( )
inlineprivate
8419  {
8420  _has_bits_[0] &= ~0x00000020u;
8421 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:2971
void bgs::protocol::account::v1::GameLevelInfo::clear_has_realm_permissions ( )
inlineprivate
8473  {
8474  _has_bits_[0] &= ~0x00000080u;
8475 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:2971
void bgs::protocol::account::v1::GameLevelInfo::clear_is_beta ( )
inline
8322  {
8323  is_beta_ = false;
8325 }
void clear_has_is_beta()
Definition: account_types.pb.h:8319
bool is_beta_
Definition: account_types.pb.h:2976
void bgs::protocol::account::v1::GameLevelInfo::clear_is_lifetime ( )
inline
8274  {
8275  is_lifetime_ = false;
8277 }
void clear_has_is_lifetime()
Definition: account_types.pb.h:8271
bool is_lifetime_
Definition: account_types.pb.h:2974
void bgs::protocol::account::v1::GameLevelInfo::clear_is_restricted ( )
inline
8298  {
8299  is_restricted_ = false;
8301 }
void clear_has_is_restricted()
Definition: account_types.pb.h:8295
bool is_restricted_
Definition: account_types.pb.h:2975
void bgs::protocol::account::v1::GameLevelInfo::clear_is_trial ( )
inline
8250  {
8251  is_trial_ = false;
8253 }
bool is_trial_
Definition: account_types.pb.h:2973
void clear_has_is_trial()
Definition: account_types.pb.h:8247
void bgs::protocol::account::v1::GameLevelInfo::clear_licenses ( )
inline
8440  {
8441  licenses_.Clear();
8442 }
void Clear()
Definition: repeated_field.h:1160
::google::protobuf::RepeatedPtrField< ::bgs::protocol::account::v1::AccountLicense > licenses_
Definition: account_types.pb.h:2979
void bgs::protocol::account::v1::GameLevelInfo::clear_name ( )
inline
8346  {
8348  name_->clear();
8349  }
8350  clear_has_name();
8351 }
::std::string * name_
Definition: account_types.pb.h:2978
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void clear_has_name()
Definition: account_types.pb.h:8343

+ Here is the call graph for this function:

void bgs::protocol::account::v1::GameLevelInfo::clear_program ( )
inline
8422  {
8423  program_ = 0u;
8425 }
::google::protobuf::uint32 program_
Definition: account_types.pb.h:2977
void clear_has_program()
Definition: account_types.pb.h:8419
void bgs::protocol::account::v1::GameLevelInfo::clear_realm_permissions ( )
inline
8476  {
8477  realm_permissions_ = 0u;
8479 }
::google::protobuf::uint32 realm_permissions_
Definition: account_types.pb.h:2980
void clear_has_realm_permissions()
Definition: account_types.pb.h:8473
void bgs::protocol::account::v1::GameLevelInfo::CopyFrom ( const ::google::protobuf::Message from)
void bgs::protocol::account::v1::GameLevelInfo::CopyFrom ( const GameLevelInfo from)
static const GameLevelInfo& bgs::protocol::account::v1::GameLevelInfo::default_instance ( )
static
static const ::google::protobuf::Descriptor* bgs::protocol::account::v1::GameLevelInfo::descriptor ( )
static
int bgs::protocol::account::v1::GameLevelInfo::GetCachedSize ( ) const
inlinevirtual

Implements google::protobuf::MessageLite.

2874 { return _cached_size_; }
int _cached_size_
Definition: account_types.pb.h:2972
::google::protobuf::Metadata bgs::protocol::account::v1::GameLevelInfo::GetMetadata ( ) const
virtual
bool bgs::protocol::account::v1::GameLevelInfo::has_is_beta ( ) const
inline
8313  {
8314  return (_has_bits_[0] & 0x00000008u) != 0;
8315 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:2971
bool bgs::protocol::account::v1::GameLevelInfo::has_is_lifetime ( ) const
inline
8265  {
8266  return (_has_bits_[0] & 0x00000002u) != 0;
8267 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:2971
bool bgs::protocol::account::v1::GameLevelInfo::has_is_restricted ( ) const
inline
8289  {
8290  return (_has_bits_[0] & 0x00000004u) != 0;
8291 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:2971
bool bgs::protocol::account::v1::GameLevelInfo::has_is_trial ( ) const
inline
8241  {
8242  return (_has_bits_[0] & 0x00000001u) != 0;
8243 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:2971
bool bgs::protocol::account::v1::GameLevelInfo::has_name ( ) const
inline
8337  {
8338  return (_has_bits_[0] & 0x00000010u) != 0;
8339 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:2971
bool bgs::protocol::account::v1::GameLevelInfo::has_program ( ) const
inline
8413  {
8414  return (_has_bits_[0] & 0x00000020u) != 0;
8415 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:2971
bool bgs::protocol::account::v1::GameLevelInfo::has_realm_permissions ( ) const
inline
8467  {
8468  return (_has_bits_[0] & 0x00000080u) != 0;
8469 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:2971
void bgs::protocol::account::v1::GameLevelInfo::InitAsDefaultInstance ( )
private
bool bgs::protocol::account::v1::GameLevelInfo::is_beta ( ) const
inline
8326  {
8327  // @@protoc_insertion_point(field_get:bgs.protocol.account.v1.GameLevelInfo.is_beta)
8328  return is_beta_;
8329 }
bool is_beta_
Definition: account_types.pb.h:2976
bool bgs::protocol::account::v1::GameLevelInfo::is_lifetime ( ) const
inline
8278  {
8279  // @@protoc_insertion_point(field_get:bgs.protocol.account.v1.GameLevelInfo.is_lifetime)
8280  return is_lifetime_;
8281 }
bool is_lifetime_
Definition: account_types.pb.h:2974
bool bgs::protocol::account::v1::GameLevelInfo::is_restricted ( ) const
inline
8302  {
8303  // @@protoc_insertion_point(field_get:bgs.protocol.account.v1.GameLevelInfo.is_restricted)
8304  return is_restricted_;
8305 }
bool is_restricted_
Definition: account_types.pb.h:2975
bool bgs::protocol::account::v1::GameLevelInfo::is_trial ( ) const
inline
8254  {
8255  // @@protoc_insertion_point(field_get:bgs.protocol.account.v1.GameLevelInfo.is_trial)
8256  return is_trial_;
8257 }
bool is_trial_
Definition: account_types.pb.h:2973
bool bgs::protocol::account::v1::GameLevelInfo::IsInitialized ( ) const
virtual

Reimplemented from google::protobuf::Message.

const ::bgs::protocol::account::v1::AccountLicense & bgs::protocol::account::v1::GameLevelInfo::licenses ( int  index) const
inline
8443  {
8444  // @@protoc_insertion_point(field_get:bgs.protocol.account.v1.GameLevelInfo.licenses)
8445  return licenses_.Get(index);
8446 }
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:2979

+ Here is the call graph for this function:

const ::google::protobuf::RepeatedPtrField<::bgs::protocol::account::v1::AccountLicense > & bgs::protocol::account::v1::GameLevelInfo::licenses ( ) const
inline
8456  {
8457  // @@protoc_insertion_point(field_list:bgs.protocol.account.v1.GameLevelInfo.licenses)
8458  return licenses_;
8459 }
::google::protobuf::RepeatedPtrField< ::bgs::protocol::account::v1::AccountLicense > licenses_
Definition: account_types.pb.h:2979
int bgs::protocol::account::v1::GameLevelInfo::licenses_size ( ) const
inline
8437  {
8438  return licenses_.size();
8439 }
int size() const
Definition: repeated_field.h:1107
::google::protobuf::RepeatedPtrField< ::bgs::protocol::account::v1::AccountLicense > licenses_
Definition: account_types.pb.h:2979
void bgs::protocol::account::v1::GameLevelInfo::MergeFrom ( const ::google::protobuf::Message from)
void bgs::protocol::account::v1::GameLevelInfo::MergeFrom ( const GameLevelInfo from)
bool bgs::protocol::account::v1::GameLevelInfo::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream input)
bgs::protocol::account::v1::AccountLicense * bgs::protocol::account::v1::GameLevelInfo::mutable_licenses ( int  index)
inline
8447  {
8448  // @@protoc_insertion_point(field_mutable:bgs.protocol.account.v1.GameLevelInfo.licenses)
8449  return licenses_.Mutable(index);
8450 }
::google::protobuf::RepeatedPtrField< ::bgs::protocol::account::v1::AccountLicense > licenses_
Definition: account_types.pb.h:2979
Element * Mutable(int index)
Definition: repeated_field.h:1118
google::protobuf::RepeatedPtrField<::bgs::protocol::account::v1::AccountLicense > * bgs::protocol::account::v1::GameLevelInfo::mutable_licenses ( )
inline
8461  {
8462  // @@protoc_insertion_point(field_mutable_list:bgs.protocol.account.v1.GameLevelInfo.licenses)
8463  return &licenses_;
8464 }
::google::protobuf::RepeatedPtrField< ::bgs::protocol::account::v1::AccountLicense > licenses_
Definition: account_types.pb.h:2979
std::string * bgs::protocol::account::v1::GameLevelInfo::mutable_name ( )
inline
8380  {
8381  set_has_name();
8383  name_ = new ::std::string;
8384  }
8385  // @@protoc_insertion_point(field_mutable:bgs.protocol.account.v1.GameLevelInfo.name)
8386  return name_;
8387 }
::std::string * name_
Definition: account_types.pb.h:2978
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_name()
Definition: account_types.pb.h:8340

+ Here is the call graph for this function:

inline ::google::protobuf::UnknownFieldSet* bgs::protocol::account::v1::GameLevelInfo::mutable_unknown_fields ( )
inline
2849  {
2850  return &_unknown_fields_;
2851  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: account_types.pb.h:2969
const ::std::string & bgs::protocol::account::v1::GameLevelInfo::name ( ) const
inline
8352  {
8353  // @@protoc_insertion_point(field_get:bgs.protocol.account.v1.GameLevelInfo.name)
8354  return *name_;
8355 }
::std::string * name_
Definition: account_types.pb.h:2978
GameLevelInfo* bgs::protocol::account::v1::GameLevelInfo::New ( ) const
virtual
GameLevelInfo& bgs::protocol::account::v1::GameLevelInfo::operator= ( const GameLevelInfo from)
inline
2840  {
2841  CopyFrom(from);
2842  return *this;
2843  }
void CopyFrom(const ::google::protobuf::Message &from)
google::protobuf::uint32 bgs::protocol::account::v1::GameLevelInfo::program ( ) const
inline
8426  {
8427  // @@protoc_insertion_point(field_get:bgs.protocol.account.v1.GameLevelInfo.program)
8428  return program_;
8429 }
::google::protobuf::uint32 program_
Definition: account_types.pb.h:2977
google::protobuf::uint32 bgs::protocol::account::v1::GameLevelInfo::realm_permissions ( ) const
inline
8480  {
8481  // @@protoc_insertion_point(field_get:bgs.protocol.account.v1.GameLevelInfo.realm_permissions)
8482  return realm_permissions_;
8483 }
::google::protobuf::uint32 realm_permissions_
Definition: account_types.pb.h:2980
std::string * bgs::protocol::account::v1::GameLevelInfo::release_name ( )
inline
8388  {
8389  clear_has_name();
8391  return NULL;
8392  } else {
8393  ::std::string* temp = name_;
8394  name_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
8395  return temp;
8396  }
8397 }
::std::string * name_
Definition: account_types.pb.h:2978
arena_t NULL
Definition: jemalloc_internal.h:624
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void clear_has_name()
Definition: account_types.pb.h:8343

+ Here is the call graph for this function:

void bgs::protocol::account::v1::GameLevelInfo::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream output) const
::google::protobuf::uint8* bgs::protocol::account::v1::GameLevelInfo::SerializeWithCachedSizesToArray ( ::google::protobuf::uint8 output) const
void bgs::protocol::account::v1::GameLevelInfo::set_allocated_name ( ::std::string *  name)
inline
8398  {
8400  delete name_;
8401  }
8402  if (name) {
8403  set_has_name();
8404  name_ = name;
8405  } else {
8406  clear_has_name();
8407  name_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
8408  }
8409  // @@protoc_insertion_point(field_set_allocated:bgs.protocol.account.v1.GameLevelInfo.name)
8410 }
::std::string * name_
Definition: account_types.pb.h:2978
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void clear_has_name()
Definition: account_types.pb.h:8343
const ::std::string & name() const
Definition: account_types.pb.h:8352
void set_has_name()
Definition: account_types.pb.h:8340

+ Here is the call graph for this function:

void bgs::protocol::account::v1::GameLevelInfo::set_has_is_beta ( )
inlineprivate
8316  {
8317  _has_bits_[0] |= 0x00000008u;
8318 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:2971
void bgs::protocol::account::v1::GameLevelInfo::set_has_is_lifetime ( )
inlineprivate
8268  {
8269  _has_bits_[0] |= 0x00000002u;
8270 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:2971
void bgs::protocol::account::v1::GameLevelInfo::set_has_is_restricted ( )
inlineprivate
8292  {
8293  _has_bits_[0] |= 0x00000004u;
8294 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:2971
void bgs::protocol::account::v1::GameLevelInfo::set_has_is_trial ( )
inlineprivate
8244  {
8245  _has_bits_[0] |= 0x00000001u;
8246 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:2971
void bgs::protocol::account::v1::GameLevelInfo::set_has_name ( )
inlineprivate
8340  {
8341  _has_bits_[0] |= 0x00000010u;
8342 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:2971
void bgs::protocol::account::v1::GameLevelInfo::set_has_program ( )
inlineprivate
8416  {
8417  _has_bits_[0] |= 0x00000020u;
8418 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:2971
void bgs::protocol::account::v1::GameLevelInfo::set_has_realm_permissions ( )
inlineprivate
8470  {
8471  _has_bits_[0] |= 0x00000080u;
8472 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:2971
void bgs::protocol::account::v1::GameLevelInfo::set_is_beta ( bool  value)
inline
8330  {
8331  set_has_is_beta();
8332  is_beta_ = value;
8333  // @@protoc_insertion_point(field_set:bgs.protocol.account.v1.GameLevelInfo.is_beta)
8334 }
void set_has_is_beta()
Definition: account_types.pb.h:8316
bool is_beta_
Definition: account_types.pb.h:2976
const FieldDescriptor value
Definition: descriptor.h:1522
void bgs::protocol::account::v1::GameLevelInfo::set_is_lifetime ( bool  value)
inline
8282  {
8284  is_lifetime_ = value;
8285  // @@protoc_insertion_point(field_set:bgs.protocol.account.v1.GameLevelInfo.is_lifetime)
8286 }
bool is_lifetime_
Definition: account_types.pb.h:2974
void set_has_is_lifetime()
Definition: account_types.pb.h:8268
const FieldDescriptor value
Definition: descriptor.h:1522
void bgs::protocol::account::v1::GameLevelInfo::set_is_restricted ( bool  value)
inline
8306  {
8309  // @@protoc_insertion_point(field_set:bgs.protocol.account.v1.GameLevelInfo.is_restricted)
8310 }
void set_has_is_restricted()
Definition: account_types.pb.h:8292
bool is_restricted_
Definition: account_types.pb.h:2975
const FieldDescriptor value
Definition: descriptor.h:1522
void bgs::protocol::account::v1::GameLevelInfo::set_is_trial ( bool  value)
inline
8258  {
8259  set_has_is_trial();
8260  is_trial_ = value;
8261  // @@protoc_insertion_point(field_set:bgs.protocol.account.v1.GameLevelInfo.is_trial)
8262 }
bool is_trial_
Definition: account_types.pb.h:2973
void set_has_is_trial()
Definition: account_types.pb.h:8244
const FieldDescriptor value
Definition: descriptor.h:1522
void bgs::protocol::account::v1::GameLevelInfo::set_name ( const ::std::string &  value)
inline
8356  {
8357  set_has_name();
8359  name_ = new ::std::string;
8360  }
8361  name_->assign(value);
8362  // @@protoc_insertion_point(field_set:bgs.protocol.account.v1.GameLevelInfo.name)
8363 }
::std::string * name_
Definition: account_types.pb.h:2978
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
const FieldDescriptor value
Definition: descriptor.h:1522
void set_has_name()
Definition: account_types.pb.h:8340

+ Here is the call graph for this function:

void bgs::protocol::account::v1::GameLevelInfo::set_name ( const char *  value)
inline
8364  {
8365  set_has_name();
8367  name_ = new ::std::string;
8368  }
8369  name_->assign(value);
8370  // @@protoc_insertion_point(field_set_char:bgs.protocol.account.v1.GameLevelInfo.name)
8371 }
::std::string * name_
Definition: account_types.pb.h:2978
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
const FieldDescriptor value
Definition: descriptor.h:1522
void set_has_name()
Definition: account_types.pb.h:8340

+ Here is the call graph for this function:

void bgs::protocol::account::v1::GameLevelInfo::set_name ( const char *  value,
size_t  size 
)
inline
8372  {
8373  set_has_name();
8375  name_ = new ::std::string;
8376  }
8377  name_->assign(reinterpret_cast<const char*>(value), size);
8378  // @@protoc_insertion_point(field_set_pointer:bgs.protocol.account.v1.GameLevelInfo.name)
8379 }
::std::string * name_
Definition: account_types.pb.h:2978
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
const FieldDescriptor value
Definition: descriptor.h:1522
void set_has_name()
Definition: account_types.pb.h:8340

+ Here is the call graph for this function:

void bgs::protocol::account::v1::GameLevelInfo::set_program ( ::google::protobuf::uint32  value)
inline
8430  {
8431  set_has_program();
8432  program_ = value;
8433  // @@protoc_insertion_point(field_set:bgs.protocol.account.v1.GameLevelInfo.program)
8434 }
::google::protobuf::uint32 program_
Definition: account_types.pb.h:2977
void set_has_program()
Definition: account_types.pb.h:8416
const FieldDescriptor value
Definition: descriptor.h:1522
void bgs::protocol::account::v1::GameLevelInfo::set_realm_permissions ( ::google::protobuf::uint32  value)
inline
8484  {
8487  // @@protoc_insertion_point(field_set:bgs.protocol.account.v1.GameLevelInfo.realm_permissions)
8488 }
void set_has_realm_permissions()
Definition: account_types.pb.h:8470
::google::protobuf::uint32 realm_permissions_
Definition: account_types.pb.h:2980
const FieldDescriptor value
Definition: descriptor.h:1522
void bgs::protocol::account::v1::GameLevelInfo::SetCachedSize ( int  size) const
privatevirtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::account::v1::GameLevelInfo::SharedCtor ( )
private
void bgs::protocol::account::v1::GameLevelInfo::SharedDtor ( )
private
void bgs::protocol::account::v1::GameLevelInfo::Swap ( GameLevelInfo other)
const ::google::protobuf::UnknownFieldSet& bgs::protocol::account::v1::GameLevelInfo::unknown_fields ( ) const
inline
2845  {
2846  return _unknown_fields_;
2847  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: account_types.pb.h:2969

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::GameLevelInfo::_cached_size_
mutableprivate
::google::protobuf::uint32 bgs::protocol::account::v1::GameLevelInfo::_has_bits_[1]
private
::google::protobuf::UnknownFieldSet bgs::protocol::account::v1::GameLevelInfo::_unknown_fields_
private
GameLevelInfo* bgs::protocol::account::v1::GameLevelInfo::default_instance_
staticprivate
bool bgs::protocol::account::v1::GameLevelInfo::is_beta_
private
bool bgs::protocol::account::v1::GameLevelInfo::is_lifetime_
private
bool bgs::protocol::account::v1::GameLevelInfo::is_restricted_
private
bool bgs::protocol::account::v1::GameLevelInfo::is_trial_
private
const int bgs::protocol::account::v1::GameLevelInfo::kIsBetaFieldNumber = 7
static
const int bgs::protocol::account::v1::GameLevelInfo::kIsLifetimeFieldNumber = 5
static
const int bgs::protocol::account::v1::GameLevelInfo::kIsRestrictedFieldNumber = 6
static
const int bgs::protocol::account::v1::GameLevelInfo::kIsTrialFieldNumber = 4
static
const int bgs::protocol::account::v1::GameLevelInfo::kLicensesFieldNumber = 10
static
const int bgs::protocol::account::v1::GameLevelInfo::kNameFieldNumber = 8
static
const int bgs::protocol::account::v1::GameLevelInfo::kProgramFieldNumber = 9
static
const int bgs::protocol::account::v1::GameLevelInfo::kRealmPermissionsFieldNumber = 11
static
::google::protobuf::RepeatedPtrField< ::bgs::protocol::account::v1::AccountLicense > bgs::protocol::account::v1::GameLevelInfo::licenses_
private
::std::string* bgs::protocol::account::v1::GameLevelInfo::name_
private
::google::protobuf::uint32 bgs::protocol::account::v1::GameLevelInfo::program_
private
::google::protobuf::uint32 bgs::protocol::account::v1::GameLevelInfo::realm_permissions_
private

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