TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
bgs::protocol::challenge::v1::ChallengeResultRequest Class Reference

#include <challenge_service.pb.h>

Public Member Functions

 ChallengeResultRequest ()
 
virtual ~ChallengeResultRequest ()
 
 ChallengeResultRequest (const ChallengeResultRequest &from)
 
ChallengeResultRequestoperator= (const ChallengeResultRequest &from)
 
const
::google::protobuf::UnknownFieldSet
unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (ChallengeResultRequest *other)
 
ChallengeResultRequestNew () const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const ChallengeResultRequest &from)
 
void MergeFrom (const ChallengeResultRequest &from)
 
void Clear ()
 
bool IsInitialized () const
 
int ByteSize () const
 
bool MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input)
 
void SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const
 
::google::protobuf::uint8SerializeWithCachedSizesToArray (::google::protobuf::uint8 *output) const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_id () const
 
void clear_id ()
 
inline::google::protobuf::uint32 id () const
 
void set_id (::google::protobuf::uint32 value)
 
bool has_type () const
 
void clear_type ()
 
inline::google::protobuf::uint32 type () const
 
void set_type (::google::protobuf::uint32 value)
 
bool has_error_id () const
 
void clear_error_id ()
 
inline::google::protobuf::uint32 error_id () const
 
void set_error_id (::google::protobuf::uint32 value)
 
bool has_answer () const
 
void clear_answer ()
 
const ::std::string & answer () const
 
void set_answer (const ::std::string &value)
 
void set_answer (const char *value)
 
void set_answer (const void *value, size_t size)
 
inline::std::string * mutable_answer ()
 
inline::std::string * release_answer ()
 
void set_allocated_answer (::std::string *answer)
 
- Public Member Functions inherited from google::protobuf::Message
 Message ()
 
virtual ~Message ()
 
virtual void CopyFrom (const Message &from)
 
virtual void MergeFrom (const Message &from)
 
void CheckInitialized () const
 
void FindInitializationErrors (vector< string > *errors) const
 
string InitializationErrorString () const
 
virtual void DiscardUnknownFields ()
 
virtual int SpaceUsed () const
 
string DebugString () const
 
string ShortDebugString () const
 
string Utf8DebugString () const
 
void PrintDebugString () const
 
bool ParseFromFileDescriptor (int file_descriptor)
 
bool ParsePartialFromFileDescriptor (int file_descriptor)
 
bool ParseFromIstream (istream *input)
 
bool ParsePartialFromIstream (istream *input)
 
bool SerializeToFileDescriptor (int file_descriptor) const
 
bool SerializePartialToFileDescriptor (int file_descriptor) const
 
bool SerializeToOstream (ostream *output) const
 
bool SerializePartialToOstream (ostream *output) const
 
virtual string GetTypeName () const
 
virtual void CheckTypeAndMergeFrom (const MessageLite &other)
 
virtual bool MergePartialFromCodedStream (io::CodedInputStream *input)
 
virtual void SerializeWithCachedSizes (io::CodedOutputStream *output) const
 
const DescriptorGetDescriptor () const
 
virtual const ReflectionGetReflection () const
 
- Public Member Functions inherited from google::protobuf::MessageLite
 MessageLite ()
 
virtual ~MessageLite ()
 
bool ParseFromCodedStream (io::CodedInputStream *input)
 
bool ParsePartialFromCodedStream (io::CodedInputStream *input)
 
bool ParseFromZeroCopyStream (io::ZeroCopyInputStream *input)
 
bool ParsePartialFromZeroCopyStream (io::ZeroCopyInputStream *input)
 
bool ParseFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size)
 
bool ParsePartialFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size)
 
bool ParseFromString (const string &data)
 
bool ParsePartialFromString (const string &data)
 
bool ParseFromArray (const void *data, int size)
 
bool ParsePartialFromArray (const void *data, int size)
 
bool MergeFromCodedStream (io::CodedInputStream *input)
 
bool SerializeToCodedStream (io::CodedOutputStream *output) const
 
bool SerializePartialToCodedStream (io::CodedOutputStream *output) const
 
bool SerializeToZeroCopyStream (io::ZeroCopyOutputStream *output) const
 
bool SerializePartialToZeroCopyStream (io::ZeroCopyOutputStream *output) const
 
bool SerializeToString (string *output) const
 
bool SerializePartialToString (string *output) const
 
bool SerializeToArray (void *data, int size) const
 
bool SerializePartialToArray (void *data, int size) const
 
string SerializeAsString () const
 
string SerializePartialAsString () const
 
bool AppendToString (string *output) const
 
bool AppendPartialToString (string *output) const
 
virtual uint8SerializeWithCachedSizesToArray (uint8 *target) const
 

Static Public Member Functions

static const
::google::protobuf::Descriptor
descriptor ()
 
static const
ChallengeResultRequest
default_instance ()
 

Static Public Attributes

static const int kIdFieldNumber = 1
 
static const int kTypeFieldNumber = 2
 
static const int kErrorIdFieldNumber = 3
 
static const int kAnswerFieldNumber = 4
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_id ()
 
void clear_has_id ()
 
void set_has_type ()
 
void clear_has_type ()
 
void set_has_error_id ()
 
void clear_has_error_id ()
 
void set_has_answer ()
 
void clear_has_answer ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::google::protobuf::uint32 id_
 
::google::protobuf::uint32 type_
 
::std::string * answer_
 
::google::protobuf::uint32 error_id_
 

Static Private Attributes

static ChallengeResultRequestdefault_instance_
 

Friends

void TC_SHARED_API protobuf_AddDesc_challenge_5fservice_2eproto ()
 
void protobuf_AssignDesc_challenge_5fservice_2eproto ()
 
void protobuf_ShutdownFile_challenge_5fservice_2eproto ()
 

Additional Inherited Members

- Public Types inherited from google::protobuf::Message
typedef
google::protobuf::Reflection 
Reflection
 

Constructor & Destructor Documentation

bgs::protocol::challenge::v1::ChallengeResultRequest::ChallengeResultRequest ( )
virtual bgs::protocol::challenge::v1::ChallengeResultRequest::~ChallengeResultRequest ( )
virtual
bgs::protocol::challenge::v1::ChallengeResultRequest::ChallengeResultRequest ( const ChallengeResultRequest from)

Member Function Documentation

const ::std::string & bgs::protocol::challenge::v1::ChallengeResultRequest::answer ( ) const
inline
2698  {
2699  // @@protoc_insertion_point(field_get:bgs.protocol.challenge.v1.ChallengeResultRequest.answer)
2700  return *answer_;
2701 }
::std::string * answer_
Definition: challenge_service.pb.h:1137

+ Here is the caller graph for this function:

int bgs::protocol::challenge::v1::ChallengeResultRequest::ByteSize ( ) const
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::challenge::v1::ChallengeResultRequest::Clear ( )
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::challenge::v1::ChallengeResultRequest::clear_answer ( )
inline
2692  {
2694  answer_->clear();
2695  }
2696  clear_has_answer();
2697 }
::std::string * answer_
Definition: challenge_service.pb.h:1137
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void clear_has_answer()
Definition: challenge_service.pb.h:2689

+ Here is the call graph for this function:

void bgs::protocol::challenge::v1::ChallengeResultRequest::clear_error_id ( )
inline
2668  {
2669  error_id_ = 0u;
2671 }
void clear_has_error_id()
Definition: challenge_service.pb.h:2665
::google::protobuf::uint32 error_id_
Definition: challenge_service.pb.h:1138

+ Here is the call graph for this function:

void bgs::protocol::challenge::v1::ChallengeResultRequest::clear_has_answer ( )
inlineprivate
2689  {
2690  _has_bits_[0] &= ~0x00000008u;
2691 }
::google::protobuf::uint32 _has_bits_[1]
Definition: challenge_service.pb.h:1133

+ Here is the caller graph for this function:

void bgs::protocol::challenge::v1::ChallengeResultRequest::clear_has_error_id ( )
inlineprivate
2665  {
2666  _has_bits_[0] &= ~0x00000004u;
2667 }
::google::protobuf::uint32 _has_bits_[1]
Definition: challenge_service.pb.h:1133

+ Here is the caller graph for this function:

void bgs::protocol::challenge::v1::ChallengeResultRequest::clear_has_id ( )
inlineprivate
2617  {
2618  _has_bits_[0] &= ~0x00000001u;
2619 }
::google::protobuf::uint32 _has_bits_[1]
Definition: challenge_service.pb.h:1133

+ Here is the caller graph for this function:

void bgs::protocol::challenge::v1::ChallengeResultRequest::clear_has_type ( )
inlineprivate
2641  {
2642  _has_bits_[0] &= ~0x00000002u;
2643 }
::google::protobuf::uint32 _has_bits_[1]
Definition: challenge_service.pb.h:1133

+ Here is the caller graph for this function:

void bgs::protocol::challenge::v1::ChallengeResultRequest::clear_id ( )
inline
2620  {
2621  id_ = 0u;
2622  clear_has_id();
2623 }
void clear_has_id()
Definition: challenge_service.pb.h:2617
::google::protobuf::uint32 id_
Definition: challenge_service.pb.h:1135

+ Here is the call graph for this function:

void bgs::protocol::challenge::v1::ChallengeResultRequest::clear_type ( )
inline
2644  {
2645  type_ = 0u;
2646  clear_has_type();
2647 }
::google::protobuf::uint32 type_
Definition: challenge_service.pb.h:1136
void clear_has_type()
Definition: challenge_service.pb.h:2641

+ Here is the call graph for this function:

void bgs::protocol::challenge::v1::ChallengeResultRequest::CopyFrom ( const ::google::protobuf::Message from)
void bgs::protocol::challenge::v1::ChallengeResultRequest::CopyFrom ( const ChallengeResultRequest from)
static const ChallengeResultRequest& bgs::protocol::challenge::v1::ChallengeResultRequest::default_instance ( )
static
static const ::google::protobuf::Descriptor* bgs::protocol::challenge::v1::ChallengeResultRequest::descriptor ( )
static
google::protobuf::uint32 bgs::protocol::challenge::v1::ChallengeResultRequest::error_id ( ) const
inline
2672  {
2673  // @@protoc_insertion_point(field_get:bgs.protocol.challenge.v1.ChallengeResultRequest.error_id)
2674  return error_id_;
2675 }
::google::protobuf::uint32 error_id_
Definition: challenge_service.pb.h:1138
int bgs::protocol::challenge::v1::ChallengeResultRequest::GetCachedSize ( ) const
inlinevirtual

Implements google::protobuf::MessageLite.

1075 { return _cached_size_; }
int _cached_size_
Definition: challenge_service.pb.h:1134
::google::protobuf::Metadata bgs::protocol::challenge::v1::ChallengeResultRequest::GetMetadata ( ) const
virtual
bool bgs::protocol::challenge::v1::ChallengeResultRequest::has_answer ( ) const
inline
2683  {
2684  return (_has_bits_[0] & 0x00000008u) != 0;
2685 }
::google::protobuf::uint32 _has_bits_[1]
Definition: challenge_service.pb.h:1133
bool bgs::protocol::challenge::v1::ChallengeResultRequest::has_error_id ( ) const
inline
2659  {
2660  return (_has_bits_[0] & 0x00000004u) != 0;
2661 }
::google::protobuf::uint32 _has_bits_[1]
Definition: challenge_service.pb.h:1133
bool bgs::protocol::challenge::v1::ChallengeResultRequest::has_id ( ) const
inline
2611  {
2612  return (_has_bits_[0] & 0x00000001u) != 0;
2613 }
::google::protobuf::uint32 _has_bits_[1]
Definition: challenge_service.pb.h:1133
bool bgs::protocol::challenge::v1::ChallengeResultRequest::has_type ( ) const
inline
2635  {
2636  return (_has_bits_[0] & 0x00000002u) != 0;
2637 }
::google::protobuf::uint32 _has_bits_[1]
Definition: challenge_service.pb.h:1133
google::protobuf::uint32 bgs::protocol::challenge::v1::ChallengeResultRequest::id ( ) const
inline
2624  {
2625  // @@protoc_insertion_point(field_get:bgs.protocol.challenge.v1.ChallengeResultRequest.id)
2626  return id_;
2627 }
::google::protobuf::uint32 id_
Definition: challenge_service.pb.h:1135
void bgs::protocol::challenge::v1::ChallengeResultRequest::InitAsDefaultInstance ( )
private
bool bgs::protocol::challenge::v1::ChallengeResultRequest::IsInitialized ( ) const
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::challenge::v1::ChallengeResultRequest::MergeFrom ( const ::google::protobuf::Message from)
void bgs::protocol::challenge::v1::ChallengeResultRequest::MergeFrom ( const ChallengeResultRequest from)
bool bgs::protocol::challenge::v1::ChallengeResultRequest::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream input)
std::string * bgs::protocol::challenge::v1::ChallengeResultRequest::mutable_answer ( )
inline
2726  {
2727  set_has_answer();
2729  answer_ = new ::std::string;
2730  }
2731  // @@protoc_insertion_point(field_mutable:bgs.protocol.challenge.v1.ChallengeResultRequest.answer)
2732  return answer_;
2733 }
::std::string * answer_
Definition: challenge_service.pb.h:1137
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_answer()
Definition: challenge_service.pb.h:2686

+ Here is the call graph for this function:

inline ::google::protobuf::UnknownFieldSet* bgs::protocol::challenge::v1::ChallengeResultRequest::mutable_unknown_fields ( )
inline
1050  {
1051  return &_unknown_fields_;
1052  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: challenge_service.pb.h:1131
ChallengeResultRequest* bgs::protocol::challenge::v1::ChallengeResultRequest::New ( ) const
virtual
ChallengeResultRequest& bgs::protocol::challenge::v1::ChallengeResultRequest::operator= ( const ChallengeResultRequest from)
inline
1041  {
1042  CopyFrom(from);
1043  return *this;
1044  }
void CopyFrom(const ::google::protobuf::Message &from)
std::string * bgs::protocol::challenge::v1::ChallengeResultRequest::release_answer ( )
inline
2734  {
2735  clear_has_answer();
2737  return NULL;
2738  } else {
2739  ::std::string* temp = answer_;
2740  answer_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
2741  return temp;
2742  }
2743 }
arena_t NULL
Definition: jemalloc_internal.h:624
::std::string * answer_
Definition: challenge_service.pb.h:1137
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void clear_has_answer()
Definition: challenge_service.pb.h:2689

+ Here is the call graph for this function:

void bgs::protocol::challenge::v1::ChallengeResultRequest::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream output) const
::google::protobuf::uint8* bgs::protocol::challenge::v1::ChallengeResultRequest::SerializeWithCachedSizesToArray ( ::google::protobuf::uint8 output) const
void bgs::protocol::challenge::v1::ChallengeResultRequest::set_allocated_answer ( ::std::string *  answer)
inline
2744  {
2746  delete answer_;
2747  }
2748  if (answer) {
2749  set_has_answer();
2750  answer_ = answer;
2751  } else {
2752  clear_has_answer();
2753  answer_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
2754  }
2755  // @@protoc_insertion_point(field_set_allocated:bgs.protocol.challenge.v1.ChallengeResultRequest.answer)
2756 }
::std::string * answer_
Definition: challenge_service.pb.h:1137
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_answer()
Definition: challenge_service.pb.h:2686
const ::std::string & answer() const
Definition: challenge_service.pb.h:2698
void clear_has_answer()
Definition: challenge_service.pb.h:2689

+ Here is the call graph for this function:

void bgs::protocol::challenge::v1::ChallengeResultRequest::set_answer ( const ::std::string &  value)
inline
2702  {
2703  set_has_answer();
2705  answer_ = new ::std::string;
2706  }
2707  answer_->assign(value);
2708  // @@protoc_insertion_point(field_set:bgs.protocol.challenge.v1.ChallengeResultRequest.answer)
2709 }
::std::string * answer_
Definition: challenge_service.pb.h:1137
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_answer()
Definition: challenge_service.pb.h:2686
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::challenge::v1::ChallengeResultRequest::set_answer ( const char *  value)
inline
2710  {
2711  set_has_answer();
2713  answer_ = new ::std::string;
2714  }
2715  answer_->assign(value);
2716  // @@protoc_insertion_point(field_set_char:bgs.protocol.challenge.v1.ChallengeResultRequest.answer)
2717 }
::std::string * answer_
Definition: challenge_service.pb.h:1137
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_answer()
Definition: challenge_service.pb.h:2686
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::challenge::v1::ChallengeResultRequest::set_answer ( const void *  value,
size_t  size 
)
inline
2718  {
2719  set_has_answer();
2721  answer_ = new ::std::string;
2722  }
2723  answer_->assign(reinterpret_cast<const char*>(value), size);
2724  // @@protoc_insertion_point(field_set_pointer:bgs.protocol.challenge.v1.ChallengeResultRequest.answer)
2725 }
::std::string * answer_
Definition: challenge_service.pb.h:1137
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_answer()
Definition: challenge_service.pb.h:2686
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::challenge::v1::ChallengeResultRequest::set_error_id ( ::google::protobuf::uint32  value)
inline
2676  {
2677  set_has_error_id();
2678  error_id_ = value;
2679  // @@protoc_insertion_point(field_set:bgs.protocol.challenge.v1.ChallengeResultRequest.error_id)
2680 }
void set_has_error_id()
Definition: challenge_service.pb.h:2662
const FieldDescriptor value
Definition: descriptor.h:1522
::google::protobuf::uint32 error_id_
Definition: challenge_service.pb.h:1138

+ Here is the call graph for this function:

void bgs::protocol::challenge::v1::ChallengeResultRequest::set_has_answer ( )
inlineprivate
2686  {
2687  _has_bits_[0] |= 0x00000008u;
2688 }
::google::protobuf::uint32 _has_bits_[1]
Definition: challenge_service.pb.h:1133

+ Here is the caller graph for this function:

void bgs::protocol::challenge::v1::ChallengeResultRequest::set_has_error_id ( )
inlineprivate
2662  {
2663  _has_bits_[0] |= 0x00000004u;
2664 }
::google::protobuf::uint32 _has_bits_[1]
Definition: challenge_service.pb.h:1133

+ Here is the caller graph for this function:

void bgs::protocol::challenge::v1::ChallengeResultRequest::set_has_id ( )
inlineprivate
2614  {
2615  _has_bits_[0] |= 0x00000001u;
2616 }
::google::protobuf::uint32 _has_bits_[1]
Definition: challenge_service.pb.h:1133

+ Here is the caller graph for this function:

void bgs::protocol::challenge::v1::ChallengeResultRequest::set_has_type ( )
inlineprivate
2638  {
2639  _has_bits_[0] |= 0x00000002u;
2640 }
::google::protobuf::uint32 _has_bits_[1]
Definition: challenge_service.pb.h:1133

+ Here is the caller graph for this function:

void bgs::protocol::challenge::v1::ChallengeResultRequest::set_id ( ::google::protobuf::uint32  value)
inline
2628  {
2629  set_has_id();
2630  id_ = value;
2631  // @@protoc_insertion_point(field_set:bgs.protocol.challenge.v1.ChallengeResultRequest.id)
2632 }
void set_has_id()
Definition: challenge_service.pb.h:2614
::google::protobuf::uint32 id_
Definition: challenge_service.pb.h:1135
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::challenge::v1::ChallengeResultRequest::set_type ( ::google::protobuf::uint32  value)
inline
2652  {
2653  set_has_type();
2654  type_ = value;
2655  // @@protoc_insertion_point(field_set:bgs.protocol.challenge.v1.ChallengeResultRequest.type)
2656 }
::google::protobuf::uint32 type_
Definition: challenge_service.pb.h:1136
void set_has_type()
Definition: challenge_service.pb.h:2638
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::challenge::v1::ChallengeResultRequest::SetCachedSize ( int  size) const
privatevirtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::challenge::v1::ChallengeResultRequest::SharedCtor ( )
private
void bgs::protocol::challenge::v1::ChallengeResultRequest::SharedDtor ( )
private
void bgs::protocol::challenge::v1::ChallengeResultRequest::Swap ( ChallengeResultRequest other)
google::protobuf::uint32 bgs::protocol::challenge::v1::ChallengeResultRequest::type ( ) const
inline
2648  {
2649  // @@protoc_insertion_point(field_get:bgs.protocol.challenge.v1.ChallengeResultRequest.type)
2650  return type_;
2651 }
::google::protobuf::uint32 type_
Definition: challenge_service.pb.h:1136
const ::google::protobuf::UnknownFieldSet& bgs::protocol::challenge::v1::ChallengeResultRequest::unknown_fields ( ) const
inline
1046  {
1047  return _unknown_fields_;
1048  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: challenge_service.pb.h:1131

Friends And Related Function Documentation

void TC_SHARED_API protobuf_AddDesc_challenge_5fservice_2eproto ( )
friend
void protobuf_AssignDesc_challenge_5fservice_2eproto ( )
friend
void protobuf_ShutdownFile_challenge_5fservice_2eproto ( )
friend

Member Data Documentation

int bgs::protocol::challenge::v1::ChallengeResultRequest::_cached_size_
mutableprivate
::google::protobuf::uint32 bgs::protocol::challenge::v1::ChallengeResultRequest::_has_bits_[1]
private
::google::protobuf::UnknownFieldSet bgs::protocol::challenge::v1::ChallengeResultRequest::_unknown_fields_
private
::std::string* bgs::protocol::challenge::v1::ChallengeResultRequest::answer_
private
ChallengeResultRequest* bgs::protocol::challenge::v1::ChallengeResultRequest::default_instance_
staticprivate
::google::protobuf::uint32 bgs::protocol::challenge::v1::ChallengeResultRequest::error_id_
private
::google::protobuf::uint32 bgs::protocol::challenge::v1::ChallengeResultRequest::id_
private
const int bgs::protocol::challenge::v1::ChallengeResultRequest::kAnswerFieldNumber = 4
static
const int bgs::protocol::challenge::v1::ChallengeResultRequest::kErrorIdFieldNumber = 3
static
const int bgs::protocol::challenge::v1::ChallengeResultRequest::kIdFieldNumber = 1
static
const int bgs::protocol::challenge::v1::ChallengeResultRequest::kTypeFieldNumber = 2
static
::google::protobuf::uint32 bgs::protocol::challenge::v1::ChallengeResultRequest::type_
private

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