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

#include <game_utilities_service.pb.h>

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

Public Member Functions

 RegisterUtilitiesResponse ()
 
virtual ~RegisterUtilitiesResponse ()
 
 RegisterUtilitiesResponse (const RegisterUtilitiesResponse &from)
 
RegisterUtilitiesResponseoperator= (const RegisterUtilitiesResponse &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (RegisterUtilitiesResponse *other)
 
RegisterUtilitiesResponseNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_client_id () const
 
void clear_client_id ()
 
const ::std::string & client_id () const
 
void set_client_id (const ::std::string &value)
 
void set_client_id (const char *value)
 
void set_client_id (const char *value, size_t size)
 
inline ::std::string * mutable_client_id ()
 
inline ::std::string * release_client_id ()
 
void set_allocated_client_id (::std::string *client_id)
 

Static Public Member Functions

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

Static Public Attributes

static const int kClientIdFieldNumber = 1
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_client_id ()
 
void clear_has_client_id ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::std::string * client_id_
 

Static Private Attributes

static RegisterUtilitiesResponsedefault_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 893 of file game_utilities_service.pb.h.

Constructor & Destructor Documentation

◆ RegisterUtilitiesResponse() [1/2]

bgs::protocol::game_utilities::v1::RegisterUtilitiesResponse::RegisterUtilitiesResponse ( )

◆ ~RegisterUtilitiesResponse()

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

◆ RegisterUtilitiesResponse() [2/2]

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

Member Function Documentation

◆ clear_client_id()

void bgs::protocol::game_utilities::v1::RegisterUtilitiesResponse::clear_client_id ( )
inline

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

+ Here is the call graph for this function:

◆ clear_has_client_id()

void bgs::protocol::game_utilities::v1::RegisterUtilitiesResponse::clear_has_client_id ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ client_id()

const ::std::string & bgs::protocol::game_utilities::v1::RegisterUtilitiesResponse::client_id ( ) const
inline

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

+ Here is the caller graph for this function:

◆ default_instance()

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

◆ descriptor()

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

◆ GetCachedSize()

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

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

◆ GetMetadata()

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

◆ has_client_id()

bool bgs::protocol::game_utilities::v1::RegisterUtilitiesResponse::has_client_id ( ) const
inline

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

◆ InitAsDefaultInstance()

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

◆ mutable_client_id()

std::string * bgs::protocol::game_utilities::v1::RegisterUtilitiesResponse::mutable_client_id ( )
inline

Definition at line 2033 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::RegisterUtilitiesResponse::mutable_unknown_fields ( )
inline

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

◆ New()

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

◆ operator=()

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

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

◆ release_client_id()

std::string * bgs::protocol::game_utilities::v1::RegisterUtilitiesResponse::release_client_id ( )
inline

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

+ Here is the call graph for this function:

◆ set_allocated_client_id()

void bgs::protocol::game_utilities::v1::RegisterUtilitiesResponse::set_allocated_client_id ( ::std::string *  client_id)
inline

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

+ Here is the call graph for this function:

◆ set_client_id() [1/3]

void bgs::protocol::game_utilities::v1::RegisterUtilitiesResponse::set_client_id ( const ::std::string &  value)
inline

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

+ Here is the call graph for this function:

◆ set_client_id() [2/3]

void bgs::protocol::game_utilities::v1::RegisterUtilitiesResponse::set_client_id ( const char *  value)
inline

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

+ Here is the call graph for this function:

◆ set_client_id() [3/3]

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

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

+ Here is the call graph for this function:

◆ set_has_client_id()

void bgs::protocol::game_utilities::v1::RegisterUtilitiesResponse::set_has_client_id ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ SetCachedSize()

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

◆ SharedCtor()

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

◆ SharedDtor()

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

◆ Swap()

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

◆ unknown_fields()

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

Definition at line 905 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::RegisterUtilitiesResponse::_cached_size_
mutableprivate

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

◆ _has_bits_

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

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

◆ _unknown_fields_

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

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

◆ client_id_

::std::string* bgs::protocol::game_utilities::v1::RegisterUtilitiesResponse::client_id_
private

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

◆ default_instance_

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

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

◆ kClientIdFieldNumber

const int bgs::protocol::game_utilities::v1::RegisterUtilitiesResponse::kClientIdFieldNumber = 1
static

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


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