TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
bgs::protocol::authentication::v1::LogonQueueUpdateRequest Class Reference

#include <authentication_service.pb.h>

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
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const LogonQueueUpdateRequest &from)
 
void MergeFrom (const LogonQueueUpdateRequest &from)
 
void Clear ()
 
bool IsInitialized () const
 
int ByteSize () const
 
bool MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input)
 
void SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const
 
::google::protobuf::uint8SerializeWithCachedSizesToArray (::google::protobuf::uint8 *output) 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)
 
- Public Member Functions inherited from google::protobuf::Message
 Message ()
 
virtual ~Message ()
 
virtual void CopyFrom (const Message &from)
 
virtual void MergeFrom (const Message &from)
 
void CheckInitialized () const
 
void FindInitializationErrors (vector< string > *errors) const
 
string InitializationErrorString () const
 
virtual void DiscardUnknownFields ()
 
virtual int SpaceUsed () const
 
string DebugString () const
 
string ShortDebugString () const
 
string Utf8DebugString () const
 
void PrintDebugString () const
 
bool ParseFromFileDescriptor (int file_descriptor)
 
bool ParsePartialFromFileDescriptor (int file_descriptor)
 
bool ParseFromIstream (istream *input)
 
bool ParsePartialFromIstream (istream *input)
 
bool SerializeToFileDescriptor (int file_descriptor) const
 
bool SerializePartialToFileDescriptor (int file_descriptor) const
 
bool SerializeToOstream (ostream *output) const
 
bool SerializePartialToOstream (ostream *output) const
 
virtual string GetTypeName () const
 
virtual void CheckTypeAndMergeFrom (const MessageLite &other)
 
virtual bool MergePartialFromCodedStream (io::CodedInputStream *input)
 
virtual void SerializeWithCachedSizes (io::CodedOutputStream *output) const
 
const DescriptorGetDescriptor () const
 
virtual const ReflectionGetReflection () const
 
- Public Member Functions inherited from google::protobuf::MessageLite
 MessageLite ()
 
virtual ~MessageLite ()
 
bool ParseFromCodedStream (io::CodedInputStream *input)
 
bool ParsePartialFromCodedStream (io::CodedInputStream *input)
 
bool ParseFromZeroCopyStream (io::ZeroCopyInputStream *input)
 
bool ParsePartialFromZeroCopyStream (io::ZeroCopyInputStream *input)
 
bool ParseFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size)
 
bool ParsePartialFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size)
 
bool ParseFromString (const string &data)
 
bool ParsePartialFromString (const string &data)
 
bool ParseFromArray (const void *data, int size)
 
bool ParsePartialFromArray (const void *data, int size)
 
bool MergeFromCodedStream (io::CodedInputStream *input)
 
bool SerializeToCodedStream (io::CodedOutputStream *output) const
 
bool SerializePartialToCodedStream (io::CodedOutputStream *output) const
 
bool SerializeToZeroCopyStream (io::ZeroCopyOutputStream *output) const
 
bool SerializePartialToZeroCopyStream (io::ZeroCopyOutputStream *output) const
 
bool SerializeToString (string *output) const
 
bool SerializePartialToString (string *output) const
 
bool SerializeToArray (void *data, int size) const
 
bool SerializePartialToArray (void *data, int size) const
 
string SerializeAsString () const
 
string SerializePartialAsString () const
 
bool AppendToString (string *output) const
 
bool AppendPartialToString (string *output) const
 
virtual uint8SerializeWithCachedSizesToArray (uint8 *target) const
 

Static Public Member Functions

static const
::google::protobuf::Descriptor
descriptor ()
 
static const
LogonQueueUpdateRequest
default_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_SHARED_API protobuf_AddDesc_authentication_5fservice_2eproto ()
 
void protobuf_AssignDesc_authentication_5fservice_2eproto ()
 
void protobuf_ShutdownFile_authentication_5fservice_2eproto ()
 

Additional Inherited Members

- Public Types inherited from google::protobuf::Message
typedef
google::protobuf::Reflection 
Reflection
 

Constructor & Destructor Documentation

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

Member Function Documentation

int bgs::protocol::authentication::v1::LogonQueueUpdateRequest::ByteSize ( ) const
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::authentication::v1::LogonQueueUpdateRequest::Clear ( )
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::authentication::v1::LogonQueueUpdateRequest::clear_estimated_time ( )
inline
4028  {
4031 }
::google::protobuf::uint64 estimated_time_
Definition: authentication_service.pb.h:1139
#define GOOGLE_ULONGLONG(x)
Definition: common.h:193
void clear_has_estimated_time()
Definition: authentication_service.pb.h:4025

+ Here is the call graph for this function:

void bgs::protocol::authentication::v1::LogonQueueUpdateRequest::clear_eta_deviation_in_sec ( )
inline
4052  {
4055 }
::google::protobuf::uint64 eta_deviation_in_sec_
Definition: authentication_service.pb.h:1140
void clear_has_eta_deviation_in_sec()
Definition: authentication_service.pb.h:4049
#define GOOGLE_ULONGLONG(x)
Definition: common.h:193

+ Here is the call graph for this function:

void bgs::protocol::authentication::v1::LogonQueueUpdateRequest::clear_has_estimated_time ( )
inlineprivate
4025  {
4026  _has_bits_[0] &= ~0x00000002u;
4027 }
::google::protobuf::uint32 _has_bits_[1]
Definition: authentication_service.pb.h:1137

+ Here is the caller graph for this function:

void bgs::protocol::authentication::v1::LogonQueueUpdateRequest::clear_has_eta_deviation_in_sec ( )
inlineprivate
4049  {
4050  _has_bits_[0] &= ~0x00000004u;
4051 }
::google::protobuf::uint32 _has_bits_[1]
Definition: authentication_service.pb.h:1137

+ Here is the caller graph for this function:

void bgs::protocol::authentication::v1::LogonQueueUpdateRequest::clear_has_position ( )
inlineprivate
4001  {
4002  _has_bits_[0] &= ~0x00000001u;
4003 }
::google::protobuf::uint32 _has_bits_[1]
Definition: authentication_service.pb.h:1137

+ Here is the caller graph for this function:

void bgs::protocol::authentication::v1::LogonQueueUpdateRequest::clear_position ( )
inline
4004  {
4005  position_ = 0u;
4007 }
void clear_has_position()
Definition: authentication_service.pb.h:4001
::google::protobuf::uint32 position_
Definition: authentication_service.pb.h:1141

+ Here is the call graph for this function:

void bgs::protocol::authentication::v1::LogonQueueUpdateRequest::CopyFrom ( const ::google::protobuf::Message from)
void bgs::protocol::authentication::v1::LogonQueueUpdateRequest::CopyFrom ( const LogonQueueUpdateRequest from)
static const LogonQueueUpdateRequest& bgs::protocol::authentication::v1::LogonQueueUpdateRequest::default_instance ( )
static
static const ::google::protobuf::Descriptor* bgs::protocol::authentication::v1::LogonQueueUpdateRequest::descriptor ( )
static
google::protobuf::uint64 bgs::protocol::authentication::v1::LogonQueueUpdateRequest::estimated_time ( ) const
inline
4032  {
4033  // @@protoc_insertion_point(field_get:bgs.protocol.authentication.v1.LogonQueueUpdateRequest.estimated_time)
4034  return estimated_time_;
4035 }
::google::protobuf::uint64 estimated_time_
Definition: authentication_service.pb.h:1139
google::protobuf::uint64 bgs::protocol::authentication::v1::LogonQueueUpdateRequest::eta_deviation_in_sec ( ) const
inline
4056  {
4057  // @@protoc_insertion_point(field_get:bgs.protocol.authentication.v1.LogonQueueUpdateRequest.eta_deviation_in_sec)
4058  return eta_deviation_in_sec_;
4059 }
::google::protobuf::uint64 eta_deviation_in_sec_
Definition: authentication_service.pb.h:1140
int bgs::protocol::authentication::v1::LogonQueueUpdateRequest::GetCachedSize ( ) const
inlinevirtual

Implements google::protobuf::MessageLite.

1093 { return _cached_size_; }
int _cached_size_
Definition: authentication_service.pb.h:1138
::google::protobuf::Metadata bgs::protocol::authentication::v1::LogonQueueUpdateRequest::GetMetadata ( ) const
virtual
bool bgs::protocol::authentication::v1::LogonQueueUpdateRequest::has_estimated_time ( ) const
inline
4019  {
4020  return (_has_bits_[0] & 0x00000002u) != 0;
4021 }
::google::protobuf::uint32 _has_bits_[1]
Definition: authentication_service.pb.h:1137
bool bgs::protocol::authentication::v1::LogonQueueUpdateRequest::has_eta_deviation_in_sec ( ) const
inline
4043  {
4044  return (_has_bits_[0] & 0x00000004u) != 0;
4045 }
::google::protobuf::uint32 _has_bits_[1]
Definition: authentication_service.pb.h:1137
bool bgs::protocol::authentication::v1::LogonQueueUpdateRequest::has_position ( ) const
inline
3995  {
3996  return (_has_bits_[0] & 0x00000001u) != 0;
3997 }
::google::protobuf::uint32 _has_bits_[1]
Definition: authentication_service.pb.h:1137
void bgs::protocol::authentication::v1::LogonQueueUpdateRequest::InitAsDefaultInstance ( )
private
bool bgs::protocol::authentication::v1::LogonQueueUpdateRequest::IsInitialized ( ) const
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::authentication::v1::LogonQueueUpdateRequest::MergeFrom ( const ::google::protobuf::Message from)
void bgs::protocol::authentication::v1::LogonQueueUpdateRequest::MergeFrom ( const LogonQueueUpdateRequest from)
bool bgs::protocol::authentication::v1::LogonQueueUpdateRequest::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream input)
inline ::google::protobuf::UnknownFieldSet* bgs::protocol::authentication::v1::LogonQueueUpdateRequest::mutable_unknown_fields ( )
inline
1068  {
1069  return &_unknown_fields_;
1070  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: authentication_service.pb.h:1135
LogonQueueUpdateRequest* bgs::protocol::authentication::v1::LogonQueueUpdateRequest::New ( ) const
virtual
LogonQueueUpdateRequest& bgs::protocol::authentication::v1::LogonQueueUpdateRequest::operator= ( const LogonQueueUpdateRequest from)
inline
1059  {
1060  CopyFrom(from);
1061  return *this;
1062  }
void CopyFrom(const ::google::protobuf::Message &from)
google::protobuf::uint32 bgs::protocol::authentication::v1::LogonQueueUpdateRequest::position ( ) const
inline
4008  {
4009  // @@protoc_insertion_point(field_get:bgs.protocol.authentication.v1.LogonQueueUpdateRequest.position)
4010  return position_;
4011 }
::google::protobuf::uint32 position_
Definition: authentication_service.pb.h:1141
void bgs::protocol::authentication::v1::LogonQueueUpdateRequest::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream output) const
::google::protobuf::uint8* bgs::protocol::authentication::v1::LogonQueueUpdateRequest::SerializeWithCachedSizesToArray ( ::google::protobuf::uint8 output) const
void bgs::protocol::authentication::v1::LogonQueueUpdateRequest::set_estimated_time ( ::google::protobuf::uint64  value)
inline
4036  {
4039  // @@protoc_insertion_point(field_set:bgs.protocol.authentication.v1.LogonQueueUpdateRequest.estimated_time)
4040 }
void set_has_estimated_time()
Definition: authentication_service.pb.h:4022
::google::protobuf::uint64 estimated_time_
Definition: authentication_service.pb.h:1139
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::authentication::v1::LogonQueueUpdateRequest::set_eta_deviation_in_sec ( ::google::protobuf::uint64  value)
inline
4060  {
4063  // @@protoc_insertion_point(field_set:bgs.protocol.authentication.v1.LogonQueueUpdateRequest.eta_deviation_in_sec)
4064 }
::google::protobuf::uint64 eta_deviation_in_sec_
Definition: authentication_service.pb.h:1140
void set_has_eta_deviation_in_sec()
Definition: authentication_service.pb.h:4046
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::authentication::v1::LogonQueueUpdateRequest::set_has_estimated_time ( )
inlineprivate
4022  {
4023  _has_bits_[0] |= 0x00000002u;
4024 }
::google::protobuf::uint32 _has_bits_[1]
Definition: authentication_service.pb.h:1137

+ Here is the caller graph for this function:

void bgs::protocol::authentication::v1::LogonQueueUpdateRequest::set_has_eta_deviation_in_sec ( )
inlineprivate
4046  {
4047  _has_bits_[0] |= 0x00000004u;
4048 }
::google::protobuf::uint32 _has_bits_[1]
Definition: authentication_service.pb.h:1137

+ Here is the caller graph for this function:

void bgs::protocol::authentication::v1::LogonQueueUpdateRequest::set_has_position ( )
inlineprivate
3998  {
3999  _has_bits_[0] |= 0x00000001u;
4000 }
::google::protobuf::uint32 _has_bits_[1]
Definition: authentication_service.pb.h:1137

+ Here is the caller graph for this function:

void bgs::protocol::authentication::v1::LogonQueueUpdateRequest::set_position ( ::google::protobuf::uint32  value)
inline
4012  {
4013  set_has_position();
4014  position_ = value;
4015  // @@protoc_insertion_point(field_set:bgs.protocol.authentication.v1.LogonQueueUpdateRequest.position)
4016 }
::google::protobuf::uint32 position_
Definition: authentication_service.pb.h:1141
void set_has_position()
Definition: authentication_service.pb.h:3998
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

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

Reimplemented from google::protobuf::Message.

void bgs::protocol::authentication::v1::LogonQueueUpdateRequest::SharedCtor ( )
private
void bgs::protocol::authentication::v1::LogonQueueUpdateRequest::SharedDtor ( )
private
void bgs::protocol::authentication::v1::LogonQueueUpdateRequest::Swap ( LogonQueueUpdateRequest other)
const ::google::protobuf::UnknownFieldSet& bgs::protocol::authentication::v1::LogonQueueUpdateRequest::unknown_fields ( ) const
inline
1064  {
1065  return _unknown_fields_;
1066  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: authentication_service.pb.h:1135

Friends And Related Function Documentation

void TC_SHARED_API protobuf_AddDesc_authentication_5fservice_2eproto ( )
friend
void protobuf_AssignDesc_authentication_5fservice_2eproto ( )
friend
void protobuf_ShutdownFile_authentication_5fservice_2eproto ( )
friend

Member Data Documentation

int bgs::protocol::authentication::v1::LogonQueueUpdateRequest::_cached_size_
mutableprivate
::google::protobuf::uint32 bgs::protocol::authentication::v1::LogonQueueUpdateRequest::_has_bits_[1]
private
::google::protobuf::UnknownFieldSet bgs::protocol::authentication::v1::LogonQueueUpdateRequest::_unknown_fields_
private
LogonQueueUpdateRequest* bgs::protocol::authentication::v1::LogonQueueUpdateRequest::default_instance_
staticprivate
::google::protobuf::uint64 bgs::protocol::authentication::v1::LogonQueueUpdateRequest::estimated_time_
private
::google::protobuf::uint64 bgs::protocol::authentication::v1::LogonQueueUpdateRequest::eta_deviation_in_sec_
private
const int bgs::protocol::authentication::v1::LogonQueueUpdateRequest::kEstimatedTimeFieldNumber = 2
static
const int bgs::protocol::authentication::v1::LogonQueueUpdateRequest::kEtaDeviationInSecFieldNumber = 3
static
const int bgs::protocol::authentication::v1::LogonQueueUpdateRequest::kPositionFieldNumber = 1
static
::google::protobuf::uint32 bgs::protocol::authentication::v1::LogonQueueUpdateRequest::position_
private

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