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

#include <club_request.pb.h>

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

Public Member Functions

 GetBansResponse ()
 
virtual ~GetBansResponse ()
 
 GetBansResponse (const GetBansResponse &from)
 
GetBansResponseoperator= (const GetBansResponse &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (GetBansResponse *other)
 
GetBansResponseNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
int ban_size () const
 
void clear_ban ()
 
const ::bgs::protocol::club::v1::client::ClubBanban (int index) const
 
inline ::bgs::protocol::club::v1::client::ClubBanmutable_ban (int index)
 
inline ::bgs::protocol::club::v1::client::ClubBanadd_ban ()
 
const ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::client::ClubBan > & ban () const
 
inline ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::client::ClubBan > * mutable_ban ()
 
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 GetBansResponsedefault_instance ()
 

Static Public Attributes

static const int kBanFieldNumber = 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::ClubBanban_
 
::google::protobuf::uint64 continuation_
 

Static Private Attributes

static GetBansResponsedefault_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 4423 of file club_request.pb.h.

Constructor & Destructor Documentation

◆ GetBansResponse() [1/2]

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

◆ ~GetBansResponse()

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

◆ GetBansResponse() [2/2]

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

Member Function Documentation

◆ add_ban()

bgs::protocol::club::v1::client::ClubBan * bgs::protocol::club::v1::client::GetBansResponse::add_ban ( )
inline

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

◆ ban() [1/2]

const ::google::protobuf::RepeatedPtrField<::bgs::protocol::club::v1::client::ClubBan > & bgs::protocol::club::v1::client::GetBansResponse::ban ( ) const
inline

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

◆ ban() [2/2]

const ::bgs::protocol::club::v1::client::ClubBan & bgs::protocol::club::v1::client::GetBansResponse::ban ( int  index) const
inline

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

◆ ban_size()

int bgs::protocol::club::v1::client::GetBansResponse::ban_size ( ) const
inline

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

◆ clear_ban()

void bgs::protocol::club::v1::client::GetBansResponse::clear_ban ( )
inline

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

◆ clear_continuation()

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

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

◆ clear_has_continuation()

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

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

◆ continuation()

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

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

◆ default_instance()

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

◆ descriptor()

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

◆ GetCachedSize()

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

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

◆ GetMetadata()

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

◆ has_continuation()

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

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

◆ InitAsDefaultInstance()

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

◆ mutable_ban() [1/2]

google::protobuf::RepeatedPtrField<::bgs::protocol::club::v1::client::ClubBan > * bgs::protocol::club::v1::client::GetBansResponse::mutable_ban ( )
inline

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

◆ mutable_ban() [2/2]

bgs::protocol::club::v1::client::ClubBan * bgs::protocol::club::v1::client::GetBansResponse::mutable_ban ( int  index)
inline

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

◆ mutable_unknown_fields()

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

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

◆ New()

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

◆ operator=()

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

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

◆ set_continuation()

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

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

◆ set_has_continuation()

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

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

◆ SetCachedSize()

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

◆ SharedCtor()

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

◆ SharedDtor()

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

◆ Swap()

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

◆ unknown_fields()

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

Definition at line 4435 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::GetBansResponse::_cached_size_
mutableprivate

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

◆ _has_bits_

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

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

◆ _unknown_fields_

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

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

◆ ban_

::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::client::ClubBan > bgs::protocol::club::v1::client::GetBansResponse::ban_
private

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

◆ continuation_

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

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

◆ default_instance_

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

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

◆ kBanFieldNumber

const int bgs::protocol::club::v1::client::GetBansResponse::kBanFieldNumber = 1
static

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

◆ kContinuationFieldNumber

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

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


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