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

#include <authentication_service.pb.h>

Public Member Functions

 ModuleMessageRequest ()
 
virtual ~ModuleMessageRequest ()
 
 ModuleMessageRequest (const ModuleMessageRequest &from)
 
ModuleMessageRequestoperator= (const ModuleMessageRequest &from)
 
const
::google::protobuf::UnknownFieldSet
unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (ModuleMessageRequest *other)
 
ModuleMessageRequestNew () const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const ModuleMessageRequest &from)
 
void MergeFrom (const ModuleMessageRequest &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_module_id () const
 
void clear_module_id ()
 
inline::google::protobuf::int32 module_id () const
 
void set_module_id (::google::protobuf::int32 value)
 
bool has_message () const
 
void clear_message ()
 
const ::std::string & message () const
 
void set_message (const ::std::string &value)
 
void set_message (const char *value)
 
void set_message (const void *value, size_t size)
 
inline::std::string * mutable_message ()
 
inline::std::string * release_message ()
 
void set_allocated_message (::std::string *message)
 
- 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 ModuleMessageRequestdefault_instance ()
 

Static Public Attributes

static const int kModuleIdFieldNumber = 1
 
static const int kMessageFieldNumber = 2
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_module_id ()
 
void clear_has_module_id ()
 
void set_has_message ()
 
void clear_has_message ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::std::string * message_
 
::google::protobuf::int32 module_id_
 

Static Private Attributes

static ModuleMessageRequestdefault_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::ModuleMessageRequest::ModuleMessageRequest ( )
virtual bgs::protocol::authentication::v1::ModuleMessageRequest::~ModuleMessageRequest ( )
virtual
bgs::protocol::authentication::v1::ModuleMessageRequest::ModuleMessageRequest ( const ModuleMessageRequest from)

Member Function Documentation

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

Reimplemented from google::protobuf::Message.

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

Reimplemented from google::protobuf::Message.

void bgs::protocol::authentication::v1::ModuleMessageRequest::clear_has_message ( )
inlineprivate
2472  {
2473  _has_bits_[0] &= ~0x00000002u;
2474 }
::google::protobuf::uint32 _has_bits_[1]
Definition: authentication_service.pb.h:336

+ Here is the caller graph for this function:

void bgs::protocol::authentication::v1::ModuleMessageRequest::clear_has_module_id ( )
inlineprivate
2448  {
2449  _has_bits_[0] &= ~0x00000001u;
2450 }
::google::protobuf::uint32 _has_bits_[1]
Definition: authentication_service.pb.h:336

+ Here is the caller graph for this function:

void bgs::protocol::authentication::v1::ModuleMessageRequest::clear_message ( )
inline
2475  {
2477  message_->clear();
2478  }
2480 }
::std::string * message_
Definition: authentication_service.pb.h:338
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void clear_has_message()
Definition: authentication_service.pb.h:2472

+ Here is the call graph for this function:

void bgs::protocol::authentication::v1::ModuleMessageRequest::clear_module_id ( )
inline
2451  {
2452  module_id_ = 0;
2454 }
::google::protobuf::int32 module_id_
Definition: authentication_service.pb.h:339
void clear_has_module_id()
Definition: authentication_service.pb.h:2448

+ Here is the call graph for this function:

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

Implements google::protobuf::MessageLite.

296 { return _cached_size_; }
int _cached_size_
Definition: authentication_service.pb.h:337
::google::protobuf::Metadata bgs::protocol::authentication::v1::ModuleMessageRequest::GetMetadata ( ) const
virtual
bool bgs::protocol::authentication::v1::ModuleMessageRequest::has_message ( ) const
inline
2466  {
2467  return (_has_bits_[0] & 0x00000002u) != 0;
2468 }
::google::protobuf::uint32 _has_bits_[1]
Definition: authentication_service.pb.h:336
bool bgs::protocol::authentication::v1::ModuleMessageRequest::has_module_id ( ) const
inline
2442  {
2443  return (_has_bits_[0] & 0x00000001u) != 0;
2444 }
::google::protobuf::uint32 _has_bits_[1]
Definition: authentication_service.pb.h:336
void bgs::protocol::authentication::v1::ModuleMessageRequest::InitAsDefaultInstance ( )
private
bool bgs::protocol::authentication::v1::ModuleMessageRequest::IsInitialized ( ) const
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::authentication::v1::ModuleMessageRequest::MergeFrom ( const ::google::protobuf::Message from)
void bgs::protocol::authentication::v1::ModuleMessageRequest::MergeFrom ( const ModuleMessageRequest from)
bool bgs::protocol::authentication::v1::ModuleMessageRequest::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream input)
const ::std::string & bgs::protocol::authentication::v1::ModuleMessageRequest::message ( ) const
inline
2481  {
2482  // @@protoc_insertion_point(field_get:bgs.protocol.authentication.v1.ModuleMessageRequest.message)
2483  return *message_;
2484 }
::std::string * message_
Definition: authentication_service.pb.h:338

+ Here is the caller graph for this function:

google::protobuf::int32 bgs::protocol::authentication::v1::ModuleMessageRequest::module_id ( ) const
inline
2455  {
2456  // @@protoc_insertion_point(field_get:bgs.protocol.authentication.v1.ModuleMessageRequest.module_id)
2457  return module_id_;
2458 }
::google::protobuf::int32 module_id_
Definition: authentication_service.pb.h:339
std::string * bgs::protocol::authentication::v1::ModuleMessageRequest::mutable_message ( )
inline
2509  {
2510  set_has_message();
2512  message_ = new ::std::string;
2513  }
2514  // @@protoc_insertion_point(field_mutable:bgs.protocol.authentication.v1.ModuleMessageRequest.message)
2515  return message_;
2516 }
::std::string * message_
Definition: authentication_service.pb.h:338
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_message()
Definition: authentication_service.pb.h:2469

+ Here is the call graph for this function:

inline ::google::protobuf::UnknownFieldSet* bgs::protocol::authentication::v1::ModuleMessageRequest::mutable_unknown_fields ( )
inline
271  {
272  return &_unknown_fields_;
273  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: authentication_service.pb.h:334
ModuleMessageRequest* bgs::protocol::authentication::v1::ModuleMessageRequest::New ( ) const
virtual
ModuleMessageRequest& bgs::protocol::authentication::v1::ModuleMessageRequest::operator= ( const ModuleMessageRequest from)
inline
262  {
263  CopyFrom(from);
264  return *this;
265  }
void CopyFrom(const ::google::protobuf::Message &from)
std::string * bgs::protocol::authentication::v1::ModuleMessageRequest::release_message ( )
inline
2517  {
2520  return NULL;
2521  } else {
2522  ::std::string* temp = message_;
2523  message_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
2524  return temp;
2525  }
2526 }
::std::string * message_
Definition: authentication_service.pb.h:338
arena_t NULL
Definition: jemalloc_internal.h:624
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void clear_has_message()
Definition: authentication_service.pb.h:2472

+ Here is the call graph for this function:

void bgs::protocol::authentication::v1::ModuleMessageRequest::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream output) const
::google::protobuf::uint8* bgs::protocol::authentication::v1::ModuleMessageRequest::SerializeWithCachedSizesToArray ( ::google::protobuf::uint8 output) const
void bgs::protocol::authentication::v1::ModuleMessageRequest::set_allocated_message ( ::std::string *  message)
inline
2527  {
2529  delete message_;
2530  }
2531  if (message) {
2532  set_has_message();
2533  message_ = message;
2534  } else {
2536  message_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
2537  }
2538  // @@protoc_insertion_point(field_set_allocated:bgs.protocol.authentication.v1.ModuleMessageRequest.message)
2539 }
::std::string * message_
Definition: authentication_service.pb.h:338
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_message()
Definition: authentication_service.pb.h:2469
void clear_has_message()
Definition: authentication_service.pb.h:2472
const ::std::string & message() const
Definition: authentication_service.pb.h:2481

+ Here is the call graph for this function:

void bgs::protocol::authentication::v1::ModuleMessageRequest::set_has_message ( )
inlineprivate
2469  {
2470  _has_bits_[0] |= 0x00000002u;
2471 }
::google::protobuf::uint32 _has_bits_[1]
Definition: authentication_service.pb.h:336

+ Here is the caller graph for this function:

void bgs::protocol::authentication::v1::ModuleMessageRequest::set_has_module_id ( )
inlineprivate
2445  {
2446  _has_bits_[0] |= 0x00000001u;
2447 }
::google::protobuf::uint32 _has_bits_[1]
Definition: authentication_service.pb.h:336

+ Here is the caller graph for this function:

void bgs::protocol::authentication::v1::ModuleMessageRequest::set_message ( const ::std::string &  value)
inline
2485  {
2486  set_has_message();
2488  message_ = new ::std::string;
2489  }
2490  message_->assign(value);
2491  // @@protoc_insertion_point(field_set:bgs.protocol.authentication.v1.ModuleMessageRequest.message)
2492 }
::std::string * message_
Definition: authentication_service.pb.h:338
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_message()
Definition: authentication_service.pb.h:2469
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::authentication::v1::ModuleMessageRequest::set_message ( const char *  value)
inline
2493  {
2494  set_has_message();
2496  message_ = new ::std::string;
2497  }
2498  message_->assign(value);
2499  // @@protoc_insertion_point(field_set_char:bgs.protocol.authentication.v1.ModuleMessageRequest.message)
2500 }
::std::string * message_
Definition: authentication_service.pb.h:338
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_message()
Definition: authentication_service.pb.h:2469
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::authentication::v1::ModuleMessageRequest::set_message ( const void *  value,
size_t  size 
)
inline
2501  {
2502  set_has_message();
2504  message_ = new ::std::string;
2505  }
2506  message_->assign(reinterpret_cast<const char*>(value), size);
2507  // @@protoc_insertion_point(field_set_pointer:bgs.protocol.authentication.v1.ModuleMessageRequest.message)
2508 }
::std::string * message_
Definition: authentication_service.pb.h:338
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_message()
Definition: authentication_service.pb.h:2469
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::authentication::v1::ModuleMessageRequest::set_module_id ( ::google::protobuf::int32  value)
inline
2459  {
2461  module_id_ = value;
2462  // @@protoc_insertion_point(field_set:bgs.protocol.authentication.v1.ModuleMessageRequest.module_id)
2463 }
::google::protobuf::int32 module_id_
Definition: authentication_service.pb.h:339
void set_has_module_id()
Definition: authentication_service.pb.h:2445
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

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

Reimplemented from google::protobuf::Message.

void bgs::protocol::authentication::v1::ModuleMessageRequest::SharedCtor ( )
private
void bgs::protocol::authentication::v1::ModuleMessageRequest::SharedDtor ( )
private
void bgs::protocol::authentication::v1::ModuleMessageRequest::Swap ( ModuleMessageRequest other)
const ::google::protobuf::UnknownFieldSet& bgs::protocol::authentication::v1::ModuleMessageRequest::unknown_fields ( ) const
inline
267  {
268  return _unknown_fields_;
269  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: authentication_service.pb.h:334

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::ModuleMessageRequest::_cached_size_
mutableprivate
::google::protobuf::uint32 bgs::protocol::authentication::v1::ModuleMessageRequest::_has_bits_[1]
private
::google::protobuf::UnknownFieldSet bgs::protocol::authentication::v1::ModuleMessageRequest::_unknown_fields_
private
ModuleMessageRequest* bgs::protocol::authentication::v1::ModuleMessageRequest::default_instance_
staticprivate
const int bgs::protocol::authentication::v1::ModuleMessageRequest::kMessageFieldNumber = 2
static
const int bgs::protocol::authentication::v1::ModuleMessageRequest::kModuleIdFieldNumber = 1
static
::std::string* bgs::protocol::authentication::v1::ModuleMessageRequest::message_
private
::google::protobuf::int32 bgs::protocol::authentication::v1::ModuleMessageRequest::module_id_
private

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