TrinityCore
bgs::protocol::friends::v1::AcceptInvitationRequest Class Reference

#include <friends_service.pb.h>

+ Inheritance diagram for bgs::protocol::friends::v1::AcceptInvitationRequest:

Public Member Functions

 AcceptInvitationRequest ()
 
virtual ~AcceptInvitationRequest ()
 
 AcceptInvitationRequest (const AcceptInvitationRequest &from)
 
AcceptInvitationRequestoperator= (const AcceptInvitationRequest &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (AcceptInvitationRequest *other)
 
AcceptInvitationRequestNew () 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)
 
bool has_invitation_id () const
 
void clear_invitation_id ()
 
inline ::google::protobuf::uint64 invitation_id () const
 
void set_invitation_id (::google::protobuf::uint64 value)
 
bool has_options () const
 
void clear_options ()
 
const ::bgs::protocol::friends::v1::AcceptInvitationOptionsoptions () const
 
inline ::bgs::protocol::friends::v1::AcceptInvitationOptionsmutable_options ()
 
inline ::bgs::protocol::friends::v1::AcceptInvitationOptionsrelease_options ()
 
void set_allocated_options (::bgs::protocol::friends::v1::AcceptInvitationOptions *options)
 

Static Public Member Functions

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

Static Public Attributes

static const int kAgentIdFieldNumber = 1
 
static const int kInvitationIdFieldNumber = 3
 
static const int kOptionsFieldNumber = 4
 

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_invitation_id ()
 
void clear_has_invitation_id ()
 
void set_has_options ()
 
void clear_has_options ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::bgs::protocol::EntityIdagent_id_
 
::google::protobuf::uint64 invitation_id_
 
::bgs::protocol::friends::v1::AcceptInvitationOptionsoptions_
 

Static Private Attributes

static AcceptInvitationRequestdefault_instance_
 

Friends

void TC_PROTO_API protobuf_AddDesc_friends_5fservice_2eproto ()
 
void protobuf_AssignDesc_friends_5fservice_2eproto ()
 
void protobuf_ShutdownFile_friends_5fservice_2eproto ()
 

Detailed Description

Definition at line 397 of file friends_service.pb.h.

Constructor & Destructor Documentation

◆ AcceptInvitationRequest() [1/2]

bgs::protocol::friends::v1::AcceptInvitationRequest::AcceptInvitationRequest ( )

◆ ~AcceptInvitationRequest()

virtual bgs::protocol::friends::v1::AcceptInvitationRequest::~AcceptInvitationRequest ( )
virtual

◆ AcceptInvitationRequest() [2/2]

bgs::protocol::friends::v1::AcceptInvitationRequest::AcceptInvitationRequest ( const AcceptInvitationRequest from)

Member Function Documentation

◆ agent_id()

const ::bgs::protocol::EntityId & bgs::protocol::friends::v1::AcceptInvitationRequest::agent_id ( ) const
inline

Definition at line 2115 of file friends_service.pb.h.

+ Here is the caller graph for this function:

◆ clear_agent_id()

void bgs::protocol::friends::v1::AcceptInvitationRequest::clear_agent_id ( )
inline

Definition at line 2111 of file friends_service.pb.h.

+ Here is the call graph for this function:

◆ clear_has_agent_id()

void bgs::protocol::friends::v1::AcceptInvitationRequest::clear_has_agent_id ( )
inlineprivate

Definition at line 2108 of file friends_service.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_invitation_id()

void bgs::protocol::friends::v1::AcceptInvitationRequest::clear_has_invitation_id ( )
inlineprivate

Definition at line 2149 of file friends_service.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_options()

void bgs::protocol::friends::v1::AcceptInvitationRequest::clear_has_options ( )
inlineprivate

Definition at line 2173 of file friends_service.pb.h.

+ Here is the caller graph for this function:

◆ clear_invitation_id()

void bgs::protocol::friends::v1::AcceptInvitationRequest::clear_invitation_id ( )
inline

Definition at line 2152 of file friends_service.pb.h.

+ Here is the call graph for this function:

◆ clear_options()

void bgs::protocol::friends::v1::AcceptInvitationRequest::clear_options ( )
inline

Definition at line 2176 of file friends_service.pb.h.

+ Here is the call graph for this function:

◆ default_instance()

static const AcceptInvitationRequest & bgs::protocol::friends::v1::AcceptInvitationRequest::default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor * bgs::protocol::friends::v1::AcceptInvitationRequest::descriptor ( )
static

◆ GetCachedSize()

int bgs::protocol::friends::v1::AcceptInvitationRequest::GetCachedSize ( ) const
inline

Definition at line 425 of file friends_service.pb.h.

◆ GetMetadata()

::google::protobuf::Metadata bgs::protocol::friends::v1::AcceptInvitationRequest::GetMetadata ( ) const

◆ has_agent_id()

bool bgs::protocol::friends::v1::AcceptInvitationRequest::has_agent_id ( ) const
inline

Definition at line 2102 of file friends_service.pb.h.

◆ has_invitation_id()

bool bgs::protocol::friends::v1::AcceptInvitationRequest::has_invitation_id ( ) const
inline

Definition at line 2143 of file friends_service.pb.h.

◆ has_options()

bool bgs::protocol::friends::v1::AcceptInvitationRequest::has_options ( ) const
inline

Definition at line 2167 of file friends_service.pb.h.

◆ InitAsDefaultInstance()

void bgs::protocol::friends::v1::AcceptInvitationRequest::InitAsDefaultInstance ( )
private

◆ invitation_id()

google::protobuf::uint64 bgs::protocol::friends::v1::AcceptInvitationRequest::invitation_id ( ) const
inline

Definition at line 2156 of file friends_service.pb.h.

◆ mutable_agent_id()

bgs::protocol::EntityId * bgs::protocol::friends::v1::AcceptInvitationRequest::mutable_agent_id ( )
inline

Definition at line 2119 of file friends_service.pb.h.

+ Here is the call graph for this function:

◆ mutable_options()

bgs::protocol::friends::v1::AcceptInvitationOptions * bgs::protocol::friends::v1::AcceptInvitationRequest::mutable_options ( )
inline

Definition at line 2184 of file friends_service.pb.h.

+ Here is the call graph for this function:

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet * bgs::protocol::friends::v1::AcceptInvitationRequest::mutable_unknown_fields ( )
inline

Definition at line 413 of file friends_service.pb.h.

◆ New()

AcceptInvitationRequest * bgs::protocol::friends::v1::AcceptInvitationRequest::New ( ) const

◆ operator=()

AcceptInvitationRequest & bgs::protocol::friends::v1::AcceptInvitationRequest::operator= ( const AcceptInvitationRequest from)
inline

Definition at line 404 of file friends_service.pb.h.

◆ options()

const ::bgs::protocol::friends::v1::AcceptInvitationOptions & bgs::protocol::friends::v1::AcceptInvitationRequest::options ( ) const
inline

Definition at line 2180 of file friends_service.pb.h.

+ Here is the caller graph for this function:

◆ release_agent_id()

bgs::protocol::EntityId * bgs::protocol::friends::v1::AcceptInvitationRequest::release_agent_id ( )
inline

Definition at line 2125 of file friends_service.pb.h.

+ Here is the call graph for this function:

◆ release_options()

bgs::protocol::friends::v1::AcceptInvitationOptions * bgs::protocol::friends::v1::AcceptInvitationRequest::release_options ( )
inline

Definition at line 2190 of file friends_service.pb.h.

+ Here is the call graph for this function:

◆ set_allocated_agent_id()

void bgs::protocol::friends::v1::AcceptInvitationRequest::set_allocated_agent_id ( ::bgs::protocol::EntityId agent_id)
inline

Definition at line 2131 of file friends_service.pb.h.

+ Here is the call graph for this function:

◆ set_allocated_options()

void bgs::protocol::friends::v1::AcceptInvitationRequest::set_allocated_options ( ::bgs::protocol::friends::v1::AcceptInvitationOptions options)
inline

Definition at line 2196 of file friends_service.pb.h.

+ Here is the call graph for this function:

◆ set_has_agent_id()

void bgs::protocol::friends::v1::AcceptInvitationRequest::set_has_agent_id ( )
inlineprivate

Definition at line 2105 of file friends_service.pb.h.

+ Here is the caller graph for this function:

◆ set_has_invitation_id()

void bgs::protocol::friends::v1::AcceptInvitationRequest::set_has_invitation_id ( )
inlineprivate

Definition at line 2146 of file friends_service.pb.h.

+ Here is the caller graph for this function:

◆ set_has_options()

void bgs::protocol::friends::v1::AcceptInvitationRequest::set_has_options ( )
inlineprivate

Definition at line 2170 of file friends_service.pb.h.

+ Here is the caller graph for this function:

◆ set_invitation_id()

void bgs::protocol::friends::v1::AcceptInvitationRequest::set_invitation_id ( ::google::protobuf::uint64  value)
inline

Definition at line 2160 of file friends_service.pb.h.

+ Here is the call graph for this function:

◆ SetCachedSize()

void bgs::protocol::friends::v1::AcceptInvitationRequest::SetCachedSize ( int  size) const
private

◆ SharedCtor()

void bgs::protocol::friends::v1::AcceptInvitationRequest::SharedCtor ( )
private

◆ SharedDtor()

void bgs::protocol::friends::v1::AcceptInvitationRequest::SharedDtor ( )
private

◆ Swap()

void bgs::protocol::friends::v1::AcceptInvitationRequest::Swap ( AcceptInvitationRequest other)

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & bgs::protocol::friends::v1::AcceptInvitationRequest::unknown_fields ( ) const
inline

Definition at line 409 of file friends_service.pb.h.

Friends And Related Function Documentation

◆ protobuf_AddDesc_friends_5fservice_2eproto

void TC_PROTO_API protobuf_AddDesc_friends_5fservice_2eproto ( )
friend

◆ protobuf_AssignDesc_friends_5fservice_2eproto

void protobuf_AssignDesc_friends_5fservice_2eproto ( )
friend

◆ protobuf_ShutdownFile_friends_5fservice_2eproto

void protobuf_ShutdownFile_friends_5fservice_2eproto ( )
friend

Member Data Documentation

◆ _cached_size_

int bgs::protocol::friends::v1::AcceptInvitationRequest::_cached_size_
mutableprivate

Definition at line 474 of file friends_service.pb.h.

◆ _has_bits_

::google::protobuf::uint32 bgs::protocol::friends::v1::AcceptInvitationRequest::_has_bits_[1]
private

Definition at line 473 of file friends_service.pb.h.

◆ _unknown_fields_

::google::protobuf::UnknownFieldSet bgs::protocol::friends::v1::AcceptInvitationRequest::_unknown_fields_
private

Definition at line 471 of file friends_service.pb.h.

◆ agent_id_

::bgs::protocol::EntityId* bgs::protocol::friends::v1::AcceptInvitationRequest::agent_id_
private

Definition at line 475 of file friends_service.pb.h.

◆ default_instance_

AcceptInvitationRequest* bgs::protocol::friends::v1::AcceptInvitationRequest::default_instance_
staticprivate

Definition at line 483 of file friends_service.pb.h.

◆ invitation_id_

::google::protobuf::uint64 bgs::protocol::friends::v1::AcceptInvitationRequest::invitation_id_
private

Definition at line 476 of file friends_service.pb.h.

◆ kAgentIdFieldNumber

const int bgs::protocol::friends::v1::AcceptInvitationRequest::kAgentIdFieldNumber = 1
static

Definition at line 440 of file friends_service.pb.h.

◆ kInvitationIdFieldNumber

const int bgs::protocol::friends::v1::AcceptInvitationRequest::kInvitationIdFieldNumber = 3
static

Definition at line 449 of file friends_service.pb.h.

◆ kOptionsFieldNumber

const int bgs::protocol::friends::v1::AcceptInvitationRequest::kOptionsFieldNumber = 4
static

Definition at line 456 of file friends_service.pb.h.

◆ options_

::bgs::protocol::friends::v1::AcceptInvitationOptions* bgs::protocol::friends::v1::AcceptInvitationRequest::options_
private

Definition at line 477 of file friends_service.pb.h.


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