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

#include <authentication_service.pb.h>

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

Public Member Functions

 VerifyWebCredentialsRequest ()
 
virtual ~VerifyWebCredentialsRequest ()
 
 VerifyWebCredentialsRequest (const VerifyWebCredentialsRequest &from)
 
VerifyWebCredentialsRequestoperator= (const VerifyWebCredentialsRequest &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (VerifyWebCredentialsRequest *other)
 
VerifyWebCredentialsRequestNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_web_credentials () const
 
void clear_web_credentials ()
 
const ::std::string & web_credentials () const
 
void set_web_credentials (const ::std::string &value)
 
void set_web_credentials (const char *value)
 
void set_web_credentials (const void *value, size_t size)
 
inline ::std::string * mutable_web_credentials ()
 
inline ::std::string * release_web_credentials ()
 
void set_allocated_web_credentials (::std::string *web_credentials)
 

Static Public Member Functions

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

Static Public Attributes

static const int kWebCredentialsFieldNumber = 1
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_web_credentials ()
 
void clear_has_web_credentials ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::std::string * web_credentials_
 

Static Private Attributes

static VerifyWebCredentialsRequestdefault_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 1027 of file authentication_service.pb.h.

Constructor & Destructor Documentation

◆ VerifyWebCredentialsRequest() [1/2]

bgs::protocol::authentication::v1::VerifyWebCredentialsRequest::VerifyWebCredentialsRequest ( )

◆ ~VerifyWebCredentialsRequest()

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

◆ VerifyWebCredentialsRequest() [2/2]

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

Member Function Documentation

◆ clear_has_web_credentials()

void bgs::protocol::authentication::v1::VerifyWebCredentialsRequest::clear_has_web_credentials ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ clear_web_credentials()

void bgs::protocol::authentication::v1::VerifyWebCredentialsRequest::clear_web_credentials ( )
inline

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

+ Here is the call graph for this function:

◆ default_instance()

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

◆ descriptor()

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

◆ GetCachedSize()

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

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

◆ GetMetadata()

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

◆ has_web_credentials()

bool bgs::protocol::authentication::v1::VerifyWebCredentialsRequest::has_web_credentials ( ) const
inline

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

◆ InitAsDefaultInstance()

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

◆ mutable_unknown_fields()

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

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

◆ mutable_web_credentials()

std::string * bgs::protocol::authentication::v1::VerifyWebCredentialsRequest::mutable_web_credentials ( )
inline

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

+ Here is the call graph for this function:

◆ New()

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

◆ operator=()

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

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

◆ release_web_credentials()

std::string * bgs::protocol::authentication::v1::VerifyWebCredentialsRequest::release_web_credentials ( )
inline

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

+ Here is the call graph for this function:

◆ set_allocated_web_credentials()

void bgs::protocol::authentication::v1::VerifyWebCredentialsRequest::set_allocated_web_credentials ( ::std::string *  web_credentials)
inline

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

+ Here is the call graph for this function:

◆ set_has_web_credentials()

void bgs::protocol::authentication::v1::VerifyWebCredentialsRequest::set_has_web_credentials ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ set_web_credentials() [1/3]

void bgs::protocol::authentication::v1::VerifyWebCredentialsRequest::set_web_credentials ( const ::std::string &  value)
inline

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

+ Here is the call graph for this function:

◆ set_web_credentials() [2/3]

void bgs::protocol::authentication::v1::VerifyWebCredentialsRequest::set_web_credentials ( const char *  value)
inline

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

+ Here is the call graph for this function:

◆ set_web_credentials() [3/3]

void bgs::protocol::authentication::v1::VerifyWebCredentialsRequest::set_web_credentials ( const void *  value,
size_t  size 
)
inline

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

+ Here is the call graph for this function:

◆ SetCachedSize()

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

◆ SharedCtor()

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

◆ SharedDtor()

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

◆ Swap()

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

◆ unknown_fields()

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

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

◆ web_credentials()

const ::std::string & bgs::protocol::authentication::v1::VerifyWebCredentialsRequest::web_credentials ( ) const
inline

Definition at line 3033 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::VerifyWebCredentialsRequest::_cached_size_
mutableprivate

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

◆ _has_bits_

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

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

◆ _unknown_fields_

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

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

◆ default_instance_

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

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

◆ kWebCredentialsFieldNumber

const int bgs::protocol::authentication::v1::VerifyWebCredentialsRequest::kWebCredentialsFieldNumber = 1
static

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

◆ web_credentials_

::std::string* bgs::protocol::authentication::v1::VerifyWebCredentialsRequest::web_credentials_
private

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


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