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

#include <club_notification.pb.h>

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

Public Member Functions

 UnsubscribeNotification ()
 
virtual ~UnsubscribeNotification ()
 
 UnsubscribeNotification (const UnsubscribeNotification &from)
 
UnsubscribeNotificationoperator= (const UnsubscribeNotification &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (UnsubscribeNotification *other)
 
UnsubscribeNotificationNew () 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)
 

Static Public Member Functions

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

Static Public Attributes

static const int kAgentIdFieldNumber = 1
 
static const int kClubIdFieldNumber = 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_club_id ()
 
void clear_has_club_id ()
 
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_
 

Static Private Attributes

static UnsubscribeNotificationdefault_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 192 of file club_notification.pb.h.

Constructor & Destructor Documentation

◆ UnsubscribeNotification() [1/2]

bgs::protocol::club::v1::UnsubscribeNotification::UnsubscribeNotification ( )

◆ ~UnsubscribeNotification()

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

◆ UnsubscribeNotification() [2/2]

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

Member Function Documentation

◆ agent_id()

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

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

+ Here is the caller graph for this function:

◆ clear_agent_id()

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

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

+ Here is the call graph for this function:

◆ clear_club_id()

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

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

+ Here is the call graph for this function:

◆ clear_has_agent_id()

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

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

+ Here is the caller graph for this function:

◆ clear_has_club_id()

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

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

+ Here is the caller graph for this function:

◆ club_id()

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

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

◆ default_instance()

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

◆ descriptor()

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

◆ GetCachedSize()

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

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

◆ GetMetadata()

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

◆ has_agent_id()

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

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

◆ has_club_id()

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

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

◆ InitAsDefaultInstance()

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

◆ mutable_agent_id()

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

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

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

◆ New()

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

◆ operator=()

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

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

◆ release_agent_id()

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

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

+ Here is the call graph for this function:

◆ set_allocated_agent_id()

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

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

+ Here is the call graph for this function:

◆ set_club_id()

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

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

+ Here is the call graph for this function:

◆ set_has_agent_id()

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

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

+ Here is the caller graph for this function:

◆ set_has_club_id()

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

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

+ Here is the caller graph for this function:

◆ SetCachedSize()

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

◆ SharedCtor()

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

◆ SharedDtor()

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

◆ Swap()

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

◆ unknown_fields()

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

Definition at line 204 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::UnsubscribeNotification::_cached_size_
mutableprivate

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

◆ _has_bits_

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

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

◆ _unknown_fields_

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

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

◆ agent_id_

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

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

◆ club_id_

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

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

◆ default_instance_

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

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

◆ kAgentIdFieldNumber

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

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

◆ kClubIdFieldNumber

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

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


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