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

#include <whisper_service.pb.h>

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

Public Member Functions

 AdvanceClearTimeRequest ()
 
virtual ~AdvanceClearTimeRequest ()
 
 AdvanceClearTimeRequest (const AdvanceClearTimeRequest &from)
 
AdvanceClearTimeRequestoperator= (const AdvanceClearTimeRequest &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (AdvanceClearTimeRequest *other)
 
AdvanceClearTimeRequestNew () 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)
 

Static Public Member Functions

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

Static Public Attributes

static const int kTargetAccountIdFieldNumber = 1
 

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 InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::google::protobuf::uint64 target_account_id_
 

Static Private Attributes

static AdvanceClearTimeRequestdefault_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 697 of file whisper_service.pb.h.

Constructor & Destructor Documentation

◆ AdvanceClearTimeRequest() [1/2]

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

◆ ~AdvanceClearTimeRequest()

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

◆ AdvanceClearTimeRequest() [2/2]

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

Member Function Documentation

◆ clear_has_target_account_id()

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

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

+ Here is the caller graph for this function:

◆ clear_target_account_id()

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

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

+ Here is the call graph for this function:

◆ default_instance()

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

◆ descriptor()

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

◆ GetCachedSize()

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

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

◆ GetMetadata()

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

◆ has_target_account_id()

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

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

◆ InitAsDefaultInstance()

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

◆ mutable_unknown_fields()

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

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

◆ New()

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

◆ operator=()

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

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

◆ set_has_target_account_id()

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

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

+ Here is the caller graph for this function:

◆ set_target_account_id()

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

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

+ Here is the call graph for this function:

◆ SetCachedSize()

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

◆ SharedCtor()

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

◆ SharedDtor()

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

◆ Swap()

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

◆ target_account_id()

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

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

◆ unknown_fields()

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

Definition at line 709 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::AdvanceClearTimeRequest::_cached_size_
mutableprivate

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

◆ _has_bits_

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

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

◆ _unknown_fields_

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

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

◆ default_instance_

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

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

◆ kTargetAccountIdFieldNumber

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

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

◆ target_account_id_

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

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


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