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

#include <club_request.pb.h>

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

Public Member Functions

 GetMembersRequest ()
 
virtual ~GetMembersRequest ()
 
 GetMembersRequest (const GetMembersRequest &from)
 
GetMembersRequestoperator= (const GetMembersRequest &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (GetMembersRequest *other)
 
GetMembersRequestNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_agent_id () const
 
void clear_agent_id ()
 
const ::bgs::protocol::club::v1::MemberIdagent_id () const
 
inline ::bgs::protocol::club::v1::MemberIdmutable_agent_id ()
 
inline ::bgs::protocol::club::v1::MemberIdrelease_agent_id ()
 
void set_allocated_agent_id (::bgs::protocol::club::v1::MemberId *agent_id)
 
bool has_club_id () const
 
void clear_club_id ()
 
inline ::google::protobuf::uint64 club_id () const
 
void set_club_id (::google::protobuf::uint64 value)
 
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 GetMembersRequestdefault_instance ()
 

Static Public Attributes

static const int kAgentIdFieldNumber = 1
 
static const int kClubIdFieldNumber = 2
 
static const int kContinuationFieldNumber = 4
 

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_club_id ()
 
void clear_has_club_id ()
 
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_
 
::bgs::protocol::club::v1::MemberIdagent_id_
 
::google::protobuf::uint64 club_id_
 
::google::protobuf::uint64 continuation_
 

Static Private Attributes

static GetMembersRequestdefault_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 1540 of file club_request.pb.h.

Constructor & Destructor Documentation

◆ GetMembersRequest() [1/2]

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

◆ ~GetMembersRequest()

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

◆ GetMembersRequest() [2/2]

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

Member Function Documentation

◆ agent_id()

const ::bgs::protocol::club::v1::MemberId & bgs::protocol::club::v1::client::GetMembersRequest::agent_id ( ) const
inline

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

◆ clear_agent_id()

void bgs::protocol::club::v1::client::GetMembersRequest::clear_agent_id ( )
inline

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

◆ clear_club_id()

void bgs::protocol::club::v1::client::GetMembersRequest::clear_club_id ( )
inline

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

◆ clear_continuation()

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

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

◆ clear_has_agent_id()

void bgs::protocol::club::v1::client::GetMembersRequest::clear_has_agent_id ( )
inlineprivate

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

◆ clear_has_club_id()

void bgs::protocol::club::v1::client::GetMembersRequest::clear_has_club_id ( )
inlineprivate

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

◆ clear_has_continuation()

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

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

◆ club_id()

google::protobuf::uint64 bgs::protocol::club::v1::client::GetMembersRequest::club_id ( ) const
inline

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

◆ continuation()

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

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

◆ default_instance()

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

◆ descriptor()

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

◆ GetCachedSize()

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

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

◆ GetMetadata()

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

◆ has_agent_id()

bool bgs::protocol::club::v1::client::GetMembersRequest::has_agent_id ( ) const
inline

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

◆ has_club_id()

bool bgs::protocol::club::v1::client::GetMembersRequest::has_club_id ( ) const
inline

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

◆ has_continuation()

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

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

◆ InitAsDefaultInstance()

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

◆ mutable_agent_id()

bgs::protocol::club::v1::MemberId * bgs::protocol::club::v1::client::GetMembersRequest::mutable_agent_id ( )
inline

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

◆ mutable_unknown_fields()

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

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

◆ New()

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

◆ operator=()

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

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

◆ release_agent_id()

bgs::protocol::club::v1::MemberId * bgs::protocol::club::v1::client::GetMembersRequest::release_agent_id ( )
inline

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

◆ set_allocated_agent_id()

void bgs::protocol::club::v1::client::GetMembersRequest::set_allocated_agent_id ( ::bgs::protocol::club::v1::MemberId agent_id)
inline

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

◆ set_club_id()

void bgs::protocol::club::v1::client::GetMembersRequest::set_club_id ( ::google::protobuf::uint64  value)
inline

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

◆ set_continuation()

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

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

◆ set_has_agent_id()

void bgs::protocol::club::v1::client::GetMembersRequest::set_has_agent_id ( )
inlineprivate

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

◆ set_has_club_id()

void bgs::protocol::club::v1::client::GetMembersRequest::set_has_club_id ( )
inlineprivate

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

◆ set_has_continuation()

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

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

◆ SetCachedSize()

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

◆ SharedCtor()

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

◆ SharedDtor()

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

◆ Swap()

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

◆ unknown_fields()

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

Definition at line 1552 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::GetMembersRequest::_cached_size_
mutableprivate

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

◆ _has_bits_

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

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

◆ _unknown_fields_

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

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

◆ agent_id_

::bgs::protocol::club::v1::MemberId* bgs::protocol::club::v1::client::GetMembersRequest::agent_id_
private

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

◆ club_id_

::google::protobuf::uint64 bgs::protocol::club::v1::client::GetMembersRequest::club_id_
private

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

◆ continuation_

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

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

◆ default_instance_

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

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

◆ kAgentIdFieldNumber

const int bgs::protocol::club::v1::client::GetMembersRequest::kAgentIdFieldNumber = 1
static

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

◆ kClubIdFieldNumber

const int bgs::protocol::club::v1::client::GetMembersRequest::kClubIdFieldNumber = 2
static

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

◆ kContinuationFieldNumber

const int bgs::protocol::club::v1::client::GetMembersRequest::kContinuationFieldNumber = 4
static

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


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