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

#include <club_invitation.pb.h>

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

Public Member Functions

 ClubSuggestion ()
 
virtual ~ClubSuggestion ()
 
 ClubSuggestion (const ClubSuggestion &from)
 
ClubSuggestionoperator= (const ClubSuggestion &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (ClubSuggestion *other)
 
ClubSuggestionNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_id () const
 
void clear_id ()
 
inline ::google::protobuf::uint64 id () const
 
void set_id (::google::protobuf::uint64 value)
 
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_suggester () const
 
void clear_suggester ()
 
const ::bgs::protocol::club::v1::client::MemberDescriptionsuggester () const
 
inline ::bgs::protocol::club::v1::client::MemberDescriptionmutable_suggester ()
 
inline ::bgs::protocol::club::v1::client::MemberDescriptionrelease_suggester ()
 
void set_allocated_suggester (::bgs::protocol::club::v1::client::MemberDescription *suggester)
 
bool has_suggestee () const
 
void clear_suggestee ()
 
const ::bgs::protocol::club::v1::client::MemberDescriptionsuggestee () const
 
inline ::bgs::protocol::club::v1::client::MemberDescriptionmutable_suggestee ()
 
inline ::bgs::protocol::club::v1::client::MemberDescriptionrelease_suggestee ()
 
void set_allocated_suggestee (::bgs::protocol::club::v1::client::MemberDescription *suggestee)
 
bool has_slot () const
 
void clear_slot ()
 
const ::bgs::protocol::club::v1::client::ClubSlotslot () const
 
inline ::bgs::protocol::club::v1::client::ClubSlotmutable_slot ()
 
inline ::bgs::protocol::club::v1::client::ClubSlotrelease_slot ()
 
void set_allocated_slot (::bgs::protocol::club::v1::client::ClubSlot *slot)
 
int attribute_size () const
 
void clear_attribute ()
 
const ::bgs::protocol::v2::Attributeattribute (int index) const
 
inline ::bgs::protocol::v2::Attributemutable_attribute (int index)
 
inline ::bgs::protocol::v2::Attributeadd_attribute ()
 
const ::google::protobuf::RepeatedPtrField< ::bgs::protocol::v2::Attribute > & attribute () const
 
inline ::google::protobuf::RepeatedPtrField< ::bgs::protocol::v2::Attribute > * mutable_attribute ()
 
bool has_creation_time () const
 
void clear_creation_time ()
 
inline ::google::protobuf::uint64 creation_time () const
 
void set_creation_time (::google::protobuf::uint64 value)
 
bool has_expiration_time () const
 
void clear_expiration_time ()
 
inline ::google::protobuf::uint64 expiration_time () const
 
void set_expiration_time (::google::protobuf::uint64 value)
 

Static Public Member Functions

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

Static Public Attributes

static const int kIdFieldNumber = 1
 
static const int kClubIdFieldNumber = 2
 
static const int kSuggesterFieldNumber = 3
 
static const int kSuggesteeFieldNumber = 4
 
static const int kSlotFieldNumber = 5
 
static const int kAttributeFieldNumber = 6
 
static const int kCreationTimeFieldNumber = 7
 
static const int kExpirationTimeFieldNumber = 8
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_id ()
 
void clear_has_id ()
 
void set_has_club_id ()
 
void clear_has_club_id ()
 
void set_has_suggester ()
 
void clear_has_suggester ()
 
void set_has_suggestee ()
 
void clear_has_suggestee ()
 
void set_has_slot ()
 
void clear_has_slot ()
 
void set_has_creation_time ()
 
void clear_has_creation_time ()
 
void set_has_expiration_time ()
 
void clear_has_expiration_time ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::google::protobuf::uint64 id_
 
::google::protobuf::uint64 club_id_
 
::bgs::protocol::club::v1::client::MemberDescriptionsuggester_
 
::bgs::protocol::club::v1::client::MemberDescriptionsuggestee_
 
::bgs::protocol::club::v1::client::ClubSlotslot_
 
::google::protobuf::RepeatedPtrField< ::bgs::protocol::v2::Attributeattribute_
 
::google::protobuf::uint64 creation_time_
 
::google::protobuf::uint64 expiration_time_
 

Static Private Attributes

static ClubSuggestiondefault_instance_
 

Friends

void TC_PROTO_API protobuf_AddDesc_api_2fclient_2fv1_2fclub_5finvitation_2eproto ()
 
void protobuf_AssignDesc_api_2fclient_2fv1_2fclub_5finvitation_2eproto ()
 
void protobuf_ShutdownFile_api_2fclient_2fv1_2fclub_5finvitation_2eproto ()
 

Detailed Description

Definition at line 486 of file club_invitation.pb.h.

Constructor & Destructor Documentation

◆ ClubSuggestion() [1/2]

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

◆ ~ClubSuggestion()

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

◆ ClubSuggestion() [2/2]

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

Member Function Documentation

◆ add_attribute()

bgs::protocol::v2::Attribute * bgs::protocol::club::v1::client::ClubSuggestion::add_attribute ( )
inline

Definition at line 1713 of file club_invitation.pb.h.

◆ attribute() [1/2]

const ::google::protobuf::RepeatedPtrField<::bgs::protocol::v2::Attribute > & bgs::protocol::club::v1::client::ClubSuggestion::attribute ( ) const
inline

Definition at line 1718 of file club_invitation.pb.h.

◆ attribute() [2/2]

const ::bgs::protocol::v2::Attribute & bgs::protocol::club::v1::client::ClubSuggestion::attribute ( int  index) const
inline

Definition at line 1705 of file club_invitation.pb.h.

◆ attribute_size()

int bgs::protocol::club::v1::client::ClubSuggestion::attribute_size ( ) const
inline

Definition at line 1699 of file club_invitation.pb.h.

◆ clear_attribute()

void bgs::protocol::club::v1::client::ClubSuggestion::clear_attribute ( )
inline

Definition at line 1702 of file club_invitation.pb.h.

◆ clear_club_id()

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

Definition at line 1561 of file club_invitation.pb.h.

+ Here is the call graph for this function:

◆ clear_creation_time()

void bgs::protocol::club::v1::client::ClubSuggestion::clear_creation_time ( )
inline

Definition at line 1738 of file club_invitation.pb.h.

+ Here is the call graph for this function:

◆ clear_expiration_time()

void bgs::protocol::club::v1::client::ClubSuggestion::clear_expiration_time ( )
inline

Definition at line 1762 of file club_invitation.pb.h.

+ Here is the call graph for this function:

◆ clear_has_club_id()

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

Definition at line 1558 of file club_invitation.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_creation_time()

void bgs::protocol::club::v1::client::ClubSuggestion::clear_has_creation_time ( )
inlineprivate

Definition at line 1735 of file club_invitation.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_expiration_time()

void bgs::protocol::club::v1::client::ClubSuggestion::clear_has_expiration_time ( )
inlineprivate

Definition at line 1759 of file club_invitation.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_id()

void bgs::protocol::club::v1::client::ClubSuggestion::clear_has_id ( )
inlineprivate

Definition at line 1534 of file club_invitation.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_slot()

void bgs::protocol::club::v1::client::ClubSuggestion::clear_has_slot ( )
inlineprivate

Definition at line 1664 of file club_invitation.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_suggestee()

void bgs::protocol::club::v1::client::ClubSuggestion::clear_has_suggestee ( )
inlineprivate

Definition at line 1623 of file club_invitation.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_suggester()

void bgs::protocol::club::v1::client::ClubSuggestion::clear_has_suggester ( )
inlineprivate

Definition at line 1582 of file club_invitation.pb.h.

+ Here is the caller graph for this function:

◆ clear_id()

void bgs::protocol::club::v1::client::ClubSuggestion::clear_id ( )
inline

Definition at line 1537 of file club_invitation.pb.h.

+ Here is the call graph for this function:

◆ clear_slot()

void bgs::protocol::club::v1::client::ClubSuggestion::clear_slot ( )
inline

Definition at line 1667 of file club_invitation.pb.h.

+ Here is the call graph for this function:

◆ clear_suggestee()

void bgs::protocol::club::v1::client::ClubSuggestion::clear_suggestee ( )
inline

Definition at line 1626 of file club_invitation.pb.h.

+ Here is the call graph for this function:

◆ clear_suggester()

void bgs::protocol::club::v1::client::ClubSuggestion::clear_suggester ( )
inline

Definition at line 1585 of file club_invitation.pb.h.

+ Here is the call graph for this function:

◆ club_id()

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

Definition at line 1565 of file club_invitation.pb.h.

◆ creation_time()

google::protobuf::uint64 bgs::protocol::club::v1::client::ClubSuggestion::creation_time ( ) const
inline

Definition at line 1742 of file club_invitation.pb.h.

◆ default_instance()

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

◆ descriptor()

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

◆ expiration_time()

google::protobuf::uint64 bgs::protocol::club::v1::client::ClubSuggestion::expiration_time ( ) const
inline

Definition at line 1766 of file club_invitation.pb.h.

◆ GetCachedSize()

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

Definition at line 514 of file club_invitation.pb.h.

◆ GetMetadata()

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

◆ has_club_id()

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

Definition at line 1552 of file club_invitation.pb.h.

◆ has_creation_time()

bool bgs::protocol::club::v1::client::ClubSuggestion::has_creation_time ( ) const
inline

Definition at line 1729 of file club_invitation.pb.h.

◆ has_expiration_time()

bool bgs::protocol::club::v1::client::ClubSuggestion::has_expiration_time ( ) const
inline

Definition at line 1753 of file club_invitation.pb.h.

◆ has_id()

bool bgs::protocol::club::v1::client::ClubSuggestion::has_id ( ) const
inline

Definition at line 1528 of file club_invitation.pb.h.

◆ has_slot()

bool bgs::protocol::club::v1::client::ClubSuggestion::has_slot ( ) const
inline

Definition at line 1658 of file club_invitation.pb.h.

◆ has_suggestee()

bool bgs::protocol::club::v1::client::ClubSuggestion::has_suggestee ( ) const
inline

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

◆ has_suggester()

bool bgs::protocol::club::v1::client::ClubSuggestion::has_suggester ( ) const
inline

Definition at line 1576 of file club_invitation.pb.h.

◆ id()

google::protobuf::uint64 bgs::protocol::club::v1::client::ClubSuggestion::id ( ) const
inline

Definition at line 1541 of file club_invitation.pb.h.

◆ InitAsDefaultInstance()

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

◆ mutable_attribute() [1/2]

google::protobuf::RepeatedPtrField<::bgs::protocol::v2::Attribute > * bgs::protocol::club::v1::client::ClubSuggestion::mutable_attribute ( )
inline

Definition at line 1723 of file club_invitation.pb.h.

◆ mutable_attribute() [2/2]

bgs::protocol::v2::Attribute * bgs::protocol::club::v1::client::ClubSuggestion::mutable_attribute ( int  index)
inline

Definition at line 1709 of file club_invitation.pb.h.

◆ mutable_slot()

bgs::protocol::club::v1::client::ClubSlot * bgs::protocol::club::v1::client::ClubSuggestion::mutable_slot ( )
inline

Definition at line 1675 of file club_invitation.pb.h.

+ Here is the call graph for this function:

◆ mutable_suggestee()

bgs::protocol::club::v1::client::MemberDescription * bgs::protocol::club::v1::client::ClubSuggestion::mutable_suggestee ( )
inline

Definition at line 1634 of file club_invitation.pb.h.

+ Here is the call graph for this function:

◆ mutable_suggester()

bgs::protocol::club::v1::client::MemberDescription * bgs::protocol::club::v1::client::ClubSuggestion::mutable_suggester ( )
inline

Definition at line 1593 of file club_invitation.pb.h.

+ Here is the call graph for this function:

◆ mutable_unknown_fields()

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

Definition at line 502 of file club_invitation.pb.h.

◆ New()

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

◆ operator=()

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

Definition at line 493 of file club_invitation.pb.h.

◆ release_slot()

bgs::protocol::club::v1::client::ClubSlot * bgs::protocol::club::v1::client::ClubSuggestion::release_slot ( )
inline

Definition at line 1681 of file club_invitation.pb.h.

+ Here is the call graph for this function:

◆ release_suggestee()

bgs::protocol::club::v1::client::MemberDescription * bgs::protocol::club::v1::client::ClubSuggestion::release_suggestee ( )
inline

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

+ Here is the call graph for this function:

◆ release_suggester()

bgs::protocol::club::v1::client::MemberDescription * bgs::protocol::club::v1::client::ClubSuggestion::release_suggester ( )
inline

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

+ Here is the call graph for this function:

◆ set_allocated_slot()

void bgs::protocol::club::v1::client::ClubSuggestion::set_allocated_slot ( ::bgs::protocol::club::v1::client::ClubSlot slot)
inline

Definition at line 1687 of file club_invitation.pb.h.

+ Here is the call graph for this function:

◆ set_allocated_suggestee()

void bgs::protocol::club::v1::client::ClubSuggestion::set_allocated_suggestee ( ::bgs::protocol::club::v1::client::MemberDescription suggestee)
inline

Definition at line 1646 of file club_invitation.pb.h.

+ Here is the call graph for this function:

◆ set_allocated_suggester()

void bgs::protocol::club::v1::client::ClubSuggestion::set_allocated_suggester ( ::bgs::protocol::club::v1::client::MemberDescription suggester)
inline

Definition at line 1605 of file club_invitation.pb.h.

+ Here is the call graph for this function:

◆ set_club_id()

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

Definition at line 1569 of file club_invitation.pb.h.

+ Here is the call graph for this function:

◆ set_creation_time()

void bgs::protocol::club::v1::client::ClubSuggestion::set_creation_time ( ::google::protobuf::uint64  value)
inline

Definition at line 1746 of file club_invitation.pb.h.

+ Here is the call graph for this function:

◆ set_expiration_time()

void bgs::protocol::club::v1::client::ClubSuggestion::set_expiration_time ( ::google::protobuf::uint64  value)
inline

Definition at line 1770 of file club_invitation.pb.h.

+ Here is the call graph for this function:

◆ set_has_club_id()

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

Definition at line 1555 of file club_invitation.pb.h.

+ Here is the caller graph for this function:

◆ set_has_creation_time()

void bgs::protocol::club::v1::client::ClubSuggestion::set_has_creation_time ( )
inlineprivate

Definition at line 1732 of file club_invitation.pb.h.

+ Here is the caller graph for this function:

◆ set_has_expiration_time()

void bgs::protocol::club::v1::client::ClubSuggestion::set_has_expiration_time ( )
inlineprivate

Definition at line 1756 of file club_invitation.pb.h.

+ Here is the caller graph for this function:

◆ set_has_id()

void bgs::protocol::club::v1::client::ClubSuggestion::set_has_id ( )
inlineprivate

Definition at line 1531 of file club_invitation.pb.h.

+ Here is the caller graph for this function:

◆ set_has_slot()

void bgs::protocol::club::v1::client::ClubSuggestion::set_has_slot ( )
inlineprivate

Definition at line 1661 of file club_invitation.pb.h.

+ Here is the caller graph for this function:

◆ set_has_suggestee()

void bgs::protocol::club::v1::client::ClubSuggestion::set_has_suggestee ( )
inlineprivate

Definition at line 1620 of file club_invitation.pb.h.

+ Here is the caller graph for this function:

◆ set_has_suggester()

void bgs::protocol::club::v1::client::ClubSuggestion::set_has_suggester ( )
inlineprivate

Definition at line 1579 of file club_invitation.pb.h.

+ Here is the caller graph for this function:

◆ set_id()

void bgs::protocol::club::v1::client::ClubSuggestion::set_id ( ::google::protobuf::uint64  value)
inline

Definition at line 1545 of file club_invitation.pb.h.

+ Here is the call graph for this function:

◆ SetCachedSize()

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

◆ SharedCtor()

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

◆ SharedDtor()

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

◆ slot()

const ::bgs::protocol::club::v1::client::ClubSlot & bgs::protocol::club::v1::client::ClubSuggestion::slot ( ) const
inline

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

+ Here is the caller graph for this function:

◆ suggestee()

const ::bgs::protocol::club::v1::client::MemberDescription & bgs::protocol::club::v1::client::ClubSuggestion::suggestee ( ) const
inline

Definition at line 1630 of file club_invitation.pb.h.

+ Here is the caller graph for this function:

◆ suggester()

const ::bgs::protocol::club::v1::client::MemberDescription & bgs::protocol::club::v1::client::ClubSuggestion::suggester ( ) const
inline

Definition at line 1589 of file club_invitation.pb.h.

+ Here is the caller graph for this function:

◆ Swap()

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

◆ unknown_fields()

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

Definition at line 498 of file club_invitation.pb.h.

Friends And Related Symbol Documentation

◆ protobuf_AddDesc_api_2fclient_2fv1_2fclub_5finvitation_2eproto

void TC_PROTO_API protobuf_AddDesc_api_2fclient_2fv1_2fclub_5finvitation_2eproto ( )
friend

◆ protobuf_AssignDesc_api_2fclient_2fv1_2fclub_5finvitation_2eproto

void protobuf_AssignDesc_api_2fclient_2fv1_2fclub_5finvitation_2eproto ( )
friend

◆ protobuf_ShutdownFile_api_2fclient_2fv1_2fclub_5finvitation_2eproto

void protobuf_ShutdownFile_api_2fclient_2fv1_2fclub_5finvitation_2eproto ( )
friend

Member Data Documentation

◆ _cached_size_

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

Definition at line 613 of file club_invitation.pb.h.

◆ _has_bits_

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

Definition at line 612 of file club_invitation.pb.h.

◆ _unknown_fields_

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

Definition at line 610 of file club_invitation.pb.h.

◆ attribute_

::google::protobuf::RepeatedPtrField< ::bgs::protocol::v2::Attribute > bgs::protocol::club::v1::client::ClubSuggestion::attribute_
private

Definition at line 619 of file club_invitation.pb.h.

◆ club_id_

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

Definition at line 615 of file club_invitation.pb.h.

◆ creation_time_

::google::protobuf::uint64 bgs::protocol::club::v1::client::ClubSuggestion::creation_time_
private

Definition at line 620 of file club_invitation.pb.h.

◆ default_instance_

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

Definition at line 627 of file club_invitation.pb.h.

◆ expiration_time_

::google::protobuf::uint64 bgs::protocol::club::v1::client::ClubSuggestion::expiration_time_
private

Definition at line 621 of file club_invitation.pb.h.

◆ id_

::google::protobuf::uint64 bgs::protocol::club::v1::client::ClubSuggestion::id_
private

Definition at line 614 of file club_invitation.pb.h.

◆ kAttributeFieldNumber

const int bgs::protocol::club::v1::client::ClubSuggestion::kAttributeFieldNumber = 6
static

Definition at line 570 of file club_invitation.pb.h.

◆ kClubIdFieldNumber

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

Definition at line 536 of file club_invitation.pb.h.

◆ kCreationTimeFieldNumber

const int bgs::protocol::club::v1::client::ClubSuggestion::kCreationTimeFieldNumber = 7
static

Definition at line 582 of file club_invitation.pb.h.

◆ kExpirationTimeFieldNumber

const int bgs::protocol::club::v1::client::ClubSuggestion::kExpirationTimeFieldNumber = 8
static

Definition at line 589 of file club_invitation.pb.h.

◆ kIdFieldNumber

const int bgs::protocol::club::v1::client::ClubSuggestion::kIdFieldNumber = 1
static

Definition at line 529 of file club_invitation.pb.h.

◆ kSlotFieldNumber

const int bgs::protocol::club::v1::client::ClubSuggestion::kSlotFieldNumber = 5
static

Definition at line 561 of file club_invitation.pb.h.

◆ kSuggesteeFieldNumber

const int bgs::protocol::club::v1::client::ClubSuggestion::kSuggesteeFieldNumber = 4
static

Definition at line 552 of file club_invitation.pb.h.

◆ kSuggesterFieldNumber

const int bgs::protocol::club::v1::client::ClubSuggestion::kSuggesterFieldNumber = 3
static

Definition at line 543 of file club_invitation.pb.h.

◆ slot_

::bgs::protocol::club::v1::client::ClubSlot* bgs::protocol::club::v1::client::ClubSuggestion::slot_
private

Definition at line 618 of file club_invitation.pb.h.

◆ suggestee_

::bgs::protocol::club::v1::client::MemberDescription* bgs::protocol::club::v1::client::ClubSuggestion::suggestee_
private

Definition at line 617 of file club_invitation.pb.h.

◆ suggester_

::bgs::protocol::club::v1::client::MemberDescription* bgs::protocol::club::v1::client::ClubSuggestion::suggester_
private

Definition at line 616 of file club_invitation.pb.h.


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