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

#include <club_request.pb.h>

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

Public Member Functions

 GetStreamHistoryResponse ()
 
virtual ~GetStreamHistoryResponse ()
 
 GetStreamHistoryResponse (const GetStreamHistoryResponse &from)
 
GetStreamHistoryResponseoperator= (const GetStreamHistoryResponse &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (GetStreamHistoryResponse *other)
 
GetStreamHistoryResponseNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
int message_size () const
 
void clear_message ()
 
const ::bgs::protocol::club::v1::client::StreamMessagemessage (int index) const
 
inline ::bgs::protocol::club::v1::client::StreamMessagemutable_message (int index)
 
inline ::bgs::protocol::club::v1::client::StreamMessageadd_message ()
 
const ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::client::StreamMessage > & message () const
 
inline ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::client::StreamMessage > * mutable_message ()
 
bool has_continuation () const
 
void clear_continuation ()
 
inline ::google::protobuf::uint64 continuation () const
 
void set_continuation (::google::protobuf::uint64 value)
 

Static Public Member Functions

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

Static Public Attributes

static const int kMessageFieldNumber = 1
 
static const int kContinuationFieldNumber = 2
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_continuation ()
 
void clear_has_continuation ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::client::StreamMessagemessage_
 
::google::protobuf::uint64 continuation_
 

Static Private Attributes

static GetStreamHistoryResponsedefault_instance_
 

Friends

void TC_PROTO_API protobuf_AddDesc_api_2fclient_2fv1_2fclub_5frequest_2eproto ()
 
void protobuf_AssignDesc_api_2fclient_2fv1_2fclub_5frequest_2eproto ()
 
void protobuf_ShutdownFile_api_2fclient_2fv1_2fclub_5frequest_2eproto ()
 

Detailed Description

Definition at line 6541 of file club_request.pb.h.

Constructor & Destructor Documentation

◆ GetStreamHistoryResponse() [1/2]

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

◆ ~GetStreamHistoryResponse()

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

◆ GetStreamHistoryResponse() [2/2]

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

Member Function Documentation

◆ add_message()

bgs::protocol::club::v1::client::StreamMessage * bgs::protocol::club::v1::client::GetStreamHistoryResponse::add_message ( )
inline

Definition at line 14118 of file club_request.pb.h.

◆ clear_continuation()

void bgs::protocol::club::v1::client::GetStreamHistoryResponse::clear_continuation ( )
inline

Definition at line 14143 of file club_request.pb.h.

◆ clear_has_continuation()

void bgs::protocol::club::v1::client::GetStreamHistoryResponse::clear_has_continuation ( )
inlineprivate

Definition at line 14140 of file club_request.pb.h.

◆ clear_message()

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

Definition at line 14107 of file club_request.pb.h.

◆ continuation()

google::protobuf::uint64 bgs::protocol::club::v1::client::GetStreamHistoryResponse::continuation ( ) const
inline

Definition at line 14147 of file club_request.pb.h.

◆ default_instance()

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

◆ descriptor()

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

◆ GetCachedSize()

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

Definition at line 6569 of file club_request.pb.h.

◆ GetMetadata()

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

◆ has_continuation()

bool bgs::protocol::club::v1::client::GetStreamHistoryResponse::has_continuation ( ) const
inline

Definition at line 14134 of file club_request.pb.h.

◆ InitAsDefaultInstance()

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

◆ message() [1/2]

const ::google::protobuf::RepeatedPtrField<::bgs::protocol::club::v1::client::StreamMessage > & bgs::protocol::club::v1::client::GetStreamHistoryResponse::message ( ) const
inline

Definition at line 14123 of file club_request.pb.h.

◆ message() [2/2]

const ::bgs::protocol::club::v1::client::StreamMessage & bgs::protocol::club::v1::client::GetStreamHistoryResponse::message ( int  index) const
inline

Definition at line 14110 of file club_request.pb.h.

◆ message_size()

int bgs::protocol::club::v1::client::GetStreamHistoryResponse::message_size ( ) const
inline

Definition at line 14104 of file club_request.pb.h.

◆ mutable_message() [1/2]

google::protobuf::RepeatedPtrField<::bgs::protocol::club::v1::client::StreamMessage > * bgs::protocol::club::v1::client::GetStreamHistoryResponse::mutable_message ( )
inline

Definition at line 14128 of file club_request.pb.h.

◆ mutable_message() [2/2]

bgs::protocol::club::v1::client::StreamMessage * bgs::protocol::club::v1::client::GetStreamHistoryResponse::mutable_message ( int  index)
inline

Definition at line 14114 of file club_request.pb.h.

◆ mutable_unknown_fields()

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

Definition at line 6557 of file club_request.pb.h.

◆ New()

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

◆ operator=()

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

Definition at line 6548 of file club_request.pb.h.

◆ set_continuation()

void bgs::protocol::club::v1::client::GetStreamHistoryResponse::set_continuation ( ::google::protobuf::uint64  value)
inline

Definition at line 14151 of file club_request.pb.h.

◆ set_has_continuation()

void bgs::protocol::club::v1::client::GetStreamHistoryResponse::set_has_continuation ( )
inlineprivate

Definition at line 14137 of file club_request.pb.h.

◆ SetCachedSize()

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

◆ SharedCtor()

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

◆ SharedDtor()

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

◆ Swap()

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

◆ unknown_fields()

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

Definition at line 6553 of file club_request.pb.h.

Friends And Related Symbol Documentation

◆ protobuf_AddDesc_api_2fclient_2fv1_2fclub_5frequest_2eproto

void TC_PROTO_API protobuf_AddDesc_api_2fclient_2fv1_2fclub_5frequest_2eproto ( )
friend

◆ protobuf_AssignDesc_api_2fclient_2fv1_2fclub_5frequest_2eproto

void protobuf_AssignDesc_api_2fclient_2fv1_2fclub_5frequest_2eproto ( )
friend

◆ protobuf_ShutdownFile_api_2fclient_2fv1_2fclub_5frequest_2eproto

void protobuf_ShutdownFile_api_2fclient_2fv1_2fclub_5frequest_2eproto ( )
friend

Member Data Documentation

◆ _cached_size_

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

Definition at line 6608 of file club_request.pb.h.

◆ _has_bits_

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

Definition at line 6607 of file club_request.pb.h.

◆ _unknown_fields_

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

Definition at line 6605 of file club_request.pb.h.

◆ continuation_

::google::protobuf::uint64 bgs::protocol::club::v1::client::GetStreamHistoryResponse::continuation_
private

Definition at line 6610 of file club_request.pb.h.

◆ default_instance_

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

Definition at line 6616 of file club_request.pb.h.

◆ kContinuationFieldNumber

const int bgs::protocol::club::v1::client::GetStreamHistoryResponse::kContinuationFieldNumber = 2
static

Definition at line 6596 of file club_request.pb.h.

◆ kMessageFieldNumber

const int bgs::protocol::club::v1::client::GetStreamHistoryResponse::kMessageFieldNumber = 1
static

Definition at line 6584 of file club_request.pb.h.

◆ message_

::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::client::StreamMessage > bgs::protocol::club::v1::client::GetStreamHistoryResponse::message_
private

Definition at line 6609 of file club_request.pb.h.


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