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

#include <user_manager_service.pb.h>

Public Member Functions

 UnblockPlayerRequest ()
 
virtual ~UnblockPlayerRequest ()
 
 UnblockPlayerRequest (const UnblockPlayerRequest &from)
 
UnblockPlayerRequestoperator= (const UnblockPlayerRequest &from)
 
const
::google::protobuf::UnknownFieldSet
unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (UnblockPlayerRequest *other)
 
UnblockPlayerRequestNew () const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const UnblockPlayerRequest &from)
 
void MergeFrom (const UnblockPlayerRequest &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_agent_id () const
 
void clear_agent_id ()
 
const ::bgs::protocol::EntityIdagent_id () const
 
inline::bgs::protocol::EntityId * mutable_agent_id ()
 
inline::bgs::protocol::EntityId * release_agent_id ()
 
void set_allocated_agent_id (::bgs::protocol::EntityId *agent_id)
 
bool has_target_id () const
 
void clear_target_id ()
 
const ::bgs::protocol::EntityIdtarget_id () const
 
inline::bgs::protocol::EntityId * mutable_target_id ()
 
inline::bgs::protocol::EntityId * release_target_id ()
 
void set_allocated_target_id (::bgs::protocol::EntityId *target_id)
 
- 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 UnblockPlayerRequestdefault_instance ()
 

Static Public Attributes

static const int kAgentIdFieldNumber = 1
 
static const int kTargetIdFieldNumber = 2
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_agent_id ()
 
void clear_has_agent_id ()
 
void set_has_target_id ()
 
void clear_has_target_id ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::bgs::protocol::EntityIdagent_id_
 
::bgs::protocol::EntityIdtarget_id_
 

Static Private Attributes

static UnblockPlayerRequestdefault_instance_
 

Friends

void TC_SHARED_API protobuf_AddDesc_user_5fmanager_5fservice_2eproto ()
 
void protobuf_AssignDesc_user_5fmanager_5fservice_2eproto ()
 
void protobuf_ShutdownFile_user_5fmanager_5fservice_2eproto ()
 

Additional Inherited Members

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

Constructor & Destructor Documentation

bgs::protocol::user_manager::v1::UnblockPlayerRequest::UnblockPlayerRequest ( )
virtual bgs::protocol::user_manager::v1::UnblockPlayerRequest::~UnblockPlayerRequest ( )
virtual
bgs::protocol::user_manager::v1::UnblockPlayerRequest::UnblockPlayerRequest ( const UnblockPlayerRequest from)

Member Function Documentation

const ::bgs::protocol::EntityId & bgs::protocol::user_manager::v1::UnblockPlayerRequest::agent_id ( ) const
inline
2002  {
2003  // @@protoc_insertion_point(field_get:bgs.protocol.user_manager.v1.UnblockPlayerRequest.agent_id)
2005 }
arena_t NULL
Definition: jemalloc_internal.h:624
::bgs::protocol::EntityId * agent_id_
Definition: user_manager_service.pb.h:910
static UnblockPlayerRequest * default_instance_
Definition: user_manager_service.pb.h:917

+ Here is the caller graph for this function:

int bgs::protocol::user_manager::v1::UnblockPlayerRequest::ByteSize ( ) const
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::user_manager::v1::UnblockPlayerRequest::Clear ( )
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::user_manager::v1::UnblockPlayerRequest::clear_agent_id ( )
inline
1998  {
1999  if (agent_id_ != NULL) agent_id_->::bgs::protocol::EntityId::Clear();
2001 }
arena_t NULL
Definition: jemalloc_internal.h:624
::bgs::protocol::EntityId * agent_id_
Definition: user_manager_service.pb.h:910
void clear_has_agent_id()
Definition: user_manager_service.pb.h:1995

+ Here is the call graph for this function:

void bgs::protocol::user_manager::v1::UnblockPlayerRequest::clear_has_agent_id ( )
inlineprivate
1995  {
1996  _has_bits_[0] &= ~0x00000001u;
1997 }
::google::protobuf::uint32 _has_bits_[1]
Definition: user_manager_service.pb.h:908

+ Here is the caller graph for this function:

void bgs::protocol::user_manager::v1::UnblockPlayerRequest::clear_has_target_id ( )
inlineprivate
2036  {
2037  _has_bits_[0] &= ~0x00000002u;
2038 }
::google::protobuf::uint32 _has_bits_[1]
Definition: user_manager_service.pb.h:908

+ Here is the caller graph for this function:

void bgs::protocol::user_manager::v1::UnblockPlayerRequest::clear_target_id ( )
inline
2039  {
2040  if (target_id_ != NULL) target_id_->::bgs::protocol::EntityId::Clear();
2042 }
void clear_has_target_id()
Definition: user_manager_service.pb.h:2036
::bgs::protocol::EntityId * target_id_
Definition: user_manager_service.pb.h:911
arena_t NULL
Definition: jemalloc_internal.h:624

+ Here is the call graph for this function:

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

Implements google::protobuf::MessageLite.

869 { return _cached_size_; }
int _cached_size_
Definition: user_manager_service.pb.h:909
::google::protobuf::Metadata bgs::protocol::user_manager::v1::UnblockPlayerRequest::GetMetadata ( ) const
virtual
bool bgs::protocol::user_manager::v1::UnblockPlayerRequest::has_agent_id ( ) const
inline
1989  {
1990  return (_has_bits_[0] & 0x00000001u) != 0;
1991 }
::google::protobuf::uint32 _has_bits_[1]
Definition: user_manager_service.pb.h:908
bool bgs::protocol::user_manager::v1::UnblockPlayerRequest::has_target_id ( ) const
inline
2030  {
2031  return (_has_bits_[0] & 0x00000002u) != 0;
2032 }
::google::protobuf::uint32 _has_bits_[1]
Definition: user_manager_service.pb.h:908
void bgs::protocol::user_manager::v1::UnblockPlayerRequest::InitAsDefaultInstance ( )
private
bool bgs::protocol::user_manager::v1::UnblockPlayerRequest::IsInitialized ( ) const
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::user_manager::v1::UnblockPlayerRequest::MergeFrom ( const ::google::protobuf::Message from)
void bgs::protocol::user_manager::v1::UnblockPlayerRequest::MergeFrom ( const UnblockPlayerRequest from)
bool bgs::protocol::user_manager::v1::UnblockPlayerRequest::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream input)
bgs::protocol::EntityId * bgs::protocol::user_manager::v1::UnblockPlayerRequest::mutable_agent_id ( )
inline
2006  {
2007  set_has_agent_id();
2008  if (agent_id_ == NULL) agent_id_ = new ::bgs::protocol::EntityId;
2009  // @@protoc_insertion_point(field_mutable:bgs.protocol.user_manager.v1.UnblockPlayerRequest.agent_id)
2010  return agent_id_;
2011 }
arena_t NULL
Definition: jemalloc_internal.h:624
::bgs::protocol::EntityId * agent_id_
Definition: user_manager_service.pb.h:910
void set_has_agent_id()
Definition: user_manager_service.pb.h:1992

+ Here is the call graph for this function:

bgs::protocol::EntityId * bgs::protocol::user_manager::v1::UnblockPlayerRequest::mutable_target_id ( )
inline
2047  {
2049  if (target_id_ == NULL) target_id_ = new ::bgs::protocol::EntityId;
2050  // @@protoc_insertion_point(field_mutable:bgs.protocol.user_manager.v1.UnblockPlayerRequest.target_id)
2051  return target_id_;
2052 }
::bgs::protocol::EntityId * target_id_
Definition: user_manager_service.pb.h:911
arena_t NULL
Definition: jemalloc_internal.h:624
void set_has_target_id()
Definition: user_manager_service.pb.h:2033

+ Here is the call graph for this function:

inline ::google::protobuf::UnknownFieldSet* bgs::protocol::user_manager::v1::UnblockPlayerRequest::mutable_unknown_fields ( )
inline
844  {
845  return &_unknown_fields_;
846  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: user_manager_service.pb.h:906
UnblockPlayerRequest* bgs::protocol::user_manager::v1::UnblockPlayerRequest::New ( ) const
virtual
UnblockPlayerRequest& bgs::protocol::user_manager::v1::UnblockPlayerRequest::operator= ( const UnblockPlayerRequest from)
inline
835  {
836  CopyFrom(from);
837  return *this;
838  }
void CopyFrom(const ::google::protobuf::Message &from)
bgs::protocol::EntityId * bgs::protocol::user_manager::v1::UnblockPlayerRequest::release_agent_id ( )
inline
2012  {
2015  agent_id_ = NULL;
2016  return temp;
2017 }
Definition: entity_types.pb.h:45
arena_t NULL
Definition: jemalloc_internal.h:624
::bgs::protocol::EntityId * agent_id_
Definition: user_manager_service.pb.h:910
void clear_has_agent_id()
Definition: user_manager_service.pb.h:1995

+ Here is the call graph for this function:

bgs::protocol::EntityId * bgs::protocol::user_manager::v1::UnblockPlayerRequest::release_target_id ( )
inline
2053  {
2056  target_id_ = NULL;
2057  return temp;
2058 }
Definition: entity_types.pb.h:45
void clear_has_target_id()
Definition: user_manager_service.pb.h:2036
::bgs::protocol::EntityId * target_id_
Definition: user_manager_service.pb.h:911
arena_t NULL
Definition: jemalloc_internal.h:624

+ Here is the call graph for this function:

void bgs::protocol::user_manager::v1::UnblockPlayerRequest::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream output) const
::google::protobuf::uint8* bgs::protocol::user_manager::v1::UnblockPlayerRequest::SerializeWithCachedSizesToArray ( ::google::protobuf::uint8 output) const
void bgs::protocol::user_manager::v1::UnblockPlayerRequest::set_allocated_agent_id ( ::bgs::protocol::EntityId agent_id)
inline
2018  {
2019  delete agent_id_;
2020  agent_id_ = agent_id;
2021  if (agent_id) {
2022  set_has_agent_id();
2023  } else {
2025  }
2026  // @@protoc_insertion_point(field_set_allocated:bgs.protocol.user_manager.v1.UnblockPlayerRequest.agent_id)
2027 }
::bgs::protocol::EntityId * agent_id_
Definition: user_manager_service.pb.h:910
void set_has_agent_id()
Definition: user_manager_service.pb.h:1992
const ::bgs::protocol::EntityId & agent_id() const
Definition: user_manager_service.pb.h:2002
void clear_has_agent_id()
Definition: user_manager_service.pb.h:1995

+ Here is the call graph for this function:

void bgs::protocol::user_manager::v1::UnblockPlayerRequest::set_allocated_target_id ( ::bgs::protocol::EntityId target_id)
inline
2059  {
2060  delete target_id_;
2062  if (target_id) {
2064  } else {
2066  }
2067  // @@protoc_insertion_point(field_set_allocated:bgs.protocol.user_manager.v1.UnblockPlayerRequest.target_id)
2068 }
void clear_has_target_id()
Definition: user_manager_service.pb.h:2036
::bgs::protocol::EntityId * target_id_
Definition: user_manager_service.pb.h:911
void set_has_target_id()
Definition: user_manager_service.pb.h:2033
const ::bgs::protocol::EntityId & target_id() const
Definition: user_manager_service.pb.h:2043

+ Here is the call graph for this function:

void bgs::protocol::user_manager::v1::UnblockPlayerRequest::set_has_agent_id ( )
inlineprivate
1992  {
1993  _has_bits_[0] |= 0x00000001u;
1994 }
::google::protobuf::uint32 _has_bits_[1]
Definition: user_manager_service.pb.h:908

+ Here is the caller graph for this function:

void bgs::protocol::user_manager::v1::UnblockPlayerRequest::set_has_target_id ( )
inlineprivate
2033  {
2034  _has_bits_[0] |= 0x00000002u;
2035 }
::google::protobuf::uint32 _has_bits_[1]
Definition: user_manager_service.pb.h:908

+ Here is the caller graph for this function:

void bgs::protocol::user_manager::v1::UnblockPlayerRequest::SetCachedSize ( int  size) const
privatevirtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::user_manager::v1::UnblockPlayerRequest::SharedCtor ( )
private
void bgs::protocol::user_manager::v1::UnblockPlayerRequest::SharedDtor ( )
private
void bgs::protocol::user_manager::v1::UnblockPlayerRequest::Swap ( UnblockPlayerRequest other)
const ::bgs::protocol::EntityId & bgs::protocol::user_manager::v1::UnblockPlayerRequest::target_id ( ) const
inline
2043  {
2044  // @@protoc_insertion_point(field_get:bgs.protocol.user_manager.v1.UnblockPlayerRequest.target_id)
2046 }
::bgs::protocol::EntityId * target_id_
Definition: user_manager_service.pb.h:911
arena_t NULL
Definition: jemalloc_internal.h:624
static UnblockPlayerRequest * default_instance_
Definition: user_manager_service.pb.h:917

+ Here is the caller graph for this function:

const ::google::protobuf::UnknownFieldSet& bgs::protocol::user_manager::v1::UnblockPlayerRequest::unknown_fields ( ) const
inline
840  {
841  return _unknown_fields_;
842  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: user_manager_service.pb.h:906

Friends And Related Function Documentation

void TC_SHARED_API protobuf_AddDesc_user_5fmanager_5fservice_2eproto ( )
friend
void protobuf_AssignDesc_user_5fmanager_5fservice_2eproto ( )
friend
void protobuf_ShutdownFile_user_5fmanager_5fservice_2eproto ( )
friend

Member Data Documentation

int bgs::protocol::user_manager::v1::UnblockPlayerRequest::_cached_size_
mutableprivate
::google::protobuf::uint32 bgs::protocol::user_manager::v1::UnblockPlayerRequest::_has_bits_[1]
private
::google::protobuf::UnknownFieldSet bgs::protocol::user_manager::v1::UnblockPlayerRequest::_unknown_fields_
private
::bgs::protocol::EntityId* bgs::protocol::user_manager::v1::UnblockPlayerRequest::agent_id_
private
UnblockPlayerRequest* bgs::protocol::user_manager::v1::UnblockPlayerRequest::default_instance_
staticprivate
const int bgs::protocol::user_manager::v1::UnblockPlayerRequest::kAgentIdFieldNumber = 1
static
const int bgs::protocol::user_manager::v1::UnblockPlayerRequest::kTargetIdFieldNumber = 2
static
::bgs::protocol::EntityId* bgs::protocol::user_manager::v1::UnblockPlayerRequest::target_id_
private

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