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

#include <account_service.pb.h>

Public Member Functions

 GetAuthorizedDataResponse ()
 
virtual ~GetAuthorizedDataResponse ()
 
 GetAuthorizedDataResponse (const GetAuthorizedDataResponse &from)
 
GetAuthorizedDataResponseoperator= (const GetAuthorizedDataResponse &from)
 
const
::google::protobuf::UnknownFieldSet
unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (GetAuthorizedDataResponse *other)
 
GetAuthorizedDataResponseNew () const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const GetAuthorizedDataResponse &from)
 
void MergeFrom (const GetAuthorizedDataResponse &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 data_size () const
 
void clear_data ()
 
const
::bgs::protocol::account::v1::AuthorizedData
data (int index) const
 
inline::bgs::protocol::account::v1::AuthorizedData * mutable_data (int index)
 
inline::bgs::protocol::account::v1::AuthorizedData * add_data ()
 
const
::google::protobuf::RepeatedPtrField
< ::bgs::protocol::account::v1::AuthorizedData > & 
data () const
 
inline::google::protobuf::RepeatedPtrField
< ::bgs::protocol::account::v1::AuthorizedData > * 
mutable_data ()
 
- 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
GetAuthorizedDataResponse
default_instance ()
 

Static Public Attributes

static const int kDataFieldNumber = 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::AuthorizedData
data_
 

Static Private Attributes

static GetAuthorizedDataResponsedefault_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::GetAuthorizedDataResponse::GetAuthorizedDataResponse ( )
virtual bgs::protocol::account::v1::GetAuthorizedDataResponse::~GetAuthorizedDataResponse ( )
virtual
bgs::protocol::account::v1::GetAuthorizedDataResponse::GetAuthorizedDataResponse ( const GetAuthorizedDataResponse from)

Member Function Documentation

bgs::protocol::account::v1::AuthorizedData * bgs::protocol::account::v1::GetAuthorizedDataResponse::add_data ( )
inline
6096  {
6097  // @@protoc_insertion_point(field_add:bgs.protocol.account.v1.GetAuthorizedDataResponse.data)
6098  return data_.Add();
6099 }
::google::protobuf::RepeatedPtrField< ::bgs::protocol::account::v1::AuthorizedData > data_
Definition: account_service.pb.h:2862
int bgs::protocol::account::v1::GetAuthorizedDataResponse::ByteSize ( ) const
virtual

Reimplemented from google::protobuf::Message.

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

Reimplemented from google::protobuf::Message.

void bgs::protocol::account::v1::GetAuthorizedDataResponse::clear_data ( )
inline
6085  {
6086  data_.Clear();
6087 }
::google::protobuf::RepeatedPtrField< ::bgs::protocol::account::v1::AuthorizedData > data_
Definition: account_service.pb.h:2862
void bgs::protocol::account::v1::GetAuthorizedDataResponse::CopyFrom ( const ::google::protobuf::Message from)
void bgs::protocol::account::v1::GetAuthorizedDataResponse::CopyFrom ( const GetAuthorizedDataResponse from)
const ::bgs::protocol::account::v1::AuthorizedData & bgs::protocol::account::v1::GetAuthorizedDataResponse::data ( int  index) const
inline
6088  {
6089  // @@protoc_insertion_point(field_get:bgs.protocol.account.v1.GetAuthorizedDataResponse.data)
6090  return data_.Get(index);
6091 }
::google::protobuf::RepeatedPtrField< ::bgs::protocol::account::v1::AuthorizedData > data_
Definition: account_service.pb.h:2862
const ::google::protobuf::RepeatedPtrField<::bgs::protocol::account::v1::AuthorizedData > & bgs::protocol::account::v1::GetAuthorizedDataResponse::data ( ) const
inline
6101  {
6102  // @@protoc_insertion_point(field_list:bgs.protocol.account.v1.GetAuthorizedDataResponse.data)
6103  return data_;
6104 }
::google::protobuf::RepeatedPtrField< ::bgs::protocol::account::v1::AuthorizedData > data_
Definition: account_service.pb.h:2862
int bgs::protocol::account::v1::GetAuthorizedDataResponse::data_size ( ) const
inline
6082  {
6083  return data_.size();
6084 }
::google::protobuf::RepeatedPtrField< ::bgs::protocol::account::v1::AuthorizedData > data_
Definition: account_service.pb.h:2862
static const GetAuthorizedDataResponse& bgs::protocol::account::v1::GetAuthorizedDataResponse::default_instance ( )
static
static const ::google::protobuf::Descriptor* bgs::protocol::account::v1::GetAuthorizedDataResponse::descriptor ( )
static
int bgs::protocol::account::v1::GetAuthorizedDataResponse::GetCachedSize ( ) const
inlinevirtual

Implements google::protobuf::MessageLite.

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

Reimplemented from google::protobuf::Message.

void bgs::protocol::account::v1::GetAuthorizedDataResponse::MergeFrom ( const ::google::protobuf::Message from)
void bgs::protocol::account::v1::GetAuthorizedDataResponse::MergeFrom ( const GetAuthorizedDataResponse from)
bool bgs::protocol::account::v1::GetAuthorizedDataResponse::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream input)
bgs::protocol::account::v1::AuthorizedData * bgs::protocol::account::v1::GetAuthorizedDataResponse::mutable_data ( int  index)
inline
6092  {
6093  // @@protoc_insertion_point(field_mutable:bgs.protocol.account.v1.GetAuthorizedDataResponse.data)
6094  return data_.Mutable(index);
6095 }
::google::protobuf::RepeatedPtrField< ::bgs::protocol::account::v1::AuthorizedData > data_
Definition: account_service.pb.h:2862
google::protobuf::RepeatedPtrField<::bgs::protocol::account::v1::AuthorizedData > * bgs::protocol::account::v1::GetAuthorizedDataResponse::mutable_data ( )
inline
6106  {
6107  // @@protoc_insertion_point(field_mutable_list:bgs.protocol.account.v1.GetAuthorizedDataResponse.data)
6108  return &data_;
6109 }
::google::protobuf::RepeatedPtrField< ::bgs::protocol::account::v1::AuthorizedData > data_
Definition: account_service.pb.h:2862
inline ::google::protobuf::UnknownFieldSet* bgs::protocol::account::v1::GetAuthorizedDataResponse::mutable_unknown_fields ( )
inline
2806  {
2807  return &_unknown_fields_;
2808  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: account_service.pb.h:2858
GetAuthorizedDataResponse* bgs::protocol::account::v1::GetAuthorizedDataResponse::New ( ) const
virtual
GetAuthorizedDataResponse& bgs::protocol::account::v1::GetAuthorizedDataResponse::operator= ( const GetAuthorizedDataResponse from)
inline
2797  {
2798  CopyFrom(from);
2799  return *this;
2800  }
void CopyFrom(const ::google::protobuf::Message &from)
void bgs::protocol::account::v1::GetAuthorizedDataResponse::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream output) const
::google::protobuf::uint8* bgs::protocol::account::v1::GetAuthorizedDataResponse::SerializeWithCachedSizesToArray ( ::google::protobuf::uint8 output) const
void bgs::protocol::account::v1::GetAuthorizedDataResponse::SetCachedSize ( int  size) const
privatevirtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::account::v1::GetAuthorizedDataResponse::SharedCtor ( )
private
void bgs::protocol::account::v1::GetAuthorizedDataResponse::SharedDtor ( )
private
void bgs::protocol::account::v1::GetAuthorizedDataResponse::Swap ( GetAuthorizedDataResponse other)
const ::google::protobuf::UnknownFieldSet& bgs::protocol::account::v1::GetAuthorizedDataResponse::unknown_fields ( ) const
inline
2802  {
2803  return _unknown_fields_;
2804  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: account_service.pb.h:2858

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::GetAuthorizedDataResponse::_cached_size_
mutableprivate
::google::protobuf::uint32 bgs::protocol::account::v1::GetAuthorizedDataResponse::_has_bits_[1]
private
::google::protobuf::UnknownFieldSet bgs::protocol::account::v1::GetAuthorizedDataResponse::_unknown_fields_
private
::google::protobuf::RepeatedPtrField< ::bgs::protocol::account::v1::AuthorizedData > bgs::protocol::account::v1::GetAuthorizedDataResponse::data_
private
GetAuthorizedDataResponse* bgs::protocol::account::v1::GetAuthorizedDataResponse::default_instance_
staticprivate
const int bgs::protocol::account::v1::GetAuthorizedDataResponse::kDataFieldNumber = 1
static

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