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

#include <authentication_service.pb.h>

Public Member Functions

 LogonUpdateRequest ()
 
virtual ~LogonUpdateRequest ()
 
 LogonUpdateRequest (const LogonUpdateRequest &from)
 
LogonUpdateRequestoperator= (const LogonUpdateRequest &from)
 
const
::google::protobuf::UnknownFieldSet
unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (LogonUpdateRequest *other)
 
LogonUpdateRequestNew () const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const LogonUpdateRequest &from)
 
void MergeFrom (const LogonUpdateRequest &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_error_code () const
 
void clear_error_code ()
 
inline::google::protobuf::uint32 error_code () const
 
void set_error_code (::google::protobuf::uint32 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 LogonUpdateRequestdefault_instance ()
 

Static Public Attributes

static const int kErrorCodeFieldNumber = 1
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_error_code ()
 
void clear_has_error_code ()
 
void InitAsDefaultInstance ()
 

Private Attributes

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

Static Private Attributes

static LogonUpdateRequestdefault_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::LogonUpdateRequest::LogonUpdateRequest ( )
virtual bgs::protocol::authentication::v1::LogonUpdateRequest::~LogonUpdateRequest ( )
virtual
bgs::protocol::authentication::v1::LogonUpdateRequest::LogonUpdateRequest ( const LogonUpdateRequest from)

Member Function Documentation

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

Reimplemented from google::protobuf::Message.

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

Reimplemented from google::protobuf::Message.

void bgs::protocol::authentication::v1::LogonUpdateRequest::clear_error_code ( )
inline
3976  {
3977  error_code_ = 0u;
3979 }
::google::protobuf::uint32 error_code_
Definition: authentication_service.pb.h:1042
void clear_has_error_code()
Definition: authentication_service.pb.h:3973

+ Here is the call graph for this function:

void bgs::protocol::authentication::v1::LogonUpdateRequest::clear_has_error_code ( )
inlineprivate
3973  {
3974  _has_bits_[0] &= ~0x00000001u;
3975 }
::google::protobuf::uint32 _has_bits_[1]
Definition: authentication_service.pb.h:1040

+ Here is the caller graph for this function:

void bgs::protocol::authentication::v1::LogonUpdateRequest::CopyFrom ( const ::google::protobuf::Message from)
void bgs::protocol::authentication::v1::LogonUpdateRequest::CopyFrom ( const LogonUpdateRequest from)
static const LogonUpdateRequest& bgs::protocol::authentication::v1::LogonUpdateRequest::default_instance ( )
static
static const ::google::protobuf::Descriptor* bgs::protocol::authentication::v1::LogonUpdateRequest::descriptor ( )
static
google::protobuf::uint32 bgs::protocol::authentication::v1::LogonUpdateRequest::error_code ( ) const
inline
3980  {
3981  // @@protoc_insertion_point(field_get:bgs.protocol.authentication.v1.LogonUpdateRequest.error_code)
3982  return error_code_;
3983 }
::google::protobuf::uint32 error_code_
Definition: authentication_service.pb.h:1042
int bgs::protocol::authentication::v1::LogonUpdateRequest::GetCachedSize ( ) const
inlinevirtual

Implements google::protobuf::MessageLite.

1014 { return _cached_size_; }
int _cached_size_
Definition: authentication_service.pb.h:1041
::google::protobuf::Metadata bgs::protocol::authentication::v1::LogonUpdateRequest::GetMetadata ( ) const
virtual
bool bgs::protocol::authentication::v1::LogonUpdateRequest::has_error_code ( ) const
inline
3967  {
3968  return (_has_bits_[0] & 0x00000001u) != 0;
3969 }
::google::protobuf::uint32 _has_bits_[1]
Definition: authentication_service.pb.h:1040
void bgs::protocol::authentication::v1::LogonUpdateRequest::InitAsDefaultInstance ( )
private
bool bgs::protocol::authentication::v1::LogonUpdateRequest::IsInitialized ( ) const
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::authentication::v1::LogonUpdateRequest::MergeFrom ( const ::google::protobuf::Message from)
void bgs::protocol::authentication::v1::LogonUpdateRequest::MergeFrom ( const LogonUpdateRequest from)
bool bgs::protocol::authentication::v1::LogonUpdateRequest::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream input)
inline ::google::protobuf::UnknownFieldSet* bgs::protocol::authentication::v1::LogonUpdateRequest::mutable_unknown_fields ( )
inline
989  {
990  return &_unknown_fields_;
991  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: authentication_service.pb.h:1038
LogonUpdateRequest* bgs::protocol::authentication::v1::LogonUpdateRequest::New ( ) const
virtual
LogonUpdateRequest& bgs::protocol::authentication::v1::LogonUpdateRequest::operator= ( const LogonUpdateRequest from)
inline
980  {
981  CopyFrom(from);
982  return *this;
983  }
void CopyFrom(const ::google::protobuf::Message &from)
void bgs::protocol::authentication::v1::LogonUpdateRequest::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream output) const
::google::protobuf::uint8* bgs::protocol::authentication::v1::LogonUpdateRequest::SerializeWithCachedSizesToArray ( ::google::protobuf::uint8 output) const
void bgs::protocol::authentication::v1::LogonUpdateRequest::set_error_code ( ::google::protobuf::uint32  value)
inline
3984  {
3986  error_code_ = value;
3987  // @@protoc_insertion_point(field_set:bgs.protocol.authentication.v1.LogonUpdateRequest.error_code)
3988 }
::google::protobuf::uint32 error_code_
Definition: authentication_service.pb.h:1042
void set_has_error_code()
Definition: authentication_service.pb.h:3970
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::authentication::v1::LogonUpdateRequest::set_has_error_code ( )
inlineprivate
3970  {
3971  _has_bits_[0] |= 0x00000001u;
3972 }
::google::protobuf::uint32 _has_bits_[1]
Definition: authentication_service.pb.h:1040

+ Here is the caller graph for this function:

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

Reimplemented from google::protobuf::Message.

void bgs::protocol::authentication::v1::LogonUpdateRequest::SharedCtor ( )
private
void bgs::protocol::authentication::v1::LogonUpdateRequest::SharedDtor ( )
private
void bgs::protocol::authentication::v1::LogonUpdateRequest::Swap ( LogonUpdateRequest other)
const ::google::protobuf::UnknownFieldSet& bgs::protocol::authentication::v1::LogonUpdateRequest::unknown_fields ( ) const
inline
985  {
986  return _unknown_fields_;
987  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: authentication_service.pb.h:1038

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::LogonUpdateRequest::_cached_size_
mutableprivate
::google::protobuf::uint32 bgs::protocol::authentication::v1::LogonUpdateRequest::_has_bits_[1]
private
::google::protobuf::UnknownFieldSet bgs::protocol::authentication::v1::LogonUpdateRequest::_unknown_fields_
private
LogonUpdateRequest* bgs::protocol::authentication::v1::LogonUpdateRequest::default_instance_
staticprivate
::google::protobuf::uint32 bgs::protocol::authentication::v1::LogonUpdateRequest::error_code_
private
const int bgs::protocol::authentication::v1::LogonUpdateRequest::kErrorCodeFieldNumber = 1
static

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