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

#include <friends_service.pb.h>

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

Public Member Functions

 InvitationNotification ()
 
virtual ~InvitationNotification ()
 
 InvitationNotification (const InvitationNotification &from)
 
InvitationNotificationoperator= (const InvitationNotification &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (InvitationNotification *other)
 
InvitationNotificationNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_invitation () const
 
void clear_invitation ()
 
const ::bgs::protocol::friends::v1::ReceivedInvitationinvitation () const
 
inline ::bgs::protocol::friends::v1::ReceivedInvitationmutable_invitation ()
 
inline ::bgs::protocol::friends::v1::ReceivedInvitationrelease_invitation ()
 
void set_allocated_invitation (::bgs::protocol::friends::v1::ReceivedInvitation *invitation)
 
bool has_reason () const
 
void clear_reason ()
 
inline ::google::protobuf::uint32 reason () const
 
void set_reason (::google::protobuf::uint32 value)
 
bool has_account_id () const
 
void clear_account_id ()
 
const ::bgs::protocol::EntityIdaccount_id () const
 
inline ::bgs::protocol::EntityIdmutable_account_id ()
 
inline ::bgs::protocol::EntityIdrelease_account_id ()
 
void set_allocated_account_id (::bgs::protocol::EntityId *account_id)
 

Static Public Member Functions

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

Static Public Attributes

static const int kInvitationFieldNumber = 1
 
static const int kReasonFieldNumber = 3
 
static const int kAccountIdFieldNumber = 5
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_invitation ()
 
void clear_has_invitation ()
 
void set_has_reason ()
 
void clear_has_reason ()
 
void set_has_account_id ()
 
void clear_has_account_id ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::bgs::protocol::friends::v1::ReceivedInvitationinvitation_
 
::bgs::protocol::EntityIdaccount_id_
 
::google::protobuf::uint32 reason_
 

Static Private Attributes

static InvitationNotificationdefault_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 1423 of file friends_service.pb.h.

Constructor & Destructor Documentation

◆ InvitationNotification() [1/2]

bgs::protocol::friends::v1::InvitationNotification::InvitationNotification ( )

◆ ~InvitationNotification()

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

◆ InvitationNotification() [2/2]

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

Member Function Documentation

◆ account_id()

const ::bgs::protocol::EntityId & bgs::protocol::friends::v1::InvitationNotification::account_id ( ) const
inline

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

+ Here is the caller graph for this function:

◆ clear_account_id()

void bgs::protocol::friends::v1::InvitationNotification::clear_account_id ( )
inline

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

+ Here is the call graph for this function:

◆ clear_has_account_id()

void bgs::protocol::friends::v1::InvitationNotification::clear_has_account_id ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ clear_has_invitation()

void bgs::protocol::friends::v1::InvitationNotification::clear_has_invitation ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ clear_has_reason()

void bgs::protocol::friends::v1::InvitationNotification::clear_has_reason ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ clear_invitation()

void bgs::protocol::friends::v1::InvitationNotification::clear_invitation ( )
inline

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

+ Here is the call graph for this function:

◆ clear_reason()

void bgs::protocol::friends::v1::InvitationNotification::clear_reason ( )
inline

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

+ Here is the call graph for this function:

◆ default_instance()

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

◆ descriptor()

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

◆ GetCachedSize()

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

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

◆ GetMetadata()

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

◆ has_account_id()

bool bgs::protocol::friends::v1::InvitationNotification::has_account_id ( ) const
inline

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

◆ has_invitation()

bool bgs::protocol::friends::v1::InvitationNotification::has_invitation ( ) const
inline

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

◆ has_reason()

bool bgs::protocol::friends::v1::InvitationNotification::has_reason ( ) const
inline

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

◆ InitAsDefaultInstance()

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

◆ invitation()

const ::bgs::protocol::friends::v1::ReceivedInvitation & bgs::protocol::friends::v1::InvitationNotification::invitation ( ) const
inline

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

+ Here is the caller graph for this function:

◆ mutable_account_id()

bgs::protocol::EntityId * bgs::protocol::friends::v1::InvitationNotification::mutable_account_id ( )
inline

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

+ Here is the call graph for this function:

◆ mutable_invitation()

bgs::protocol::friends::v1::ReceivedInvitation * bgs::protocol::friends::v1::InvitationNotification::mutable_invitation ( )
inline

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

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

◆ New()

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

◆ operator=()

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

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

◆ reason()

google::protobuf::uint32 bgs::protocol::friends::v1::InvitationNotification::reason ( ) const
inline

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

◆ release_account_id()

bgs::protocol::EntityId * bgs::protocol::friends::v1::InvitationNotification::release_account_id ( )
inline

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

+ Here is the call graph for this function:

◆ release_invitation()

bgs::protocol::friends::v1::ReceivedInvitation * bgs::protocol::friends::v1::InvitationNotification::release_invitation ( )
inline

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

+ Here is the call graph for this function:

◆ set_allocated_account_id()

void bgs::protocol::friends::v1::InvitationNotification::set_allocated_account_id ( ::bgs::protocol::EntityId account_id)
inline

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

+ Here is the call graph for this function:

◆ set_allocated_invitation()

void bgs::protocol::friends::v1::InvitationNotification::set_allocated_invitation ( ::bgs::protocol::friends::v1::ReceivedInvitation invitation)
inline

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

+ Here is the call graph for this function:

◆ set_has_account_id()

void bgs::protocol::friends::v1::InvitationNotification::set_has_account_id ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ set_has_invitation()

void bgs::protocol::friends::v1::InvitationNotification::set_has_invitation ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ set_has_reason()

void bgs::protocol::friends::v1::InvitationNotification::set_has_reason ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ set_reason()

void bgs::protocol::friends::v1::InvitationNotification::set_reason ( ::google::protobuf::uint32  value)
inline

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

+ Here is the call graph for this function:

◆ SetCachedSize()

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

◆ SharedCtor()

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

◆ SharedDtor()

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

◆ Swap()

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

◆ unknown_fields()

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

Definition at line 1435 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::InvitationNotification::_cached_size_
mutableprivate

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

◆ _has_bits_

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

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

◆ _unknown_fields_

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

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

◆ account_id_

::bgs::protocol::EntityId* bgs::protocol::friends::v1::InvitationNotification::account_id_
private

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

◆ default_instance_

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

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

◆ invitation_

::bgs::protocol::friends::v1::ReceivedInvitation* bgs::protocol::friends::v1::InvitationNotification::invitation_
private

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

◆ kAccountIdFieldNumber

const int bgs::protocol::friends::v1::InvitationNotification::kAccountIdFieldNumber = 5
static

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

◆ kInvitationFieldNumber

const int bgs::protocol::friends::v1::InvitationNotification::kInvitationFieldNumber = 1
static

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

◆ kReasonFieldNumber

const int bgs::protocol::friends::v1::InvitationNotification::kReasonFieldNumber = 3
static

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

◆ reason_

::google::protobuf::uint32 bgs::protocol::friends::v1::InvitationNotification::reason_
private

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


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