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

#include <club_notification.pb.h>

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

Public Member Functions

 StreamMessageUpdatedNotification ()
 
virtual ~StreamMessageUpdatedNotification ()
 
 StreamMessageUpdatedNotification (const StreamMessageUpdatedNotification &from)
 
StreamMessageUpdatedNotificationoperator= (const StreamMessageUpdatedNotification &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (StreamMessageUpdatedNotification *other)
 
StreamMessageUpdatedNotificationNew () 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)
 
bool has_message () const
 
void clear_message ()
 
const ::bgs::protocol::club::v1::StreamMessagemessage () const
 
inline ::bgs::protocol::club::v1::StreamMessagemutable_message ()
 
inline ::bgs::protocol::club::v1::StreamMessagerelease_message ()
 
void set_allocated_message (::bgs::protocol::club::v1::StreamMessage *message)
 

Static Public Member Functions

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

Static Public Attributes

static const int kAgentIdFieldNumber = 1
 
static const int kClubIdFieldNumber = 3
 
static const int kStreamIdFieldNumber = 4
 
static const int kMessageFieldNumber = 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_stream_id ()
 
void clear_has_stream_id ()
 
void set_has_message ()
 
void clear_has_message ()
 
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_
 
::bgs::protocol::club::v1::StreamMessagemessage_
 

Static Private Attributes

static StreamMessageUpdatedNotificationdefault_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 1659 of file club_notification.pb.h.

Constructor & Destructor Documentation

◆ StreamMessageUpdatedNotification() [1/2]

bgs::protocol::club::v1::StreamMessageUpdatedNotification::StreamMessageUpdatedNotification ( )

◆ ~StreamMessageUpdatedNotification()

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

◆ StreamMessageUpdatedNotification() [2/2]

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

Member Function Documentation

◆ agent_id()

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

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

+ Here is the caller graph for this function:

◆ clear_agent_id()

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

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

+ Here is the call graph for this function:

◆ clear_club_id()

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

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

+ Here is the call graph for this function:

◆ clear_has_agent_id()

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

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

+ Here is the caller graph for this function:

◆ clear_has_club_id()

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

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

+ Here is the caller graph for this function:

◆ clear_has_message()

void bgs::protocol::club::v1::StreamMessageUpdatedNotification::clear_has_message ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ clear_has_stream_id()

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

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

+ Here is the caller graph for this function:

◆ clear_message()

void bgs::protocol::club::v1::StreamMessageUpdatedNotification::clear_message ( )
inline

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

+ Here is the call graph for this function:

◆ clear_stream_id()

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

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

+ Here is the call graph for this function:

◆ club_id()

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

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

◆ default_instance()

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

◆ descriptor()

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

◆ GetCachedSize()

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

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

◆ GetMetadata()

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

◆ has_agent_id()

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

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

◆ has_club_id()

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

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

◆ has_message()

bool bgs::protocol::club::v1::StreamMessageUpdatedNotification::has_message ( ) const
inline

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

◆ has_stream_id()

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

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

◆ InitAsDefaultInstance()

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

◆ message()

const ::bgs::protocol::club::v1::StreamMessage & bgs::protocol::club::v1::StreamMessageUpdatedNotification::message ( ) const
inline

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

+ Here is the caller graph for this function:

◆ mutable_agent_id()

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

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

+ Here is the call graph for this function:

◆ mutable_message()

bgs::protocol::club::v1::StreamMessage * bgs::protocol::club::v1::StreamMessageUpdatedNotification::mutable_message ( )
inline

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

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

◆ New()

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

◆ operator=()

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

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

◆ release_agent_id()

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

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

+ Here is the call graph for this function:

◆ release_message()

bgs::protocol::club::v1::StreamMessage * bgs::protocol::club::v1::StreamMessageUpdatedNotification::release_message ( )
inline

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

+ Here is the call graph for this function:

◆ set_allocated_agent_id()

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

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

+ Here is the call graph for this function:

◆ set_allocated_message()

void bgs::protocol::club::v1::StreamMessageUpdatedNotification::set_allocated_message ( ::bgs::protocol::club::v1::StreamMessage message)
inline

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

+ Here is the call graph for this function:

◆ set_club_id()

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

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

+ Here is the call graph for this function:

◆ set_has_agent_id()

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

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

+ Here is the caller graph for this function:

◆ set_has_club_id()

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

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

+ Here is the caller graph for this function:

◆ set_has_message()

void bgs::protocol::club::v1::StreamMessageUpdatedNotification::set_has_message ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ set_has_stream_id()

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

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

+ Here is the caller graph for this function:

◆ set_stream_id()

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

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

+ Here is the call graph for this function:

◆ SetCachedSize()

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

◆ SharedCtor()

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

◆ SharedDtor()

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

◆ stream_id()

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

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

◆ Swap()

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

◆ unknown_fields()

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

Definition at line 1671 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::StreamMessageUpdatedNotification::_cached_size_
mutableprivate

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

◆ _has_bits_

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

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

◆ _unknown_fields_

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

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

◆ agent_id_

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

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

◆ club_id_

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

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

◆ default_instance_

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

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

◆ kAgentIdFieldNumber

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

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

◆ kClubIdFieldNumber

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

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

◆ kMessageFieldNumber

const int bgs::protocol::club::v1::StreamMessageUpdatedNotification::kMessageFieldNumber = 5
static

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

◆ kStreamIdFieldNumber

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

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

◆ message_

::bgs::protocol::club::v1::StreamMessage* bgs::protocol::club::v1::StreamMessageUpdatedNotification::message_
private

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

◆ stream_id_

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

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


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