TrinityCore
Loading...
Searching...
No Matches
bgs::protocol::club::v1::client::StreamMention Class Reference

#include <club_stream.pb.h>

+ Inheritance diagram for bgs::protocol::club::v1::client::StreamMention:

Public Member Functions

 StreamMention ()
 
virtual ~StreamMention ()
 
 StreamMention (const StreamMention &from)
 
StreamMentionoperator= (const StreamMention &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (StreamMention *other)
 
StreamMentionNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
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_id () const
 
void clear_message_id ()
 
const ::bgs::protocol::MessageIdmessage_id () const
 
inline ::bgs::protocol::MessageIdmutable_message_id ()
 
inline ::bgs::protocol::MessageIdrelease_message_id ()
 
void set_allocated_message_id (::bgs::protocol::MessageId *message_id)
 
bool has_author () const
 
void clear_author ()
 
const ::bgs::protocol::club::v1::client::MemberDescriptionauthor () const
 
inline ::bgs::protocol::club::v1::client::MemberDescriptionmutable_author ()
 
inline ::bgs::protocol::club::v1::client::MemberDescriptionrelease_author ()
 
void set_allocated_author (::bgs::protocol::club::v1::client::MemberDescription *author)
 
bool has_destroyed () const
 
void clear_destroyed ()
 
bool destroyed () const
 
void set_destroyed (bool value)
 
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)
 
bool has_member_id () const
 
void clear_member_id ()
 
const ::bgs::protocol::club::v1::MemberIdmember_id () const
 
inline ::bgs::protocol::club::v1::MemberIdmutable_member_id ()
 
inline ::bgs::protocol::club::v1::MemberIdrelease_member_id ()
 
void set_allocated_member_id (::bgs::protocol::club::v1::MemberId *member_id)
 
bool has_message () const
 
void clear_message ()
 
const ::bgs::protocol::club::v1::client::StreamMessagemessage () const
 
inline ::bgs::protocol::club::v1::client::StreamMessagemutable_message ()
 
inline ::bgs::protocol::club::v1::client::StreamMessagerelease_message ()
 
void set_allocated_message (::bgs::protocol::club::v1::client::StreamMessage *message)
 
bool has_club_type () const
 
void clear_club_type ()
 
const ::bgs::protocol::club::v1::UniqueClubTypeclub_type () const
 
inline ::bgs::protocol::club::v1::UniqueClubTypemutable_club_type ()
 
inline ::bgs::protocol::club::v1::UniqueClubTyperelease_club_type ()
 
void set_allocated_club_type (::bgs::protocol::club::v1::UniqueClubType *club_type)
 

Static Public Member Functions

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

Static Public Attributes

static const int kClubIdFieldNumber = 1
 
static const int kStreamIdFieldNumber = 2
 
static const int kMessageIdFieldNumber = 3
 
static const int kAuthorFieldNumber = 4
 
static const int kDestroyedFieldNumber = 5
 
static const int kMentionIdFieldNumber = 6
 
static const int kMemberIdFieldNumber = 7
 
static const int kMessageFieldNumber = 8
 
static const int kClubTypeFieldNumber = 9
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_club_id ()
 
void clear_has_club_id ()
 
void set_has_stream_id ()
 
void clear_has_stream_id ()
 
void set_has_message_id ()
 
void clear_has_message_id ()
 
void set_has_author ()
 
void clear_has_author ()
 
void set_has_destroyed ()
 
void clear_has_destroyed ()
 
void set_has_mention_id ()
 
void clear_has_mention_id ()
 
void set_has_member_id ()
 
void clear_has_member_id ()
 
void set_has_message ()
 
void clear_has_message ()
 
void set_has_club_type ()
 
void clear_has_club_type ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::google::protobuf::uint64 club_id_
 
::google::protobuf::uint64 stream_id_
 
::bgs::protocol::MessageIdmessage_id_
 
::bgs::protocol::club::v1::client::MemberDescriptionauthor_
 
::bgs::protocol::TimeSeriesIdmention_id_
 
::bgs::protocol::club::v1::MemberIdmember_id_
 
::bgs::protocol::club::v1::client::StreamMessagemessage_
 
::bgs::protocol::club::v1::UniqueClubTypeclub_type_
 
bool destroyed_
 

Static Private Attributes

static StreamMentiondefault_instance_
 

Friends

void TC_PROTO_API protobuf_AddDesc_api_2fclient_2fv1_2fclub_5fstream_2eproto ()
 
void protobuf_AssignDesc_api_2fclient_2fv1_2fclub_5fstream_2eproto ()
 
void protobuf_ShutdownFile_api_2fclient_2fv1_2fclub_5fstream_2eproto ()
 

Detailed Description

Definition at line 1046 of file club_stream.pb.h.

Constructor & Destructor Documentation

◆ StreamMention() [1/2]

bgs::protocol::club::v1::client::StreamMention::StreamMention ( )

◆ ~StreamMention()

virtual bgs::protocol::club::v1::client::StreamMention::~StreamMention ( )
virtual

◆ StreamMention() [2/2]

bgs::protocol::club::v1::client::StreamMention::StreamMention ( const StreamMention from)

Member Function Documentation

◆ author()

const ::bgs::protocol::club::v1::client::MemberDescription & bgs::protocol::club::v1::client::StreamMention::author ( ) const
inline

Definition at line 3386 of file club_stream.pb.h.

+ Here is the caller graph for this function:

◆ clear_author()

void bgs::protocol::club::v1::client::StreamMention::clear_author ( )
inline

Definition at line 3382 of file club_stream.pb.h.

+ Here is the call graph for this function:

◆ clear_club_id()

void bgs::protocol::club::v1::client::StreamMention::clear_club_id ( )
inline

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

+ Here is the call graph for this function:

◆ clear_club_type()

void bgs::protocol::club::v1::client::StreamMention::clear_club_type ( )
inline

Definition at line 3570 of file club_stream.pb.h.

+ Here is the call graph for this function:

◆ clear_destroyed()

void bgs::protocol::club::v1::client::StreamMention::clear_destroyed ( )
inline

Definition at line 3423 of file club_stream.pb.h.

+ Here is the call graph for this function:

◆ clear_has_author()

void bgs::protocol::club::v1::client::StreamMention::clear_has_author ( )
inlineprivate

Definition at line 3379 of file club_stream.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_club_id()

void bgs::protocol::club::v1::client::StreamMention::clear_has_club_id ( )
inlineprivate

Definition at line 3290 of file club_stream.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_club_type()

void bgs::protocol::club::v1::client::StreamMention::clear_has_club_type ( )
inlineprivate

Definition at line 3567 of file club_stream.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_destroyed()

void bgs::protocol::club::v1::client::StreamMention::clear_has_destroyed ( )
inlineprivate

Definition at line 3420 of file club_stream.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_member_id()

void bgs::protocol::club::v1::client::StreamMention::clear_has_member_id ( )
inlineprivate

Definition at line 3485 of file club_stream.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_mention_id()

void bgs::protocol::club::v1::client::StreamMention::clear_has_mention_id ( )
inlineprivate

Definition at line 3444 of file club_stream.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_message()

void bgs::protocol::club::v1::client::StreamMention::clear_has_message ( )
inlineprivate

Definition at line 3526 of file club_stream.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_message_id()

void bgs::protocol::club::v1::client::StreamMention::clear_has_message_id ( )
inlineprivate

Definition at line 3338 of file club_stream.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_stream_id()

void bgs::protocol::club::v1::client::StreamMention::clear_has_stream_id ( )
inlineprivate

Definition at line 3314 of file club_stream.pb.h.

+ Here is the caller graph for this function:

◆ clear_member_id()

void bgs::protocol::club::v1::client::StreamMention::clear_member_id ( )
inline

Definition at line 3488 of file club_stream.pb.h.

+ Here is the call graph for this function:

◆ clear_mention_id()

void bgs::protocol::club::v1::client::StreamMention::clear_mention_id ( )
inline

Definition at line 3447 of file club_stream.pb.h.

+ Here is the call graph for this function:

◆ clear_message()

void bgs::protocol::club::v1::client::StreamMention::clear_message ( )
inline

Definition at line 3529 of file club_stream.pb.h.

+ Here is the call graph for this function:

◆ clear_message_id()

void bgs::protocol::club::v1::client::StreamMention::clear_message_id ( )
inline

Definition at line 3341 of file club_stream.pb.h.

+ Here is the call graph for this function:

◆ clear_stream_id()

void bgs::protocol::club::v1::client::StreamMention::clear_stream_id ( )
inline

Definition at line 3317 of file club_stream.pb.h.

+ Here is the call graph for this function:

◆ club_id()

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

Definition at line 3297 of file club_stream.pb.h.

◆ club_type()

const ::bgs::protocol::club::v1::UniqueClubType & bgs::protocol::club::v1::client::StreamMention::club_type ( ) const
inline

Definition at line 3574 of file club_stream.pb.h.

+ Here is the caller graph for this function:

◆ default_instance()

static const StreamMention & bgs::protocol::club::v1::client::StreamMention::default_instance ( )
static

◆ descriptor()

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

◆ destroyed()

bool bgs::protocol::club::v1::client::StreamMention::destroyed ( ) const
inline

Definition at line 3427 of file club_stream.pb.h.

◆ GetCachedSize()

int bgs::protocol::club::v1::client::StreamMention::GetCachedSize ( ) const
inline

Definition at line 1074 of file club_stream.pb.h.

◆ GetMetadata()

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

◆ has_author()

bool bgs::protocol::club::v1::client::StreamMention::has_author ( ) const
inline

Definition at line 3373 of file club_stream.pb.h.

◆ has_club_id()

bool bgs::protocol::club::v1::client::StreamMention::has_club_id ( ) const
inline

Definition at line 3284 of file club_stream.pb.h.

◆ has_club_type()

bool bgs::protocol::club::v1::client::StreamMention::has_club_type ( ) const
inline

Definition at line 3561 of file club_stream.pb.h.

◆ has_destroyed()

bool bgs::protocol::club::v1::client::StreamMention::has_destroyed ( ) const
inline

Definition at line 3414 of file club_stream.pb.h.

◆ has_member_id()

bool bgs::protocol::club::v1::client::StreamMention::has_member_id ( ) const
inline

Definition at line 3479 of file club_stream.pb.h.

◆ has_mention_id()

bool bgs::protocol::club::v1::client::StreamMention::has_mention_id ( ) const
inline

Definition at line 3438 of file club_stream.pb.h.

◆ has_message()

bool bgs::protocol::club::v1::client::StreamMention::has_message ( ) const
inline

Definition at line 3520 of file club_stream.pb.h.

◆ has_message_id()

bool bgs::protocol::club::v1::client::StreamMention::has_message_id ( ) const
inline

Definition at line 3332 of file club_stream.pb.h.

◆ has_stream_id()

bool bgs::protocol::club::v1::client::StreamMention::has_stream_id ( ) const
inline

Definition at line 3308 of file club_stream.pb.h.

◆ InitAsDefaultInstance()

void bgs::protocol::club::v1::client::StreamMention::InitAsDefaultInstance ( )
private

◆ member_id()

const ::bgs::protocol::club::v1::MemberId & bgs::protocol::club::v1::client::StreamMention::member_id ( ) const
inline

Definition at line 3492 of file club_stream.pb.h.

+ Here is the caller graph for this function:

◆ mention_id()

const ::bgs::protocol::TimeSeriesId & bgs::protocol::club::v1::client::StreamMention::mention_id ( ) const
inline

Definition at line 3451 of file club_stream.pb.h.

+ Here is the caller graph for this function:

◆ message()

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

Definition at line 3533 of file club_stream.pb.h.

+ Here is the caller graph for this function:

◆ message_id()

const ::bgs::protocol::MessageId & bgs::protocol::club::v1::client::StreamMention::message_id ( ) const
inline

Definition at line 3345 of file club_stream.pb.h.

+ Here is the caller graph for this function:

◆ mutable_author()

bgs::protocol::club::v1::client::MemberDescription * bgs::protocol::club::v1::client::StreamMention::mutable_author ( )
inline

Definition at line 3390 of file club_stream.pb.h.

+ Here is the call graph for this function:

◆ mutable_club_type()

bgs::protocol::club::v1::UniqueClubType * bgs::protocol::club::v1::client::StreamMention::mutable_club_type ( )
inline

Definition at line 3578 of file club_stream.pb.h.

+ Here is the call graph for this function:

◆ mutable_member_id()

bgs::protocol::club::v1::MemberId * bgs::protocol::club::v1::client::StreamMention::mutable_member_id ( )
inline

Definition at line 3496 of file club_stream.pb.h.

+ Here is the call graph for this function:

◆ mutable_mention_id()

bgs::protocol::TimeSeriesId * bgs::protocol::club::v1::client::StreamMention::mutable_mention_id ( )
inline

Definition at line 3455 of file club_stream.pb.h.

+ Here is the call graph for this function:

◆ mutable_message()

bgs::protocol::club::v1::client::StreamMessage * bgs::protocol::club::v1::client::StreamMention::mutable_message ( )
inline

Definition at line 3537 of file club_stream.pb.h.

+ Here is the call graph for this function:

◆ mutable_message_id()

bgs::protocol::MessageId * bgs::protocol::club::v1::client::StreamMention::mutable_message_id ( )
inline

Definition at line 3349 of file club_stream.pb.h.

+ Here is the call graph for this function:

◆ mutable_unknown_fields()

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

Definition at line 1062 of file club_stream.pb.h.

◆ New()

StreamMention * bgs::protocol::club::v1::client::StreamMention::New ( ) const

◆ operator=()

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

Definition at line 1053 of file club_stream.pb.h.

◆ release_author()

bgs::protocol::club::v1::client::MemberDescription * bgs::protocol::club::v1::client::StreamMention::release_author ( )
inline

Definition at line 3396 of file club_stream.pb.h.

+ Here is the call graph for this function:

◆ release_club_type()

bgs::protocol::club::v1::UniqueClubType * bgs::protocol::club::v1::client::StreamMention::release_club_type ( )
inline

Definition at line 3584 of file club_stream.pb.h.

+ Here is the call graph for this function:

◆ release_member_id()

bgs::protocol::club::v1::MemberId * bgs::protocol::club::v1::client::StreamMention::release_member_id ( )
inline

Definition at line 3502 of file club_stream.pb.h.

+ Here is the call graph for this function:

◆ release_mention_id()

bgs::protocol::TimeSeriesId * bgs::protocol::club::v1::client::StreamMention::release_mention_id ( )
inline

Definition at line 3461 of file club_stream.pb.h.

+ Here is the call graph for this function:

◆ release_message()

bgs::protocol::club::v1::client::StreamMessage * bgs::protocol::club::v1::client::StreamMention::release_message ( )
inline

Definition at line 3543 of file club_stream.pb.h.

+ Here is the call graph for this function:

◆ release_message_id()

bgs::protocol::MessageId * bgs::protocol::club::v1::client::StreamMention::release_message_id ( )
inline

Definition at line 3355 of file club_stream.pb.h.

+ Here is the call graph for this function:

◆ set_allocated_author()

void bgs::protocol::club::v1::client::StreamMention::set_allocated_author ( ::bgs::protocol::club::v1::client::MemberDescription author)
inline

Definition at line 3402 of file club_stream.pb.h.

+ Here is the call graph for this function:

◆ set_allocated_club_type()

void bgs::protocol::club::v1::client::StreamMention::set_allocated_club_type ( ::bgs::protocol::club::v1::UniqueClubType club_type)
inline

Definition at line 3590 of file club_stream.pb.h.

+ Here is the call graph for this function:

◆ set_allocated_member_id()

void bgs::protocol::club::v1::client::StreamMention::set_allocated_member_id ( ::bgs::protocol::club::v1::MemberId member_id)
inline

Definition at line 3508 of file club_stream.pb.h.

+ Here is the call graph for this function:

◆ set_allocated_mention_id()

void bgs::protocol::club::v1::client::StreamMention::set_allocated_mention_id ( ::bgs::protocol::TimeSeriesId mention_id)
inline

Definition at line 3467 of file club_stream.pb.h.

+ Here is the call graph for this function:

◆ set_allocated_message()

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

Definition at line 3549 of file club_stream.pb.h.

+ Here is the call graph for this function:

◆ set_allocated_message_id()

void bgs::protocol::club::v1::client::StreamMention::set_allocated_message_id ( ::bgs::protocol::MessageId message_id)
inline

Definition at line 3361 of file club_stream.pb.h.

+ Here is the call graph for this function:

◆ set_club_id()

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

Definition at line 3301 of file club_stream.pb.h.

+ Here is the call graph for this function:

◆ set_destroyed()

void bgs::protocol::club::v1::client::StreamMention::set_destroyed ( bool  value)
inline

Definition at line 3431 of file club_stream.pb.h.

+ Here is the call graph for this function:

◆ set_has_author()

void bgs::protocol::club::v1::client::StreamMention::set_has_author ( )
inlineprivate

Definition at line 3376 of file club_stream.pb.h.

+ Here is the caller graph for this function:

◆ set_has_club_id()

void bgs::protocol::club::v1::client::StreamMention::set_has_club_id ( )
inlineprivate

Definition at line 3287 of file club_stream.pb.h.

+ Here is the caller graph for this function:

◆ set_has_club_type()

void bgs::protocol::club::v1::client::StreamMention::set_has_club_type ( )
inlineprivate

Definition at line 3564 of file club_stream.pb.h.

+ Here is the caller graph for this function:

◆ set_has_destroyed()

void bgs::protocol::club::v1::client::StreamMention::set_has_destroyed ( )
inlineprivate

Definition at line 3417 of file club_stream.pb.h.

+ Here is the caller graph for this function:

◆ set_has_member_id()

void bgs::protocol::club::v1::client::StreamMention::set_has_member_id ( )
inlineprivate

Definition at line 3482 of file club_stream.pb.h.

+ Here is the caller graph for this function:

◆ set_has_mention_id()

void bgs::protocol::club::v1::client::StreamMention::set_has_mention_id ( )
inlineprivate

Definition at line 3441 of file club_stream.pb.h.

+ Here is the caller graph for this function:

◆ set_has_message()

void bgs::protocol::club::v1::client::StreamMention::set_has_message ( )
inlineprivate

Definition at line 3523 of file club_stream.pb.h.

+ Here is the caller graph for this function:

◆ set_has_message_id()

void bgs::protocol::club::v1::client::StreamMention::set_has_message_id ( )
inlineprivate

Definition at line 3335 of file club_stream.pb.h.

+ Here is the caller graph for this function:

◆ set_has_stream_id()

void bgs::protocol::club::v1::client::StreamMention::set_has_stream_id ( )
inlineprivate

Definition at line 3311 of file club_stream.pb.h.

+ Here is the caller graph for this function:

◆ set_stream_id()

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

Definition at line 3325 of file club_stream.pb.h.

+ Here is the call graph for this function:

◆ SetCachedSize()

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

◆ SharedCtor()

void bgs::protocol::club::v1::client::StreamMention::SharedCtor ( )
private

◆ SharedDtor()

void bgs::protocol::club::v1::client::StreamMention::SharedDtor ( )
private

◆ stream_id()

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

Definition at line 3321 of file club_stream.pb.h.

◆ Swap()

void bgs::protocol::club::v1::client::StreamMention::Swap ( StreamMention other)

◆ unknown_fields()

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

Definition at line 1058 of file club_stream.pb.h.

Friends And Related Symbol Documentation

◆ protobuf_AddDesc_api_2fclient_2fv1_2fclub_5fstream_2eproto

void TC_PROTO_API protobuf_AddDesc_api_2fclient_2fv1_2fclub_5fstream_2eproto ( )
friend

◆ protobuf_AssignDesc_api_2fclient_2fv1_2fclub_5fstream_2eproto

void protobuf_AssignDesc_api_2fclient_2fv1_2fclub_5fstream_2eproto ( )
friend

◆ protobuf_ShutdownFile_api_2fclient_2fv1_2fclub_5fstream_2eproto

void protobuf_ShutdownFile_api_2fclient_2fv1_2fclub_5fstream_2eproto ( )
friend

Member Data Documentation

◆ _cached_size_

int bgs::protocol::club::v1::client::StreamMention::_cached_size_
mutableprivate

Definition at line 1185 of file club_stream.pb.h.

◆ _has_bits_

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

Definition at line 1184 of file club_stream.pb.h.

◆ _unknown_fields_

::google::protobuf::UnknownFieldSet bgs::protocol::club::v1::client::StreamMention::_unknown_fields_
private

Definition at line 1182 of file club_stream.pb.h.

◆ author_

::bgs::protocol::club::v1::client::MemberDescription* bgs::protocol::club::v1::client::StreamMention::author_
private

Definition at line 1189 of file club_stream.pb.h.

◆ club_id_

::google::protobuf::uint64 bgs::protocol::club::v1::client::StreamMention::club_id_
private

Definition at line 1186 of file club_stream.pb.h.

◆ club_type_

::bgs::protocol::club::v1::UniqueClubType* bgs::protocol::club::v1::client::StreamMention::club_type_
private

Definition at line 1193 of file club_stream.pb.h.

◆ default_instance_

StreamMention* bgs::protocol::club::v1::client::StreamMention::default_instance_
staticprivate

Definition at line 1200 of file club_stream.pb.h.

◆ destroyed_

bool bgs::protocol::club::v1::client::StreamMention::destroyed_
private

Definition at line 1194 of file club_stream.pb.h.

◆ kAuthorFieldNumber

const int bgs::protocol::club::v1::client::StreamMention::kAuthorFieldNumber = 4
static

Definition at line 1112 of file club_stream.pb.h.

◆ kClubIdFieldNumber

const int bgs::protocol::club::v1::client::StreamMention::kClubIdFieldNumber = 1
static

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

◆ kClubTypeFieldNumber

const int bgs::protocol::club::v1::client::StreamMention::kClubTypeFieldNumber = 9
static

Definition at line 1155 of file club_stream.pb.h.

◆ kDestroyedFieldNumber

const int bgs::protocol::club::v1::client::StreamMention::kDestroyedFieldNumber = 5
static

Definition at line 1121 of file club_stream.pb.h.

◆ kMemberIdFieldNumber

const int bgs::protocol::club::v1::client::StreamMention::kMemberIdFieldNumber = 7
static

Definition at line 1137 of file club_stream.pb.h.

◆ kMentionIdFieldNumber

const int bgs::protocol::club::v1::client::StreamMention::kMentionIdFieldNumber = 6
static

Definition at line 1128 of file club_stream.pb.h.

◆ kMessageFieldNumber

const int bgs::protocol::club::v1::client::StreamMention::kMessageFieldNumber = 8
static

Definition at line 1146 of file club_stream.pb.h.

◆ kMessageIdFieldNumber

const int bgs::protocol::club::v1::client::StreamMention::kMessageIdFieldNumber = 3
static

Definition at line 1103 of file club_stream.pb.h.

◆ kStreamIdFieldNumber

const int bgs::protocol::club::v1::client::StreamMention::kStreamIdFieldNumber = 2
static

Definition at line 1096 of file club_stream.pb.h.

◆ member_id_

::bgs::protocol::club::v1::MemberId* bgs::protocol::club::v1::client::StreamMention::member_id_
private

Definition at line 1191 of file club_stream.pb.h.

◆ mention_id_

::bgs::protocol::TimeSeriesId* bgs::protocol::club::v1::client::StreamMention::mention_id_
private

Definition at line 1190 of file club_stream.pb.h.

◆ message_

::bgs::protocol::club::v1::client::StreamMessage* bgs::protocol::club::v1::client::StreamMention::message_
private

Definition at line 1192 of file club_stream.pb.h.

◆ message_id_

::bgs::protocol::MessageId* bgs::protocol::club::v1::client::StreamMention::message_id_
private

Definition at line 1188 of file club_stream.pb.h.

◆ stream_id_

::google::protobuf::uint64 bgs::protocol::club::v1::client::StreamMention::stream_id_
private

Definition at line 1187 of file club_stream.pb.h.


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