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

#include <account_service.pb.h>

Public Member Functions

 SubscriptionUpdateResponse ()
 
virtual ~SubscriptionUpdateResponse ()
 
 SubscriptionUpdateResponse (const SubscriptionUpdateResponse &from)
 
SubscriptionUpdateResponseoperator= (const SubscriptionUpdateResponse &from)
 
const
::google::protobuf::UnknownFieldSet
unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (SubscriptionUpdateResponse *other)
 
SubscriptionUpdateResponseNew () const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const SubscriptionUpdateResponse &from)
 
void MergeFrom (const SubscriptionUpdateResponse &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
 
int ref_size () const
 
void clear_ref ()
 
const
::bgs::protocol::account::v1::SubscriberReference
ref (int index) const
 
inline::bgs::protocol::account::v1::SubscriberReference * mutable_ref (int index)
 
inline::bgs::protocol::account::v1::SubscriberReference * add_ref ()
 
const
::google::protobuf::RepeatedPtrField
< ::bgs::protocol::account::v1::SubscriberReference > & 
ref () const
 
inline::google::protobuf::RepeatedPtrField
< ::bgs::protocol::account::v1::SubscriberReference > * 
mutable_ref ()
 
- 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
SubscriptionUpdateResponse
default_instance ()
 

Static Public Attributes

static const int kRefFieldNumber = 1
 

Private Member Functions

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

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::google::protobuf::RepeatedPtrField
< ::bgs::protocol::account::v1::SubscriberReference
ref_
 

Static Private Attributes

static SubscriptionUpdateResponsedefault_instance_
 

Friends

void TC_SHARED_API protobuf_AddDesc_account_5fservice_2eproto ()
 
void protobuf_AssignDesc_account_5fservice_2eproto ()
 
void protobuf_ShutdownFile_account_5fservice_2eproto ()
 

Additional Inherited Members

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

Constructor & Destructor Documentation

bgs::protocol::account::v1::SubscriptionUpdateResponse::SubscriptionUpdateResponse ( )
virtual bgs::protocol::account::v1::SubscriptionUpdateResponse::~SubscriptionUpdateResponse ( )
virtual
bgs::protocol::account::v1::SubscriptionUpdateResponse::SubscriptionUpdateResponse ( const SubscriptionUpdateResponse from)

Member Function Documentation

bgs::protocol::account::v1::SubscriberReference * bgs::protocol::account::v1::SubscriptionUpdateResponse::add_ref ( )
inline
4627  {
4628  // @@protoc_insertion_point(field_add:bgs.protocol.account.v1.SubscriptionUpdateResponse.ref)
4629  return ref_.Add();
4630 }
::google::protobuf::RepeatedPtrField< ::bgs::protocol::account::v1::SubscriberReference > ref_
Definition: account_service.pb.h:1182
int bgs::protocol::account::v1::SubscriptionUpdateResponse::ByteSize ( ) const
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::account::v1::SubscriptionUpdateResponse::Clear ( )
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::account::v1::SubscriptionUpdateResponse::clear_ref ( )
inline
4616  {
4617  ref_.Clear();
4618 }
::google::protobuf::RepeatedPtrField< ::bgs::protocol::account::v1::SubscriberReference > ref_
Definition: account_service.pb.h:1182
void bgs::protocol::account::v1::SubscriptionUpdateResponse::CopyFrom ( const ::google::protobuf::Message from)
void bgs::protocol::account::v1::SubscriptionUpdateResponse::CopyFrom ( const SubscriptionUpdateResponse from)
static const SubscriptionUpdateResponse& bgs::protocol::account::v1::SubscriptionUpdateResponse::default_instance ( )
static
static const ::google::protobuf::Descriptor* bgs::protocol::account::v1::SubscriptionUpdateResponse::descriptor ( )
static
int bgs::protocol::account::v1::SubscriptionUpdateResponse::GetCachedSize ( ) const
inlinevirtual

Implements google::protobuf::MessageLite.

1151 { return _cached_size_; }
int _cached_size_
Definition: account_service.pb.h:1181
::google::protobuf::Metadata bgs::protocol::account::v1::SubscriptionUpdateResponse::GetMetadata ( ) const
virtual
void bgs::protocol::account::v1::SubscriptionUpdateResponse::InitAsDefaultInstance ( )
private
bool bgs::protocol::account::v1::SubscriptionUpdateResponse::IsInitialized ( ) const
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::account::v1::SubscriptionUpdateResponse::MergeFrom ( const ::google::protobuf::Message from)
void bgs::protocol::account::v1::SubscriptionUpdateResponse::MergeFrom ( const SubscriptionUpdateResponse from)
bool bgs::protocol::account::v1::SubscriptionUpdateResponse::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream input)
bgs::protocol::account::v1::SubscriberReference * bgs::protocol::account::v1::SubscriptionUpdateResponse::mutable_ref ( int  index)
inline
4623  {
4624  // @@protoc_insertion_point(field_mutable:bgs.protocol.account.v1.SubscriptionUpdateResponse.ref)
4625  return ref_.Mutable(index);
4626 }
::google::protobuf::RepeatedPtrField< ::bgs::protocol::account::v1::SubscriberReference > ref_
Definition: account_service.pb.h:1182
google::protobuf::RepeatedPtrField<::bgs::protocol::account::v1::SubscriberReference > * bgs::protocol::account::v1::SubscriptionUpdateResponse::mutable_ref ( )
inline
4637  {
4638  // @@protoc_insertion_point(field_mutable_list:bgs.protocol.account.v1.SubscriptionUpdateResponse.ref)
4639  return &ref_;
4640 }
::google::protobuf::RepeatedPtrField< ::bgs::protocol::account::v1::SubscriberReference > ref_
Definition: account_service.pb.h:1182
inline ::google::protobuf::UnknownFieldSet* bgs::protocol::account::v1::SubscriptionUpdateResponse::mutable_unknown_fields ( )
inline
1126  {
1127  return &_unknown_fields_;
1128  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: account_service.pb.h:1178
SubscriptionUpdateResponse* bgs::protocol::account::v1::SubscriptionUpdateResponse::New ( ) const
virtual
SubscriptionUpdateResponse& bgs::protocol::account::v1::SubscriptionUpdateResponse::operator= ( const SubscriptionUpdateResponse from)
inline
1117  {
1118  CopyFrom(from);
1119  return *this;
1120  }
void CopyFrom(const ::google::protobuf::Message &from)
const ::bgs::protocol::account::v1::SubscriberReference & bgs::protocol::account::v1::SubscriptionUpdateResponse::ref ( int  index) const
inline
4619  {
4620  // @@protoc_insertion_point(field_get:bgs.protocol.account.v1.SubscriptionUpdateResponse.ref)
4621  return ref_.Get(index);
4622 }
::google::protobuf::RepeatedPtrField< ::bgs::protocol::account::v1::SubscriberReference > ref_
Definition: account_service.pb.h:1182
const ::google::protobuf::RepeatedPtrField<::bgs::protocol::account::v1::SubscriberReference > & bgs::protocol::account::v1::SubscriptionUpdateResponse::ref ( ) const
inline
4632  {
4633  // @@protoc_insertion_point(field_list:bgs.protocol.account.v1.SubscriptionUpdateResponse.ref)
4634  return ref_;
4635 }
::google::protobuf::RepeatedPtrField< ::bgs::protocol::account::v1::SubscriberReference > ref_
Definition: account_service.pb.h:1182
int bgs::protocol::account::v1::SubscriptionUpdateResponse::ref_size ( ) const
inline
4613  {
4614  return ref_.size();
4615 }
::google::protobuf::RepeatedPtrField< ::bgs::protocol::account::v1::SubscriberReference > ref_
Definition: account_service.pb.h:1182
void bgs::protocol::account::v1::SubscriptionUpdateResponse::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream output) const
::google::protobuf::uint8* bgs::protocol::account::v1::SubscriptionUpdateResponse::SerializeWithCachedSizesToArray ( ::google::protobuf::uint8 output) const
void bgs::protocol::account::v1::SubscriptionUpdateResponse::SetCachedSize ( int  size) const
privatevirtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::account::v1::SubscriptionUpdateResponse::SharedCtor ( )
private
void bgs::protocol::account::v1::SubscriptionUpdateResponse::SharedDtor ( )
private
void bgs::protocol::account::v1::SubscriptionUpdateResponse::Swap ( SubscriptionUpdateResponse other)
const ::google::protobuf::UnknownFieldSet& bgs::protocol::account::v1::SubscriptionUpdateResponse::unknown_fields ( ) const
inline
1122  {
1123  return _unknown_fields_;
1124  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: account_service.pb.h:1178

Friends And Related Function Documentation

void TC_SHARED_API protobuf_AddDesc_account_5fservice_2eproto ( )
friend
void protobuf_AssignDesc_account_5fservice_2eproto ( )
friend
void protobuf_ShutdownFile_account_5fservice_2eproto ( )
friend

Member Data Documentation

int bgs::protocol::account::v1::SubscriptionUpdateResponse::_cached_size_
mutableprivate
::google::protobuf::uint32 bgs::protocol::account::v1::SubscriptionUpdateResponse::_has_bits_[1]
private
::google::protobuf::UnknownFieldSet bgs::protocol::account::v1::SubscriptionUpdateResponse::_unknown_fields_
private
SubscriptionUpdateResponse* bgs::protocol::account::v1::SubscriptionUpdateResponse::default_instance_
staticprivate
const int bgs::protocol::account::v1::SubscriptionUpdateResponse::kRefFieldNumber = 1
static
::google::protobuf::RepeatedPtrField< ::bgs::protocol::account::v1::SubscriberReference > bgs::protocol::account::v1::SubscriptionUpdateResponse::ref_
private

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