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

#include <authentication_service.pb.h>

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

Public Member Functions

 VersionInfoNotification ()
 
virtual ~VersionInfoNotification ()
 
 VersionInfoNotification (const VersionInfoNotification &from)
 
VersionInfoNotificationoperator= (const VersionInfoNotification &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (VersionInfoNotification *other)
 
VersionInfoNotificationNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_version_info () const
 
void clear_version_info ()
 
const ::bgs::protocol::authentication::v1::VersionInfoversion_info () const
 
inline ::bgs::protocol::authentication::v1::VersionInfomutable_version_info ()
 
inline ::bgs::protocol::authentication::v1::VersionInforelease_version_info ()
 
void set_allocated_version_info (::bgs::protocol::authentication::v1::VersionInfo *version_info)
 

Static Public Member Functions

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

Static Public Attributes

static const int kVersionInfoFieldNumber = 1
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_version_info ()
 
void clear_has_version_info ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::bgs::protocol::authentication::v1::VersionInfoversion_info_
 

Static Private Attributes

static VersionInfoNotificationdefault_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 822 of file authentication_service.pb.h.

Constructor & Destructor Documentation

◆ VersionInfoNotification() [1/2]

bgs::protocol::authentication::v1::VersionInfoNotification::VersionInfoNotification ( )

◆ ~VersionInfoNotification()

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

◆ VersionInfoNotification() [2/2]

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

Member Function Documentation

◆ clear_has_version_info()

void bgs::protocol::authentication::v1::VersionInfoNotification::clear_has_version_info ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ clear_version_info()

void bgs::protocol::authentication::v1::VersionInfoNotification::clear_version_info ( )
inline

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

+ Here is the call graph for this function:

◆ default_instance()

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

◆ descriptor()

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

◆ GetCachedSize()

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

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

◆ GetMetadata()

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

◆ has_version_info()

bool bgs::protocol::authentication::v1::VersionInfoNotification::has_version_info ( ) const
inline

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

◆ InitAsDefaultInstance()

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

◆ mutable_unknown_fields()

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

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

◆ mutable_version_info()

bgs::protocol::authentication::v1::VersionInfo * bgs::protocol::authentication::v1::VersionInfoNotification::mutable_version_info ( )
inline

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

+ Here is the call graph for this function:

◆ New()

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

◆ operator=()

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

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

◆ release_version_info()

bgs::protocol::authentication::v1::VersionInfo * bgs::protocol::authentication::v1::VersionInfoNotification::release_version_info ( )
inline

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

+ Here is the call graph for this function:

◆ set_allocated_version_info()

void bgs::protocol::authentication::v1::VersionInfoNotification::set_allocated_version_info ( ::bgs::protocol::authentication::v1::VersionInfo version_info)
inline

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

+ Here is the call graph for this function:

◆ set_has_version_info()

void bgs::protocol::authentication::v1::VersionInfoNotification::set_has_version_info ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ SetCachedSize()

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

◆ SharedCtor()

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

◆ SharedDtor()

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

◆ Swap()

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

◆ unknown_fields()

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

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

◆ version_info()

const ::bgs::protocol::authentication::v1::VersionInfo & bgs::protocol::authentication::v1::VersionInfoNotification::version_info ( ) const
inline

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

+ Here is the caller graph for this function:

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::VersionInfoNotification::_cached_size_
mutableprivate

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

◆ _has_bits_

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

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

◆ _unknown_fields_

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

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

◆ default_instance_

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

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

◆ kVersionInfoFieldNumber

const int bgs::protocol::authentication::v1::VersionInfoNotification::kVersionInfoFieldNumber = 1
static

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

◆ version_info_

::bgs::protocol::authentication::v1::VersionInfo* bgs::protocol::authentication::v1::VersionInfoNotification::version_info_
private

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


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