TrinityCore
Loading...
Searching...
No Matches
bgs::protocol::club::v1::client::GetMembersResponse Class Reference

#include <club_request.pb.h>

+ Inheritance diagram for bgs::protocol::club::v1::client::GetMembersResponse:

Public Member Functions

 GetMembersResponse ()
 
virtual ~GetMembersResponse ()
 
 GetMembersResponse (const GetMembersResponse &from)
 
GetMembersResponseoperator= (const GetMembersResponse &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (GetMembersResponse *other)
 
GetMembersResponseNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
int member_size () const
 
void clear_member ()
 
const ::bgs::protocol::club::v1::client::Membermember (int index) const
 
inline ::bgs::protocol::club::v1::client::Membermutable_member (int index)
 
inline ::bgs::protocol::club::v1::client::Memberadd_member ()
 
const ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::client::Member > & member () const
 
inline ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::client::Member > * mutable_member ()
 
bool has_continuation () const
 
void clear_continuation ()
 
inline ::google::protobuf::uint64 continuation () const
 
void set_continuation (::google::protobuf::uint64 value)
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const GetMembersResponsedefault_instance ()
 

Static Public Attributes

static const int kMemberFieldNumber = 1
 
static const int kContinuationFieldNumber = 2
 

Private Member Functions

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

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::client::Membermember_
 
::google::protobuf::uint64 continuation_
 

Static Private Attributes

static GetMembersResponsedefault_instance_
 

Friends

void TC_PROTO_API protobuf_AddDesc_api_2fclient_2fv1_2fclub_5frequest_2eproto ()
 
void protobuf_AssignDesc_api_2fclient_2fv1_2fclub_5frequest_2eproto ()
 
void protobuf_ShutdownFile_api_2fclient_2fv1_2fclub_5frequest_2eproto ()
 

Detailed Description

Definition at line 1628 of file club_request.pb.h.

Constructor & Destructor Documentation

◆ GetMembersResponse() [1/2]

bgs::protocol::club::v1::client::GetMembersResponse::GetMembersResponse ( )

◆ ~GetMembersResponse()

virtual bgs::protocol::club::v1::client::GetMembersResponse::~GetMembersResponse ( )
virtual

◆ GetMembersResponse() [2/2]

bgs::protocol::club::v1::client::GetMembersResponse::GetMembersResponse ( const GetMembersResponse from)

Member Function Documentation

◆ add_member()

bgs::protocol::club::v1::client::Member * bgs::protocol::club::v1::client::GetMembersResponse::add_member ( )
inline

Definition at line 8821 of file club_request.pb.h.

◆ clear_continuation()

void bgs::protocol::club::v1::client::GetMembersResponse::clear_continuation ( )
inline

Definition at line 8846 of file club_request.pb.h.

◆ clear_has_continuation()

void bgs::protocol::club::v1::client::GetMembersResponse::clear_has_continuation ( )
inlineprivate

Definition at line 8843 of file club_request.pb.h.

◆ clear_member()

void bgs::protocol::club::v1::client::GetMembersResponse::clear_member ( )
inline

Definition at line 8810 of file club_request.pb.h.

◆ continuation()

google::protobuf::uint64 bgs::protocol::club::v1::client::GetMembersResponse::continuation ( ) const
inline

Definition at line 8850 of file club_request.pb.h.

◆ default_instance()

static const GetMembersResponse & bgs::protocol::club::v1::client::GetMembersResponse::default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor * bgs::protocol::club::v1::client::GetMembersResponse::descriptor ( )
static

◆ GetCachedSize()

int bgs::protocol::club::v1::client::GetMembersResponse::GetCachedSize ( ) const
inline

Definition at line 1656 of file club_request.pb.h.

◆ GetMetadata()

::google::protobuf::Metadata bgs::protocol::club::v1::client::GetMembersResponse::GetMetadata ( ) const

◆ has_continuation()

bool bgs::protocol::club::v1::client::GetMembersResponse::has_continuation ( ) const
inline

Definition at line 8837 of file club_request.pb.h.

◆ InitAsDefaultInstance()

void bgs::protocol::club::v1::client::GetMembersResponse::InitAsDefaultInstance ( )
private

◆ member() [1/2]

const ::google::protobuf::RepeatedPtrField<::bgs::protocol::club::v1::client::Member > & bgs::protocol::club::v1::client::GetMembersResponse::member ( ) const
inline

Definition at line 8826 of file club_request.pb.h.

◆ member() [2/2]

const ::bgs::protocol::club::v1::client::Member & bgs::protocol::club::v1::client::GetMembersResponse::member ( int  index) const
inline

Definition at line 8813 of file club_request.pb.h.

◆ member_size()

int bgs::protocol::club::v1::client::GetMembersResponse::member_size ( ) const
inline

Definition at line 8807 of file club_request.pb.h.

◆ mutable_member() [1/2]

google::protobuf::RepeatedPtrField<::bgs::protocol::club::v1::client::Member > * bgs::protocol::club::v1::client::GetMembersResponse::mutable_member ( )
inline

Definition at line 8831 of file club_request.pb.h.

◆ mutable_member() [2/2]

bgs::protocol::club::v1::client::Member * bgs::protocol::club::v1::client::GetMembersResponse::mutable_member ( int  index)
inline

Definition at line 8817 of file club_request.pb.h.

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet * bgs::protocol::club::v1::client::GetMembersResponse::mutable_unknown_fields ( )
inline

Definition at line 1644 of file club_request.pb.h.

◆ New()

GetMembersResponse * bgs::protocol::club::v1::client::GetMembersResponse::New ( ) const

◆ operator=()

GetMembersResponse & bgs::protocol::club::v1::client::GetMembersResponse::operator= ( const GetMembersResponse from)
inline

Definition at line 1635 of file club_request.pb.h.

◆ set_continuation()

void bgs::protocol::club::v1::client::GetMembersResponse::set_continuation ( ::google::protobuf::uint64  value)
inline

Definition at line 8854 of file club_request.pb.h.

◆ set_has_continuation()

void bgs::protocol::club::v1::client::GetMembersResponse::set_has_continuation ( )
inlineprivate

Definition at line 8840 of file club_request.pb.h.

◆ SetCachedSize()

void bgs::protocol::club::v1::client::GetMembersResponse::SetCachedSize ( int  size) const
private

◆ SharedCtor()

void bgs::protocol::club::v1::client::GetMembersResponse::SharedCtor ( )
private

◆ SharedDtor()

void bgs::protocol::club::v1::client::GetMembersResponse::SharedDtor ( )
private

◆ Swap()

void bgs::protocol::club::v1::client::GetMembersResponse::Swap ( GetMembersResponse other)

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & bgs::protocol::club::v1::client::GetMembersResponse::unknown_fields ( ) const
inline

Definition at line 1640 of file club_request.pb.h.

Friends And Related Symbol Documentation

◆ protobuf_AddDesc_api_2fclient_2fv1_2fclub_5frequest_2eproto

void TC_PROTO_API protobuf_AddDesc_api_2fclient_2fv1_2fclub_5frequest_2eproto ( )
friend

◆ protobuf_AssignDesc_api_2fclient_2fv1_2fclub_5frequest_2eproto

void protobuf_AssignDesc_api_2fclient_2fv1_2fclub_5frequest_2eproto ( )
friend

◆ protobuf_ShutdownFile_api_2fclient_2fv1_2fclub_5frequest_2eproto

void protobuf_ShutdownFile_api_2fclient_2fv1_2fclub_5frequest_2eproto ( )
friend

Member Data Documentation

◆ _cached_size_

int bgs::protocol::club::v1::client::GetMembersResponse::_cached_size_
mutableprivate

Definition at line 1695 of file club_request.pb.h.

◆ _has_bits_

::google::protobuf::uint32 bgs::protocol::club::v1::client::GetMembersResponse::_has_bits_[1]
private

Definition at line 1694 of file club_request.pb.h.

◆ _unknown_fields_

::google::protobuf::UnknownFieldSet bgs::protocol::club::v1::client::GetMembersResponse::_unknown_fields_
private

Definition at line 1692 of file club_request.pb.h.

◆ continuation_

::google::protobuf::uint64 bgs::protocol::club::v1::client::GetMembersResponse::continuation_
private

Definition at line 1697 of file club_request.pb.h.

◆ default_instance_

GetMembersResponse* bgs::protocol::club::v1::client::GetMembersResponse::default_instance_
staticprivate

Definition at line 1703 of file club_request.pb.h.

◆ kContinuationFieldNumber

const int bgs::protocol::club::v1::client::GetMembersResponse::kContinuationFieldNumber = 2
static

Definition at line 1683 of file club_request.pb.h.

◆ kMemberFieldNumber

const int bgs::protocol::club::v1::client::GetMembersResponse::kMemberFieldNumber = 1
static

Definition at line 1671 of file club_request.pb.h.

◆ member_

::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::client::Member > bgs::protocol::club::v1::client::GetMembersResponse::member_
private

Definition at line 1696 of file club_request.pb.h.


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