TrinityCore
bgs::protocol::FanoutTarget Class Reference

#include <rpc_types.pb.h>

+ Inheritance diagram for bgs::protocol::FanoutTarget:

Public Member Functions

 FanoutTarget ()
 
virtual ~FanoutTarget ()
 
 FanoutTarget (const FanoutTarget &from)
 
FanoutTargetoperator= (const FanoutTarget &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (FanoutTarget *other)
 
FanoutTargetNew () 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)
 
bool has_key () const
 
void clear_key ()
 
const ::std::string & key () const
 
void set_key (const ::std::string &value)
 
void set_key (const char *value)
 
void set_key (const void *value, size_t size)
 
inline ::std::string * mutable_key ()
 
inline ::std::string * release_key ()
 
void set_allocated_key (::std::string *key)
 
bool has_object_id () const
 
void clear_object_id ()
 
inline ::google::protobuf::uint64 object_id () const
 
void set_object_id (::google::protobuf::uint64 value)
 

Static Public Member Functions

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

Static Public Attributes

static const int kClientIdFieldNumber = 1
 
static const int kKeyFieldNumber = 2
 
static const int kObjectIdFieldNumber = 3
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_client_id ()
 
void clear_has_client_id ()
 
void set_has_key ()
 
void clear_has_key ()
 
void set_has_object_id ()
 
void clear_has_object_id ()
 
void InitAsDefaultInstance ()
 

Private Attributes

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

Static Private Attributes

static FanoutTargetdefault_instance_
 

Friends

void TC_PROTO_API protobuf_AddDesc_rpc_5ftypes_2eproto ()
 
void protobuf_AssignDesc_rpc_5ftypes_2eproto ()
 
void protobuf_ShutdownFile_rpc_5ftypes_2eproto ()
 

Detailed Description

Definition at line 498 of file rpc_types.pb.h.

Constructor & Destructor Documentation

◆ FanoutTarget() [1/2]

bgs::protocol::FanoutTarget::FanoutTarget ( )

◆ ~FanoutTarget()

virtual bgs::protocol::FanoutTarget::~FanoutTarget ( )
virtual

◆ FanoutTarget() [2/2]

bgs::protocol::FanoutTarget::FanoutTarget ( const FanoutTarget from)

Member Function Documentation

◆ clear_client_id()

void bgs::protocol::FanoutTarget::clear_client_id ( )
inline

Definition at line 1242 of file rpc_types.pb.h.

+ Here is the call graph for this function:

◆ clear_has_client_id()

void bgs::protocol::FanoutTarget::clear_has_client_id ( )
inlineprivate

Definition at line 1239 of file rpc_types.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_key()

void bgs::protocol::FanoutTarget::clear_has_key ( )
inlineprivate

Definition at line 1315 of file rpc_types.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_object_id()

void bgs::protocol::FanoutTarget::clear_has_object_id ( )
inlineprivate

Definition at line 1391 of file rpc_types.pb.h.

+ Here is the caller graph for this function:

◆ clear_key()

void bgs::protocol::FanoutTarget::clear_key ( )
inline

Definition at line 1318 of file rpc_types.pb.h.

+ Here is the call graph for this function:

◆ clear_object_id()

void bgs::protocol::FanoutTarget::clear_object_id ( )
inline

Definition at line 1394 of file rpc_types.pb.h.

+ Here is the call graph for this function:

◆ client_id()

const ::std::string & bgs::protocol::FanoutTarget::client_id ( ) const
inline

Definition at line 1248 of file rpc_types.pb.h.

+ Here is the caller graph for this function:

◆ default_instance()

static const FanoutTarget & bgs::protocol::FanoutTarget::default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor * bgs::protocol::FanoutTarget::descriptor ( )
static

◆ GetCachedSize()

int bgs::protocol::FanoutTarget::GetCachedSize ( ) const
inline

Definition at line 526 of file rpc_types.pb.h.

◆ GetMetadata()

::google::protobuf::Metadata bgs::protocol::FanoutTarget::GetMetadata ( ) const

◆ has_client_id()

bool bgs::protocol::FanoutTarget::has_client_id ( ) const
inline

Definition at line 1233 of file rpc_types.pb.h.

◆ has_key()

bool bgs::protocol::FanoutTarget::has_key ( ) const
inline

Definition at line 1309 of file rpc_types.pb.h.

◆ has_object_id()

bool bgs::protocol::FanoutTarget::has_object_id ( ) const
inline

Definition at line 1385 of file rpc_types.pb.h.

◆ InitAsDefaultInstance()

void bgs::protocol::FanoutTarget::InitAsDefaultInstance ( )
private

◆ key()

const ::std::string & bgs::protocol::FanoutTarget::key ( ) const
inline

Definition at line 1324 of file rpc_types.pb.h.

+ Here is the caller graph for this function:

◆ mutable_client_id()

std::string * bgs::protocol::FanoutTarget::mutable_client_id ( )
inline

Definition at line 1276 of file rpc_types.pb.h.

+ Here is the call graph for this function:

◆ mutable_key()

std::string * bgs::protocol::FanoutTarget::mutable_key ( )
inline

Definition at line 1352 of file rpc_types.pb.h.

+ Here is the call graph for this function:

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet * bgs::protocol::FanoutTarget::mutable_unknown_fields ( )
inline

Definition at line 514 of file rpc_types.pb.h.

◆ New()

FanoutTarget * bgs::protocol::FanoutTarget::New ( ) const

◆ object_id()

google::protobuf::uint64 bgs::protocol::FanoutTarget::object_id ( ) const
inline

Definition at line 1398 of file rpc_types.pb.h.

◆ operator=()

FanoutTarget & bgs::protocol::FanoutTarget::operator= ( const FanoutTarget from)
inline

Definition at line 505 of file rpc_types.pb.h.

◆ release_client_id()

std::string * bgs::protocol::FanoutTarget::release_client_id ( )
inline

Definition at line 1284 of file rpc_types.pb.h.

+ Here is the call graph for this function:

◆ release_key()

std::string * bgs::protocol::FanoutTarget::release_key ( )
inline

Definition at line 1360 of file rpc_types.pb.h.

+ Here is the call graph for this function:

◆ set_allocated_client_id()

void bgs::protocol::FanoutTarget::set_allocated_client_id ( ::std::string *  client_id)
inline

Definition at line 1294 of file rpc_types.pb.h.

+ Here is the call graph for this function:

◆ set_allocated_key()

void bgs::protocol::FanoutTarget::set_allocated_key ( ::std::string *  key)
inline

Definition at line 1370 of file rpc_types.pb.h.

+ Here is the call graph for this function:

◆ set_client_id() [1/3]

void bgs::protocol::FanoutTarget::set_client_id ( const ::std::string &  value)
inline

Definition at line 1252 of file rpc_types.pb.h.

+ Here is the call graph for this function:

◆ set_client_id() [2/3]

void bgs::protocol::FanoutTarget::set_client_id ( const char *  value)
inline

Definition at line 1260 of file rpc_types.pb.h.

+ Here is the call graph for this function:

◆ set_client_id() [3/3]

void bgs::protocol::FanoutTarget::set_client_id ( const char *  value,
size_t  size 
)
inline

Definition at line 1268 of file rpc_types.pb.h.

+ Here is the call graph for this function:

◆ set_has_client_id()

void bgs::protocol::FanoutTarget::set_has_client_id ( )
inlineprivate

Definition at line 1236 of file rpc_types.pb.h.

+ Here is the caller graph for this function:

◆ set_has_key()

void bgs::protocol::FanoutTarget::set_has_key ( )
inlineprivate

Definition at line 1312 of file rpc_types.pb.h.

+ Here is the caller graph for this function:

◆ set_has_object_id()

void bgs::protocol::FanoutTarget::set_has_object_id ( )
inlineprivate

Definition at line 1388 of file rpc_types.pb.h.

+ Here is the caller graph for this function:

◆ set_key() [1/3]

void bgs::protocol::FanoutTarget::set_key ( const ::std::string &  value)
inline

Definition at line 1328 of file rpc_types.pb.h.

+ Here is the call graph for this function:

◆ set_key() [2/3]

void bgs::protocol::FanoutTarget::set_key ( const char *  value)
inline

Definition at line 1336 of file rpc_types.pb.h.

+ Here is the call graph for this function:

◆ set_key() [3/3]

void bgs::protocol::FanoutTarget::set_key ( const void *  value,
size_t  size 
)
inline

Definition at line 1344 of file rpc_types.pb.h.

+ Here is the call graph for this function:

◆ set_object_id()

void bgs::protocol::FanoutTarget::set_object_id ( ::google::protobuf::uint64  value)
inline

Definition at line 1402 of file rpc_types.pb.h.

+ Here is the call graph for this function:

◆ SetCachedSize()

void bgs::protocol::FanoutTarget::SetCachedSize ( int  size) const
private

◆ SharedCtor()

void bgs::protocol::FanoutTarget::SharedCtor ( )
private

◆ SharedDtor()

void bgs::protocol::FanoutTarget::SharedDtor ( )
private

◆ Swap()

void bgs::protocol::FanoutTarget::Swap ( FanoutTarget other)

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & bgs::protocol::FanoutTarget::unknown_fields ( ) const
inline

Definition at line 510 of file rpc_types.pb.h.

Friends And Related Function Documentation

◆ protobuf_AddDesc_rpc_5ftypes_2eproto

void TC_PROTO_API protobuf_AddDesc_rpc_5ftypes_2eproto ( )
friend

◆ protobuf_AssignDesc_rpc_5ftypes_2eproto

void protobuf_AssignDesc_rpc_5ftypes_2eproto ( )
friend

◆ protobuf_ShutdownFile_rpc_5ftypes_2eproto

void protobuf_ShutdownFile_rpc_5ftypes_2eproto ( )
friend

Member Data Documentation

◆ _cached_size_

int bgs::protocol::FanoutTarget::_cached_size_
mutableprivate

Definition at line 581 of file rpc_types.pb.h.

◆ _has_bits_

::google::protobuf::uint32 bgs::protocol::FanoutTarget::_has_bits_[1]
private

Definition at line 580 of file rpc_types.pb.h.

◆ _unknown_fields_

::google::protobuf::UnknownFieldSet bgs::protocol::FanoutTarget::_unknown_fields_
private

Definition at line 578 of file rpc_types.pb.h.

◆ client_id_

::std::string* bgs::protocol::FanoutTarget::client_id_
private

Definition at line 582 of file rpc_types.pb.h.

◆ default_instance_

FanoutTarget* bgs::protocol::FanoutTarget::default_instance_
staticprivate

Definition at line 590 of file rpc_types.pb.h.

◆ kClientIdFieldNumber

const int bgs::protocol::FanoutTarget::kClientIdFieldNumber = 1
static

Definition at line 541 of file rpc_types.pb.h.

◆ key_

::std::string* bgs::protocol::FanoutTarget::key_
private

Definition at line 583 of file rpc_types.pb.h.

◆ kKeyFieldNumber

const int bgs::protocol::FanoutTarget::kKeyFieldNumber = 2
static

Definition at line 553 of file rpc_types.pb.h.

◆ kObjectIdFieldNumber

const int bgs::protocol::FanoutTarget::kObjectIdFieldNumber = 3
static

Definition at line 565 of file rpc_types.pb.h.

◆ object_id_

::google::protobuf::uint64 bgs::protocol::FanoutTarget::object_id_
private

Definition at line 584 of file rpc_types.pb.h.


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