TrinityCore
bgs::protocol::club::v1::membership::StreamMentionRemovedNotification Class Reference

#include <club_membership_listener.pb.h>

+ Inheritance diagram for bgs::protocol::club::v1::membership::StreamMentionRemovedNotification:

Public Member Functions

 StreamMentionRemovedNotification ()
 
virtual ~StreamMentionRemovedNotification ()
 
 StreamMentionRemovedNotification (const StreamMentionRemovedNotification &from)
 
StreamMentionRemovedNotificationoperator= (const StreamMentionRemovedNotification &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (StreamMentionRemovedNotification *other)
 
StreamMentionRemovedNotificationNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_agent_id () const
 
void clear_agent_id ()
 
const ::bgs::protocol::account::v1::AccountIdagent_id () const
 
inline ::bgs::protocol::account::v1::AccountIdmutable_agent_id ()
 
inline ::bgs::protocol::account::v1::AccountIdrelease_agent_id ()
 
void set_allocated_agent_id (::bgs::protocol::account::v1::AccountId *agent_id)
 
bool has_mention_id () const
 
void clear_mention_id ()
 
const ::bgs::protocol::TimeSeriesIdmention_id () const
 
inline ::bgs::protocol::TimeSeriesIdmutable_mention_id ()
 
inline ::bgs::protocol::TimeSeriesIdrelease_mention_id ()
 
void set_allocated_mention_id (::bgs::protocol::TimeSeriesId *mention_id)
 

Static Public Member Functions

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

Static Public Attributes

static const int kAgentIdFieldNumber = 1
 
static const int kMentionIdFieldNumber = 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_mention_id ()
 
void clear_has_mention_id ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::bgs::protocol::account::v1::AccountIdagent_id_
 
::bgs::protocol::TimeSeriesIdmention_id_
 

Static Private Attributes

static StreamMentionRemovedNotificationdefault_instance_
 

Friends

void TC_PROTO_API protobuf_AddDesc_club_5fmembership_5flistener_2eproto ()
 
void protobuf_AssignDesc_club_5fmembership_5flistener_2eproto ()
 
void protobuf_ShutdownFile_club_5fmembership_5flistener_2eproto ()
 

Detailed Description

Definition at line 564 of file club_membership_listener.pb.h.

Constructor & Destructor Documentation

◆ StreamMentionRemovedNotification() [1/2]

bgs::protocol::club::v1::membership::StreamMentionRemovedNotification::StreamMentionRemovedNotification ( )

◆ ~StreamMentionRemovedNotification()

virtual bgs::protocol::club::v1::membership::StreamMentionRemovedNotification::~StreamMentionRemovedNotification ( )
virtual

◆ StreamMentionRemovedNotification() [2/2]

bgs::protocol::club::v1::membership::StreamMentionRemovedNotification::StreamMentionRemovedNotification ( const StreamMentionRemovedNotification from)

Member Function Documentation

◆ agent_id()

const ::bgs::protocol::account::v1::AccountId & bgs::protocol::club::v1::membership::StreamMentionRemovedNotification::agent_id ( ) const
inline

Definition at line 1344 of file club_membership_listener.pb.h.

+ Here is the caller graph for this function:

◆ clear_agent_id()

void bgs::protocol::club::v1::membership::StreamMentionRemovedNotification::clear_agent_id ( )
inline

Definition at line 1340 of file club_membership_listener.pb.h.

+ Here is the call graph for this function:

◆ clear_has_agent_id()

void bgs::protocol::club::v1::membership::StreamMentionRemovedNotification::clear_has_agent_id ( )
inlineprivate

Definition at line 1337 of file club_membership_listener.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_mention_id()

void bgs::protocol::club::v1::membership::StreamMentionRemovedNotification::clear_has_mention_id ( )
inlineprivate

Definition at line 1378 of file club_membership_listener.pb.h.

+ Here is the caller graph for this function:

◆ clear_mention_id()

void bgs::protocol::club::v1::membership::StreamMentionRemovedNotification::clear_mention_id ( )
inline

Definition at line 1381 of file club_membership_listener.pb.h.

+ Here is the call graph for this function:

◆ default_instance()

static const StreamMentionRemovedNotification & bgs::protocol::club::v1::membership::StreamMentionRemovedNotification::default_instance ( )
static

◆ descriptor()

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

◆ GetCachedSize()

int bgs::protocol::club::v1::membership::StreamMentionRemovedNotification::GetCachedSize ( ) const
inline

Definition at line 592 of file club_membership_listener.pb.h.

◆ GetMetadata()

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

◆ has_agent_id()

bool bgs::protocol::club::v1::membership::StreamMentionRemovedNotification::has_agent_id ( ) const
inline

Definition at line 1331 of file club_membership_listener.pb.h.

◆ has_mention_id()

bool bgs::protocol::club::v1::membership::StreamMentionRemovedNotification::has_mention_id ( ) const
inline

Definition at line 1372 of file club_membership_listener.pb.h.

◆ InitAsDefaultInstance()

void bgs::protocol::club::v1::membership::StreamMentionRemovedNotification::InitAsDefaultInstance ( )
private

◆ mention_id()

const ::bgs::protocol::TimeSeriesId & bgs::protocol::club::v1::membership::StreamMentionRemovedNotification::mention_id ( ) const
inline

Definition at line 1385 of file club_membership_listener.pb.h.

+ Here is the caller graph for this function:

◆ mutable_agent_id()

bgs::protocol::account::v1::AccountId * bgs::protocol::club::v1::membership::StreamMentionRemovedNotification::mutable_agent_id ( )
inline

Definition at line 1348 of file club_membership_listener.pb.h.

+ Here is the call graph for this function:

◆ mutable_mention_id()

bgs::protocol::TimeSeriesId * bgs::protocol::club::v1::membership::StreamMentionRemovedNotification::mutable_mention_id ( )
inline

Definition at line 1389 of file club_membership_listener.pb.h.

+ Here is the call graph for this function:

◆ mutable_unknown_fields()

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

Definition at line 580 of file club_membership_listener.pb.h.

◆ New()

StreamMentionRemovedNotification * bgs::protocol::club::v1::membership::StreamMentionRemovedNotification::New ( ) const

◆ operator=()

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

Definition at line 571 of file club_membership_listener.pb.h.

◆ release_agent_id()

bgs::protocol::account::v1::AccountId * bgs::protocol::club::v1::membership::StreamMentionRemovedNotification::release_agent_id ( )
inline

Definition at line 1354 of file club_membership_listener.pb.h.

+ Here is the call graph for this function:

◆ release_mention_id()

bgs::protocol::TimeSeriesId * bgs::protocol::club::v1::membership::StreamMentionRemovedNotification::release_mention_id ( )
inline

Definition at line 1395 of file club_membership_listener.pb.h.

+ Here is the call graph for this function:

◆ set_allocated_agent_id()

void bgs::protocol::club::v1::membership::StreamMentionRemovedNotification::set_allocated_agent_id ( ::bgs::protocol::account::v1::AccountId agent_id)
inline

Definition at line 1360 of file club_membership_listener.pb.h.

+ Here is the call graph for this function:

◆ set_allocated_mention_id()

void bgs::protocol::club::v1::membership::StreamMentionRemovedNotification::set_allocated_mention_id ( ::bgs::protocol::TimeSeriesId mention_id)
inline

Definition at line 1401 of file club_membership_listener.pb.h.

+ Here is the call graph for this function:

◆ set_has_agent_id()

void bgs::protocol::club::v1::membership::StreamMentionRemovedNotification::set_has_agent_id ( )
inlineprivate

Definition at line 1334 of file club_membership_listener.pb.h.

+ Here is the caller graph for this function:

◆ set_has_mention_id()

void bgs::protocol::club::v1::membership::StreamMentionRemovedNotification::set_has_mention_id ( )
inlineprivate

Definition at line 1375 of file club_membership_listener.pb.h.

+ Here is the caller graph for this function:

◆ SetCachedSize()

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

◆ SharedCtor()

void bgs::protocol::club::v1::membership::StreamMentionRemovedNotification::SharedCtor ( )
private

◆ SharedDtor()

void bgs::protocol::club::v1::membership::StreamMentionRemovedNotification::SharedDtor ( )
private

◆ Swap()

void bgs::protocol::club::v1::membership::StreamMentionRemovedNotification::Swap ( StreamMentionRemovedNotification other)

◆ unknown_fields()

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

Definition at line 576 of file club_membership_listener.pb.h.

Friends And Related Function Documentation

◆ protobuf_AddDesc_club_5fmembership_5flistener_2eproto

void TC_PROTO_API protobuf_AddDesc_club_5fmembership_5flistener_2eproto ( )
friend

◆ protobuf_AssignDesc_club_5fmembership_5flistener_2eproto

void protobuf_AssignDesc_club_5fmembership_5flistener_2eproto ( )
friend

◆ protobuf_ShutdownFile_club_5fmembership_5flistener_2eproto

void protobuf_ShutdownFile_club_5fmembership_5flistener_2eproto ( )
friend

Member Data Documentation

◆ _cached_size_

int bgs::protocol::club::v1::membership::StreamMentionRemovedNotification::_cached_size_
mutableprivate

Definition at line 632 of file club_membership_listener.pb.h.

◆ _has_bits_

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

Definition at line 631 of file club_membership_listener.pb.h.

◆ _unknown_fields_

::google::protobuf::UnknownFieldSet bgs::protocol::club::v1::membership::StreamMentionRemovedNotification::_unknown_fields_
private

Definition at line 629 of file club_membership_listener.pb.h.

◆ agent_id_

::bgs::protocol::account::v1::AccountId* bgs::protocol::club::v1::membership::StreamMentionRemovedNotification::agent_id_
private

Definition at line 633 of file club_membership_listener.pb.h.

◆ default_instance_

StreamMentionRemovedNotification* bgs::protocol::club::v1::membership::StreamMentionRemovedNotification::default_instance_
staticprivate

Definition at line 640 of file club_membership_listener.pb.h.

◆ kAgentIdFieldNumber

const int bgs::protocol::club::v1::membership::StreamMentionRemovedNotification::kAgentIdFieldNumber = 1
static

Definition at line 607 of file club_membership_listener.pb.h.

◆ kMentionIdFieldNumber

const int bgs::protocol::club::v1::membership::StreamMentionRemovedNotification::kMentionIdFieldNumber = 3
static

Definition at line 616 of file club_membership_listener.pb.h.

◆ mention_id_

::bgs::protocol::TimeSeriesId* bgs::protocol::club::v1::membership::StreamMentionRemovedNotification::mention_id_
private

Definition at line 634 of file club_membership_listener.pb.h.


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