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

#include <account_types.pb.h>

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

Public Member Functions

 AccountReference ()
 
virtual ~AccountReference ()
 
 AccountReference (const AccountReference &from)
 
AccountReferenceoperator= (const AccountReference &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (AccountReference *other)
 
AccountReferenceNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_id () const
 
void clear_id ()
 
inline ::google::protobuf::uint32 id () const
 
void set_id (::google::protobuf::uint32 value)
 
bool has_email () const
 
void clear_email ()
 
const ::std::string & email () const
 
void set_email (const ::std::string &value)
 
void set_email (const char *value)
 
void set_email (const char *value, size_t size)
 
inline ::std::string * mutable_email ()
 
inline ::std::string * release_email ()
 
void set_allocated_email (::std::string *email)
 
bool has_handle () const
 
void clear_handle ()
 
const ::bgs::protocol::account::v1::GameAccountHandlehandle () const
 
inline ::bgs::protocol::account::v1::GameAccountHandlemutable_handle ()
 
inline ::bgs::protocol::account::v1::GameAccountHandlerelease_handle ()
 
void set_allocated_handle (::bgs::protocol::account::v1::GameAccountHandle *handle)
 
bool has_battle_tag () const
 
void clear_battle_tag ()
 
const ::std::string & battle_tag () const
 
void set_battle_tag (const ::std::string &value)
 
void set_battle_tag (const char *value)
 
void set_battle_tag (const char *value, size_t size)
 
inline ::std::string * mutable_battle_tag ()
 
inline ::std::string * release_battle_tag ()
 
void set_allocated_battle_tag (::std::string *battle_tag)
 
bool has_phone_number () const
 
void clear_phone_number ()
 
const ::std::string & phone_number () const
 
void set_phone_number (const ::std::string &value)
 
void set_phone_number (const char *value)
 
void set_phone_number (const char *value, size_t size)
 
inline ::std::string * mutable_phone_number ()
 
inline ::std::string * release_phone_number ()
 
void set_allocated_phone_number (::std::string *phone_number)
 
bool has_region () const
 
void clear_region ()
 
inline ::google::protobuf::uint32 region () const
 
void set_region (::google::protobuf::uint32 value)
 

Static Public Member Functions

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

Static Public Attributes

static const int kIdFieldNumber = 1
 
static const int kEmailFieldNumber = 2
 
static const int kHandleFieldNumber = 3
 
static const int kBattleTagFieldNumber = 4
 
static const int kPhoneNumberFieldNumber = 5
 
static const int kRegionFieldNumber = 10
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_id ()
 
void clear_has_id ()
 
void set_has_email ()
 
void clear_has_email ()
 
void set_has_handle ()
 
void clear_has_handle ()
 
void set_has_battle_tag ()
 
void clear_has_battle_tag ()
 
void set_has_phone_number ()
 
void clear_has_phone_number ()
 
void set_has_region ()
 
void clear_has_region ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::std::string * email_
 
::bgs::protocol::account::v1::GameAccountHandlehandle_
 
::google::protobuf::uint32 id_
 
::google::protobuf::uint32 region_
 
::std::string * battle_tag_
 
::std::string * phone_number_
 

Static Private Attributes

static AccountReferencedefault_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 359 of file account_types.pb.h.

Constructor & Destructor Documentation

◆ AccountReference() [1/2]

bgs::protocol::account::v1::AccountReference::AccountReference ( )

◆ ~AccountReference()

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

◆ AccountReference() [2/2]

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

Member Function Documentation

◆ battle_tag()

const ::std::string & bgs::protocol::account::v1::AccountReference::battle_tag ( ) const
inline

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

◆ clear_battle_tag()

void bgs::protocol::account::v1::AccountReference::clear_battle_tag ( )
inline

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

◆ clear_email()

void bgs::protocol::account::v1::AccountReference::clear_email ( )
inline

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

◆ clear_handle()

void bgs::protocol::account::v1::AccountReference::clear_handle ( )
inline

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

◆ clear_has_battle_tag()

void bgs::protocol::account::v1::AccountReference::clear_has_battle_tag ( )
inlineprivate

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

◆ clear_has_email()

void bgs::protocol::account::v1::AccountReference::clear_has_email ( )
inlineprivate

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

◆ clear_has_handle()

void bgs::protocol::account::v1::AccountReference::clear_has_handle ( )
inlineprivate

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

◆ clear_has_id()

void bgs::protocol::account::v1::AccountReference::clear_has_id ( )
inlineprivate

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

◆ clear_has_phone_number()

void bgs::protocol::account::v1::AccountReference::clear_has_phone_number ( )
inlineprivate

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

◆ clear_has_region()

void bgs::protocol::account::v1::AccountReference::clear_has_region ( )
inlineprivate

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

◆ clear_id()

void bgs::protocol::account::v1::AccountReference::clear_id ( )
inline

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

◆ clear_phone_number()

void bgs::protocol::account::v1::AccountReference::clear_phone_number ( )
inline

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

◆ clear_region()

void bgs::protocol::account::v1::AccountReference::clear_region ( )
inline

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

◆ default_instance()

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

◆ descriptor()

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

◆ email()

const ::std::string & bgs::protocol::account::v1::AccountReference::email ( ) const
inline

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

◆ GetCachedSize()

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

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

◆ GetMetadata()

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

◆ handle()

const ::bgs::protocol::account::v1::GameAccountHandle & bgs::protocol::account::v1::AccountReference::handle ( ) const
inline

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

◆ has_battle_tag()

bool bgs::protocol::account::v1::AccountReference::has_battle_tag ( ) const
inline

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

◆ has_email()

bool bgs::protocol::account::v1::AccountReference::has_email ( ) const
inline

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

◆ has_handle()

bool bgs::protocol::account::v1::AccountReference::has_handle ( ) const
inline

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

◆ has_id()

bool bgs::protocol::account::v1::AccountReference::has_id ( ) const
inline

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

◆ has_phone_number()

bool bgs::protocol::account::v1::AccountReference::has_phone_number ( ) const
inline

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

◆ has_region()

bool bgs::protocol::account::v1::AccountReference::has_region ( ) const
inline

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

◆ id()

google::protobuf::uint32 bgs::protocol::account::v1::AccountReference::id ( ) const
inline

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

◆ InitAsDefaultInstance()

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

◆ mutable_battle_tag()

std::string * bgs::protocol::account::v1::AccountReference::mutable_battle_tag ( )
inline

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

◆ mutable_email()

std::string * bgs::protocol::account::v1::AccountReference::mutable_email ( )
inline

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

◆ mutable_handle()

bgs::protocol::account::v1::GameAccountHandle * bgs::protocol::account::v1::AccountReference::mutable_handle ( )
inline

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

◆ mutable_phone_number()

std::string * bgs::protocol::account::v1::AccountReference::mutable_phone_number ( )
inline

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

◆ mutable_unknown_fields()

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

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

◆ New()

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

◆ operator=()

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

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

◆ phone_number()

const ::std::string & bgs::protocol::account::v1::AccountReference::phone_number ( ) const
inline

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

◆ region()

google::protobuf::uint32 bgs::protocol::account::v1::AccountReference::region ( ) const
inline

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

◆ release_battle_tag()

std::string * bgs::protocol::account::v1::AccountReference::release_battle_tag ( )
inline

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

◆ release_email()

std::string * bgs::protocol::account::v1::AccountReference::release_email ( )
inline

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

◆ release_handle()

bgs::protocol::account::v1::GameAccountHandle * bgs::protocol::account::v1::AccountReference::release_handle ( )
inline

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

◆ release_phone_number()

std::string * bgs::protocol::account::v1::AccountReference::release_phone_number ( )
inline

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

◆ set_allocated_battle_tag()

void bgs::protocol::account::v1::AccountReference::set_allocated_battle_tag ( ::std::string *  battle_tag)
inline

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

◆ set_allocated_email()

void bgs::protocol::account::v1::AccountReference::set_allocated_email ( ::std::string *  email)
inline

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

◆ set_allocated_handle()

void bgs::protocol::account::v1::AccountReference::set_allocated_handle ( ::bgs::protocol::account::v1::GameAccountHandle handle)
inline

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

◆ set_allocated_phone_number()

void bgs::protocol::account::v1::AccountReference::set_allocated_phone_number ( ::std::string *  phone_number)
inline

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

◆ set_battle_tag() [1/3]

void bgs::protocol::account::v1::AccountReference::set_battle_tag ( const ::std::string &  value)
inline

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

◆ set_battle_tag() [2/3]

void bgs::protocol::account::v1::AccountReference::set_battle_tag ( const char *  value)
inline

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

◆ set_battle_tag() [3/3]

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

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

+ Here is the call graph for this function:

◆ set_email() [1/3]

void bgs::protocol::account::v1::AccountReference::set_email ( const ::std::string &  value)
inline

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

◆ set_email() [2/3]

void bgs::protocol::account::v1::AccountReference::set_email ( const char *  value)
inline

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

◆ set_email() [3/3]

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

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

+ Here is the call graph for this function:

◆ set_has_battle_tag()

void bgs::protocol::account::v1::AccountReference::set_has_battle_tag ( )
inlineprivate

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

◆ set_has_email()

void bgs::protocol::account::v1::AccountReference::set_has_email ( )
inlineprivate

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

◆ set_has_handle()

void bgs::protocol::account::v1::AccountReference::set_has_handle ( )
inlineprivate

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

◆ set_has_id()

void bgs::protocol::account::v1::AccountReference::set_has_id ( )
inlineprivate

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

◆ set_has_phone_number()

void bgs::protocol::account::v1::AccountReference::set_has_phone_number ( )
inlineprivate

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

◆ set_has_region()

void bgs::protocol::account::v1::AccountReference::set_has_region ( )
inlineprivate

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

◆ set_id()

void bgs::protocol::account::v1::AccountReference::set_id ( ::google::protobuf::uint32  value)
inline

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

◆ set_phone_number() [1/3]

void bgs::protocol::account::v1::AccountReference::set_phone_number ( const ::std::string &  value)
inline

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

◆ set_phone_number() [2/3]

void bgs::protocol::account::v1::AccountReference::set_phone_number ( const char *  value)
inline

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

◆ set_phone_number() [3/3]

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

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

+ Here is the call graph for this function:

◆ set_region()

void bgs::protocol::account::v1::AccountReference::set_region ( ::google::protobuf::uint32  value)
inline

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

◆ SetCachedSize()

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

◆ SharedCtor()

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

◆ SharedDtor()

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

◆ Swap()

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

◆ unknown_fields()

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

Definition at line 371 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::AccountReference::_cached_size_
mutableprivate

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

◆ _has_bits_

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

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

◆ _unknown_fields_

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

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

◆ battle_tag_

::std::string* bgs::protocol::account::v1::AccountReference::battle_tag_
private

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

◆ default_instance_

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

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

◆ email_

::std::string* bgs::protocol::account::v1::AccountReference::email_
private

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

◆ handle_

::bgs::protocol::account::v1::GameAccountHandle* bgs::protocol::account::v1::AccountReference::handle_
private

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

◆ id_

::google::protobuf::uint32 bgs::protocol::account::v1::AccountReference::id_
private

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

◆ kBattleTagFieldNumber

const int bgs::protocol::account::v1::AccountReference::kBattleTagFieldNumber = 4
static

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

◆ kEmailFieldNumber

const int bgs::protocol::account::v1::AccountReference::kEmailFieldNumber = 2
static

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

◆ kHandleFieldNumber

const int bgs::protocol::account::v1::AccountReference::kHandleFieldNumber = 3
static

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

◆ kIdFieldNumber

const int bgs::protocol::account::v1::AccountReference::kIdFieldNumber = 1
static

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

◆ kPhoneNumberFieldNumber

const int bgs::protocol::account::v1::AccountReference::kPhoneNumberFieldNumber = 5
static

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

◆ kRegionFieldNumber

const int bgs::protocol::account::v1::AccountReference::kRegionFieldNumber = 10
static

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

◆ phone_number_

::std::string* bgs::protocol::account::v1::AccountReference::phone_number_
private

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

◆ region_

::google::protobuf::uint32 bgs::protocol::account::v1::AccountReference::region_
private

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


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