TrinityCore
bgs::protocol::club::v1::InvitationRemovedNotification Class Reference

#include <club_notification.pb.h>

+ Inheritance diagram for bgs::protocol::club::v1::InvitationRemovedNotification:

Public Member Functions

 InvitationRemovedNotification ()
 
virtual ~InvitationRemovedNotification ()
 
 InvitationRemovedNotification (const InvitationRemovedNotification &from)
 
InvitationRemovedNotificationoperator= (const InvitationRemovedNotification &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (InvitationRemovedNotification *other)
 
InvitationRemovedNotificationNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_agent_id () const
 
void clear_agent_id ()
 
const ::bgs::protocol::club::v1::MemberIdagent_id () const
 
inline ::bgs::protocol::club::v1::MemberIdmutable_agent_id ()
 
inline ::bgs::protocol::club::v1::MemberIdrelease_agent_id ()
 
void set_allocated_agent_id (::bgs::protocol::club::v1::MemberId *agent_id)
 
bool has_club_id () const
 
void clear_club_id ()
 
inline ::google::protobuf::uint64 club_id () const
 
void set_club_id (::google::protobuf::uint64 value)
 
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_reason () const
 
void clear_reason ()
 
inline ::bgs::protocol::InvitationRemovedReason reason () const
 
void set_reason (::bgs::protocol::InvitationRemovedReason value)
 

Static Public Member Functions

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

Static Public Attributes

static const int kAgentIdFieldNumber = 1
 
static const int kClubIdFieldNumber = 3
 
static const int kInvitationIdFieldNumber = 4
 
static const int kReasonFieldNumber = 5
 

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_club_id ()
 
void clear_has_club_id ()
 
void set_has_invitation_id ()
 
void clear_has_invitation_id ()
 
void set_has_reason ()
 
void clear_has_reason ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::bgs::protocol::club::v1::MemberIdagent_id_
 
::google::protobuf::uint64 club_id_
 
::google::protobuf::uint64 invitation_id_
 
int reason_
 

Static Private Attributes

static InvitationRemovedNotificationdefault_instance_
 

Friends

void TC_PROTO_API protobuf_AddDesc_club_5fnotification_2eproto ()
 
void protobuf_AssignDesc_club_5fnotification_2eproto ()
 
void protobuf_ShutdownFile_club_5fnotification_2eproto ()
 

Detailed Description

Definition at line 995 of file club_notification.pb.h.

Constructor & Destructor Documentation

◆ InvitationRemovedNotification() [1/2]

bgs::protocol::club::v1::InvitationRemovedNotification::InvitationRemovedNotification ( )

◆ ~InvitationRemovedNotification()

virtual bgs::protocol::club::v1::InvitationRemovedNotification::~InvitationRemovedNotification ( )
virtual

◆ InvitationRemovedNotification() [2/2]

bgs::protocol::club::v1::InvitationRemovedNotification::InvitationRemovedNotification ( const InvitationRemovedNotification from)

Member Function Documentation

◆ agent_id()

const ::bgs::protocol::club::v1::MemberId & bgs::protocol::club::v1::InvitationRemovedNotification::agent_id ( ) const
inline

Definition at line 3200 of file club_notification.pb.h.

+ Here is the caller graph for this function:

◆ clear_agent_id()

void bgs::protocol::club::v1::InvitationRemovedNotification::clear_agent_id ( )
inline

Definition at line 3196 of file club_notification.pb.h.

+ Here is the call graph for this function:

◆ clear_club_id()

void bgs::protocol::club::v1::InvitationRemovedNotification::clear_club_id ( )
inline

Definition at line 3237 of file club_notification.pb.h.

+ Here is the call graph for this function:

◆ clear_has_agent_id()

void bgs::protocol::club::v1::InvitationRemovedNotification::clear_has_agent_id ( )
inlineprivate

Definition at line 3193 of file club_notification.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_club_id()

void bgs::protocol::club::v1::InvitationRemovedNotification::clear_has_club_id ( )
inlineprivate

Definition at line 3234 of file club_notification.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_invitation_id()

void bgs::protocol::club::v1::InvitationRemovedNotification::clear_has_invitation_id ( )
inlineprivate

Definition at line 3258 of file club_notification.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_reason()

void bgs::protocol::club::v1::InvitationRemovedNotification::clear_has_reason ( )
inlineprivate

Definition at line 3282 of file club_notification.pb.h.

+ Here is the caller graph for this function:

◆ clear_invitation_id()

void bgs::protocol::club::v1::InvitationRemovedNotification::clear_invitation_id ( )
inline

Definition at line 3261 of file club_notification.pb.h.

+ Here is the call graph for this function:

◆ clear_reason()

void bgs::protocol::club::v1::InvitationRemovedNotification::clear_reason ( )
inline

Definition at line 3285 of file club_notification.pb.h.

+ Here is the call graph for this function:

◆ club_id()

google::protobuf::uint64 bgs::protocol::club::v1::InvitationRemovedNotification::club_id ( ) const
inline

Definition at line 3241 of file club_notification.pb.h.

◆ default_instance()

static const InvitationRemovedNotification & bgs::protocol::club::v1::InvitationRemovedNotification::default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor * bgs::protocol::club::v1::InvitationRemovedNotification::descriptor ( )
static

◆ GetCachedSize()

int bgs::protocol::club::v1::InvitationRemovedNotification::GetCachedSize ( ) const
inline

Definition at line 1023 of file club_notification.pb.h.

◆ GetMetadata()

::google::protobuf::Metadata bgs::protocol::club::v1::InvitationRemovedNotification::GetMetadata ( ) const

◆ has_agent_id()

bool bgs::protocol::club::v1::InvitationRemovedNotification::has_agent_id ( ) const
inline

Definition at line 3187 of file club_notification.pb.h.

◆ has_club_id()

bool bgs::protocol::club::v1::InvitationRemovedNotification::has_club_id ( ) const
inline

Definition at line 3228 of file club_notification.pb.h.

◆ has_invitation_id()

bool bgs::protocol::club::v1::InvitationRemovedNotification::has_invitation_id ( ) const
inline

Definition at line 3252 of file club_notification.pb.h.

◆ has_reason()

bool bgs::protocol::club::v1::InvitationRemovedNotification::has_reason ( ) const
inline

Definition at line 3276 of file club_notification.pb.h.

◆ InitAsDefaultInstance()

void bgs::protocol::club::v1::InvitationRemovedNotification::InitAsDefaultInstance ( )
private

◆ invitation_id()

google::protobuf::uint64 bgs::protocol::club::v1::InvitationRemovedNotification::invitation_id ( ) const
inline

Definition at line 3265 of file club_notification.pb.h.

◆ mutable_agent_id()

bgs::protocol::club::v1::MemberId * bgs::protocol::club::v1::InvitationRemovedNotification::mutable_agent_id ( )
inline

Definition at line 3204 of file club_notification.pb.h.

+ Here is the call graph for this function:

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet * bgs::protocol::club::v1::InvitationRemovedNotification::mutable_unknown_fields ( )
inline

Definition at line 1011 of file club_notification.pb.h.

◆ New()

InvitationRemovedNotification * bgs::protocol::club::v1::InvitationRemovedNotification::New ( ) const

◆ operator=()

InvitationRemovedNotification & bgs::protocol::club::v1::InvitationRemovedNotification::operator= ( const InvitationRemovedNotification from)
inline

Definition at line 1002 of file club_notification.pb.h.

◆ reason()

bgs::protocol::InvitationRemovedReason bgs::protocol::club::v1::InvitationRemovedNotification::reason ( ) const
inline

Definition at line 3289 of file club_notification.pb.h.

◆ release_agent_id()

bgs::protocol::club::v1::MemberId * bgs::protocol::club::v1::InvitationRemovedNotification::release_agent_id ( )
inline

Definition at line 3210 of file club_notification.pb.h.

+ Here is the call graph for this function:

◆ set_allocated_agent_id()

void bgs::protocol::club::v1::InvitationRemovedNotification::set_allocated_agent_id ( ::bgs::protocol::club::v1::MemberId agent_id)
inline

Definition at line 3216 of file club_notification.pb.h.

+ Here is the call graph for this function:

◆ set_club_id()

void bgs::protocol::club::v1::InvitationRemovedNotification::set_club_id ( ::google::protobuf::uint64  value)
inline

Definition at line 3245 of file club_notification.pb.h.

+ Here is the call graph for this function:

◆ set_has_agent_id()

void bgs::protocol::club::v1::InvitationRemovedNotification::set_has_agent_id ( )
inlineprivate

Definition at line 3190 of file club_notification.pb.h.

+ Here is the caller graph for this function:

◆ set_has_club_id()

void bgs::protocol::club::v1::InvitationRemovedNotification::set_has_club_id ( )
inlineprivate

Definition at line 3231 of file club_notification.pb.h.

+ Here is the caller graph for this function:

◆ set_has_invitation_id()

void bgs::protocol::club::v1::InvitationRemovedNotification::set_has_invitation_id ( )
inlineprivate

Definition at line 3255 of file club_notification.pb.h.

+ Here is the caller graph for this function:

◆ set_has_reason()

void bgs::protocol::club::v1::InvitationRemovedNotification::set_has_reason ( )
inlineprivate

Definition at line 3279 of file club_notification.pb.h.

+ Here is the caller graph for this function:

◆ set_invitation_id()

void bgs::protocol::club::v1::InvitationRemovedNotification::set_invitation_id ( ::google::protobuf::uint64  value)
inline

Definition at line 3269 of file club_notification.pb.h.

+ Here is the call graph for this function:

◆ set_reason()

void bgs::protocol::club::v1::InvitationRemovedNotification::set_reason ( ::bgs::protocol::InvitationRemovedReason  value)
inline

Definition at line 3293 of file club_notification.pb.h.

+ Here is the call graph for this function:

◆ SetCachedSize()

void bgs::protocol::club::v1::InvitationRemovedNotification::SetCachedSize ( int  size) const
private

◆ SharedCtor()

void bgs::protocol::club::v1::InvitationRemovedNotification::SharedCtor ( )
private

◆ SharedDtor()

void bgs::protocol::club::v1::InvitationRemovedNotification::SharedDtor ( )
private

◆ Swap()

void bgs::protocol::club::v1::InvitationRemovedNotification::Swap ( InvitationRemovedNotification other)

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & bgs::protocol::club::v1::InvitationRemovedNotification::unknown_fields ( ) const
inline

Definition at line 1007 of file club_notification.pb.h.

Friends And Related Function Documentation

◆ protobuf_AddDesc_club_5fnotification_2eproto

void TC_PROTO_API protobuf_AddDesc_club_5fnotification_2eproto ( )
friend

◆ protobuf_AssignDesc_club_5fnotification_2eproto

void protobuf_AssignDesc_club_5fnotification_2eproto ( )
friend

◆ protobuf_ShutdownFile_club_5fnotification_2eproto

void protobuf_ShutdownFile_club_5fnotification_2eproto ( )
friend

Member Data Documentation

◆ _cached_size_

int bgs::protocol::club::v1::InvitationRemovedNotification::_cached_size_
mutableprivate

Definition at line 1079 of file club_notification.pb.h.

◆ _has_bits_

::google::protobuf::uint32 bgs::protocol::club::v1::InvitationRemovedNotification::_has_bits_[1]
private

Definition at line 1078 of file club_notification.pb.h.

◆ _unknown_fields_

::google::protobuf::UnknownFieldSet bgs::protocol::club::v1::InvitationRemovedNotification::_unknown_fields_
private

Definition at line 1076 of file club_notification.pb.h.

◆ agent_id_

::bgs::protocol::club::v1::MemberId* bgs::protocol::club::v1::InvitationRemovedNotification::agent_id_
private

Definition at line 1080 of file club_notification.pb.h.

◆ club_id_

::google::protobuf::uint64 bgs::protocol::club::v1::InvitationRemovedNotification::club_id_
private

Definition at line 1081 of file club_notification.pb.h.

◆ default_instance_

InvitationRemovedNotification* bgs::protocol::club::v1::InvitationRemovedNotification::default_instance_
staticprivate

Definition at line 1089 of file club_notification.pb.h.

◆ invitation_id_

::google::protobuf::uint64 bgs::protocol::club::v1::InvitationRemovedNotification::invitation_id_
private

Definition at line 1082 of file club_notification.pb.h.

◆ kAgentIdFieldNumber

const int bgs::protocol::club::v1::InvitationRemovedNotification::kAgentIdFieldNumber = 1
static

Definition at line 1038 of file club_notification.pb.h.

◆ kClubIdFieldNumber

const int bgs::protocol::club::v1::InvitationRemovedNotification::kClubIdFieldNumber = 3
static

Definition at line 1047 of file club_notification.pb.h.

◆ kInvitationIdFieldNumber

const int bgs::protocol::club::v1::InvitationRemovedNotification::kInvitationIdFieldNumber = 4
static

Definition at line 1054 of file club_notification.pb.h.

◆ kReasonFieldNumber

const int bgs::protocol::club::v1::InvitationRemovedNotification::kReasonFieldNumber = 5
static

Definition at line 1061 of file club_notification.pb.h.

◆ reason_

int bgs::protocol::club::v1::InvitationRemovedNotification::reason_
private

Definition at line 1083 of file club_notification.pb.h.


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