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

#include <challenge_service.pb.h>

Public Member Functions

 SendChallengeToUserResponse ()
 
virtual ~SendChallengeToUserResponse ()
 
 SendChallengeToUserResponse (const SendChallengeToUserResponse &from)
 
SendChallengeToUserResponseoperator= (const SendChallengeToUserResponse &from)
 
const
::google::protobuf::UnknownFieldSet
unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (SendChallengeToUserResponse *other)
 
SendChallengeToUserResponseNew () const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const SendChallengeToUserResponse &from)
 
void MergeFrom (const SendChallengeToUserResponse &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)
 
- 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
SendChallengeToUserResponse
default_instance ()
 

Static Public Attributes

static const int kIdFieldNumber = 1
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_id ()
 
void clear_has_id ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::google::protobuf::uint32 id_
 

Static Private Attributes

static
SendChallengeToUserResponse
default_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::SendChallengeToUserResponse::SendChallengeToUserResponse ( )
virtual bgs::protocol::challenge::v1::SendChallengeToUserResponse::~SendChallengeToUserResponse ( )
virtual
bgs::protocol::challenge::v1::SendChallengeToUserResponse::SendChallengeToUserResponse ( const SendChallengeToUserResponse from)

Member Function Documentation

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

Reimplemented from google::protobuf::Message.

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

Reimplemented from google::protobuf::Message.

void bgs::protocol::challenge::v1::SendChallengeToUserResponse::clear_has_id ( )
inlineprivate
2412  {
2413  _has_bits_[0] &= ~0x00000001u;
2414 }
::google::protobuf::uint32 _has_bits_[1]
Definition: challenge_service.pb.h:885

+ Here is the caller graph for this function:

void bgs::protocol::challenge::v1::SendChallengeToUserResponse::clear_id ( )
inline
2415  {
2416  id_ = 0u;
2417  clear_has_id();
2418 }
::google::protobuf::uint32 id_
Definition: challenge_service.pb.h:887
void clear_has_id()
Definition: challenge_service.pb.h:2412

+ Here is the call graph for this function:

void bgs::protocol::challenge::v1::SendChallengeToUserResponse::CopyFrom ( const ::google::protobuf::Message from)
void bgs::protocol::challenge::v1::SendChallengeToUserResponse::CopyFrom ( const SendChallengeToUserResponse from)
static const SendChallengeToUserResponse& bgs::protocol::challenge::v1::SendChallengeToUserResponse::default_instance ( )
static
static const ::google::protobuf::Descriptor* bgs::protocol::challenge::v1::SendChallengeToUserResponse::descriptor ( )
static
int bgs::protocol::challenge::v1::SendChallengeToUserResponse::GetCachedSize ( ) const
inlinevirtual

Implements google::protobuf::MessageLite.

859 { return _cached_size_; }
int _cached_size_
Definition: challenge_service.pb.h:886
::google::protobuf::Metadata bgs::protocol::challenge::v1::SendChallengeToUserResponse::GetMetadata ( ) const
virtual
bool bgs::protocol::challenge::v1::SendChallengeToUserResponse::has_id ( ) const
inline
2406  {
2407  return (_has_bits_[0] & 0x00000001u) != 0;
2408 }
::google::protobuf::uint32 _has_bits_[1]
Definition: challenge_service.pb.h:885
google::protobuf::uint32 bgs::protocol::challenge::v1::SendChallengeToUserResponse::id ( ) const
inline
2419  {
2420  // @@protoc_insertion_point(field_get:bgs.protocol.challenge.v1.SendChallengeToUserResponse.id)
2421  return id_;
2422 }
::google::protobuf::uint32 id_
Definition: challenge_service.pb.h:887
void bgs::protocol::challenge::v1::SendChallengeToUserResponse::InitAsDefaultInstance ( )
private
bool bgs::protocol::challenge::v1::SendChallengeToUserResponse::IsInitialized ( ) const
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::challenge::v1::SendChallengeToUserResponse::MergeFrom ( const ::google::protobuf::Message from)
void bgs::protocol::challenge::v1::SendChallengeToUserResponse::MergeFrom ( const SendChallengeToUserResponse from)
bool bgs::protocol::challenge::v1::SendChallengeToUserResponse::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream input)
inline ::google::protobuf::UnknownFieldSet* bgs::protocol::challenge::v1::SendChallengeToUserResponse::mutable_unknown_fields ( )
inline
834  {
835  return &_unknown_fields_;
836  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: challenge_service.pb.h:883
SendChallengeToUserResponse* bgs::protocol::challenge::v1::SendChallengeToUserResponse::New ( ) const
virtual
SendChallengeToUserResponse& bgs::protocol::challenge::v1::SendChallengeToUserResponse::operator= ( const SendChallengeToUserResponse from)
inline
825  {
826  CopyFrom(from);
827  return *this;
828  }
void CopyFrom(const ::google::protobuf::Message &from)
void bgs::protocol::challenge::v1::SendChallengeToUserResponse::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream output) const
::google::protobuf::uint8* bgs::protocol::challenge::v1::SendChallengeToUserResponse::SerializeWithCachedSizesToArray ( ::google::protobuf::uint8 output) const
void bgs::protocol::challenge::v1::SendChallengeToUserResponse::set_has_id ( )
inlineprivate
2409  {
2410  _has_bits_[0] |= 0x00000001u;
2411 }
::google::protobuf::uint32 _has_bits_[1]
Definition: challenge_service.pb.h:885

+ Here is the caller graph for this function:

void bgs::protocol::challenge::v1::SendChallengeToUserResponse::set_id ( ::google::protobuf::uint32  value)
inline
2423  {
2424  set_has_id();
2425  id_ = value;
2426  // @@protoc_insertion_point(field_set:bgs.protocol.challenge.v1.SendChallengeToUserResponse.id)
2427 }
::google::protobuf::uint32 id_
Definition: challenge_service.pb.h:887
void set_has_id()
Definition: challenge_service.pb.h:2409
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

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

Reimplemented from google::protobuf::Message.

void bgs::protocol::challenge::v1::SendChallengeToUserResponse::SharedCtor ( )
private
void bgs::protocol::challenge::v1::SendChallengeToUserResponse::SharedDtor ( )
private
void bgs::protocol::challenge::v1::SendChallengeToUserResponse::Swap ( SendChallengeToUserResponse other)
const ::google::protobuf::UnknownFieldSet& bgs::protocol::challenge::v1::SendChallengeToUserResponse::unknown_fields ( ) const
inline
830  {
831  return _unknown_fields_;
832  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: challenge_service.pb.h:883

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::SendChallengeToUserResponse::_cached_size_
mutableprivate
::google::protobuf::uint32 bgs::protocol::challenge::v1::SendChallengeToUserResponse::_has_bits_[1]
private
::google::protobuf::UnknownFieldSet bgs::protocol::challenge::v1::SendChallengeToUserResponse::_unknown_fields_
private
SendChallengeToUserResponse* bgs::protocol::challenge::v1::SendChallengeToUserResponse::default_instance_
staticprivate
::google::protobuf::uint32 bgs::protocol::challenge::v1::SendChallengeToUserResponse::id_
private
const int bgs::protocol::challenge::v1::SendChallengeToUserResponse::kIdFieldNumber = 1
static

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