TrinityCore
bgs::protocol::authentication::v1::LogonQueueUpdateRequest Class Reference

#include <authentication_service.pb.h>

+ Inheritance diagram for bgs::protocol::authentication::v1::LogonQueueUpdateRequest:

Public Member Functions

 LogonQueueUpdateRequest ()
 
virtual ~LogonQueueUpdateRequest ()
 
 LogonQueueUpdateRequest (const LogonQueueUpdateRequest &from)
 
LogonQueueUpdateRequestoperator= (const LogonQueueUpdateRequest &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (LogonQueueUpdateRequest *other)
 
LogonQueueUpdateRequestNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_position () const
 
void clear_position ()
 
inline ::google::protobuf::uint32 position () const
 
void set_position (::google::protobuf::uint32 value)
 
bool has_estimated_time () const
 
void clear_estimated_time ()
 
inline ::google::protobuf::uint64 estimated_time () const
 
void set_estimated_time (::google::protobuf::uint64 value)
 
bool has_eta_deviation_in_sec () const
 
void clear_eta_deviation_in_sec ()
 
inline ::google::protobuf::uint64 eta_deviation_in_sec () const
 
void set_eta_deviation_in_sec (::google::protobuf::uint64 value)
 

Static Public Member Functions

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

Static Public Attributes

static const int kPositionFieldNumber = 1
 
static const int kEstimatedTimeFieldNumber = 2
 
static const int kEtaDeviationInSecFieldNumber = 3
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_position ()
 
void clear_has_position ()
 
void set_has_estimated_time ()
 
void clear_has_estimated_time ()
 
void set_has_eta_deviation_in_sec ()
 
void clear_has_eta_deviation_in_sec ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::google::protobuf::uint64 estimated_time_
 
::google::protobuf::uint64 eta_deviation_in_sec_
 
::google::protobuf::uint32 position_
 

Static Private Attributes

static LogonQueueUpdateRequestdefault_instance_
 

Friends

void TC_PROTO_API protobuf_AddDesc_authentication_5fservice_2eproto ()
 
void protobuf_AssignDesc_authentication_5fservice_2eproto ()
 
void protobuf_ShutdownFile_authentication_5fservice_2eproto ()
 

Detailed Description

Definition at line 559 of file authentication_service.pb.h.

Constructor & Destructor Documentation

◆ LogonQueueUpdateRequest() [1/2]

bgs::protocol::authentication::v1::LogonQueueUpdateRequest::LogonQueueUpdateRequest ( )

◆ ~LogonQueueUpdateRequest()

virtual bgs::protocol::authentication::v1::LogonQueueUpdateRequest::~LogonQueueUpdateRequest ( )
virtual

◆ LogonQueueUpdateRequest() [2/2]

bgs::protocol::authentication::v1::LogonQueueUpdateRequest::LogonQueueUpdateRequest ( const LogonQueueUpdateRequest from)

Member Function Documentation

◆ clear_estimated_time()

void bgs::protocol::authentication::v1::LogonQueueUpdateRequest::clear_estimated_time ( )
inline

Definition at line 2618 of file authentication_service.pb.h.

+ Here is the call graph for this function:

◆ clear_eta_deviation_in_sec()

void bgs::protocol::authentication::v1::LogonQueueUpdateRequest::clear_eta_deviation_in_sec ( )
inline

Definition at line 2642 of file authentication_service.pb.h.

+ Here is the call graph for this function:

◆ clear_has_estimated_time()

void bgs::protocol::authentication::v1::LogonQueueUpdateRequest::clear_has_estimated_time ( )
inlineprivate

Definition at line 2615 of file authentication_service.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_eta_deviation_in_sec()

void bgs::protocol::authentication::v1::LogonQueueUpdateRequest::clear_has_eta_deviation_in_sec ( )
inlineprivate

Definition at line 2639 of file authentication_service.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_position()

void bgs::protocol::authentication::v1::LogonQueueUpdateRequest::clear_has_position ( )
inlineprivate

Definition at line 2591 of file authentication_service.pb.h.

+ Here is the caller graph for this function:

◆ clear_position()

void bgs::protocol::authentication::v1::LogonQueueUpdateRequest::clear_position ( )
inline

Definition at line 2594 of file authentication_service.pb.h.

+ Here is the call graph for this function:

◆ default_instance()

static const LogonQueueUpdateRequest & bgs::protocol::authentication::v1::LogonQueueUpdateRequest::default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor * bgs::protocol::authentication::v1::LogonQueueUpdateRequest::descriptor ( )
static

◆ estimated_time()

google::protobuf::uint64 bgs::protocol::authentication::v1::LogonQueueUpdateRequest::estimated_time ( ) const
inline

Definition at line 2622 of file authentication_service.pb.h.

◆ eta_deviation_in_sec()

google::protobuf::uint64 bgs::protocol::authentication::v1::LogonQueueUpdateRequest::eta_deviation_in_sec ( ) const
inline

Definition at line 2646 of file authentication_service.pb.h.

◆ GetCachedSize()

int bgs::protocol::authentication::v1::LogonQueueUpdateRequest::GetCachedSize ( ) const
inline

Definition at line 587 of file authentication_service.pb.h.

◆ GetMetadata()

::google::protobuf::Metadata bgs::protocol::authentication::v1::LogonQueueUpdateRequest::GetMetadata ( ) const

◆ has_estimated_time()

bool bgs::protocol::authentication::v1::LogonQueueUpdateRequest::has_estimated_time ( ) const
inline

Definition at line 2609 of file authentication_service.pb.h.

◆ has_eta_deviation_in_sec()

bool bgs::protocol::authentication::v1::LogonQueueUpdateRequest::has_eta_deviation_in_sec ( ) const
inline

Definition at line 2633 of file authentication_service.pb.h.

◆ has_position()

bool bgs::protocol::authentication::v1::LogonQueueUpdateRequest::has_position ( ) const
inline

Definition at line 2585 of file authentication_service.pb.h.

◆ InitAsDefaultInstance()

void bgs::protocol::authentication::v1::LogonQueueUpdateRequest::InitAsDefaultInstance ( )
private

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet * bgs::protocol::authentication::v1::LogonQueueUpdateRequest::mutable_unknown_fields ( )
inline

Definition at line 575 of file authentication_service.pb.h.

◆ New()

LogonQueueUpdateRequest * bgs::protocol::authentication::v1::LogonQueueUpdateRequest::New ( ) const

◆ operator=()

LogonQueueUpdateRequest & bgs::protocol::authentication::v1::LogonQueueUpdateRequest::operator= ( const LogonQueueUpdateRequest from)
inline

Definition at line 566 of file authentication_service.pb.h.

◆ position()

google::protobuf::uint32 bgs::protocol::authentication::v1::LogonQueueUpdateRequest::position ( ) const
inline

Definition at line 2598 of file authentication_service.pb.h.

◆ set_estimated_time()

void bgs::protocol::authentication::v1::LogonQueueUpdateRequest::set_estimated_time ( ::google::protobuf::uint64  value)
inline

Definition at line 2626 of file authentication_service.pb.h.

+ Here is the call graph for this function:

◆ set_eta_deviation_in_sec()

void bgs::protocol::authentication::v1::LogonQueueUpdateRequest::set_eta_deviation_in_sec ( ::google::protobuf::uint64  value)
inline

Definition at line 2650 of file authentication_service.pb.h.

+ Here is the call graph for this function:

◆ set_has_estimated_time()

void bgs::protocol::authentication::v1::LogonQueueUpdateRequest::set_has_estimated_time ( )
inlineprivate

Definition at line 2612 of file authentication_service.pb.h.

+ Here is the caller graph for this function:

◆ set_has_eta_deviation_in_sec()

void bgs::protocol::authentication::v1::LogonQueueUpdateRequest::set_has_eta_deviation_in_sec ( )
inlineprivate

Definition at line 2636 of file authentication_service.pb.h.

+ Here is the caller graph for this function:

◆ set_has_position()

void bgs::protocol::authentication::v1::LogonQueueUpdateRequest::set_has_position ( )
inlineprivate

Definition at line 2588 of file authentication_service.pb.h.

+ Here is the caller graph for this function:

◆ set_position()

void bgs::protocol::authentication::v1::LogonQueueUpdateRequest::set_position ( ::google::protobuf::uint32  value)
inline

Definition at line 2602 of file authentication_service.pb.h.

+ Here is the call graph for this function:

◆ SetCachedSize()

void bgs::protocol::authentication::v1::LogonQueueUpdateRequest::SetCachedSize ( int  size) const
private

◆ SharedCtor()

void bgs::protocol::authentication::v1::LogonQueueUpdateRequest::SharedCtor ( )
private

◆ SharedDtor()

void bgs::protocol::authentication::v1::LogonQueueUpdateRequest::SharedDtor ( )
private

◆ Swap()

void bgs::protocol::authentication::v1::LogonQueueUpdateRequest::Swap ( LogonQueueUpdateRequest other)

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & bgs::protocol::authentication::v1::LogonQueueUpdateRequest::unknown_fields ( ) const
inline

Definition at line 571 of file authentication_service.pb.h.

Friends And Related Function Documentation

◆ protobuf_AddDesc_authentication_5fservice_2eproto

void TC_PROTO_API protobuf_AddDesc_authentication_5fservice_2eproto ( )
friend

◆ protobuf_AssignDesc_authentication_5fservice_2eproto

void protobuf_AssignDesc_authentication_5fservice_2eproto ( )
friend

◆ protobuf_ShutdownFile_authentication_5fservice_2eproto

void protobuf_ShutdownFile_authentication_5fservice_2eproto ( )
friend

Member Data Documentation

◆ _cached_size_

int bgs::protocol::authentication::v1::LogonQueueUpdateRequest::_cached_size_
mutableprivate

Definition at line 632 of file authentication_service.pb.h.

◆ _has_bits_

::google::protobuf::uint32 bgs::protocol::authentication::v1::LogonQueueUpdateRequest::_has_bits_[1]
private

Definition at line 631 of file authentication_service.pb.h.

◆ _unknown_fields_

::google::protobuf::UnknownFieldSet bgs::protocol::authentication::v1::LogonQueueUpdateRequest::_unknown_fields_
private

Definition at line 629 of file authentication_service.pb.h.

◆ default_instance_

LogonQueueUpdateRequest* bgs::protocol::authentication::v1::LogonQueueUpdateRequest::default_instance_
staticprivate

Definition at line 641 of file authentication_service.pb.h.

◆ estimated_time_

::google::protobuf::uint64 bgs::protocol::authentication::v1::LogonQueueUpdateRequest::estimated_time_
private

Definition at line 633 of file authentication_service.pb.h.

◆ eta_deviation_in_sec_

::google::protobuf::uint64 bgs::protocol::authentication::v1::LogonQueueUpdateRequest::eta_deviation_in_sec_
private

Definition at line 634 of file authentication_service.pb.h.

◆ kEstimatedTimeFieldNumber

const int bgs::protocol::authentication::v1::LogonQueueUpdateRequest::kEstimatedTimeFieldNumber = 2
static

Definition at line 609 of file authentication_service.pb.h.

◆ kEtaDeviationInSecFieldNumber

const int bgs::protocol::authentication::v1::LogonQueueUpdateRequest::kEtaDeviationInSecFieldNumber = 3
static

Definition at line 616 of file authentication_service.pb.h.

◆ kPositionFieldNumber

const int bgs::protocol::authentication::v1::LogonQueueUpdateRequest::kPositionFieldNumber = 1
static

Definition at line 602 of file authentication_service.pb.h.

◆ position_

::google::protobuf::uint32 bgs::protocol::authentication::v1::LogonQueueUpdateRequest::position_
private

Definition at line 635 of file authentication_service.pb.h.


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