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

#include <account_service.pb.h>

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

Public Member Functions

 GetAccountStateRequest ()
 
virtual ~GetAccountStateRequest ()
 
 GetAccountStateRequest (const GetAccountStateRequest &from)
 
GetAccountStateRequestoperator= (const GetAccountStateRequest &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (GetAccountStateRequest *other)
 
GetAccountStateRequestNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_entity_id () const
 
void clear_entity_id ()
 
const ::bgs::protocol::EntityIdentity_id () const
 
inline ::bgs::protocol::EntityIdmutable_entity_id ()
 
inline ::bgs::protocol::EntityIdrelease_entity_id ()
 
void set_allocated_entity_id (::bgs::protocol::EntityId *entity_id)
 
bool has_program () const
 
void clear_program ()
 
inline ::google::protobuf::uint32 program () const
 
void set_program (::google::protobuf::uint32 value)
 
bool has_region () const
 
void clear_region ()
 
inline ::google::protobuf::uint32 region () const
 
void set_region (::google::protobuf::uint32 value)
 
bool has_options () const
 
void clear_options ()
 
const ::bgs::protocol::account::v1::AccountFieldOptionsoptions () const
 
inline ::bgs::protocol::account::v1::AccountFieldOptionsmutable_options ()
 
inline ::bgs::protocol::account::v1::AccountFieldOptionsrelease_options ()
 
void set_allocated_options (::bgs::protocol::account::v1::AccountFieldOptions *options)
 
bool has_tags () const
 
void clear_tags ()
 
const ::bgs::protocol::account::v1::AccountFieldTagstags () const
 
inline ::bgs::protocol::account::v1::AccountFieldTagsmutable_tags ()
 
inline ::bgs::protocol::account::v1::AccountFieldTagsrelease_tags ()
 
void set_allocated_tags (::bgs::protocol::account::v1::AccountFieldTags *tags)
 

Static Public Member Functions

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

Static Public Attributes

static const int kEntityIdFieldNumber = 1
 
static const int kProgramFieldNumber = 2
 
static const int kRegionFieldNumber = 3
 
static const int kOptionsFieldNumber = 10
 
static const int kTagsFieldNumber = 11
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_entity_id ()
 
void clear_has_entity_id ()
 
void set_has_program ()
 
void clear_has_program ()
 
void set_has_region ()
 
void clear_has_region ()
 
void set_has_options ()
 
void clear_has_options ()
 
void set_has_tags ()
 
void clear_has_tags ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::bgs::protocol::EntityIdentity_id_
 
::google::protobuf::uint32 program_
 
::google::protobuf::uint32 region_
 
::bgs::protocol::account::v1::AccountFieldOptionsoptions_
 
::bgs::protocol::account::v1::AccountFieldTagstags_
 

Static Private Attributes

static GetAccountStateRequestdefault_instance_
 

Friends

void TC_PROTO_API protobuf_AddDesc_account_5fservice_2eproto ()
 
void protobuf_AssignDesc_account_5fservice_2eproto ()
 
void protobuf_ShutdownFile_account_5fservice_2eproto ()
 

Detailed Description

Definition at line 450 of file account_service.pb.h.

Constructor & Destructor Documentation

◆ GetAccountStateRequest() [1/2]

bgs::protocol::account::v1::GetAccountStateRequest::GetAccountStateRequest ( )

◆ ~GetAccountStateRequest()

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

◆ GetAccountStateRequest() [2/2]

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

Member Function Documentation

◆ clear_entity_id()

void bgs::protocol::account::v1::GetAccountStateRequest::clear_entity_id ( )
inline

Definition at line 2762 of file account_service.pb.h.

◆ clear_has_entity_id()

void bgs::protocol::account::v1::GetAccountStateRequest::clear_has_entity_id ( )
inlineprivate

Definition at line 2759 of file account_service.pb.h.

◆ clear_has_options()

void bgs::protocol::account::v1::GetAccountStateRequest::clear_has_options ( )
inlineprivate

Definition at line 2848 of file account_service.pb.h.

◆ clear_has_program()

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

Definition at line 2800 of file account_service.pb.h.

◆ clear_has_region()

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

Definition at line 2824 of file account_service.pb.h.

◆ clear_has_tags()

void bgs::protocol::account::v1::GetAccountStateRequest::clear_has_tags ( )
inlineprivate

Definition at line 2889 of file account_service.pb.h.

◆ clear_options()

void bgs::protocol::account::v1::GetAccountStateRequest::clear_options ( )
inline

Definition at line 2851 of file account_service.pb.h.

◆ clear_program()

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

Definition at line 2803 of file account_service.pb.h.

◆ clear_region()

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

Definition at line 2827 of file account_service.pb.h.

◆ clear_tags()

void bgs::protocol::account::v1::GetAccountStateRequest::clear_tags ( )
inline

Definition at line 2892 of file account_service.pb.h.

◆ default_instance()

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

◆ descriptor()

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

◆ entity_id()

const ::bgs::protocol::EntityId & bgs::protocol::account::v1::GetAccountStateRequest::entity_id ( ) const
inline

Definition at line 2766 of file account_service.pb.h.

◆ GetCachedSize()

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

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

◆ GetMetadata()

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

◆ has_entity_id()

bool bgs::protocol::account::v1::GetAccountStateRequest::has_entity_id ( ) const
inline

Definition at line 2753 of file account_service.pb.h.

◆ has_options()

bool bgs::protocol::account::v1::GetAccountStateRequest::has_options ( ) const
inline

Definition at line 2842 of file account_service.pb.h.

◆ has_program()

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

Definition at line 2794 of file account_service.pb.h.

◆ has_region()

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

Definition at line 2818 of file account_service.pb.h.

◆ has_tags()

bool bgs::protocol::account::v1::GetAccountStateRequest::has_tags ( ) const
inline

Definition at line 2883 of file account_service.pb.h.

◆ InitAsDefaultInstance()

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

◆ mutable_entity_id()

bgs::protocol::EntityId * bgs::protocol::account::v1::GetAccountStateRequest::mutable_entity_id ( )
inline

Definition at line 2770 of file account_service.pb.h.

◆ mutable_options()

bgs::protocol::account::v1::AccountFieldOptions * bgs::protocol::account::v1::GetAccountStateRequest::mutable_options ( )
inline

Definition at line 2859 of file account_service.pb.h.

◆ mutable_tags()

bgs::protocol::account::v1::AccountFieldTags * bgs::protocol::account::v1::GetAccountStateRequest::mutable_tags ( )
inline

Definition at line 2900 of file account_service.pb.h.

◆ mutable_unknown_fields()

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

Definition at line 466 of file account_service.pb.h.

◆ New()

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

◆ operator=()

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

Definition at line 457 of file account_service.pb.h.

◆ options()

const ::bgs::protocol::account::v1::AccountFieldOptions & bgs::protocol::account::v1::GetAccountStateRequest::options ( ) const
inline

Definition at line 2855 of file account_service.pb.h.

◆ program()

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

Definition at line 2807 of file account_service.pb.h.

◆ region()

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

Definition at line 2831 of file account_service.pb.h.

◆ release_entity_id()

bgs::protocol::EntityId * bgs::protocol::account::v1::GetAccountStateRequest::release_entity_id ( )
inline

Definition at line 2776 of file account_service.pb.h.

◆ release_options()

bgs::protocol::account::v1::AccountFieldOptions * bgs::protocol::account::v1::GetAccountStateRequest::release_options ( )
inline

Definition at line 2865 of file account_service.pb.h.

◆ release_tags()

bgs::protocol::account::v1::AccountFieldTags * bgs::protocol::account::v1::GetAccountStateRequest::release_tags ( )
inline

Definition at line 2906 of file account_service.pb.h.

◆ set_allocated_entity_id()

void bgs::protocol::account::v1::GetAccountStateRequest::set_allocated_entity_id ( ::bgs::protocol::EntityId entity_id)
inline

Definition at line 2782 of file account_service.pb.h.

◆ set_allocated_options()

void bgs::protocol::account::v1::GetAccountStateRequest::set_allocated_options ( ::bgs::protocol::account::v1::AccountFieldOptions options)
inline

Definition at line 2871 of file account_service.pb.h.

◆ set_allocated_tags()

void bgs::protocol::account::v1::GetAccountStateRequest::set_allocated_tags ( ::bgs::protocol::account::v1::AccountFieldTags tags)
inline

Definition at line 2912 of file account_service.pb.h.

◆ set_has_entity_id()

void bgs::protocol::account::v1::GetAccountStateRequest::set_has_entity_id ( )
inlineprivate

Definition at line 2756 of file account_service.pb.h.

◆ set_has_options()

void bgs::protocol::account::v1::GetAccountStateRequest::set_has_options ( )
inlineprivate

Definition at line 2845 of file account_service.pb.h.

◆ set_has_program()

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

Definition at line 2797 of file account_service.pb.h.

◆ set_has_region()

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

Definition at line 2821 of file account_service.pb.h.

◆ set_has_tags()

void bgs::protocol::account::v1::GetAccountStateRequest::set_has_tags ( )
inlineprivate

Definition at line 2886 of file account_service.pb.h.

◆ set_program()

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

Definition at line 2811 of file account_service.pb.h.

◆ set_region()

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

Definition at line 2835 of file account_service.pb.h.

◆ SetCachedSize()

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

◆ SharedCtor()

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

◆ SharedDtor()

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

◆ Swap()

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

◆ tags()

const ::bgs::protocol::account::v1::AccountFieldTags & bgs::protocol::account::v1::GetAccountStateRequest::tags ( ) const
inline

Definition at line 2896 of file account_service.pb.h.

◆ unknown_fields()

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

Definition at line 462 of file account_service.pb.h.

Friends And Related Function Documentation

◆ protobuf_AddDesc_account_5fservice_2eproto

void TC_PROTO_API protobuf_AddDesc_account_5fservice_2eproto ( )
friend

◆ protobuf_AssignDesc_account_5fservice_2eproto

void protobuf_AssignDesc_account_5fservice_2eproto ( )
friend

◆ protobuf_ShutdownFile_account_5fservice_2eproto

void protobuf_ShutdownFile_account_5fservice_2eproto ( )
friend

Member Data Documentation

◆ _cached_size_

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

Definition at line 547 of file account_service.pb.h.

◆ _has_bits_

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

Definition at line 546 of file account_service.pb.h.

◆ _unknown_fields_

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

Definition at line 544 of file account_service.pb.h.

◆ default_instance_

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

Definition at line 558 of file account_service.pb.h.

◆ entity_id_

::bgs::protocol::EntityId* bgs::protocol::account::v1::GetAccountStateRequest::entity_id_
private

Definition at line 548 of file account_service.pb.h.

◆ kEntityIdFieldNumber

const int bgs::protocol::account::v1::GetAccountStateRequest::kEntityIdFieldNumber = 1
static

Definition at line 493 of file account_service.pb.h.

◆ kOptionsFieldNumber

const int bgs::protocol::account::v1::GetAccountStateRequest::kOptionsFieldNumber = 10
static

Definition at line 516 of file account_service.pb.h.

◆ kProgramFieldNumber

const int bgs::protocol::account::v1::GetAccountStateRequest::kProgramFieldNumber = 2
static

Definition at line 502 of file account_service.pb.h.

◆ kRegionFieldNumber

const int bgs::protocol::account::v1::GetAccountStateRequest::kRegionFieldNumber = 3
static

Definition at line 509 of file account_service.pb.h.

◆ kTagsFieldNumber

const int bgs::protocol::account::v1::GetAccountStateRequest::kTagsFieldNumber = 11
static

Definition at line 525 of file account_service.pb.h.

◆ options_

::bgs::protocol::account::v1::AccountFieldOptions* bgs::protocol::account::v1::GetAccountStateRequest::options_
private

Definition at line 551 of file account_service.pb.h.

◆ program_

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

Definition at line 549 of file account_service.pb.h.

◆ region_

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

Definition at line 550 of file account_service.pb.h.

◆ tags_

::bgs::protocol::account::v1::AccountFieldTags* bgs::protocol::account::v1::GetAccountStateRequest::tags_
private

Definition at line 552 of file account_service.pb.h.


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