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

#include <club_request.pb.h>

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

Public Member Functions

 AcceptSuggestionRequest ()
 
virtual ~AcceptSuggestionRequest ()
 
 AcceptSuggestionRequest (const AcceptSuggestionRequest &from)
 
AcceptSuggestionRequestoperator= (const AcceptSuggestionRequest &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (AcceptSuggestionRequest *other)
 
AcceptSuggestionRequestNew () 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_suggestion_id () const
 
void clear_suggestion_id ()
 
inline ::google::protobuf::uint64 suggestion_id () const
 
void set_suggestion_id (::google::protobuf::uint64 value)
 

Static Public Member Functions

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

Static Public Attributes

static const int kAgentIdFieldNumber = 1
 
static const int kClubIdFieldNumber = 2
 
static const int kSuggestionIdFieldNumber = 3
 

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_suggestion_id ()
 
void clear_has_suggestion_id ()
 
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 suggestion_id_
 

Static Private Attributes

static AcceptSuggestionRequestdefault_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 2846 of file club_request.pb.h.

Constructor & Destructor Documentation

◆ AcceptSuggestionRequest() [1/2]

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

◆ ~AcceptSuggestionRequest()

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

◆ AcceptSuggestionRequest() [2/2]

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

Member Function Documentation

◆ agent_id()

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

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

◆ clear_agent_id()

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

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

◆ clear_club_id()

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

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

◆ clear_has_agent_id()

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

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

◆ clear_has_club_id()

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

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

◆ clear_has_suggestion_id()

void bgs::protocol::club::v1::client::AcceptSuggestionRequest::clear_has_suggestion_id ( )
inlineprivate

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

◆ clear_suggestion_id()

void bgs::protocol::club::v1::client::AcceptSuggestionRequest::clear_suggestion_id ( )
inline

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

◆ club_id()

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

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

◆ default_instance()

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

◆ descriptor()

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

◆ GetCachedSize()

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

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

◆ GetMetadata()

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

◆ has_agent_id()

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

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

◆ has_club_id()

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

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

◆ has_suggestion_id()

bool bgs::protocol::club::v1::client::AcceptSuggestionRequest::has_suggestion_id ( ) const
inline

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

◆ InitAsDefaultInstance()

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

◆ mutable_agent_id()

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

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

◆ mutable_unknown_fields()

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

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

◆ New()

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

◆ operator=()

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

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

◆ release_agent_id()

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

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

◆ set_allocated_agent_id()

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

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

◆ set_club_id()

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

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

◆ set_has_agent_id()

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

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

◆ set_has_club_id()

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

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

◆ set_has_suggestion_id()

void bgs::protocol::club::v1::client::AcceptSuggestionRequest::set_has_suggestion_id ( )
inlineprivate

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

◆ set_suggestion_id()

void bgs::protocol::club::v1::client::AcceptSuggestionRequest::set_suggestion_id ( ::google::protobuf::uint64  value)
inline

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

◆ SetCachedSize()

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

◆ SharedCtor()

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

◆ SharedDtor()

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

◆ suggestion_id()

google::protobuf::uint64 bgs::protocol::club::v1::client::AcceptSuggestionRequest::suggestion_id ( ) const
inline

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

◆ Swap()

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

◆ unknown_fields()

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

Definition at line 2858 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::AcceptSuggestionRequest::_cached_size_
mutableprivate

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

◆ _has_bits_

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

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

◆ _unknown_fields_

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

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

◆ agent_id_

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

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

◆ club_id_

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

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

◆ default_instance_

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

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

◆ kAgentIdFieldNumber

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

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

◆ kClubIdFieldNumber

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

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

◆ kSuggestionIdFieldNumber

const int bgs::protocol::club::v1::client::AcceptSuggestionRequest::kSuggestionIdFieldNumber = 3
static

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

◆ suggestion_id_

::google::protobuf::uint64 bgs::protocol::club::v1::client::AcceptSuggestionRequest::suggestion_id_
private

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


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