TrinityCore
Battlenet::JSON::Login::LoginResult Class Reference

#include <Login.pb.h>

+ Inheritance diagram for Battlenet::JSON::Login::LoginResult:

Public Member Functions

 LoginResult ()
 
virtual ~LoginResult ()
 
 LoginResult (const LoginResult &from)
 
LoginResultoperator= (const LoginResult &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (LoginResult *other)
 
LoginResultNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_authentication_state () const
 
void clear_authentication_state ()
 
inline ::Battlenet::JSON::Login::AuthenticationState authentication_state () const
 
void set_authentication_state (::Battlenet::JSON::Login::AuthenticationState value)
 
bool has_error_code () const
 
void clear_error_code ()
 
const ::std::string & error_code () const
 
void set_error_code (const ::std::string &value)
 
void set_error_code (const char *value)
 
void set_error_code (const char *value, size_t size)
 
inline ::std::string * mutable_error_code ()
 
inline ::std::string * release_error_code ()
 
void set_allocated_error_code (::std::string *error_code)
 
bool has_error_message () const
 
void clear_error_message ()
 
const ::std::string & error_message () const
 
void set_error_message (const ::std::string &value)
 
void set_error_message (const char *value)
 
void set_error_message (const char *value, size_t size)
 
inline ::std::string * mutable_error_message ()
 
inline ::std::string * release_error_message ()
 
void set_allocated_error_message (::std::string *error_message)
 
bool has_url () const
 
void clear_url ()
 
const ::std::string & url () const
 
void set_url (const ::std::string &value)
 
void set_url (const char *value)
 
void set_url (const char *value, size_t size)
 
inline ::std::string * mutable_url ()
 
inline ::std::string * release_url ()
 
void set_allocated_url (::std::string *url)
 
bool has_login_ticket () const
 
void clear_login_ticket ()
 
const ::std::string & login_ticket () const
 
void set_login_ticket (const ::std::string &value)
 
void set_login_ticket (const char *value)
 
void set_login_ticket (const char *value, size_t size)
 
inline ::std::string * mutable_login_ticket ()
 
inline ::std::string * release_login_ticket ()
 
void set_allocated_login_ticket (::std::string *login_ticket)
 
bool has_server_evidence_m2 () const
 
void clear_server_evidence_m2 ()
 
const ::std::string & server_evidence_m2 () const
 
void set_server_evidence_m2 (const ::std::string &value)
 
void set_server_evidence_m2 (const char *value)
 
void set_server_evidence_m2 (const char *value, size_t size)
 
inline ::std::string * mutable_server_evidence_m2 ()
 
inline ::std::string * release_server_evidence_m2 ()
 
void set_allocated_server_evidence_m2 (::std::string *server_evidence_m2)
 

Static Public Member Functions

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

Static Public Attributes

static const int kAuthenticationStateFieldNumber = 1
 
static const int kErrorCodeFieldNumber = 2
 
static const int kErrorMessageFieldNumber = 3
 
static const int kUrlFieldNumber = 4
 
static const int kLoginTicketFieldNumber = 5
 
static const int kServerEvidenceM2FieldNumber = 6
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_authentication_state ()
 
void clear_has_authentication_state ()
 
void set_has_error_code ()
 
void clear_has_error_code ()
 
void set_has_error_message ()
 
void clear_has_error_message ()
 
void set_has_url ()
 
void clear_has_url ()
 
void set_has_login_ticket ()
 
void clear_has_login_ticket ()
 
void set_has_server_evidence_m2 ()
 
void clear_has_server_evidence_m2 ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::std::string * error_code_
 
::std::string * error_message_
 
::std::string * url_
 
::std::string * login_ticket_
 
::std::string * server_evidence_m2_
 
int authentication_state_
 

Static Private Attributes

static LoginResultdefault_instance_
 

Friends

void TC_PROTO_API protobuf_AddDesc_Login_2eproto ()
 
void protobuf_AssignDesc_Login_2eproto ()
 
void protobuf_ShutdownFile_Login_2eproto ()
 

Detailed Description

Definition at line 744 of file Login.pb.h.

Constructor & Destructor Documentation

◆ LoginResult() [1/2]

Battlenet::JSON::Login::LoginResult::LoginResult ( )

◆ ~LoginResult()

virtual Battlenet::JSON::Login::LoginResult::~LoginResult ( )
virtual

◆ LoginResult() [2/2]

Battlenet::JSON::Login::LoginResult::LoginResult ( const LoginResult from)

Member Function Documentation

◆ authentication_state()

Battlenet::JSON::Login::AuthenticationState Battlenet::JSON::Login::LoginResult::authentication_state ( ) const
inline

Definition at line 2597 of file Login.pb.h.

◆ clear_authentication_state()

void Battlenet::JSON::Login::LoginResult::clear_authentication_state ( )
inline

Definition at line 2593 of file Login.pb.h.

+ Here is the call graph for this function:

◆ clear_error_code()

void Battlenet::JSON::Login::LoginResult::clear_error_code ( )
inline

Definition at line 2618 of file Login.pb.h.

+ Here is the call graph for this function:

◆ clear_error_message()

void Battlenet::JSON::Login::LoginResult::clear_error_message ( )
inline

Definition at line 2694 of file Login.pb.h.

+ Here is the call graph for this function:

◆ clear_has_authentication_state()

void Battlenet::JSON::Login::LoginResult::clear_has_authentication_state ( )
inlineprivate

Definition at line 2590 of file Login.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_error_code()

void Battlenet::JSON::Login::LoginResult::clear_has_error_code ( )
inlineprivate

Definition at line 2615 of file Login.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_error_message()

void Battlenet::JSON::Login::LoginResult::clear_has_error_message ( )
inlineprivate

Definition at line 2691 of file Login.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_login_ticket()

void Battlenet::JSON::Login::LoginResult::clear_has_login_ticket ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ clear_has_server_evidence_m2()

void Battlenet::JSON::Login::LoginResult::clear_has_server_evidence_m2 ( )
inlineprivate

Definition at line 2919 of file Login.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_url()

void Battlenet::JSON::Login::LoginResult::clear_has_url ( )
inlineprivate

Definition at line 2767 of file Login.pb.h.

+ Here is the caller graph for this function:

◆ clear_login_ticket()

void Battlenet::JSON::Login::LoginResult::clear_login_ticket ( )
inline

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

+ Here is the call graph for this function:

◆ clear_server_evidence_m2()

void Battlenet::JSON::Login::LoginResult::clear_server_evidence_m2 ( )
inline

Definition at line 2922 of file Login.pb.h.

+ Here is the call graph for this function:

◆ clear_url()

void Battlenet::JSON::Login::LoginResult::clear_url ( )
inline

Definition at line 2770 of file Login.pb.h.

+ Here is the call graph for this function:

◆ default_instance()

static const LoginResult & Battlenet::JSON::Login::LoginResult::default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor * Battlenet::JSON::Login::LoginResult::descriptor ( )
static

◆ error_code()

const ::std::string & Battlenet::JSON::Login::LoginResult::error_code ( ) const
inline

Definition at line 2624 of file Login.pb.h.

+ Here is the caller graph for this function:

◆ error_message()

const ::std::string & Battlenet::JSON::Login::LoginResult::error_message ( ) const
inline

Definition at line 2700 of file Login.pb.h.

+ Here is the caller graph for this function:

◆ GetCachedSize()

int Battlenet::JSON::Login::LoginResult::GetCachedSize ( ) const
inline

Definition at line 772 of file Login.pb.h.

◆ GetMetadata()

::google::protobuf::Metadata Battlenet::JSON::Login::LoginResult::GetMetadata ( ) const

◆ has_authentication_state()

bool Battlenet::JSON::Login::LoginResult::has_authentication_state ( ) const
inline

Definition at line 2584 of file Login.pb.h.

◆ has_error_code()

bool Battlenet::JSON::Login::LoginResult::has_error_code ( ) const
inline

Definition at line 2609 of file Login.pb.h.

◆ has_error_message()

bool Battlenet::JSON::Login::LoginResult::has_error_message ( ) const
inline

Definition at line 2685 of file Login.pb.h.

◆ has_login_ticket()

bool Battlenet::JSON::Login::LoginResult::has_login_ticket ( ) const
inline

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

◆ has_server_evidence_m2()

bool Battlenet::JSON::Login::LoginResult::has_server_evidence_m2 ( ) const
inline

Definition at line 2913 of file Login.pb.h.

◆ has_url()

bool Battlenet::JSON::Login::LoginResult::has_url ( ) const
inline

Definition at line 2761 of file Login.pb.h.

◆ InitAsDefaultInstance()

void Battlenet::JSON::Login::LoginResult::InitAsDefaultInstance ( )
private

◆ login_ticket()

const ::std::string & Battlenet::JSON::Login::LoginResult::login_ticket ( ) const
inline

Definition at line 2852 of file Login.pb.h.

+ Here is the caller graph for this function:

◆ mutable_error_code()

std::string * Battlenet::JSON::Login::LoginResult::mutable_error_code ( )
inline

Definition at line 2652 of file Login.pb.h.

+ Here is the call graph for this function:

◆ mutable_error_message()

std::string * Battlenet::JSON::Login::LoginResult::mutable_error_message ( )
inline

Definition at line 2728 of file Login.pb.h.

+ Here is the call graph for this function:

◆ mutable_login_ticket()

std::string * Battlenet::JSON::Login::LoginResult::mutable_login_ticket ( )
inline

Definition at line 2880 of file Login.pb.h.

+ Here is the call graph for this function:

◆ mutable_server_evidence_m2()

std::string * Battlenet::JSON::Login::LoginResult::mutable_server_evidence_m2 ( )
inline

Definition at line 2956 of file Login.pb.h.

+ Here is the call graph for this function:

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet * Battlenet::JSON::Login::LoginResult::mutable_unknown_fields ( )
inline

Definition at line 760 of file Login.pb.h.

◆ mutable_url()

std::string * Battlenet::JSON::Login::LoginResult::mutable_url ( )
inline

Definition at line 2804 of file Login.pb.h.

+ Here is the call graph for this function:

◆ New()

LoginResult * Battlenet::JSON::Login::LoginResult::New ( ) const

◆ operator=()

LoginResult & Battlenet::JSON::Login::LoginResult::operator= ( const LoginResult from)
inline

Definition at line 751 of file Login.pb.h.

◆ release_error_code()

std::string * Battlenet::JSON::Login::LoginResult::release_error_code ( )
inline

Definition at line 2660 of file Login.pb.h.

+ Here is the call graph for this function:

◆ release_error_message()

std::string * Battlenet::JSON::Login::LoginResult::release_error_message ( )
inline

Definition at line 2736 of file Login.pb.h.

+ Here is the call graph for this function:

◆ release_login_ticket()

std::string * Battlenet::JSON::Login::LoginResult::release_login_ticket ( )
inline

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

+ Here is the call graph for this function:

◆ release_server_evidence_m2()

std::string * Battlenet::JSON::Login::LoginResult::release_server_evidence_m2 ( )
inline

Definition at line 2964 of file Login.pb.h.

+ Here is the call graph for this function:

◆ release_url()

std::string * Battlenet::JSON::Login::LoginResult::release_url ( )
inline

Definition at line 2812 of file Login.pb.h.

+ Here is the call graph for this function:

◆ server_evidence_m2()

const ::std::string & Battlenet::JSON::Login::LoginResult::server_evidence_m2 ( ) const
inline

Definition at line 2928 of file Login.pb.h.

+ Here is the caller graph for this function:

◆ set_allocated_error_code()

void Battlenet::JSON::Login::LoginResult::set_allocated_error_code ( ::std::string *  error_code)
inline

Definition at line 2670 of file Login.pb.h.

+ Here is the call graph for this function:

◆ set_allocated_error_message()

void Battlenet::JSON::Login::LoginResult::set_allocated_error_message ( ::std::string *  error_message)
inline

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

+ Here is the call graph for this function:

◆ set_allocated_login_ticket()

void Battlenet::JSON::Login::LoginResult::set_allocated_login_ticket ( ::std::string *  login_ticket)
inline

Definition at line 2898 of file Login.pb.h.

+ Here is the call graph for this function:

◆ set_allocated_server_evidence_m2()

void Battlenet::JSON::Login::LoginResult::set_allocated_server_evidence_m2 ( ::std::string *  server_evidence_m2)
inline

Definition at line 2974 of file Login.pb.h.

+ Here is the call graph for this function:

◆ set_allocated_url()

void Battlenet::JSON::Login::LoginResult::set_allocated_url ( ::std::string *  url)
inline

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

+ Here is the call graph for this function:

◆ set_authentication_state()

void Battlenet::JSON::Login::LoginResult::set_authentication_state ( ::Battlenet::JSON::Login::AuthenticationState  value)
inline

Definition at line 2601 of file Login.pb.h.

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

◆ set_error_code() [1/3]

void Battlenet::JSON::Login::LoginResult::set_error_code ( const ::std::string &  value)
inline

Definition at line 2628 of file Login.pb.h.

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

◆ set_error_code() [2/3]

void Battlenet::JSON::Login::LoginResult::set_error_code ( const char *  value)
inline

Definition at line 2636 of file Login.pb.h.

+ Here is the call graph for this function:

◆ set_error_code() [3/3]

void Battlenet::JSON::Login::LoginResult::set_error_code ( const char *  value,
size_t  size 
)
inline

Definition at line 2644 of file Login.pb.h.

+ Here is the call graph for this function:

◆ set_error_message() [1/3]

void Battlenet::JSON::Login::LoginResult::set_error_message ( const ::std::string &  value)
inline

Definition at line 2704 of file Login.pb.h.

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

◆ set_error_message() [2/3]

void Battlenet::JSON::Login::LoginResult::set_error_message ( const char *  value)
inline

Definition at line 2712 of file Login.pb.h.

+ Here is the call graph for this function:

◆ set_error_message() [3/3]

void Battlenet::JSON::Login::LoginResult::set_error_message ( const char *  value,
size_t  size 
)
inline

Definition at line 2720 of file Login.pb.h.

+ Here is the call graph for this function:

◆ set_has_authentication_state()

void Battlenet::JSON::Login::LoginResult::set_has_authentication_state ( )
inlineprivate

Definition at line 2587 of file Login.pb.h.

+ Here is the caller graph for this function:

◆ set_has_error_code()

void Battlenet::JSON::Login::LoginResult::set_has_error_code ( )
inlineprivate

Definition at line 2612 of file Login.pb.h.

+ Here is the caller graph for this function:

◆ set_has_error_message()

void Battlenet::JSON::Login::LoginResult::set_has_error_message ( )
inlineprivate

Definition at line 2688 of file Login.pb.h.

+ Here is the caller graph for this function:

◆ set_has_login_ticket()

void Battlenet::JSON::Login::LoginResult::set_has_login_ticket ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ set_has_server_evidence_m2()

void Battlenet::JSON::Login::LoginResult::set_has_server_evidence_m2 ( )
inlineprivate

Definition at line 2916 of file Login.pb.h.

+ Here is the caller graph for this function:

◆ set_has_url()

void Battlenet::JSON::Login::LoginResult::set_has_url ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ set_login_ticket() [1/3]

void Battlenet::JSON::Login::LoginResult::set_login_ticket ( const ::std::string &  value)
inline

Definition at line 2856 of file Login.pb.h.

+ Here is the call graph for this function:

◆ set_login_ticket() [2/3]

void Battlenet::JSON::Login::LoginResult::set_login_ticket ( const char *  value)
inline

Definition at line 2864 of file Login.pb.h.

+ Here is the call graph for this function:

◆ set_login_ticket() [3/3]

void Battlenet::JSON::Login::LoginResult::set_login_ticket ( const char *  value,
size_t  size 
)
inline

Definition at line 2872 of file Login.pb.h.

+ Here is the call graph for this function:

◆ set_server_evidence_m2() [1/3]

void Battlenet::JSON::Login::LoginResult::set_server_evidence_m2 ( const ::std::string &  value)
inline

Definition at line 2932 of file Login.pb.h.

+ Here is the call graph for this function:

◆ set_server_evidence_m2() [2/3]

void Battlenet::JSON::Login::LoginResult::set_server_evidence_m2 ( const char *  value)
inline

Definition at line 2940 of file Login.pb.h.

+ Here is the call graph for this function:

◆ set_server_evidence_m2() [3/3]

void Battlenet::JSON::Login::LoginResult::set_server_evidence_m2 ( const char *  value,
size_t  size 
)
inline

Definition at line 2948 of file Login.pb.h.

+ Here is the call graph for this function:

◆ set_url() [1/3]

void Battlenet::JSON::Login::LoginResult::set_url ( const ::std::string &  value)
inline

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

+ Here is the call graph for this function:

◆ set_url() [2/3]

void Battlenet::JSON::Login::LoginResult::set_url ( const char *  value)
inline

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

+ Here is the call graph for this function:

◆ set_url() [3/3]

void Battlenet::JSON::Login::LoginResult::set_url ( const char *  value,
size_t  size 
)
inline

Definition at line 2796 of file Login.pb.h.

+ Here is the call graph for this function:

◆ SetCachedSize()

void Battlenet::JSON::Login::LoginResult::SetCachedSize ( int  size) const
private

◆ SharedCtor()

void Battlenet::JSON::Login::LoginResult::SharedCtor ( )
private

◆ SharedDtor()

void Battlenet::JSON::Login::LoginResult::SharedDtor ( )
private

◆ Swap()

void Battlenet::JSON::Login::LoginResult::Swap ( LoginResult other)

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & Battlenet::JSON::Login::LoginResult::unknown_fields ( ) const
inline

Definition at line 756 of file Login.pb.h.

◆ url()

const ::std::string & Battlenet::JSON::Login::LoginResult::url ( ) const
inline

Definition at line 2776 of file Login.pb.h.

+ Here is the caller graph for this function:

Friends And Related Function Documentation

◆ protobuf_AddDesc_Login_2eproto

void TC_PROTO_API protobuf_AddDesc_Login_2eproto ( )
friend

◆ protobuf_AssignDesc_Login_2eproto

void protobuf_AssignDesc_Login_2eproto ( )
friend

◆ protobuf_ShutdownFile_Login_2eproto

void protobuf_ShutdownFile_Login_2eproto ( )
friend

Member Data Documentation

◆ _cached_size_

int Battlenet::JSON::Login::LoginResult::_cached_size_
mutableprivate

Definition at line 869 of file Login.pb.h.

◆ _has_bits_

::google::protobuf::uint32 Battlenet::JSON::Login::LoginResult::_has_bits_[1]
private

Definition at line 868 of file Login.pb.h.

◆ _unknown_fields_

::google::protobuf::UnknownFieldSet Battlenet::JSON::Login::LoginResult::_unknown_fields_
private

Definition at line 866 of file Login.pb.h.

◆ authentication_state_

int Battlenet::JSON::Login::LoginResult::authentication_state_
private

Definition at line 875 of file Login.pb.h.

◆ default_instance_

LoginResult* Battlenet::JSON::Login::LoginResult::default_instance_
staticprivate

Definition at line 881 of file Login.pb.h.

◆ error_code_

::std::string* Battlenet::JSON::Login::LoginResult::error_code_
private

Definition at line 870 of file Login.pb.h.

◆ error_message_

::std::string* Battlenet::JSON::Login::LoginResult::error_message_
private

Definition at line 871 of file Login.pb.h.

◆ kAuthenticationStateFieldNumber

const int Battlenet::JSON::Login::LoginResult::kAuthenticationStateFieldNumber = 1
static

Definition at line 787 of file Login.pb.h.

◆ kErrorCodeFieldNumber

const int Battlenet::JSON::Login::LoginResult::kErrorCodeFieldNumber = 2
static

Definition at line 794 of file Login.pb.h.

◆ kErrorMessageFieldNumber

const int Battlenet::JSON::Login::LoginResult::kErrorMessageFieldNumber = 3
static

Definition at line 806 of file Login.pb.h.

◆ kLoginTicketFieldNumber

const int Battlenet::JSON::Login::LoginResult::kLoginTicketFieldNumber = 5
static

Definition at line 830 of file Login.pb.h.

◆ kServerEvidenceM2FieldNumber

const int Battlenet::JSON::Login::LoginResult::kServerEvidenceM2FieldNumber = 6
static

Definition at line 842 of file Login.pb.h.

◆ kUrlFieldNumber

const int Battlenet::JSON::Login::LoginResult::kUrlFieldNumber = 4
static

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

◆ login_ticket_

::std::string* Battlenet::JSON::Login::LoginResult::login_ticket_
private

Definition at line 873 of file Login.pb.h.

◆ server_evidence_m2_

::std::string* Battlenet::JSON::Login::LoginResult::server_evidence_m2_
private

Definition at line 874 of file Login.pb.h.

◆ url_

::std::string* Battlenet::JSON::Login::LoginResult::url_
private

Definition at line 872 of file Login.pb.h.


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