TrinityCore
Loading...
Searching...
No Matches
bgs::protocol::whisper::v2::client::GetWhisperHistoryRequest Class Reference

#include <whisper_service.pb.h>

+ Inheritance diagram for bgs::protocol::whisper::v2::client::GetWhisperHistoryRequest:

Public Member Functions

 GetWhisperHistoryRequest ()
 
virtual ~GetWhisperHistoryRequest ()
 
 GetWhisperHistoryRequest (const GetWhisperHistoryRequest &from)
 
GetWhisperHistoryRequestoperator= (const GetWhisperHistoryRequest &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (GetWhisperHistoryRequest *other)
 
GetWhisperHistoryRequestNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_target_account_id () const
 
void clear_target_account_id ()
 
inline ::google::protobuf::uint64 target_account_id () const
 
void set_target_account_id (::google::protobuf::uint64 value)
 
bool has_options () const
 
void clear_options ()
 
const ::bgs::protocol::GetEventOptionsoptions () const
 
inline ::bgs::protocol::GetEventOptionsmutable_options ()
 
inline ::bgs::protocol::GetEventOptionsrelease_options ()
 
void set_allocated_options (::bgs::protocol::GetEventOptions *options)
 
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 GetWhisperHistoryRequestdefault_instance ()
 

Static Public Attributes

static const int kTargetAccountIdFieldNumber = 1
 
static const int kOptionsFieldNumber = 2
 
static const int kContinuationFieldNumber = 4
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_target_account_id ()
 
void clear_has_target_account_id ()
 
void set_has_options ()
 
void clear_has_options ()
 
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::uint64 target_account_id_
 
::bgs::protocol::GetEventOptionsoptions_
 
::google::protobuf::uint64 continuation_
 

Static Private Attributes

static GetWhisperHistoryRequestdefault_instance_
 

Friends

void TC_PROTO_API protobuf_AddDesc_api_2fclient_2fv2_2fwhisper_5fservice_2eproto ()
 
void protobuf_AssignDesc_api_2fclient_2fv2_2fwhisper_5fservice_2eproto ()
 
void protobuf_ShutdownFile_api_2fclient_2fv2_2fwhisper_5fservice_2eproto ()
 

Detailed Description

Definition at line 242 of file whisper_service.pb.h.

Constructor & Destructor Documentation

◆ GetWhisperHistoryRequest() [1/2]

bgs::protocol::whisper::v2::client::GetWhisperHistoryRequest::GetWhisperHistoryRequest ( )

◆ ~GetWhisperHistoryRequest()

virtual bgs::protocol::whisper::v2::client::GetWhisperHistoryRequest::~GetWhisperHistoryRequest ( )
virtual

◆ GetWhisperHistoryRequest() [2/2]

bgs::protocol::whisper::v2::client::GetWhisperHistoryRequest::GetWhisperHistoryRequest ( const GetWhisperHistoryRequest from)

Member Function Documentation

◆ clear_continuation()

void bgs::protocol::whisper::v2::client::GetWhisperHistoryRequest::clear_continuation ( )
inline

Definition at line 924 of file whisper_service.pb.h.

+ Here is the call graph for this function:

◆ clear_has_continuation()

void bgs::protocol::whisper::v2::client::GetWhisperHistoryRequest::clear_has_continuation ( )
inlineprivate

Definition at line 921 of file whisper_service.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_options()

void bgs::protocol::whisper::v2::client::GetWhisperHistoryRequest::clear_has_options ( )
inlineprivate

Definition at line 880 of file whisper_service.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_target_account_id()

void bgs::protocol::whisper::v2::client::GetWhisperHistoryRequest::clear_has_target_account_id ( )
inlineprivate

Definition at line 856 of file whisper_service.pb.h.

+ Here is the caller graph for this function:

◆ clear_options()

void bgs::protocol::whisper::v2::client::GetWhisperHistoryRequest::clear_options ( )
inline

Definition at line 883 of file whisper_service.pb.h.

+ Here is the call graph for this function:

◆ clear_target_account_id()

void bgs::protocol::whisper::v2::client::GetWhisperHistoryRequest::clear_target_account_id ( )
inline

Definition at line 859 of file whisper_service.pb.h.

+ Here is the call graph for this function:

◆ continuation()

google::protobuf::uint64 bgs::protocol::whisper::v2::client::GetWhisperHistoryRequest::continuation ( ) const
inline

Definition at line 928 of file whisper_service.pb.h.

◆ default_instance()

static const GetWhisperHistoryRequest & bgs::protocol::whisper::v2::client::GetWhisperHistoryRequest::default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor * bgs::protocol::whisper::v2::client::GetWhisperHistoryRequest::descriptor ( )
static

◆ GetCachedSize()

int bgs::protocol::whisper::v2::client::GetWhisperHistoryRequest::GetCachedSize ( ) const
inline

Definition at line 270 of file whisper_service.pb.h.

◆ GetMetadata()

::google::protobuf::Metadata bgs::protocol::whisper::v2::client::GetWhisperHistoryRequest::GetMetadata ( ) const

◆ has_continuation()

bool bgs::protocol::whisper::v2::client::GetWhisperHistoryRequest::has_continuation ( ) const
inline

Definition at line 915 of file whisper_service.pb.h.

◆ has_options()

bool bgs::protocol::whisper::v2::client::GetWhisperHistoryRequest::has_options ( ) const
inline

Definition at line 874 of file whisper_service.pb.h.

◆ has_target_account_id()

bool bgs::protocol::whisper::v2::client::GetWhisperHistoryRequest::has_target_account_id ( ) const
inline

Definition at line 850 of file whisper_service.pb.h.

◆ InitAsDefaultInstance()

void bgs::protocol::whisper::v2::client::GetWhisperHistoryRequest::InitAsDefaultInstance ( )
private

◆ mutable_options()

bgs::protocol::GetEventOptions * bgs::protocol::whisper::v2::client::GetWhisperHistoryRequest::mutable_options ( )
inline

Definition at line 891 of file whisper_service.pb.h.

+ Here is the call graph for this function:

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet * bgs::protocol::whisper::v2::client::GetWhisperHistoryRequest::mutable_unknown_fields ( )
inline

Definition at line 258 of file whisper_service.pb.h.

◆ New()

GetWhisperHistoryRequest * bgs::protocol::whisper::v2::client::GetWhisperHistoryRequest::New ( ) const

◆ operator=()

GetWhisperHistoryRequest & bgs::protocol::whisper::v2::client::GetWhisperHistoryRequest::operator= ( const GetWhisperHistoryRequest from)
inline

Definition at line 249 of file whisper_service.pb.h.

◆ options()

const ::bgs::protocol::GetEventOptions & bgs::protocol::whisper::v2::client::GetWhisperHistoryRequest::options ( ) const
inline

Definition at line 887 of file whisper_service.pb.h.

+ Here is the caller graph for this function:

◆ release_options()

bgs::protocol::GetEventOptions * bgs::protocol::whisper::v2::client::GetWhisperHistoryRequest::release_options ( )
inline

Definition at line 897 of file whisper_service.pb.h.

+ Here is the call graph for this function:

◆ set_allocated_options()

void bgs::protocol::whisper::v2::client::GetWhisperHistoryRequest::set_allocated_options ( ::bgs::protocol::GetEventOptions options)
inline

Definition at line 903 of file whisper_service.pb.h.

+ Here is the call graph for this function:

◆ set_continuation()

void bgs::protocol::whisper::v2::client::GetWhisperHistoryRequest::set_continuation ( ::google::protobuf::uint64  value)
inline

Definition at line 932 of file whisper_service.pb.h.

+ Here is the call graph for this function:

◆ set_has_continuation()

void bgs::protocol::whisper::v2::client::GetWhisperHistoryRequest::set_has_continuation ( )
inlineprivate

Definition at line 918 of file whisper_service.pb.h.

+ Here is the caller graph for this function:

◆ set_has_options()

void bgs::protocol::whisper::v2::client::GetWhisperHistoryRequest::set_has_options ( )
inlineprivate

Definition at line 877 of file whisper_service.pb.h.

+ Here is the caller graph for this function:

◆ set_has_target_account_id()

void bgs::protocol::whisper::v2::client::GetWhisperHistoryRequest::set_has_target_account_id ( )
inlineprivate

Definition at line 853 of file whisper_service.pb.h.

+ Here is the caller graph for this function:

◆ set_target_account_id()

void bgs::protocol::whisper::v2::client::GetWhisperHistoryRequest::set_target_account_id ( ::google::protobuf::uint64  value)
inline

Definition at line 867 of file whisper_service.pb.h.

+ Here is the call graph for this function:

◆ SetCachedSize()

void bgs::protocol::whisper::v2::client::GetWhisperHistoryRequest::SetCachedSize ( int  size) const
private

◆ SharedCtor()

void bgs::protocol::whisper::v2::client::GetWhisperHistoryRequest::SharedCtor ( )
private

◆ SharedDtor()

void bgs::protocol::whisper::v2::client::GetWhisperHistoryRequest::SharedDtor ( )
private

◆ Swap()

void bgs::protocol::whisper::v2::client::GetWhisperHistoryRequest::Swap ( GetWhisperHistoryRequest other)

◆ target_account_id()

google::protobuf::uint64 bgs::protocol::whisper::v2::client::GetWhisperHistoryRequest::target_account_id ( ) const
inline

Definition at line 863 of file whisper_service.pb.h.

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & bgs::protocol::whisper::v2::client::GetWhisperHistoryRequest::unknown_fields ( ) const
inline

Definition at line 254 of file whisper_service.pb.h.

Friends And Related Symbol Documentation

◆ protobuf_AddDesc_api_2fclient_2fv2_2fwhisper_5fservice_2eproto

void TC_PROTO_API protobuf_AddDesc_api_2fclient_2fv2_2fwhisper_5fservice_2eproto ( )
friend

◆ protobuf_AssignDesc_api_2fclient_2fv2_2fwhisper_5fservice_2eproto

void protobuf_AssignDesc_api_2fclient_2fv2_2fwhisper_5fservice_2eproto ( )
friend

◆ protobuf_ShutdownFile_api_2fclient_2fv2_2fwhisper_5fservice_2eproto

void protobuf_ShutdownFile_api_2fclient_2fv2_2fwhisper_5fservice_2eproto ( )
friend

Member Data Documentation

◆ _cached_size_

int bgs::protocol::whisper::v2::client::GetWhisperHistoryRequest::_cached_size_
mutableprivate

Definition at line 317 of file whisper_service.pb.h.

◆ _has_bits_

::google::protobuf::uint32 bgs::protocol::whisper::v2::client::GetWhisperHistoryRequest::_has_bits_[1]
private

Definition at line 316 of file whisper_service.pb.h.

◆ _unknown_fields_

::google::protobuf::UnknownFieldSet bgs::protocol::whisper::v2::client::GetWhisperHistoryRequest::_unknown_fields_
private

Definition at line 314 of file whisper_service.pb.h.

◆ continuation_

::google::protobuf::uint64 bgs::protocol::whisper::v2::client::GetWhisperHistoryRequest::continuation_
private

Definition at line 320 of file whisper_service.pb.h.

◆ default_instance_

GetWhisperHistoryRequest* bgs::protocol::whisper::v2::client::GetWhisperHistoryRequest::default_instance_
staticprivate

Definition at line 326 of file whisper_service.pb.h.

◆ kContinuationFieldNumber

const int bgs::protocol::whisper::v2::client::GetWhisperHistoryRequest::kContinuationFieldNumber = 4
static

Definition at line 301 of file whisper_service.pb.h.

◆ kOptionsFieldNumber

const int bgs::protocol::whisper::v2::client::GetWhisperHistoryRequest::kOptionsFieldNumber = 2
static

Definition at line 292 of file whisper_service.pb.h.

◆ kTargetAccountIdFieldNumber

const int bgs::protocol::whisper::v2::client::GetWhisperHistoryRequest::kTargetAccountIdFieldNumber = 1
static

Definition at line 285 of file whisper_service.pb.h.

◆ options_

::bgs::protocol::GetEventOptions* bgs::protocol::whisper::v2::client::GetWhisperHistoryRequest::options_
private

Definition at line 319 of file whisper_service.pb.h.

◆ target_account_id_

::google::protobuf::uint64 bgs::protocol::whisper::v2::client::GetWhisperHistoryRequest::target_account_id_
private

Definition at line 318 of file whisper_service.pb.h.


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