TrinityCore
Loading...
Searching...
No Matches
bgs::protocol::presence::v2::RichPresenceDetails Class Reference

#include <presence_types.pb.h>

+ Inheritance diagram for bgs::protocol::presence::v2::RichPresenceDetails:

Public Member Functions

 RichPresenceDetails ()
 
virtual ~RichPresenceDetails ()
 
 RichPresenceDetails (const RichPresenceDetails &from)
 
RichPresenceDetailsoperator= (const RichPresenceDetails &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (RichPresenceDetails *other)
 
RichPresenceDetailsNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_state () const
 
void clear_state ()
 
const ::bgs::protocol::presence::v2::LocalizedStringMapstate () const
 
inline ::bgs::protocol::presence::v2::LocalizedStringMapmutable_state ()
 
inline ::bgs::protocol::presence::v2::LocalizedStringMaprelease_state ()
 
void set_allocated_state (::bgs::protocol::presence::v2::LocalizedStringMap *state)
 
bool has_party () const
 
void clear_party ()
 
const ::bgs::protocol::presence::v2::RichPresencePartyparty () const
 
inline ::bgs::protocol::presence::v2::RichPresencePartymutable_party ()
 
inline ::bgs::protocol::presence::v2::RichPresencePartyrelease_party ()
 
void set_allocated_party (::bgs::protocol::presence::v2::RichPresenceParty *party)
 
bool has_large_image_url () const
 
void clear_large_image_url ()
 
const ::std::string & large_image_url () const
 
void set_large_image_url (const ::std::string &value)
 
void set_large_image_url (const char *value)
 
void set_large_image_url (const char *value, size_t size)
 
inline ::std::string * mutable_large_image_url ()
 
inline ::std::string * release_large_image_url ()
 
void set_allocated_large_image_url (::std::string *large_image_url)
 
bool has_small_image_url () const
 
void clear_small_image_url ()
 
const ::std::string & small_image_url () const
 
void set_small_image_url (const ::std::string &value)
 
void set_small_image_url (const char *value)
 
void set_small_image_url (const char *value, size_t size)
 
inline ::std::string * mutable_small_image_url ()
 
inline ::std::string * release_small_image_url ()
 
void set_allocated_small_image_url (::std::string *small_image_url)
 

Static Public Member Functions

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

Static Public Attributes

static const int kStateFieldNumber = 1
 
static const int kPartyFieldNumber = 2
 
static const int kLargeImageUrlFieldNumber = 3
 
static const int kSmallImageUrlFieldNumber = 4
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_state ()
 
void clear_has_state ()
 
void set_has_party ()
 
void clear_has_party ()
 
void set_has_large_image_url ()
 
void clear_has_large_image_url ()
 
void set_has_small_image_url ()
 
void clear_has_small_image_url ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::bgs::protocol::presence::v2::LocalizedStringMapstate_
 
::bgs::protocol::presence::v2::RichPresencePartyparty_
 
::std::string * large_image_url_
 
::std::string * small_image_url_
 

Static Private Attributes

static RichPresenceDetailsdefault_instance_
 

Friends

void TC_PROTO_API protobuf_AddDesc_api_2fclient_2fv2_2fpresence_5ftypes_2eproto ()
 
void protobuf_AssignDesc_api_2fclient_2fv2_2fpresence_5ftypes_2eproto ()
 
void protobuf_ShutdownFile_api_2fclient_2fv2_2fpresence_5ftypes_2eproto ()
 

Detailed Description

Definition at line 1067 of file presence_types.pb.h.

Constructor & Destructor Documentation

◆ RichPresenceDetails() [1/2]

bgs::protocol::presence::v2::RichPresenceDetails::RichPresenceDetails ( )

◆ ~RichPresenceDetails()

virtual bgs::protocol::presence::v2::RichPresenceDetails::~RichPresenceDetails ( )
virtual

◆ RichPresenceDetails() [2/2]

bgs::protocol::presence::v2::RichPresenceDetails::RichPresenceDetails ( const RichPresenceDetails from)

Member Function Documentation

◆ clear_has_large_image_url()

void bgs::protocol::presence::v2::RichPresenceDetails::clear_has_large_image_url ( )
inlineprivate

Definition at line 2468 of file presence_types.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_party()

void bgs::protocol::presence::v2::RichPresenceDetails::clear_has_party ( )
inlineprivate

Definition at line 2427 of file presence_types.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_small_image_url()

void bgs::protocol::presence::v2::RichPresenceDetails::clear_has_small_image_url ( )
inlineprivate

Definition at line 2544 of file presence_types.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_state()

void bgs::protocol::presence::v2::RichPresenceDetails::clear_has_state ( )
inlineprivate

Definition at line 2386 of file presence_types.pb.h.

+ Here is the caller graph for this function:

◆ clear_large_image_url()

void bgs::protocol::presence::v2::RichPresenceDetails::clear_large_image_url ( )
inline

Definition at line 2471 of file presence_types.pb.h.

+ Here is the call graph for this function:

◆ clear_party()

void bgs::protocol::presence::v2::RichPresenceDetails::clear_party ( )
inline

Definition at line 2430 of file presence_types.pb.h.

+ Here is the call graph for this function:

◆ clear_small_image_url()

void bgs::protocol::presence::v2::RichPresenceDetails::clear_small_image_url ( )
inline

Definition at line 2547 of file presence_types.pb.h.

+ Here is the call graph for this function:

◆ clear_state()

void bgs::protocol::presence::v2::RichPresenceDetails::clear_state ( )
inline

Definition at line 2389 of file presence_types.pb.h.

+ Here is the call graph for this function:

◆ default_instance()

static const RichPresenceDetails & bgs::protocol::presence::v2::RichPresenceDetails::default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor * bgs::protocol::presence::v2::RichPresenceDetails::descriptor ( )
static

◆ GetCachedSize()

int bgs::protocol::presence::v2::RichPresenceDetails::GetCachedSize ( ) const
inline

Definition at line 1095 of file presence_types.pb.h.

◆ GetMetadata()

::google::protobuf::Metadata bgs::protocol::presence::v2::RichPresenceDetails::GetMetadata ( ) const

◆ has_large_image_url()

bool bgs::protocol::presence::v2::RichPresenceDetails::has_large_image_url ( ) const
inline

Definition at line 2462 of file presence_types.pb.h.

◆ has_party()

bool bgs::protocol::presence::v2::RichPresenceDetails::has_party ( ) const
inline

Definition at line 2421 of file presence_types.pb.h.

◆ has_small_image_url()

bool bgs::protocol::presence::v2::RichPresenceDetails::has_small_image_url ( ) const
inline

Definition at line 2538 of file presence_types.pb.h.

◆ has_state()

bool bgs::protocol::presence::v2::RichPresenceDetails::has_state ( ) const
inline

Definition at line 2380 of file presence_types.pb.h.

◆ InitAsDefaultInstance()

void bgs::protocol::presence::v2::RichPresenceDetails::InitAsDefaultInstance ( )
private

◆ large_image_url()

const ::std::string & bgs::protocol::presence::v2::RichPresenceDetails::large_image_url ( ) const
inline

Definition at line 2477 of file presence_types.pb.h.

+ Here is the caller graph for this function:

◆ mutable_large_image_url()

std::string * bgs::protocol::presence::v2::RichPresenceDetails::mutable_large_image_url ( )
inline

Definition at line 2505 of file presence_types.pb.h.

+ Here is the call graph for this function:

◆ mutable_party()

bgs::protocol::presence::v2::RichPresenceParty * bgs::protocol::presence::v2::RichPresenceDetails::mutable_party ( )
inline

Definition at line 2438 of file presence_types.pb.h.

+ Here is the call graph for this function:

◆ mutable_small_image_url()

std::string * bgs::protocol::presence::v2::RichPresenceDetails::mutable_small_image_url ( )
inline

Definition at line 2581 of file presence_types.pb.h.

+ Here is the call graph for this function:

◆ mutable_state()

bgs::protocol::presence::v2::LocalizedStringMap * bgs::protocol::presence::v2::RichPresenceDetails::mutable_state ( )
inline

Definition at line 2397 of file presence_types.pb.h.

+ Here is the call graph for this function:

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet * bgs::protocol::presence::v2::RichPresenceDetails::mutable_unknown_fields ( )
inline

Definition at line 1083 of file presence_types.pb.h.

◆ New()

RichPresenceDetails * bgs::protocol::presence::v2::RichPresenceDetails::New ( ) const

◆ operator=()

RichPresenceDetails & bgs::protocol::presence::v2::RichPresenceDetails::operator= ( const RichPresenceDetails from)
inline

Definition at line 1074 of file presence_types.pb.h.

◆ party()

const ::bgs::protocol::presence::v2::RichPresenceParty & bgs::protocol::presence::v2::RichPresenceDetails::party ( ) const
inline

Definition at line 2434 of file presence_types.pb.h.

+ Here is the caller graph for this function:

◆ release_large_image_url()

std::string * bgs::protocol::presence::v2::RichPresenceDetails::release_large_image_url ( )
inline

Definition at line 2513 of file presence_types.pb.h.

+ Here is the call graph for this function:

◆ release_party()

bgs::protocol::presence::v2::RichPresenceParty * bgs::protocol::presence::v2::RichPresenceDetails::release_party ( )
inline

Definition at line 2444 of file presence_types.pb.h.

+ Here is the call graph for this function:

◆ release_small_image_url()

std::string * bgs::protocol::presence::v2::RichPresenceDetails::release_small_image_url ( )
inline

Definition at line 2589 of file presence_types.pb.h.

+ Here is the call graph for this function:

◆ release_state()

bgs::protocol::presence::v2::LocalizedStringMap * bgs::protocol::presence::v2::RichPresenceDetails::release_state ( )
inline

Definition at line 2403 of file presence_types.pb.h.

+ Here is the call graph for this function:

◆ set_allocated_large_image_url()

void bgs::protocol::presence::v2::RichPresenceDetails::set_allocated_large_image_url ( ::std::string *  large_image_url)
inline

Definition at line 2523 of file presence_types.pb.h.

+ Here is the call graph for this function:

◆ set_allocated_party()

void bgs::protocol::presence::v2::RichPresenceDetails::set_allocated_party ( ::bgs::protocol::presence::v2::RichPresenceParty party)
inline

Definition at line 2450 of file presence_types.pb.h.

+ Here is the call graph for this function:

◆ set_allocated_small_image_url()

void bgs::protocol::presence::v2::RichPresenceDetails::set_allocated_small_image_url ( ::std::string *  small_image_url)
inline

Definition at line 2599 of file presence_types.pb.h.

+ Here is the call graph for this function:

◆ set_allocated_state()

void bgs::protocol::presence::v2::RichPresenceDetails::set_allocated_state ( ::bgs::protocol::presence::v2::LocalizedStringMap state)
inline

Definition at line 2409 of file presence_types.pb.h.

+ Here is the call graph for this function:

◆ set_has_large_image_url()

void bgs::protocol::presence::v2::RichPresenceDetails::set_has_large_image_url ( )
inlineprivate

Definition at line 2465 of file presence_types.pb.h.

+ Here is the caller graph for this function:

◆ set_has_party()

void bgs::protocol::presence::v2::RichPresenceDetails::set_has_party ( )
inlineprivate

Definition at line 2424 of file presence_types.pb.h.

+ Here is the caller graph for this function:

◆ set_has_small_image_url()

void bgs::protocol::presence::v2::RichPresenceDetails::set_has_small_image_url ( )
inlineprivate

Definition at line 2541 of file presence_types.pb.h.

+ Here is the caller graph for this function:

◆ set_has_state()

void bgs::protocol::presence::v2::RichPresenceDetails::set_has_state ( )
inlineprivate

Definition at line 2383 of file presence_types.pb.h.

+ Here is the caller graph for this function:

◆ set_large_image_url() [1/3]

void bgs::protocol::presence::v2::RichPresenceDetails::set_large_image_url ( const ::std::string &  value)
inline

Definition at line 2481 of file presence_types.pb.h.

+ Here is the call graph for this function:

◆ set_large_image_url() [2/3]

void bgs::protocol::presence::v2::RichPresenceDetails::set_large_image_url ( const char *  value)
inline

Definition at line 2489 of file presence_types.pb.h.

+ Here is the call graph for this function:

◆ set_large_image_url() [3/3]

void bgs::protocol::presence::v2::RichPresenceDetails::set_large_image_url ( const char *  value,
size_t  size 
)
inline

Definition at line 2497 of file presence_types.pb.h.

+ Here is the call graph for this function:

◆ set_small_image_url() [1/3]

void bgs::protocol::presence::v2::RichPresenceDetails::set_small_image_url ( const ::std::string &  value)
inline

Definition at line 2557 of file presence_types.pb.h.

+ Here is the call graph for this function:

◆ set_small_image_url() [2/3]

void bgs::protocol::presence::v2::RichPresenceDetails::set_small_image_url ( const char *  value)
inline

Definition at line 2565 of file presence_types.pb.h.

+ Here is the call graph for this function:

◆ set_small_image_url() [3/3]

void bgs::protocol::presence::v2::RichPresenceDetails::set_small_image_url ( const char *  value,
size_t  size 
)
inline

Definition at line 2573 of file presence_types.pb.h.

+ Here is the call graph for this function:

◆ SetCachedSize()

void bgs::protocol::presence::v2::RichPresenceDetails::SetCachedSize ( int  size) const
private

◆ SharedCtor()

void bgs::protocol::presence::v2::RichPresenceDetails::SharedCtor ( )
private

◆ SharedDtor()

void bgs::protocol::presence::v2::RichPresenceDetails::SharedDtor ( )
private

◆ small_image_url()

const ::std::string & bgs::protocol::presence::v2::RichPresenceDetails::small_image_url ( ) const
inline

Definition at line 2553 of file presence_types.pb.h.

+ Here is the caller graph for this function:

◆ state()

const ::bgs::protocol::presence::v2::LocalizedStringMap & bgs::protocol::presence::v2::RichPresenceDetails::state ( ) const
inline

Definition at line 2393 of file presence_types.pb.h.

+ Here is the caller graph for this function:

◆ Swap()

void bgs::protocol::presence::v2::RichPresenceDetails::Swap ( RichPresenceDetails other)

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & bgs::protocol::presence::v2::RichPresenceDetails::unknown_fields ( ) const
inline

Definition at line 1079 of file presence_types.pb.h.

Friends And Related Symbol Documentation

◆ protobuf_AddDesc_api_2fclient_2fv2_2fpresence_5ftypes_2eproto

void TC_PROTO_API protobuf_AddDesc_api_2fclient_2fv2_2fpresence_5ftypes_2eproto ( )
friend

◆ protobuf_AssignDesc_api_2fclient_2fv2_2fpresence_5ftypes_2eproto

void protobuf_AssignDesc_api_2fclient_2fv2_2fpresence_5ftypes_2eproto ( )
friend

◆ protobuf_ShutdownFile_api_2fclient_2fv2_2fpresence_5ftypes_2eproto

void protobuf_ShutdownFile_api_2fclient_2fv2_2fpresence_5ftypes_2eproto ( )
friend

Member Data Documentation

◆ _cached_size_

int bgs::protocol::presence::v2::RichPresenceDetails::_cached_size_
mutableprivate

Definition at line 1163 of file presence_types.pb.h.

◆ _has_bits_

::google::protobuf::uint32 bgs::protocol::presence::v2::RichPresenceDetails::_has_bits_[1]
private

Definition at line 1162 of file presence_types.pb.h.

◆ _unknown_fields_

::google::protobuf::UnknownFieldSet bgs::protocol::presence::v2::RichPresenceDetails::_unknown_fields_
private

Definition at line 1160 of file presence_types.pb.h.

◆ default_instance_

RichPresenceDetails* bgs::protocol::presence::v2::RichPresenceDetails::default_instance_
staticprivate

Definition at line 1173 of file presence_types.pb.h.

◆ kLargeImageUrlFieldNumber

const int bgs::protocol::presence::v2::RichPresenceDetails::kLargeImageUrlFieldNumber = 3
static

Definition at line 1128 of file presence_types.pb.h.

◆ kPartyFieldNumber

const int bgs::protocol::presence::v2::RichPresenceDetails::kPartyFieldNumber = 2
static

Definition at line 1119 of file presence_types.pb.h.

◆ kSmallImageUrlFieldNumber

const int bgs::protocol::presence::v2::RichPresenceDetails::kSmallImageUrlFieldNumber = 4
static

Definition at line 1140 of file presence_types.pb.h.

◆ kStateFieldNumber

const int bgs::protocol::presence::v2::RichPresenceDetails::kStateFieldNumber = 1
static

Definition at line 1110 of file presence_types.pb.h.

◆ large_image_url_

::std::string* bgs::protocol::presence::v2::RichPresenceDetails::large_image_url_
private

Definition at line 1166 of file presence_types.pb.h.

◆ party_

::bgs::protocol::presence::v2::RichPresenceParty* bgs::protocol::presence::v2::RichPresenceDetails::party_
private

Definition at line 1165 of file presence_types.pb.h.

◆ small_image_url_

::std::string* bgs::protocol::presence::v2::RichPresenceDetails::small_image_url_
private

Definition at line 1167 of file presence_types.pb.h.

◆ state_

::bgs::protocol::presence::v2::LocalizedStringMap* bgs::protocol::presence::v2::RichPresenceDetails::state_
private

Definition at line 1164 of file presence_types.pb.h.


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