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

#include <challenge_service.pb.h>

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

Public Member Functions

 ChallengeExternalRequest ()
 
virtual ~ChallengeExternalRequest ()
 
 ChallengeExternalRequest (const ChallengeExternalRequest &from)
 
ChallengeExternalRequestoperator= (const ChallengeExternalRequest &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (ChallengeExternalRequest *other)
 
ChallengeExternalRequestNew () 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_payload_type () const
 
void clear_payload_type ()
 
const ::std::string & payload_type () const
 
void set_payload_type (const ::std::string &value)
 
void set_payload_type (const char *value)
 
void set_payload_type (const char *value, size_t size)
 
inline ::std::string * mutable_payload_type ()
 
inline ::std::string * release_payload_type ()
 
void set_allocated_payload_type (::std::string *payload_type)
 
bool has_payload () const
 
void clear_payload ()
 
const ::std::string & payload () const
 
void set_payload (const ::std::string &value)
 
void set_payload (const char *value)
 
void set_payload (const void *value, size_t size)
 
inline ::std::string * mutable_payload ()
 
inline ::std::string * release_payload ()
 
void set_allocated_payload (::std::string *payload)
 

Static Public Member Functions

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

Static Public Attributes

static const int kRequestTokenFieldNumber = 1
 
static const int kPayloadTypeFieldNumber = 2
 
static const int kPayloadFieldNumber = 3
 

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_payload_type ()
 
void clear_has_payload_type ()
 
void set_has_payload ()
 
void clear_has_payload ()
 
void InitAsDefaultInstance ()
 

Private Attributes

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

Static Private Attributes

static ChallengeExternalRequestdefault_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 49 of file challenge_service.pb.h.

Constructor & Destructor Documentation

◆ ChallengeExternalRequest() [1/2]

bgs::protocol::challenge::v1::ChallengeExternalRequest::ChallengeExternalRequest ( )

◆ ~ChallengeExternalRequest()

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

◆ ChallengeExternalRequest() [2/2]

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

Member Function Documentation

◆ clear_has_payload()

void bgs::protocol::challenge::v1::ChallengeExternalRequest::clear_has_payload ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ clear_has_payload_type()

void bgs::protocol::challenge::v1::ChallengeExternalRequest::clear_has_payload_type ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ clear_has_request_token()

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

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

+ Here is the caller graph for this function:

◆ clear_payload()

void bgs::protocol::challenge::v1::ChallengeExternalRequest::clear_payload ( )
inline

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

+ Here is the call graph for this function:

◆ clear_payload_type()

void bgs::protocol::challenge::v1::ChallengeExternalRequest::clear_payload_type ( )
inline

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

+ Here is the call graph for this function:

◆ clear_request_token()

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

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

+ Here is the call graph for this function:

◆ default_instance()

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

◆ descriptor()

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

◆ GetCachedSize()

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

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

◆ GetMetadata()

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

◆ has_payload()

bool bgs::protocol::challenge::v1::ChallengeExternalRequest::has_payload ( ) const
inline

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

◆ has_payload_type()

bool bgs::protocol::challenge::v1::ChallengeExternalRequest::has_payload_type ( ) const
inline

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

◆ has_request_token()

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

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

◆ InitAsDefaultInstance()

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

◆ mutable_payload()

std::string * bgs::protocol::challenge::v1::ChallengeExternalRequest::mutable_payload ( )
inline

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

+ Here is the call graph for this function:

◆ mutable_payload_type()

std::string * bgs::protocol::challenge::v1::ChallengeExternalRequest::mutable_payload_type ( )
inline

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

+ Here is the call graph for this function:

◆ mutable_request_token()

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

Definition at line 304 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::ChallengeExternalRequest::mutable_unknown_fields ( )
inline

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

◆ New()

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

◆ operator=()

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

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

◆ payload()

const ::std::string & bgs::protocol::challenge::v1::ChallengeExternalRequest::payload ( ) const
inline

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

+ Here is the caller graph for this function:

◆ payload_type()

const ::std::string & bgs::protocol::challenge::v1::ChallengeExternalRequest::payload_type ( ) const
inline

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

+ Here is the caller graph for this function:

◆ release_payload()

std::string * bgs::protocol::challenge::v1::ChallengeExternalRequest::release_payload ( )
inline

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

+ Here is the call graph for this function:

◆ release_payload_type()

std::string * bgs::protocol::challenge::v1::ChallengeExternalRequest::release_payload_type ( )
inline

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

+ Here is the call graph for this function:

◆ release_request_token()

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

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

+ Here is the call graph for this function:

◆ request_token()

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

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

+ Here is the caller graph for this function:

◆ set_allocated_payload()

void bgs::protocol::challenge::v1::ChallengeExternalRequest::set_allocated_payload ( ::std::string *  payload)
inline

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

+ Here is the call graph for this function:

◆ set_allocated_payload_type()

void bgs::protocol::challenge::v1::ChallengeExternalRequest::set_allocated_payload_type ( ::std::string *  payload_type)
inline

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

+ Here is the call graph for this function:

◆ set_allocated_request_token()

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

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

+ Here is the call graph for this function:

◆ set_has_payload()

void bgs::protocol::challenge::v1::ChallengeExternalRequest::set_has_payload ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ set_has_payload_type()

void bgs::protocol::challenge::v1::ChallengeExternalRequest::set_has_payload_type ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ set_has_request_token()

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

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

+ Here is the caller graph for this function:

◆ set_payload() [1/3]

void bgs::protocol::challenge::v1::ChallengeExternalRequest::set_payload ( const ::std::string &  value)
inline

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

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ set_payload() [2/3]

void bgs::protocol::challenge::v1::ChallengeExternalRequest::set_payload ( const char *  value)
inline

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

+ Here is the call graph for this function:

◆ set_payload() [3/3]

void bgs::protocol::challenge::v1::ChallengeExternalRequest::set_payload ( const void *  value,
size_t  size 
)
inline

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

+ Here is the call graph for this function:

◆ set_payload_type() [1/3]

void bgs::protocol::challenge::v1::ChallengeExternalRequest::set_payload_type ( const ::std::string &  value)
inline

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

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ set_payload_type() [2/3]

void bgs::protocol::challenge::v1::ChallengeExternalRequest::set_payload_type ( const char *  value)
inline

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

+ Here is the call graph for this function:

◆ set_payload_type() [3/3]

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

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

+ Here is the call graph for this function:

◆ set_request_token() [1/3]

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

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

+ Here is the call graph for this function:

◆ set_request_token() [2/3]

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

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

+ Here is the call graph for this function:

◆ set_request_token() [3/3]

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

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

+ Here is the call graph for this function:

◆ SetCachedSize()

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

◆ SharedCtor()

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

◆ SharedDtor()

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

◆ Swap()

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

◆ unknown_fields()

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

Definition at line 61 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::ChallengeExternalRequest::_cached_size_
mutableprivate

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

◆ _has_bits_

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

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

◆ _unknown_fields_

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

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

◆ default_instance_

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

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

◆ kPayloadFieldNumber

const int bgs::protocol::challenge::v1::ChallengeExternalRequest::kPayloadFieldNumber = 3
static

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

◆ kPayloadTypeFieldNumber

const int bgs::protocol::challenge::v1::ChallengeExternalRequest::kPayloadTypeFieldNumber = 2
static

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

◆ kRequestTokenFieldNumber

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

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

◆ payload_

::std::string* bgs::protocol::challenge::v1::ChallengeExternalRequest::payload_
private

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

◆ payload_type_

::std::string* bgs::protocol::challenge::v1::ChallengeExternalRequest::payload_type_
private

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

◆ request_token_

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

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


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