TrinityCore
bgs::protocol::presence::v1::BatchUnsubscribeRequest Class Reference

#include <presence_service.pb.h>

+ Inheritance diagram for bgs::protocol::presence::v1::BatchUnsubscribeRequest:

Public Member Functions

 BatchUnsubscribeRequest ()
 
virtual ~BatchUnsubscribeRequest ()
 
 BatchUnsubscribeRequest (const BatchUnsubscribeRequest &from)
 
BatchUnsubscribeRequestoperator= (const BatchUnsubscribeRequest &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (BatchUnsubscribeRequest *other)
 
BatchUnsubscribeRequestNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
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)
 
int entity_id_size () const
 
void clear_entity_id ()
 
const ::bgs::protocol::EntityIdentity_id (int index) const
 
inline ::bgs::protocol::EntityIdmutable_entity_id (int index)
 
inline ::bgs::protocol::EntityIdadd_entity_id ()
 
const ::google::protobuf::RepeatedPtrField< ::bgs::protocol::EntityId > & entity_id () const
 
inline ::google::protobuf::RepeatedPtrField< ::bgs::protocol::EntityId > * mutable_entity_id ()
 
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 BatchUnsubscribeRequestdefault_instance ()
 

Static Public Attributes

static const int kAgentIdFieldNumber = 1
 
static const int kEntityIdFieldNumber = 2
 
static const int kObjectIdFieldNumber = 3
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_agent_id ()
 
void clear_has_agent_id ()
 
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_
 
::bgs::protocol::EntityIdagent_id_
 
::google::protobuf::RepeatedPtrField< ::bgs::protocol::EntityIdentity_id_
 
::google::protobuf::uint64 object_id_
 

Static Private Attributes

static BatchUnsubscribeRequestdefault_instance_
 

Friends

void TC_PROTO_API protobuf_AddDesc_presence_5fservice_2eproto ()
 
void protobuf_AssignDesc_presence_5fservice_2eproto ()
 
void protobuf_ShutdownFile_presence_5fservice_2eproto ()
 

Detailed Description

Definition at line 793 of file presence_service.pb.h.

Constructor & Destructor Documentation

◆ BatchUnsubscribeRequest() [1/2]

bgs::protocol::presence::v1::BatchUnsubscribeRequest::BatchUnsubscribeRequest ( )

◆ ~BatchUnsubscribeRequest()

virtual bgs::protocol::presence::v1::BatchUnsubscribeRequest::~BatchUnsubscribeRequest ( )
virtual

◆ BatchUnsubscribeRequest() [2/2]

bgs::protocol::presence::v1::BatchUnsubscribeRequest::BatchUnsubscribeRequest ( const BatchUnsubscribeRequest from)

Member Function Documentation

◆ add_entity_id()

bgs::protocol::EntityId * bgs::protocol::presence::v1::BatchUnsubscribeRequest::add_entity_id ( )
inline

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

◆ agent_id()

const ::bgs::protocol::EntityId & bgs::protocol::presence::v1::BatchUnsubscribeRequest::agent_id ( ) const
inline

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

+ Here is the caller graph for this function:

◆ clear_agent_id()

void bgs::protocol::presence::v1::BatchUnsubscribeRequest::clear_agent_id ( )
inline

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

+ Here is the call graph for this function:

◆ clear_entity_id()

void bgs::protocol::presence::v1::BatchUnsubscribeRequest::clear_entity_id ( )
inline

Definition at line 1803 of file presence_service.pb.h.

◆ clear_has_agent_id()

void bgs::protocol::presence::v1::BatchUnsubscribeRequest::clear_has_agent_id ( )
inlineprivate

Definition at line 1765 of file presence_service.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_object_id()

void bgs::protocol::presence::v1::BatchUnsubscribeRequest::clear_has_object_id ( )
inlineprivate

Definition at line 1836 of file presence_service.pb.h.

+ Here is the caller graph for this function:

◆ clear_object_id()

void bgs::protocol::presence::v1::BatchUnsubscribeRequest::clear_object_id ( )
inline

Definition at line 1839 of file presence_service.pb.h.

+ Here is the call graph for this function:

◆ default_instance()

static const BatchUnsubscribeRequest & bgs::protocol::presence::v1::BatchUnsubscribeRequest::default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor * bgs::protocol::presence::v1::BatchUnsubscribeRequest::descriptor ( )
static

◆ entity_id() [1/2]

const ::google::protobuf::RepeatedPtrField<::bgs::protocol::EntityId > & bgs::protocol::presence::v1::BatchUnsubscribeRequest::entity_id ( ) const
inline

Definition at line 1819 of file presence_service.pb.h.

◆ entity_id() [2/2]

const ::bgs::protocol::EntityId & bgs::protocol::presence::v1::BatchUnsubscribeRequest::entity_id ( int  index) const
inline

Definition at line 1806 of file presence_service.pb.h.

◆ entity_id_size()

int bgs::protocol::presence::v1::BatchUnsubscribeRequest::entity_id_size ( ) const
inline

Definition at line 1800 of file presence_service.pb.h.

◆ GetCachedSize()

int bgs::protocol::presence::v1::BatchUnsubscribeRequest::GetCachedSize ( ) const
inline

Definition at line 821 of file presence_service.pb.h.

◆ GetMetadata()

::google::protobuf::Metadata bgs::protocol::presence::v1::BatchUnsubscribeRequest::GetMetadata ( ) const

◆ has_agent_id()

bool bgs::protocol::presence::v1::BatchUnsubscribeRequest::has_agent_id ( ) const
inline

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

◆ has_object_id()

bool bgs::protocol::presence::v1::BatchUnsubscribeRequest::has_object_id ( ) const
inline

Definition at line 1830 of file presence_service.pb.h.

◆ InitAsDefaultInstance()

void bgs::protocol::presence::v1::BatchUnsubscribeRequest::InitAsDefaultInstance ( )
private

◆ mutable_agent_id()

bgs::protocol::EntityId * bgs::protocol::presence::v1::BatchUnsubscribeRequest::mutable_agent_id ( )
inline

Definition at line 1776 of file presence_service.pb.h.

+ Here is the call graph for this function:

◆ mutable_entity_id() [1/2]

google::protobuf::RepeatedPtrField<::bgs::protocol::EntityId > * bgs::protocol::presence::v1::BatchUnsubscribeRequest::mutable_entity_id ( )
inline

Definition at line 1824 of file presence_service.pb.h.

◆ mutable_entity_id() [2/2]

bgs::protocol::EntityId * bgs::protocol::presence::v1::BatchUnsubscribeRequest::mutable_entity_id ( int  index)
inline

Definition at line 1810 of file presence_service.pb.h.

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet * bgs::protocol::presence::v1::BatchUnsubscribeRequest::mutable_unknown_fields ( )
inline

Definition at line 809 of file presence_service.pb.h.

◆ New()

BatchUnsubscribeRequest * bgs::protocol::presence::v1::BatchUnsubscribeRequest::New ( ) const

◆ object_id()

google::protobuf::uint64 bgs::protocol::presence::v1::BatchUnsubscribeRequest::object_id ( ) const
inline

Definition at line 1843 of file presence_service.pb.h.

◆ operator=()

BatchUnsubscribeRequest & bgs::protocol::presence::v1::BatchUnsubscribeRequest::operator= ( const BatchUnsubscribeRequest from)
inline

Definition at line 800 of file presence_service.pb.h.

◆ release_agent_id()

bgs::protocol::EntityId * bgs::protocol::presence::v1::BatchUnsubscribeRequest::release_agent_id ( )
inline

Definition at line 1782 of file presence_service.pb.h.

+ Here is the call graph for this function:

◆ set_allocated_agent_id()

void bgs::protocol::presence::v1::BatchUnsubscribeRequest::set_allocated_agent_id ( ::bgs::protocol::EntityId agent_id)
inline

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

+ Here is the call graph for this function:

◆ set_has_agent_id()

void bgs::protocol::presence::v1::BatchUnsubscribeRequest::set_has_agent_id ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ set_has_object_id()

void bgs::protocol::presence::v1::BatchUnsubscribeRequest::set_has_object_id ( )
inlineprivate

Definition at line 1833 of file presence_service.pb.h.

+ Here is the caller graph for this function:

◆ set_object_id()

void bgs::protocol::presence::v1::BatchUnsubscribeRequest::set_object_id ( ::google::protobuf::uint64  value)
inline

Definition at line 1847 of file presence_service.pb.h.

+ Here is the call graph for this function:

◆ SetCachedSize()

void bgs::protocol::presence::v1::BatchUnsubscribeRequest::SetCachedSize ( int  size) const
private

◆ SharedCtor()

void bgs::protocol::presence::v1::BatchUnsubscribeRequest::SharedCtor ( )
private

◆ SharedDtor()

void bgs::protocol::presence::v1::BatchUnsubscribeRequest::SharedDtor ( )
private

◆ Swap()

void bgs::protocol::presence::v1::BatchUnsubscribeRequest::Swap ( BatchUnsubscribeRequest other)

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & bgs::protocol::presence::v1::BatchUnsubscribeRequest::unknown_fields ( ) const
inline

Definition at line 805 of file presence_service.pb.h.

Friends And Related Function Documentation

◆ protobuf_AddDesc_presence_5fservice_2eproto

void TC_PROTO_API protobuf_AddDesc_presence_5fservice_2eproto ( )
friend

◆ protobuf_AssignDesc_presence_5fservice_2eproto

void protobuf_AssignDesc_presence_5fservice_2eproto ( )
friend

◆ protobuf_ShutdownFile_presence_5fservice_2eproto

void protobuf_ShutdownFile_presence_5fservice_2eproto ( )
friend

Member Data Documentation

◆ _cached_size_

int bgs::protocol::presence::v1::BatchUnsubscribeRequest::_cached_size_
mutableprivate

Definition at line 871 of file presence_service.pb.h.

◆ _has_bits_

::google::protobuf::uint32 bgs::protocol::presence::v1::BatchUnsubscribeRequest::_has_bits_[1]
private

Definition at line 870 of file presence_service.pb.h.

◆ _unknown_fields_

::google::protobuf::UnknownFieldSet bgs::protocol::presence::v1::BatchUnsubscribeRequest::_unknown_fields_
private

Definition at line 868 of file presence_service.pb.h.

◆ agent_id_

::bgs::protocol::EntityId* bgs::protocol::presence::v1::BatchUnsubscribeRequest::agent_id_
private

Definition at line 872 of file presence_service.pb.h.

◆ default_instance_

BatchUnsubscribeRequest* bgs::protocol::presence::v1::BatchUnsubscribeRequest::default_instance_
staticprivate

Definition at line 880 of file presence_service.pb.h.

◆ entity_id_

::google::protobuf::RepeatedPtrField< ::bgs::protocol::EntityId > bgs::protocol::presence::v1::BatchUnsubscribeRequest::entity_id_
private

Definition at line 873 of file presence_service.pb.h.

◆ kAgentIdFieldNumber

const int bgs::protocol::presence::v1::BatchUnsubscribeRequest::kAgentIdFieldNumber = 1
static

Definition at line 836 of file presence_service.pb.h.

◆ kEntityIdFieldNumber

const int bgs::protocol::presence::v1::BatchUnsubscribeRequest::kEntityIdFieldNumber = 2
static

Definition at line 845 of file presence_service.pb.h.

◆ kObjectIdFieldNumber

const int bgs::protocol::presence::v1::BatchUnsubscribeRequest::kObjectIdFieldNumber = 3
static

Definition at line 857 of file presence_service.pb.h.

◆ object_id_

::google::protobuf::uint64 bgs::protocol::presence::v1::BatchUnsubscribeRequest::object_id_
private

Definition at line 874 of file presence_service.pb.h.


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