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

#include <challenge_service.pb.h>

Public Member Functions

 ChallengeAnsweredRequest ()
 
virtual ~ChallengeAnsweredRequest ()
 
 ChallengeAnsweredRequest (const ChallengeAnsweredRequest &from)
 
ChallengeAnsweredRequestoperator= (const ChallengeAnsweredRequest &from)
 
const
::google::protobuf::UnknownFieldSet
unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (ChallengeAnsweredRequest *other)
 
ChallengeAnsweredRequestNew () const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const ChallengeAnsweredRequest &from)
 
void MergeFrom (const ChallengeAnsweredRequest &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_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 char *value, size_t size)
 
inline::std::string * mutable_answer ()
 
inline::std::string * release_answer ()
 
void set_allocated_answer (::std::string *answer)
 
bool has_data () const
 
void clear_data ()
 
const ::std::string & data () const
 
void set_data (const ::std::string &value)
 
void set_data (const char *value)
 
void set_data (const void *value, size_t size)
 
inline::std::string * mutable_data ()
 
inline::std::string * release_data ()
 
void set_allocated_data (::std::string *data)
 
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
ChallengeAnsweredRequest
default_instance ()
 

Static Public Attributes

static const int kAnswerFieldNumber = 1
 
static const int kDataFieldNumber = 2
 
static const int kIdFieldNumber = 3
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_answer ()
 
void clear_has_answer ()
 
void set_has_data ()
 
void clear_has_data ()
 
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_
 
::std::string * answer_
 
::std::string * data_
 
::google::protobuf::uint32 id_
 

Static Private Attributes

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

Member Function Documentation

const ::std::string & bgs::protocol::challenge::v1::ChallengeAnsweredRequest::answer ( ) const
inline
1809  {
1810  // @@protoc_insertion_point(field_get:bgs.protocol.challenge.v1.ChallengeAnsweredRequest.answer)
1811  return *answer_;
1812 }
::std::string * answer_
Definition: challenge_service.pb.h:460

+ Here is the caller graph for this function:

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

Reimplemented from google::protobuf::Message.

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

Reimplemented from google::protobuf::Message.

void bgs::protocol::challenge::v1::ChallengeAnsweredRequest::clear_answer ( )
inline
1803  {
1805  answer_->clear();
1806  }
1807  clear_has_answer();
1808 }
void clear_has_answer()
Definition: challenge_service.pb.h:1800
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * answer_
Definition: challenge_service.pb.h:460

+ Here is the call graph for this function:

void bgs::protocol::challenge::v1::ChallengeAnsweredRequest::clear_data ( )
inline
1879  {
1881  data_->clear();
1882  }
1883  clear_has_data();
1884 }
::std::string * data_
Definition: challenge_service.pb.h:461
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void clear_has_data()
Definition: challenge_service.pb.h:1876

+ Here is the call graph for this function:

void bgs::protocol::challenge::v1::ChallengeAnsweredRequest::clear_has_answer ( )
inlineprivate
1800  {
1801  _has_bits_[0] &= ~0x00000001u;
1802 }
::google::protobuf::uint32 _has_bits_[1]
Definition: challenge_service.pb.h:458

+ Here is the caller graph for this function:

void bgs::protocol::challenge::v1::ChallengeAnsweredRequest::clear_has_data ( )
inlineprivate
1876  {
1877  _has_bits_[0] &= ~0x00000002u;
1878 }
::google::protobuf::uint32 _has_bits_[1]
Definition: challenge_service.pb.h:458

+ Here is the caller graph for this function:

void bgs::protocol::challenge::v1::ChallengeAnsweredRequest::clear_has_id ( )
inlineprivate
1952  {
1953  _has_bits_[0] &= ~0x00000004u;
1954 }
::google::protobuf::uint32 _has_bits_[1]
Definition: challenge_service.pb.h:458

+ Here is the caller graph for this function:

void bgs::protocol::challenge::v1::ChallengeAnsweredRequest::clear_id ( )
inline
1955  {
1956  id_ = 0u;
1957  clear_has_id();
1958 }
::google::protobuf::uint32 id_
Definition: challenge_service.pb.h:462
void clear_has_id()
Definition: challenge_service.pb.h:1952

+ Here is the call graph for this function:

void bgs::protocol::challenge::v1::ChallengeAnsweredRequest::CopyFrom ( const ::google::protobuf::Message from)
void bgs::protocol::challenge::v1::ChallengeAnsweredRequest::CopyFrom ( const ChallengeAnsweredRequest from)
const ::std::string & bgs::protocol::challenge::v1::ChallengeAnsweredRequest::data ( ) const
inline
1885  {
1886  // @@protoc_insertion_point(field_get:bgs.protocol.challenge.v1.ChallengeAnsweredRequest.data)
1887  return *data_;
1888 }
::std::string * data_
Definition: challenge_service.pb.h:461

+ Here is the caller graph for this function:

static const ChallengeAnsweredRequest& bgs::protocol::challenge::v1::ChallengeAnsweredRequest::default_instance ( )
static
static const ::google::protobuf::Descriptor* bgs::protocol::challenge::v1::ChallengeAnsweredRequest::descriptor ( )
static
int bgs::protocol::challenge::v1::ChallengeAnsweredRequest::GetCachedSize ( ) const
inlinevirtual

Implements google::protobuf::MessageLite.

404 { return _cached_size_; }
int _cached_size_
Definition: challenge_service.pb.h:459
::google::protobuf::Metadata bgs::protocol::challenge::v1::ChallengeAnsweredRequest::GetMetadata ( ) const
virtual
bool bgs::protocol::challenge::v1::ChallengeAnsweredRequest::has_answer ( ) const
inline
1794  {
1795  return (_has_bits_[0] & 0x00000001u) != 0;
1796 }
::google::protobuf::uint32 _has_bits_[1]
Definition: challenge_service.pb.h:458
bool bgs::protocol::challenge::v1::ChallengeAnsweredRequest::has_data ( ) const
inline
1870  {
1871  return (_has_bits_[0] & 0x00000002u) != 0;
1872 }
::google::protobuf::uint32 _has_bits_[1]
Definition: challenge_service.pb.h:458
bool bgs::protocol::challenge::v1::ChallengeAnsweredRequest::has_id ( ) const
inline
1946  {
1947  return (_has_bits_[0] & 0x00000004u) != 0;
1948 }
::google::protobuf::uint32 _has_bits_[1]
Definition: challenge_service.pb.h:458
google::protobuf::uint32 bgs::protocol::challenge::v1::ChallengeAnsweredRequest::id ( ) const
inline
1959  {
1960  // @@protoc_insertion_point(field_get:bgs.protocol.challenge.v1.ChallengeAnsweredRequest.id)
1961  return id_;
1962 }
::google::protobuf::uint32 id_
Definition: challenge_service.pb.h:462
void bgs::protocol::challenge::v1::ChallengeAnsweredRequest::InitAsDefaultInstance ( )
private
bool bgs::protocol::challenge::v1::ChallengeAnsweredRequest::IsInitialized ( ) const
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::challenge::v1::ChallengeAnsweredRequest::MergeFrom ( const ::google::protobuf::Message from)
void bgs::protocol::challenge::v1::ChallengeAnsweredRequest::MergeFrom ( const ChallengeAnsweredRequest from)
bool bgs::protocol::challenge::v1::ChallengeAnsweredRequest::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream input)
std::string * bgs::protocol::challenge::v1::ChallengeAnsweredRequest::mutable_answer ( )
inline
1837  {
1838  set_has_answer();
1840  answer_ = new ::std::string;
1841  }
1842  // @@protoc_insertion_point(field_mutable:bgs.protocol.challenge.v1.ChallengeAnsweredRequest.answer)
1843  return answer_;
1844 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * answer_
Definition: challenge_service.pb.h:460
void set_has_answer()
Definition: challenge_service.pb.h:1797

+ Here is the call graph for this function:

std::string * bgs::protocol::challenge::v1::ChallengeAnsweredRequest::mutable_data ( )
inline
1913  {
1914  set_has_data();
1916  data_ = new ::std::string;
1917  }
1918  // @@protoc_insertion_point(field_mutable:bgs.protocol.challenge.v1.ChallengeAnsweredRequest.data)
1919  return data_;
1920 }
::std::string * data_
Definition: challenge_service.pb.h:461
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_data()
Definition: challenge_service.pb.h:1873

+ Here is the call graph for this function:

inline ::google::protobuf::UnknownFieldSet* bgs::protocol::challenge::v1::ChallengeAnsweredRequest::mutable_unknown_fields ( )
inline
379  {
380  return &_unknown_fields_;
381  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: challenge_service.pb.h:456
ChallengeAnsweredRequest* bgs::protocol::challenge::v1::ChallengeAnsweredRequest::New ( ) const
virtual
ChallengeAnsweredRequest& bgs::protocol::challenge::v1::ChallengeAnsweredRequest::operator= ( const ChallengeAnsweredRequest from)
inline
370  {
371  CopyFrom(from);
372  return *this;
373  }
void CopyFrom(const ::google::protobuf::Message &from)
std::string * bgs::protocol::challenge::v1::ChallengeAnsweredRequest::release_answer ( )
inline
1845  {
1846  clear_has_answer();
1848  return NULL;
1849  } else {
1850  ::std::string* temp = answer_;
1851  answer_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
1852  return temp;
1853  }
1854 }
void clear_has_answer()
Definition: challenge_service.pb.h:1800
arena_t NULL
Definition: jemalloc_internal.h:624
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * answer_
Definition: challenge_service.pb.h:460

+ Here is the call graph for this function:

std::string * bgs::protocol::challenge::v1::ChallengeAnsweredRequest::release_data ( )
inline
1921  {
1922  clear_has_data();
1924  return NULL;
1925  } else {
1926  ::std::string* temp = data_;
1927  data_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
1928  return temp;
1929  }
1930 }
::std::string * data_
Definition: challenge_service.pb.h:461
arena_t NULL
Definition: jemalloc_internal.h:624
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void clear_has_data()
Definition: challenge_service.pb.h:1876

+ Here is the call graph for this function:

void bgs::protocol::challenge::v1::ChallengeAnsweredRequest::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream output) const
::google::protobuf::uint8* bgs::protocol::challenge::v1::ChallengeAnsweredRequest::SerializeWithCachedSizesToArray ( ::google::protobuf::uint8 output) const
void bgs::protocol::challenge::v1::ChallengeAnsweredRequest::set_allocated_answer ( ::std::string *  answer)
inline
1855  {
1857  delete answer_;
1858  }
1859  if (answer) {
1860  set_has_answer();
1861  answer_ = answer;
1862  } else {
1863  clear_has_answer();
1864  answer_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
1865  }
1866  // @@protoc_insertion_point(field_set_allocated:bgs.protocol.challenge.v1.ChallengeAnsweredRequest.answer)
1867 }
void clear_has_answer()
Definition: challenge_service.pb.h:1800
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
const ::std::string & answer() const
Definition: challenge_service.pb.h:1809
::std::string * answer_
Definition: challenge_service.pb.h:460
void set_has_answer()
Definition: challenge_service.pb.h:1797

+ Here is the call graph for this function:

void bgs::protocol::challenge::v1::ChallengeAnsweredRequest::set_allocated_data ( ::std::string *  data)
inline
1931  {
1933  delete data_;
1934  }
1935  if (data) {
1936  set_has_data();
1937  data_ = data;
1938  } else {
1939  clear_has_data();
1940  data_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
1941  }
1942  // @@protoc_insertion_point(field_set_allocated:bgs.protocol.challenge.v1.ChallengeAnsweredRequest.data)
1943 }
::std::string * data_
Definition: challenge_service.pb.h:461
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
const ::std::string & data() const
Definition: challenge_service.pb.h:1885
void clear_has_data()
Definition: challenge_service.pb.h:1876
void set_has_data()
Definition: challenge_service.pb.h:1873

+ Here is the call graph for this function:

void bgs::protocol::challenge::v1::ChallengeAnsweredRequest::set_answer ( const ::std::string &  value)
inline
1813  {
1814  set_has_answer();
1816  answer_ = new ::std::string;
1817  }
1818  answer_->assign(value);
1819  // @@protoc_insertion_point(field_set:bgs.protocol.challenge.v1.ChallengeAnsweredRequest.answer)
1820 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * answer_
Definition: challenge_service.pb.h:460
void set_has_answer()
Definition: challenge_service.pb.h:1797
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::challenge::v1::ChallengeAnsweredRequest::set_answer ( const char *  value)
inline
1821  {
1822  set_has_answer();
1824  answer_ = new ::std::string;
1825  }
1826  answer_->assign(value);
1827  // @@protoc_insertion_point(field_set_char:bgs.protocol.challenge.v1.ChallengeAnsweredRequest.answer)
1828 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * answer_
Definition: challenge_service.pb.h:460
void set_has_answer()
Definition: challenge_service.pb.h:1797
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::challenge::v1::ChallengeAnsweredRequest::set_answer ( const char *  value,
size_t  size 
)
inline
1829  {
1830  set_has_answer();
1832  answer_ = new ::std::string;
1833  }
1834  answer_->assign(reinterpret_cast<const char*>(value), size);
1835  // @@protoc_insertion_point(field_set_pointer:bgs.protocol.challenge.v1.ChallengeAnsweredRequest.answer)
1836 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * answer_
Definition: challenge_service.pb.h:460
void set_has_answer()
Definition: challenge_service.pb.h:1797
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::challenge::v1::ChallengeAnsweredRequest::set_data ( const ::std::string &  value)
inline
1889  {
1890  set_has_data();
1892  data_ = new ::std::string;
1893  }
1894  data_->assign(value);
1895  // @@protoc_insertion_point(field_set:bgs.protocol.challenge.v1.ChallengeAnsweredRequest.data)
1896 }
::std::string * data_
Definition: challenge_service.pb.h:461
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_data()
Definition: challenge_service.pb.h:1873
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::challenge::v1::ChallengeAnsweredRequest::set_data ( const char *  value)
inline
1897  {
1898  set_has_data();
1900  data_ = new ::std::string;
1901  }
1902  data_->assign(value);
1903  // @@protoc_insertion_point(field_set_char:bgs.protocol.challenge.v1.ChallengeAnsweredRequest.data)
1904 }
::std::string * data_
Definition: challenge_service.pb.h:461
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_data()
Definition: challenge_service.pb.h:1873
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::challenge::v1::ChallengeAnsweredRequest::set_data ( const void *  value,
size_t  size 
)
inline
1905  {
1906  set_has_data();
1908  data_ = new ::std::string;
1909  }
1910  data_->assign(reinterpret_cast<const char*>(value), size);
1911  // @@protoc_insertion_point(field_set_pointer:bgs.protocol.challenge.v1.ChallengeAnsweredRequest.data)
1912 }
::std::string * data_
Definition: challenge_service.pb.h:461
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_data()
Definition: challenge_service.pb.h:1873
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::challenge::v1::ChallengeAnsweredRequest::set_has_answer ( )
inlineprivate
1797  {
1798  _has_bits_[0] |= 0x00000001u;
1799 }
::google::protobuf::uint32 _has_bits_[1]
Definition: challenge_service.pb.h:458

+ Here is the caller graph for this function:

void bgs::protocol::challenge::v1::ChallengeAnsweredRequest::set_has_data ( )
inlineprivate
1873  {
1874  _has_bits_[0] |= 0x00000002u;
1875 }
::google::protobuf::uint32 _has_bits_[1]
Definition: challenge_service.pb.h:458

+ Here is the caller graph for this function:

void bgs::protocol::challenge::v1::ChallengeAnsweredRequest::set_has_id ( )
inlineprivate
1949  {
1950  _has_bits_[0] |= 0x00000004u;
1951 }
::google::protobuf::uint32 _has_bits_[1]
Definition: challenge_service.pb.h:458

+ Here is the caller graph for this function:

void bgs::protocol::challenge::v1::ChallengeAnsweredRequest::set_id ( ::google::protobuf::uint32  value)
inline
1963  {
1964  set_has_id();
1965  id_ = value;
1966  // @@protoc_insertion_point(field_set:bgs.protocol.challenge.v1.ChallengeAnsweredRequest.id)
1967 }
::google::protobuf::uint32 id_
Definition: challenge_service.pb.h:462
void set_has_id()
Definition: challenge_service.pb.h:1949
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

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

Reimplemented from google::protobuf::Message.

void bgs::protocol::challenge::v1::ChallengeAnsweredRequest::SharedCtor ( )
private
void bgs::protocol::challenge::v1::ChallengeAnsweredRequest::SharedDtor ( )
private
void bgs::protocol::challenge::v1::ChallengeAnsweredRequest::Swap ( ChallengeAnsweredRequest other)
const ::google::protobuf::UnknownFieldSet& bgs::protocol::challenge::v1::ChallengeAnsweredRequest::unknown_fields ( ) const
inline
375  {
376  return _unknown_fields_;
377  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: challenge_service.pb.h:456

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::ChallengeAnsweredRequest::_cached_size_
mutableprivate
::google::protobuf::uint32 bgs::protocol::challenge::v1::ChallengeAnsweredRequest::_has_bits_[1]
private
::google::protobuf::UnknownFieldSet bgs::protocol::challenge::v1::ChallengeAnsweredRequest::_unknown_fields_
private
::std::string* bgs::protocol::challenge::v1::ChallengeAnsweredRequest::answer_
private
::std::string* bgs::protocol::challenge::v1::ChallengeAnsweredRequest::data_
private
ChallengeAnsweredRequest* bgs::protocol::challenge::v1::ChallengeAnsweredRequest::default_instance_
staticprivate
::google::protobuf::uint32 bgs::protocol::challenge::v1::ChallengeAnsweredRequest::id_
private
const int bgs::protocol::challenge::v1::ChallengeAnsweredRequest::kAnswerFieldNumber = 1
static
const int bgs::protocol::challenge::v1::ChallengeAnsweredRequest::kDataFieldNumber = 2
static
const int bgs::protocol::challenge::v1::ChallengeAnsweredRequest::kIdFieldNumber = 3
static

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