TrinityCore
bgs::protocol::challenge::v1::ChallengeExternalResult Class Reference

#include <challenge_service.pb.h>

+ Inheritance diagram for bgs::protocol::challenge::v1::ChallengeExternalResult:

Public Member Functions

 ChallengeExternalResult ()
 
virtual ~ChallengeExternalResult ()
 
 ChallengeExternalResult (const ChallengeExternalResult &from)
 
ChallengeExternalResultoperator= (const ChallengeExternalResult &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (ChallengeExternalResult *other)
 
ChallengeExternalResultNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_request_token () const
 
void clear_request_token ()
 
const ::std::string & request_token () const
 
void set_request_token (const ::std::string &value)
 
void set_request_token (const char *value)
 
void set_request_token (const char *value, size_t size)
 
inline ::std::string * mutable_request_token ()
 
inline ::std::string * release_request_token ()
 
void set_allocated_request_token (::std::string *request_token)
 
bool has_passed () const
 
void clear_passed ()
 
bool passed () const
 
void set_passed (bool value)
 

Static Public Member Functions

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

Static Public Attributes

static const int kRequestTokenFieldNumber = 1
 
static const int kPassedFieldNumber = 2
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_request_token ()
 
void clear_has_request_token ()
 
void set_has_passed ()
 
void clear_has_passed ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::std::string * request_token_
 
bool passed_
 

Static Private Attributes

static ChallengeExternalResultdefault_instance_
 

Friends

void TC_PROTO_API protobuf_AddDesc_challenge_5fservice_2eproto ()
 
void protobuf_AssignDesc_challenge_5fservice_2eproto ()
 
void protobuf_ShutdownFile_challenge_5fservice_2eproto ()
 

Detailed Description

Definition at line 150 of file challenge_service.pb.h.

Constructor & Destructor Documentation

◆ ChallengeExternalResult() [1/2]

bgs::protocol::challenge::v1::ChallengeExternalResult::ChallengeExternalResult ( )

◆ ~ChallengeExternalResult()

virtual bgs::protocol::challenge::v1::ChallengeExternalResult::~ChallengeExternalResult ( )
virtual

◆ ChallengeExternalResult() [2/2]

bgs::protocol::challenge::v1::ChallengeExternalResult::ChallengeExternalResult ( const ChallengeExternalResult from)

Member Function Documentation

◆ clear_has_passed()

void bgs::protocol::challenge::v1::ChallengeExternalResult::clear_has_passed ( )
inlineprivate

Definition at line 575 of file challenge_service.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_request_token()

void bgs::protocol::challenge::v1::ChallengeExternalResult::clear_has_request_token ( )
inlineprivate

Definition at line 499 of file challenge_service.pb.h.

+ Here is the caller graph for this function:

◆ clear_passed()

void bgs::protocol::challenge::v1::ChallengeExternalResult::clear_passed ( )
inline

Definition at line 578 of file challenge_service.pb.h.

+ Here is the call graph for this function:

◆ clear_request_token()

void bgs::protocol::challenge::v1::ChallengeExternalResult::clear_request_token ( )
inline

Definition at line 502 of file challenge_service.pb.h.

+ Here is the call graph for this function:

◆ default_instance()

static const ChallengeExternalResult & bgs::protocol::challenge::v1::ChallengeExternalResult::default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor * bgs::protocol::challenge::v1::ChallengeExternalResult::descriptor ( )
static

◆ GetCachedSize()

int bgs::protocol::challenge::v1::ChallengeExternalResult::GetCachedSize ( ) const
inline

Definition at line 178 of file challenge_service.pb.h.

◆ GetMetadata()

::google::protobuf::Metadata bgs::protocol::challenge::v1::ChallengeExternalResult::GetMetadata ( ) const

◆ has_passed()

bool bgs::protocol::challenge::v1::ChallengeExternalResult::has_passed ( ) const
inline

Definition at line 569 of file challenge_service.pb.h.

◆ has_request_token()

bool bgs::protocol::challenge::v1::ChallengeExternalResult::has_request_token ( ) const
inline

Definition at line 493 of file challenge_service.pb.h.

◆ InitAsDefaultInstance()

void bgs::protocol::challenge::v1::ChallengeExternalResult::InitAsDefaultInstance ( )
private

◆ mutable_request_token()

std::string * bgs::protocol::challenge::v1::ChallengeExternalResult::mutable_request_token ( )
inline

Definition at line 536 of file challenge_service.pb.h.

+ Here is the call graph for this function:

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet * bgs::protocol::challenge::v1::ChallengeExternalResult::mutable_unknown_fields ( )
inline

Definition at line 166 of file challenge_service.pb.h.

◆ New()

ChallengeExternalResult * bgs::protocol::challenge::v1::ChallengeExternalResult::New ( ) const

◆ operator=()

ChallengeExternalResult & bgs::protocol::challenge::v1::ChallengeExternalResult::operator= ( const ChallengeExternalResult from)
inline

Definition at line 157 of file challenge_service.pb.h.

◆ passed()

bool bgs::protocol::challenge::v1::ChallengeExternalResult::passed ( ) const
inline

Definition at line 582 of file challenge_service.pb.h.

◆ release_request_token()

std::string * bgs::protocol::challenge::v1::ChallengeExternalResult::release_request_token ( )
inline

Definition at line 544 of file challenge_service.pb.h.

+ Here is the call graph for this function:

◆ request_token()

const ::std::string & bgs::protocol::challenge::v1::ChallengeExternalResult::request_token ( ) const
inline

Definition at line 508 of file challenge_service.pb.h.

+ Here is the caller graph for this function:

◆ set_allocated_request_token()

void bgs::protocol::challenge::v1::ChallengeExternalResult::set_allocated_request_token ( ::std::string *  request_token)
inline

Definition at line 554 of file challenge_service.pb.h.

+ Here is the call graph for this function:

◆ set_has_passed()

void bgs::protocol::challenge::v1::ChallengeExternalResult::set_has_passed ( )
inlineprivate

Definition at line 572 of file challenge_service.pb.h.

+ Here is the caller graph for this function:

◆ set_has_request_token()

void bgs::protocol::challenge::v1::ChallengeExternalResult::set_has_request_token ( )
inlineprivate

Definition at line 496 of file challenge_service.pb.h.

+ Here is the caller graph for this function:

◆ set_passed()

void bgs::protocol::challenge::v1::ChallengeExternalResult::set_passed ( bool  value)
inline

Definition at line 586 of file challenge_service.pb.h.

+ Here is the call graph for this function:

◆ set_request_token() [1/3]

void bgs::protocol::challenge::v1::ChallengeExternalResult::set_request_token ( const ::std::string &  value)
inline

Definition at line 512 of file challenge_service.pb.h.

+ Here is the call graph for this function:

◆ set_request_token() [2/3]

void bgs::protocol::challenge::v1::ChallengeExternalResult::set_request_token ( const char *  value)
inline

Definition at line 520 of file challenge_service.pb.h.

+ Here is the call graph for this function:

◆ set_request_token() [3/3]

void bgs::protocol::challenge::v1::ChallengeExternalResult::set_request_token ( const char *  value,
size_t  size 
)
inline

Definition at line 528 of file challenge_service.pb.h.

+ Here is the call graph for this function:

◆ SetCachedSize()

void bgs::protocol::challenge::v1::ChallengeExternalResult::SetCachedSize ( int  size) const
private

◆ SharedCtor()

void bgs::protocol::challenge::v1::ChallengeExternalResult::SharedCtor ( )
private

◆ SharedDtor()

void bgs::protocol::challenge::v1::ChallengeExternalResult::SharedDtor ( )
private

◆ Swap()

void bgs::protocol::challenge::v1::ChallengeExternalResult::Swap ( ChallengeExternalResult other)

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & bgs::protocol::challenge::v1::ChallengeExternalResult::unknown_fields ( ) const
inline

Definition at line 162 of file challenge_service.pb.h.

Friends And Related Function Documentation

◆ protobuf_AddDesc_challenge_5fservice_2eproto

void TC_PROTO_API protobuf_AddDesc_challenge_5fservice_2eproto ( )
friend

◆ protobuf_AssignDesc_challenge_5fservice_2eproto

void protobuf_AssignDesc_challenge_5fservice_2eproto ( )
friend

◆ protobuf_ShutdownFile_challenge_5fservice_2eproto

void protobuf_ShutdownFile_challenge_5fservice_2eproto ( )
friend

Member Data Documentation

◆ _cached_size_

int bgs::protocol::challenge::v1::ChallengeExternalResult::_cached_size_
mutableprivate

Definition at line 219 of file challenge_service.pb.h.

◆ _has_bits_

::google::protobuf::uint32 bgs::protocol::challenge::v1::ChallengeExternalResult::_has_bits_[1]
private

Definition at line 218 of file challenge_service.pb.h.

◆ _unknown_fields_

::google::protobuf::UnknownFieldSet bgs::protocol::challenge::v1::ChallengeExternalResult::_unknown_fields_
private

Definition at line 216 of file challenge_service.pb.h.

◆ default_instance_

ChallengeExternalResult* bgs::protocol::challenge::v1::ChallengeExternalResult::default_instance_
staticprivate

Definition at line 227 of file challenge_service.pb.h.

◆ kPassedFieldNumber

const int bgs::protocol::challenge::v1::ChallengeExternalResult::kPassedFieldNumber = 2
static

Definition at line 205 of file challenge_service.pb.h.

◆ kRequestTokenFieldNumber

const int bgs::protocol::challenge::v1::ChallengeExternalResult::kRequestTokenFieldNumber = 1
static

Definition at line 193 of file challenge_service.pb.h.

◆ passed_

bool bgs::protocol::challenge::v1::ChallengeExternalResult::passed_
private

Definition at line 221 of file challenge_service.pb.h.

◆ request_token_

::std::string* bgs::protocol::challenge::v1::ChallengeExternalResult::request_token_
private

Definition at line 220 of file challenge_service.pb.h.


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