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

#include <club_notification.pb.h>

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

Public Member Functions

 StreamRemovedNotification ()
 
virtual ~StreamRemovedNotification ()
 
 StreamRemovedNotification (const StreamRemovedNotification &from)
 
StreamRemovedNotificationoperator= (const StreamRemovedNotification &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (StreamRemovedNotification *other)
 
StreamRemovedNotificationNew () 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_stream_id () const
 
void clear_stream_id ()
 
inline ::google::protobuf::uint64 stream_id () const
 
void set_stream_id (::google::protobuf::uint64 value)
 

Static Public Member Functions

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

Static Public Attributes

static const int kAgentIdFieldNumber = 1
 
static const int kClubIdFieldNumber = 3
 
static const int kStreamIdFieldNumber = 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_club_id ()
 
void clear_has_club_id ()
 
void set_has_stream_id ()
 
void clear_has_stream_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_
 
::google::protobuf::uint64 stream_id_
 

Static Private Attributes

static StreamRemovedNotificationdefault_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 1371 of file club_notification.pb.h.

Constructor & Destructor Documentation

◆ StreamRemovedNotification() [1/2]

bgs::protocol::club::v1::StreamRemovedNotification::StreamRemovedNotification ( )

◆ ~StreamRemovedNotification()

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

◆ StreamRemovedNotification() [2/2]

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

Member Function Documentation

◆ agent_id()

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

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

+ Here is the caller graph for this function:

◆ clear_agent_id()

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

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

+ Here is the call graph for this function:

◆ clear_club_id()

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

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

+ Here is the call graph for this function:

◆ clear_has_agent_id()

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

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

+ Here is the caller graph for this function:

◆ clear_has_club_id()

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

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

+ Here is the caller graph for this function:

◆ clear_has_stream_id()

void bgs::protocol::club::v1::StreamRemovedNotification::clear_has_stream_id ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ clear_stream_id()

void bgs::protocol::club::v1::StreamRemovedNotification::clear_stream_id ( )
inline

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

+ Here is the call graph for this function:

◆ club_id()

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

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

◆ default_instance()

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

◆ descriptor()

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

◆ GetCachedSize()

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

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

◆ GetMetadata()

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

◆ has_agent_id()

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

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

◆ has_club_id()

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

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

◆ has_stream_id()

bool bgs::protocol::club::v1::StreamRemovedNotification::has_stream_id ( ) const
inline

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

◆ InitAsDefaultInstance()

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

◆ mutable_agent_id()

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

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

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

◆ New()

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

◆ operator=()

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

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

◆ release_agent_id()

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

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

+ Here is the call graph for this function:

◆ set_allocated_agent_id()

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

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

+ Here is the call graph for this function:

◆ set_club_id()

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

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

+ Here is the call graph for this function:

◆ set_has_agent_id()

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

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

+ Here is the caller graph for this function:

◆ set_has_club_id()

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

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

+ Here is the caller graph for this function:

◆ set_has_stream_id()

void bgs::protocol::club::v1::StreamRemovedNotification::set_has_stream_id ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ set_stream_id()

void bgs::protocol::club::v1::StreamRemovedNotification::set_stream_id ( ::google::protobuf::uint64  value)
inline

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

+ Here is the call graph for this function:

◆ SetCachedSize()

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

◆ SharedCtor()

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

◆ SharedDtor()

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

◆ stream_id()

google::protobuf::uint64 bgs::protocol::club::v1::StreamRemovedNotification::stream_id ( ) const
inline

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

◆ Swap()

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

◆ unknown_fields()

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

Definition at line 1383 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::StreamRemovedNotification::_cached_size_
mutableprivate

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

◆ _has_bits_

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

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

◆ _unknown_fields_

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

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

◆ agent_id_

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

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

◆ club_id_

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

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

◆ default_instance_

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

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

◆ kAgentIdFieldNumber

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

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

◆ kClubIdFieldNumber

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

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

◆ kStreamIdFieldNumber

const int bgs::protocol::club::v1::StreamRemovedNotification::kStreamIdFieldNumber = 4
static

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

◆ stream_id_

::google::protobuf::uint64 bgs::protocol::club::v1::StreamRemovedNotification::stream_id_
private

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


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