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

#include <authentication_service.pb.h>

Public Member Functions

 GenerateWebCredentialsResponse ()
 
virtual ~GenerateWebCredentialsResponse ()
 
 GenerateWebCredentialsResponse (const GenerateWebCredentialsResponse &from)
 
GenerateWebCredentialsResponseoperator= (const GenerateWebCredentialsResponse &from)
 
const
::google::protobuf::UnknownFieldSet
unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (GenerateWebCredentialsResponse *other)
 
GenerateWebCredentialsResponseNew () const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const GenerateWebCredentialsResponse &from)
 
void MergeFrom (const GenerateWebCredentialsResponse &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_web_credentials () const
 
void clear_web_credentials ()
 
const ::std::string & web_credentials () const
 
void set_web_credentials (const ::std::string &value)
 
void set_web_credentials (const char *value)
 
void set_web_credentials (const void *value, size_t size)
 
inline::std::string * mutable_web_credentials ()
 
inline::std::string * release_web_credentials ()
 
void set_allocated_web_credentials (::std::string *web_credentials)
 
- 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
GenerateWebCredentialsResponse
default_instance ()
 

Static Public Attributes

static const int kWebCredentialsFieldNumber = 1
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_web_credentials ()
 
void clear_has_web_credentials ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::std::string * web_credentials_
 

Static Private Attributes

static
GenerateWebCredentialsResponse
default_instance_
 

Friends

void TC_SHARED_API protobuf_AddDesc_authentication_5fservice_2eproto ()
 
void protobuf_AssignDesc_authentication_5fservice_2eproto ()
 
void protobuf_ShutdownFile_authentication_5fservice_2eproto ()
 

Additional Inherited Members

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

Constructor & Destructor Documentation

bgs::protocol::authentication::v1::GenerateWebCredentialsResponse::GenerateWebCredentialsResponse ( )
virtual bgs::protocol::authentication::v1::GenerateWebCredentialsResponse::~GenerateWebCredentialsResponse ( )
virtual
bgs::protocol::authentication::v1::GenerateWebCredentialsResponse::GenerateWebCredentialsResponse ( const GenerateWebCredentialsResponse from)

Member Function Documentation

int bgs::protocol::authentication::v1::GenerateWebCredentialsResponse::ByteSize ( ) const
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::authentication::v1::GenerateWebCredentialsResponse::Clear ( )
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::authentication::v1::GenerateWebCredentialsResponse::clear_has_web_credentials ( )
inlineprivate
4875  {
4876  _has_bits_[0] &= ~0x00000001u;
4877 }
::google::protobuf::uint32 _has_bits_[1]
Definition: authentication_service.pb.h:2075

+ Here is the caller graph for this function:

void bgs::protocol::authentication::v1::GenerateWebCredentialsResponse::clear_web_credentials ( )
inline
4878  {
4880  web_credentials_->clear();
4881  }
4883 }
void clear_has_web_credentials()
Definition: authentication_service.pb.h:4875
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * web_credentials_
Definition: authentication_service.pb.h:2077

+ Here is the call graph for this function:

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

Implements google::protobuf::MessageLite.

2044 { return _cached_size_; }
int _cached_size_
Definition: authentication_service.pb.h:2076
::google::protobuf::Metadata bgs::protocol::authentication::v1::GenerateWebCredentialsResponse::GetMetadata ( ) const
virtual
bool bgs::protocol::authentication::v1::GenerateWebCredentialsResponse::has_web_credentials ( ) const
inline
4869  {
4870  return (_has_bits_[0] & 0x00000001u) != 0;
4871 }
::google::protobuf::uint32 _has_bits_[1]
Definition: authentication_service.pb.h:2075
void bgs::protocol::authentication::v1::GenerateWebCredentialsResponse::InitAsDefaultInstance ( )
private
bool bgs::protocol::authentication::v1::GenerateWebCredentialsResponse::IsInitialized ( ) const
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::authentication::v1::GenerateWebCredentialsResponse::MergeFrom ( const ::google::protobuf::Message from)
void bgs::protocol::authentication::v1::GenerateWebCredentialsResponse::MergeFrom ( const GenerateWebCredentialsResponse from)
bool bgs::protocol::authentication::v1::GenerateWebCredentialsResponse::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream input)
inline ::google::protobuf::UnknownFieldSet* bgs::protocol::authentication::v1::GenerateWebCredentialsResponse::mutable_unknown_fields ( )
inline
2019  {
2020  return &_unknown_fields_;
2021  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: authentication_service.pb.h:2073
std::string * bgs::protocol::authentication::v1::GenerateWebCredentialsResponse::mutable_web_credentials ( )
inline
4912  {
4915  web_credentials_ = new ::std::string;
4916  }
4917  // @@protoc_insertion_point(field_mutable:bgs.protocol.authentication.v1.GenerateWebCredentialsResponse.web_credentials)
4918  return web_credentials_;
4919 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * web_credentials_
Definition: authentication_service.pb.h:2077
void set_has_web_credentials()
Definition: authentication_service.pb.h:4872

+ Here is the call graph for this function:

GenerateWebCredentialsResponse* bgs::protocol::authentication::v1::GenerateWebCredentialsResponse::New ( ) const
virtual
GenerateWebCredentialsResponse& bgs::protocol::authentication::v1::GenerateWebCredentialsResponse::operator= ( const GenerateWebCredentialsResponse from)
inline
2010  {
2011  CopyFrom(from);
2012  return *this;
2013  }
void CopyFrom(const ::google::protobuf::Message &from)
std::string * bgs::protocol::authentication::v1::GenerateWebCredentialsResponse::release_web_credentials ( )
inline
4920  {
4923  return NULL;
4924  } else {
4925  ::std::string* temp = web_credentials_;
4927  return temp;
4928  }
4929 }
void clear_has_web_credentials()
Definition: authentication_service.pb.h:4875
arena_t NULL
Definition: jemalloc_internal.h:624
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * web_credentials_
Definition: authentication_service.pb.h:2077

+ Here is the call graph for this function:

void bgs::protocol::authentication::v1::GenerateWebCredentialsResponse::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream output) const
::google::protobuf::uint8* bgs::protocol::authentication::v1::GenerateWebCredentialsResponse::SerializeWithCachedSizesToArray ( ::google::protobuf::uint8 output) const
void bgs::protocol::authentication::v1::GenerateWebCredentialsResponse::set_allocated_web_credentials ( ::std::string *  web_credentials)
inline
4930  {
4932  delete web_credentials_;
4933  }
4934  if (web_credentials) {
4937  } else {
4940  }
4941  // @@protoc_insertion_point(field_set_allocated:bgs.protocol.authentication.v1.GenerateWebCredentialsResponse.web_credentials)
4942 }
void clear_has_web_credentials()
Definition: authentication_service.pb.h:4875
const ::std::string & web_credentials() const
Definition: authentication_service.pb.h:4884
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * web_credentials_
Definition: authentication_service.pb.h:2077
void set_has_web_credentials()
Definition: authentication_service.pb.h:4872

+ Here is the call graph for this function:

void bgs::protocol::authentication::v1::GenerateWebCredentialsResponse::set_has_web_credentials ( )
inlineprivate
4872  {
4873  _has_bits_[0] |= 0x00000001u;
4874 }
::google::protobuf::uint32 _has_bits_[1]
Definition: authentication_service.pb.h:2075

+ Here is the caller graph for this function:

void bgs::protocol::authentication::v1::GenerateWebCredentialsResponse::set_web_credentials ( const ::std::string &  value)
inline
4888  {
4891  web_credentials_ = new ::std::string;
4892  }
4893  web_credentials_->assign(value);
4894  // @@protoc_insertion_point(field_set:bgs.protocol.authentication.v1.GenerateWebCredentialsResponse.web_credentials)
4895 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * web_credentials_
Definition: authentication_service.pb.h:2077
const FieldDescriptor value
Definition: descriptor.h:1522
void set_has_web_credentials()
Definition: authentication_service.pb.h:4872

+ Here is the call graph for this function:

void bgs::protocol::authentication::v1::GenerateWebCredentialsResponse::set_web_credentials ( const char *  value)
inline
4896  {
4899  web_credentials_ = new ::std::string;
4900  }
4901  web_credentials_->assign(value);
4902  // @@protoc_insertion_point(field_set_char:bgs.protocol.authentication.v1.GenerateWebCredentialsResponse.web_credentials)
4903 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * web_credentials_
Definition: authentication_service.pb.h:2077
const FieldDescriptor value
Definition: descriptor.h:1522
void set_has_web_credentials()
Definition: authentication_service.pb.h:4872

+ Here is the call graph for this function:

void bgs::protocol::authentication::v1::GenerateWebCredentialsResponse::set_web_credentials ( const void *  value,
size_t  size 
)
inline
4904  {
4907  web_credentials_ = new ::std::string;
4908  }
4909  web_credentials_->assign(reinterpret_cast<const char*>(value), size);
4910  // @@protoc_insertion_point(field_set_pointer:bgs.protocol.authentication.v1.GenerateWebCredentialsResponse.web_credentials)
4911 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * web_credentials_
Definition: authentication_service.pb.h:2077
const FieldDescriptor value
Definition: descriptor.h:1522
void set_has_web_credentials()
Definition: authentication_service.pb.h:4872

+ Here is the call graph for this function:

void bgs::protocol::authentication::v1::GenerateWebCredentialsResponse::SetCachedSize ( int  size) const
privatevirtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::authentication::v1::GenerateWebCredentialsResponse::SharedCtor ( )
private
void bgs::protocol::authentication::v1::GenerateWebCredentialsResponse::SharedDtor ( )
private
void bgs::protocol::authentication::v1::GenerateWebCredentialsResponse::Swap ( GenerateWebCredentialsResponse other)
const ::google::protobuf::UnknownFieldSet& bgs::protocol::authentication::v1::GenerateWebCredentialsResponse::unknown_fields ( ) const
inline
2015  {
2016  return _unknown_fields_;
2017  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: authentication_service.pb.h:2073
const ::std::string & bgs::protocol::authentication::v1::GenerateWebCredentialsResponse::web_credentials ( ) const
inline
4884  {
4885  // @@protoc_insertion_point(field_get:bgs.protocol.authentication.v1.GenerateWebCredentialsResponse.web_credentials)
4886  return *web_credentials_;
4887 }
::std::string * web_credentials_
Definition: authentication_service.pb.h:2077

+ Here is the caller graph for this function:

Friends And Related Function Documentation

void TC_SHARED_API protobuf_AddDesc_authentication_5fservice_2eproto ( )
friend
void protobuf_AssignDesc_authentication_5fservice_2eproto ( )
friend
void protobuf_ShutdownFile_authentication_5fservice_2eproto ( )
friend

Member Data Documentation

int bgs::protocol::authentication::v1::GenerateWebCredentialsResponse::_cached_size_
mutableprivate
::google::protobuf::uint32 bgs::protocol::authentication::v1::GenerateWebCredentialsResponse::_has_bits_[1]
private
::google::protobuf::UnknownFieldSet bgs::protocol::authentication::v1::GenerateWebCredentialsResponse::_unknown_fields_
private
GenerateWebCredentialsResponse* bgs::protocol::authentication::v1::GenerateWebCredentialsResponse::default_instance_
staticprivate
const int bgs::protocol::authentication::v1::GenerateWebCredentialsResponse::kWebCredentialsFieldNumber = 1
static
::std::string* bgs::protocol::authentication::v1::GenerateWebCredentialsResponse::web_credentials_
private

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