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

#include <presence_types.pb.h>

+ Inheritance diagram for bgs::protocol::presence::v1::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::v1::LocalizedStringMapstate () const
 
inline ::bgs::protocol::presence::v1::LocalizedStringMapmutable_state ()
 
inline ::bgs::protocol::presence::v1::LocalizedStringMaprelease_state ()
 
void set_allocated_state (::bgs::protocol::presence::v1::LocalizedStringMap *state)
 
bool has_party () const
 
void clear_party ()
 
const ::bgs::protocol::presence::v1::RichPresencePartyparty () const
 
inline ::bgs::protocol::presence::v1::RichPresencePartymutable_party ()
 
inline ::bgs::protocol::presence::v1::RichPresencePartyrelease_party ()
 
void set_allocated_party (::bgs::protocol::presence::v1::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::v1::LocalizedStringMapstate_
 
::bgs::protocol::presence::v1::RichPresencePartyparty_
 
::std::string * large_image_url_
 
::std::string * small_image_url_
 

Static Private Attributes

static RichPresenceDetailsdefault_instance_
 

Friends

void TC_PROTO_API protobuf_AddDesc_presence_5ftypes_2eproto ()
 
void protobuf_AssignDesc_presence_5ftypes_2eproto ()
 
void protobuf_ShutdownFile_presence_5ftypes_2eproto ()
 

Detailed Description

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

Constructor & Destructor Documentation

◆ RichPresenceDetails() [1/2]

bgs::protocol::presence::v1::RichPresenceDetails::RichPresenceDetails ( )

◆ ~RichPresenceDetails()

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

◆ RichPresenceDetails() [2/2]

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

Member Function Documentation

◆ clear_has_large_image_url()

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

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

+ Here is the caller graph for this function:

◆ clear_has_party()

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

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

+ Here is the caller graph for this function:

◆ clear_has_small_image_url()

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

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

+ Here is the caller graph for this function:

◆ clear_has_state()

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

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

+ Here is the caller graph for this function:

◆ clear_large_image_url()

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

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

+ Here is the call graph for this function:

◆ clear_party()

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

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

+ Here is the call graph for this function:

◆ clear_small_image_url()

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

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

+ Here is the call graph for this function:

◆ clear_state()

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

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

+ Here is the call graph for this function:

◆ default_instance()

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

◆ descriptor()

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

◆ GetCachedSize()

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

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

◆ GetMetadata()

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

◆ has_large_image_url()

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

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

◆ has_party()

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

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

◆ has_small_image_url()

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

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

◆ has_state()

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

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

◆ InitAsDefaultInstance()

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

◆ large_image_url()

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

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

+ Here is the caller graph for this function:

◆ mutable_large_image_url()

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

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

+ Here is the call graph for this function:

◆ mutable_party()

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

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

+ Here is the call graph for this function:

◆ mutable_small_image_url()

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

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

+ Here is the call graph for this function:

◆ mutable_state()

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

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

+ Here is the call graph for this function:

◆ mutable_unknown_fields()

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

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

◆ New()

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

◆ operator=()

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

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

◆ party()

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

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

+ Here is the caller graph for this function:

◆ release_large_image_url()

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

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

+ Here is the call graph for this function:

◆ release_party()

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

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

+ Here is the call graph for this function:

◆ release_small_image_url()

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

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

+ Here is the call graph for this function:

◆ release_state()

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

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

+ Here is the call graph for this function:

◆ set_allocated_large_image_url()

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

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

+ Here is the call graph for this function:

◆ set_allocated_party()

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

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

+ Here is the call graph for this function:

◆ set_allocated_small_image_url()

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

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

+ Here is the call graph for this function:

◆ set_allocated_state()

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

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

+ Here is the call graph for this function:

◆ set_has_large_image_url()

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

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

+ Here is the caller graph for this function:

◆ set_has_party()

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

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

+ Here is the caller graph for this function:

◆ set_has_small_image_url()

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

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

+ Here is the caller graph for this function:

◆ set_has_state()

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

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

+ Here is the caller graph for this function:

◆ set_large_image_url() [1/3]

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

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

+ Here is the call graph for this function:

◆ set_large_image_url() [2/3]

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

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

+ Here is the call graph for this function:

◆ set_large_image_url() [3/3]

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

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

+ Here is the call graph for this function:

◆ set_small_image_url() [1/3]

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

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

+ Here is the call graph for this function:

◆ set_small_image_url() [2/3]

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

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

+ Here is the call graph for this function:

◆ set_small_image_url() [3/3]

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

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

+ Here is the call graph for this function:

◆ SetCachedSize()

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

◆ SharedCtor()

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

◆ SharedDtor()

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

◆ small_image_url()

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

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

+ Here is the caller graph for this function:

◆ state()

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

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

+ Here is the caller graph for this function:

◆ Swap()

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

◆ unknown_fields()

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

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

Friends And Related Symbol Documentation

◆ protobuf_AddDesc_presence_5ftypes_2eproto

void TC_PROTO_API protobuf_AddDesc_presence_5ftypes_2eproto ( )
friend

◆ protobuf_AssignDesc_presence_5ftypes_2eproto

void protobuf_AssignDesc_presence_5ftypes_2eproto ( )
friend

◆ protobuf_ShutdownFile_presence_5ftypes_2eproto

void protobuf_ShutdownFile_presence_5ftypes_2eproto ( )
friend

Member Data Documentation

◆ _cached_size_

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

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

◆ _has_bits_

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

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

◆ _unknown_fields_

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

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

◆ default_instance_

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

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

◆ kLargeImageUrlFieldNumber

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

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

◆ kPartyFieldNumber

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

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

◆ kSmallImageUrlFieldNumber

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

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

◆ kStateFieldNumber

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

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

◆ large_image_url_

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

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

◆ party_

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

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

◆ small_image_url_

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

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

◆ state_

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

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


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