TrinityCore
bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest Class Reference

#include <game_utilities_service.pb.h>

+ Inheritance diagram for bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest:

Public Member Functions

 GetAllValuesForAttributeRequest ()
 
virtual ~GetAllValuesForAttributeRequest ()
 
 GetAllValuesForAttributeRequest (const GetAllValuesForAttributeRequest &from)
 
GetAllValuesForAttributeRequestoperator= (const GetAllValuesForAttributeRequest &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (GetAllValuesForAttributeRequest *other)
 
GetAllValuesForAttributeRequestNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_attribute_key () const
 
void clear_attribute_key ()
 
const ::std::string & attribute_key () const
 
void set_attribute_key (const ::std::string &value)
 
void set_attribute_key (const char *value)
 
void set_attribute_key (const char *value, size_t size)
 
inline ::std::string * mutable_attribute_key ()
 
inline ::std::string * release_attribute_key ()
 
void set_allocated_attribute_key (::std::string *attribute_key)
 
bool has_agent_id () const
 
void clear_agent_id ()
 
const ::bgs::protocol::EntityIdagent_id () const
 
inline ::bgs::protocol::EntityIdmutable_agent_id ()
 
inline ::bgs::protocol::EntityIdrelease_agent_id ()
 
void set_allocated_agent_id (::bgs::protocol::EntityId *agent_id)
 
bool has_program () const
 
void clear_program ()
 
inline ::google::protobuf::uint32 program () const
 
void set_program (::google::protobuf::uint32 value)
 

Static Public Member Functions

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

Static Public Attributes

static const int kAttributeKeyFieldNumber = 1
 
static const int kAgentIdFieldNumber = 2
 
static const int kProgramFieldNumber = 5
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_attribute_key ()
 
void clear_has_attribute_key ()
 
void set_has_agent_id ()
 
void clear_has_agent_id ()
 
void set_has_program ()
 
void clear_has_program ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::std::string * attribute_key_
 
::bgs::protocol::EntityIdagent_id_
 
::google::protobuf::uint32 program_
 

Static Private Attributes

static GetAllValuesForAttributeRequestdefault_instance_
 

Friends

void TC_PROTO_API protobuf_AddDesc_game_5futilities_5fservice_2eproto ()
 
void protobuf_AssignDesc_game_5futilities_5fservice_2eproto ()
 
void protobuf_ShutdownFile_game_5futilities_5fservice_2eproto ()
 

Detailed Description

Definition at line 652 of file game_utilities_service.pb.h.

Constructor & Destructor Documentation

◆ GetAllValuesForAttributeRequest() [1/2]

bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::GetAllValuesForAttributeRequest ( )

◆ ~GetAllValuesForAttributeRequest()

virtual bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::~GetAllValuesForAttributeRequest ( )
virtual

◆ GetAllValuesForAttributeRequest() [2/2]

bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::GetAllValuesForAttributeRequest ( const GetAllValuesForAttributeRequest from)

Member Function Documentation

◆ agent_id()

const ::bgs::protocol::EntityId & bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::agent_id ( ) const
inline

Definition at line 1842 of file game_utilities_service.pb.h.

+ Here is the caller graph for this function:

◆ attribute_key()

const ::std::string & bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::attribute_key ( ) const
inline

Definition at line 1768 of file game_utilities_service.pb.h.

+ Here is the caller graph for this function:

◆ clear_agent_id()

void bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::clear_agent_id ( )
inline

Definition at line 1838 of file game_utilities_service.pb.h.

+ Here is the call graph for this function:

◆ clear_attribute_key()

void bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::clear_attribute_key ( )
inline

Definition at line 1762 of file game_utilities_service.pb.h.

+ Here is the call graph for this function:

◆ clear_has_agent_id()

void bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::clear_has_agent_id ( )
inlineprivate

Definition at line 1835 of file game_utilities_service.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_attribute_key()

void bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::clear_has_attribute_key ( )
inlineprivate

Definition at line 1759 of file game_utilities_service.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_program()

void bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::clear_has_program ( )
inlineprivate

Definition at line 1876 of file game_utilities_service.pb.h.

+ Here is the caller graph for this function:

◆ clear_program()

void bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::clear_program ( )
inline

Definition at line 1879 of file game_utilities_service.pb.h.

+ Here is the call graph for this function:

◆ default_instance()

static const GetAllValuesForAttributeRequest & bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor * bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::descriptor ( )
static

◆ GetCachedSize()

int bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::GetCachedSize ( ) const
inline

Definition at line 680 of file game_utilities_service.pb.h.

◆ GetMetadata()

::google::protobuf::Metadata bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::GetMetadata ( ) const

◆ has_agent_id()

bool bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::has_agent_id ( ) const
inline

Definition at line 1829 of file game_utilities_service.pb.h.

◆ has_attribute_key()

bool bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::has_attribute_key ( ) const
inline

Definition at line 1753 of file game_utilities_service.pb.h.

◆ has_program()

bool bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::has_program ( ) const
inline

Definition at line 1870 of file game_utilities_service.pb.h.

◆ InitAsDefaultInstance()

void bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::InitAsDefaultInstance ( )
private

◆ mutable_agent_id()

bgs::protocol::EntityId * bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::mutable_agent_id ( )
inline

Definition at line 1846 of file game_utilities_service.pb.h.

+ Here is the call graph for this function:

◆ mutable_attribute_key()

std::string * bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::mutable_attribute_key ( )
inline

Definition at line 1796 of file game_utilities_service.pb.h.

+ Here is the call graph for this function:

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet * bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::mutable_unknown_fields ( )
inline

Definition at line 668 of file game_utilities_service.pb.h.

◆ New()

GetAllValuesForAttributeRequest * bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::New ( ) const

◆ operator=()

GetAllValuesForAttributeRequest & bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::operator= ( const GetAllValuesForAttributeRequest from)
inline

Definition at line 659 of file game_utilities_service.pb.h.

◆ program()

google::protobuf::uint32 bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::program ( ) const
inline

Definition at line 1883 of file game_utilities_service.pb.h.

◆ release_agent_id()

bgs::protocol::EntityId * bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::release_agent_id ( )
inline

Definition at line 1852 of file game_utilities_service.pb.h.

+ Here is the call graph for this function:

◆ release_attribute_key()

std::string * bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::release_attribute_key ( )
inline

Definition at line 1804 of file game_utilities_service.pb.h.

+ Here is the call graph for this function:

◆ set_allocated_agent_id()

void bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::set_allocated_agent_id ( ::bgs::protocol::EntityId agent_id)
inline

Definition at line 1858 of file game_utilities_service.pb.h.

+ Here is the call graph for this function:

◆ set_allocated_attribute_key()

void bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::set_allocated_attribute_key ( ::std::string *  attribute_key)
inline

Definition at line 1814 of file game_utilities_service.pb.h.

+ Here is the call graph for this function:

◆ set_attribute_key() [1/3]

void bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::set_attribute_key ( const ::std::string &  value)
inline

Definition at line 1772 of file game_utilities_service.pb.h.

+ Here is the call graph for this function:

◆ set_attribute_key() [2/3]

void bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::set_attribute_key ( const char *  value)
inline

Definition at line 1780 of file game_utilities_service.pb.h.

+ Here is the call graph for this function:

◆ set_attribute_key() [3/3]

void bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::set_attribute_key ( const char *  value,
size_t  size 
)
inline

Definition at line 1788 of file game_utilities_service.pb.h.

+ Here is the call graph for this function:

◆ set_has_agent_id()

void bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::set_has_agent_id ( )
inlineprivate

Definition at line 1832 of file game_utilities_service.pb.h.

+ Here is the caller graph for this function:

◆ set_has_attribute_key()

void bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::set_has_attribute_key ( )
inlineprivate

Definition at line 1756 of file game_utilities_service.pb.h.

+ Here is the caller graph for this function:

◆ set_has_program()

void bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::set_has_program ( )
inlineprivate

Definition at line 1873 of file game_utilities_service.pb.h.

+ Here is the caller graph for this function:

◆ set_program()

void bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::set_program ( ::google::protobuf::uint32  value)
inline

Definition at line 1887 of file game_utilities_service.pb.h.

+ Here is the call graph for this function:

◆ SetCachedSize()

void bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::SetCachedSize ( int  size) const
private

◆ SharedCtor()

void bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::SharedCtor ( )
private

◆ SharedDtor()

void bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::SharedDtor ( )
private

◆ Swap()

void bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::Swap ( GetAllValuesForAttributeRequest other)

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::unknown_fields ( ) const
inline

Definition at line 664 of file game_utilities_service.pb.h.

Friends And Related Function Documentation

◆ protobuf_AddDesc_game_5futilities_5fservice_2eproto

void TC_PROTO_API protobuf_AddDesc_game_5futilities_5fservice_2eproto ( )
friend

◆ protobuf_AssignDesc_game_5futilities_5fservice_2eproto

void protobuf_AssignDesc_game_5futilities_5fservice_2eproto ( )
friend

◆ protobuf_ShutdownFile_game_5futilities_5fservice_2eproto

void protobuf_ShutdownFile_game_5futilities_5fservice_2eproto ( )
friend

Member Data Documentation

◆ _cached_size_

int bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::_cached_size_
mutableprivate

Definition at line 732 of file game_utilities_service.pb.h.

◆ _has_bits_

::google::protobuf::uint32 bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::_has_bits_[1]
private

Definition at line 731 of file game_utilities_service.pb.h.

◆ _unknown_fields_

::google::protobuf::UnknownFieldSet bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::_unknown_fields_
private

Definition at line 729 of file game_utilities_service.pb.h.

◆ agent_id_

::bgs::protocol::EntityId* bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::agent_id_
private

Definition at line 734 of file game_utilities_service.pb.h.

◆ attribute_key_

::std::string* bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::attribute_key_
private

Definition at line 733 of file game_utilities_service.pb.h.

◆ default_instance_

GetAllValuesForAttributeRequest* bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::default_instance_
staticprivate

Definition at line 741 of file game_utilities_service.pb.h.

◆ kAgentIdFieldNumber

const int bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::kAgentIdFieldNumber = 2
static

Definition at line 707 of file game_utilities_service.pb.h.

◆ kAttributeKeyFieldNumber

const int bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::kAttributeKeyFieldNumber = 1
static

Definition at line 695 of file game_utilities_service.pb.h.

◆ kProgramFieldNumber

const int bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::kProgramFieldNumber = 5
static

Definition at line 716 of file game_utilities_service.pb.h.

◆ program_

::google::protobuf::uint32 bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::program_
private

Definition at line 735 of file game_utilities_service.pb.h.


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