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

#include <authentication_service.pb.h>

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

Public Member Functions

 VersionInfo ()
 
virtual ~VersionInfo ()
 
 VersionInfo (const VersionInfo &from)
 
VersionInfooperator= (const VersionInfo &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (VersionInfo *other)
 
VersionInfoNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_number () const
 
void clear_number ()
 
inline ::google::protobuf::uint32 number () const
 
void set_number (::google::protobuf::uint32 value)
 
bool has_patch () const
 
void clear_patch ()
 
const ::std::string & patch () const
 
void set_patch (const ::std::string &value)
 
void set_patch (const char *value)
 
void set_patch (const char *value, size_t size)
 
inline ::std::string * mutable_patch ()
 
inline ::std::string * release_patch ()
 
void set_allocated_patch (::std::string *patch)
 
bool has_is_optional () const
 
void clear_is_optional ()
 
bool is_optional () const
 
void set_is_optional (bool value)
 
bool has_kick_time () const
 
void clear_kick_time ()
 
inline ::google::protobuf::uint64 kick_time () const
 
void set_kick_time (::google::protobuf::uint64 value)
 

Static Public Member Functions

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

Static Public Attributes

static const int kNumberFieldNumber = 1
 
static const int kPatchFieldNumber = 2
 
static const int kIsOptionalFieldNumber = 3
 
static const int kKickTimeFieldNumber = 4
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_number ()
 
void clear_has_number ()
 
void set_has_patch ()
 
void clear_has_patch ()
 
void set_has_is_optional ()
 
void clear_has_is_optional ()
 
void set_has_kick_time ()
 
void clear_has_kick_time ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::std::string * patch_
 
::google::protobuf::uint32 number_
 
bool is_optional_
 
::google::protobuf::uint64 kick_time_
 

Static Private Attributes

static VersionInfodefault_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 721 of file authentication_service.pb.h.

Constructor & Destructor Documentation

◆ VersionInfo() [1/2]

bgs::protocol::authentication::v1::VersionInfo::VersionInfo ( )

◆ ~VersionInfo()

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

◆ VersionInfo() [2/2]

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

Member Function Documentation

◆ clear_has_is_optional()

void bgs::protocol::authentication::v1::VersionInfo::clear_has_is_optional ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ clear_has_kick_time()

void bgs::protocol::authentication::v1::VersionInfo::clear_has_kick_time ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ clear_has_number()

void bgs::protocol::authentication::v1::VersionInfo::clear_has_number ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ clear_has_patch()

void bgs::protocol::authentication::v1::VersionInfo::clear_has_patch ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ clear_is_optional()

void bgs::protocol::authentication::v1::VersionInfo::clear_is_optional ( )
inline

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

+ Here is the call graph for this function:

◆ clear_kick_time()

void bgs::protocol::authentication::v1::VersionInfo::clear_kick_time ( )
inline

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

+ Here is the call graph for this function:

◆ clear_number()

void bgs::protocol::authentication::v1::VersionInfo::clear_number ( )
inline

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

+ Here is the call graph for this function:

◆ clear_patch()

void bgs::protocol::authentication::v1::VersionInfo::clear_patch ( )
inline

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

+ Here is the call graph for this function:

◆ default_instance()

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

◆ descriptor()

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

◆ GetCachedSize()

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

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

◆ GetMetadata()

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

◆ has_is_optional()

bool bgs::protocol::authentication::v1::VersionInfo::has_is_optional ( ) const
inline

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

◆ has_kick_time()

bool bgs::protocol::authentication::v1::VersionInfo::has_kick_time ( ) const
inline

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

◆ has_number()

bool bgs::protocol::authentication::v1::VersionInfo::has_number ( ) const
inline

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

◆ has_patch()

bool bgs::protocol::authentication::v1::VersionInfo::has_patch ( ) const
inline

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

◆ InitAsDefaultInstance()

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

◆ is_optional()

bool bgs::protocol::authentication::v1::VersionInfo::is_optional ( ) const
inline

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

◆ kick_time()

google::protobuf::uint64 bgs::protocol::authentication::v1::VersionInfo::kick_time ( ) const
inline

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

◆ mutable_patch()

std::string * bgs::protocol::authentication::v1::VersionInfo::mutable_patch ( )
inline

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

+ Here is the call graph for this function:

◆ mutable_unknown_fields()

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

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

◆ New()

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

◆ number()

google::protobuf::uint32 bgs::protocol::authentication::v1::VersionInfo::number ( ) const
inline

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

◆ operator=()

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

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

◆ patch()

const ::std::string & bgs::protocol::authentication::v1::VersionInfo::patch ( ) const
inline

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

+ Here is the caller graph for this function:

◆ release_patch()

std::string * bgs::protocol::authentication::v1::VersionInfo::release_patch ( )
inline

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

+ Here is the call graph for this function:

◆ set_allocated_patch()

void bgs::protocol::authentication::v1::VersionInfo::set_allocated_patch ( ::std::string *  patch)
inline

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

+ Here is the call graph for this function:

◆ set_has_is_optional()

void bgs::protocol::authentication::v1::VersionInfo::set_has_is_optional ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ set_has_kick_time()

void bgs::protocol::authentication::v1::VersionInfo::set_has_kick_time ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ set_has_number()

void bgs::protocol::authentication::v1::VersionInfo::set_has_number ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ set_has_patch()

void bgs::protocol::authentication::v1::VersionInfo::set_has_patch ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ set_is_optional()

void bgs::protocol::authentication::v1::VersionInfo::set_is_optional ( bool  value)
inline

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

+ Here is the call graph for this function:

◆ set_kick_time()

void bgs::protocol::authentication::v1::VersionInfo::set_kick_time ( ::google::protobuf::uint64  value)
inline

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

+ Here is the call graph for this function:

◆ set_number()

void bgs::protocol::authentication::v1::VersionInfo::set_number ( ::google::protobuf::uint32  value)
inline

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

+ Here is the call graph for this function:

◆ set_patch() [1/3]

void bgs::protocol::authentication::v1::VersionInfo::set_patch ( const ::std::string &  value)
inline

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

+ Here is the call graph for this function:

◆ set_patch() [2/3]

void bgs::protocol::authentication::v1::VersionInfo::set_patch ( const char *  value)
inline

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

+ Here is the call graph for this function:

◆ set_patch() [3/3]

void bgs::protocol::authentication::v1::VersionInfo::set_patch ( const char *  value,
size_t  size 
)
inline

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

+ Here is the call graph for this function:

◆ SetCachedSize()

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

◆ SharedCtor()

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

◆ SharedDtor()

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

◆ Swap()

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

◆ unknown_fields()

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

Definition at line 733 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::VersionInfo::_cached_size_
mutableprivate

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

◆ _has_bits_

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

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

◆ _unknown_fields_

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

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

◆ default_instance_

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

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

◆ is_optional_

bool bgs::protocol::authentication::v1::VersionInfo::is_optional_
private

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

◆ kick_time_

::google::protobuf::uint64 bgs::protocol::authentication::v1::VersionInfo::kick_time_
private

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

◆ kIsOptionalFieldNumber

const int bgs::protocol::authentication::v1::VersionInfo::kIsOptionalFieldNumber = 3
static

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

◆ kKickTimeFieldNumber

const int bgs::protocol::authentication::v1::VersionInfo::kKickTimeFieldNumber = 4
static

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

◆ kNumberFieldNumber

const int bgs::protocol::authentication::v1::VersionInfo::kNumberFieldNumber = 1
static

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

◆ kPatchFieldNumber

const int bgs::protocol::authentication::v1::VersionInfo::kPatchFieldNumber = 2
static

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

◆ number_

::google::protobuf::uint32 bgs::protocol::authentication::v1::VersionInfo::number_
private

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

◆ patch_

::std::string* bgs::protocol::authentication::v1::VersionInfo::patch_
private

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


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