TrinityCore
bgs::protocol::VoiceCredentials Class Reference

#include <voice_types.pb.h>

+ Inheritance diagram for bgs::protocol::VoiceCredentials:

Public Member Functions

 VoiceCredentials ()
 
virtual ~VoiceCredentials ()
 
 VoiceCredentials (const VoiceCredentials &from)
 
VoiceCredentialsoperator= (const VoiceCredentials &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (VoiceCredentials *other)
 
VoiceCredentialsNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_voice_id () const
 
void clear_voice_id ()
 
const ::std::string & voice_id () const
 
void set_voice_id (const ::std::string &value)
 
void set_voice_id (const char *value)
 
void set_voice_id (const char *value, size_t size)
 
inline ::std::string * mutable_voice_id ()
 
inline ::std::string * release_voice_id ()
 
void set_allocated_voice_id (::std::string *voice_id)
 
bool has_token () const
 
void clear_token ()
 
const ::std::string & token () const
 
void set_token (const ::std::string &value)
 
void set_token (const char *value)
 
void set_token (const char *value, size_t size)
 
inline ::std::string * mutable_token ()
 
inline ::std::string * release_token ()
 
void set_allocated_token (::std::string *token)
 
bool has_url () const
 
void clear_url ()
 
const ::std::string & url () const
 
void set_url (const ::std::string &value)
 
void set_url (const char *value)
 
void set_url (const char *value, size_t size)
 
inline ::std::string * mutable_url ()
 
inline ::std::string * release_url ()
 
void set_allocated_url (::std::string *url)
 
bool has_join_type () const
 
void clear_join_type ()
 
inline ::bgs::protocol::VoiceJoinType join_type () const
 
void set_join_type (::bgs::protocol::VoiceJoinType value)
 
bool has_mute_reason () const
 
void clear_mute_reason ()
 
inline ::bgs::protocol::VoiceMuteReason mute_reason () const
 
void set_mute_reason (::bgs::protocol::VoiceMuteReason value)
 

Static Public Member Functions

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

Static Public Attributes

static const int kVoiceIdFieldNumber = 1
 
static const int kTokenFieldNumber = 2
 
static const int kUrlFieldNumber = 3
 
static const int kJoinTypeFieldNumber = 4
 
static const int kMuteReasonFieldNumber = 5
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_voice_id ()
 
void clear_has_voice_id ()
 
void set_has_token ()
 
void clear_has_token ()
 
void set_has_url ()
 
void clear_has_url ()
 
void set_has_join_type ()
 
void clear_has_join_type ()
 
void set_has_mute_reason ()
 
void clear_has_mute_reason ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::std::string * voice_id_
 
::std::string * token_
 
::std::string * url_
 
int join_type_
 
int mute_reason_
 

Static Private Attributes

static VoiceCredentialsdefault_instance_
 

Friends

void TC_PROTO_API protobuf_AddDesc_voice_5ftypes_2eproto ()
 
void protobuf_AssignDesc_voice_5ftypes_2eproto ()
 
void protobuf_ShutdownFile_voice_5ftypes_2eproto ()
 

Detailed Description

Definition at line 102 of file voice_types.pb.h.

Constructor & Destructor Documentation

◆ VoiceCredentials() [1/2]

bgs::protocol::VoiceCredentials::VoiceCredentials ( )

◆ ~VoiceCredentials()

virtual bgs::protocol::VoiceCredentials::~VoiceCredentials ( )
virtual

◆ VoiceCredentials() [2/2]

bgs::protocol::VoiceCredentials::VoiceCredentials ( const VoiceCredentials from)

Member Function Documentation

◆ clear_has_join_type()

void bgs::protocol::VoiceCredentials::clear_has_join_type ( )
inlineprivate

Definition at line 464 of file voice_types.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_mute_reason()

void bgs::protocol::VoiceCredentials::clear_has_mute_reason ( )
inlineprivate

Definition at line 489 of file voice_types.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_token()

void bgs::protocol::VoiceCredentials::clear_has_token ( )
inlineprivate

Definition at line 312 of file voice_types.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_url()

void bgs::protocol::VoiceCredentials::clear_has_url ( )
inlineprivate

Definition at line 388 of file voice_types.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_voice_id()

void bgs::protocol::VoiceCredentials::clear_has_voice_id ( )
inlineprivate

Definition at line 236 of file voice_types.pb.h.

+ Here is the caller graph for this function:

◆ clear_join_type()

void bgs::protocol::VoiceCredentials::clear_join_type ( )
inline

Definition at line 467 of file voice_types.pb.h.

+ Here is the call graph for this function:

◆ clear_mute_reason()

void bgs::protocol::VoiceCredentials::clear_mute_reason ( )
inline

Definition at line 492 of file voice_types.pb.h.

+ Here is the call graph for this function:

◆ clear_token()

void bgs::protocol::VoiceCredentials::clear_token ( )
inline

Definition at line 315 of file voice_types.pb.h.

+ Here is the call graph for this function:

◆ clear_url()

void bgs::protocol::VoiceCredentials::clear_url ( )
inline

Definition at line 391 of file voice_types.pb.h.

+ Here is the call graph for this function:

◆ clear_voice_id()

void bgs::protocol::VoiceCredentials::clear_voice_id ( )
inline

Definition at line 239 of file voice_types.pb.h.

+ Here is the call graph for this function:

◆ default_instance()

static const VoiceCredentials & bgs::protocol::VoiceCredentials::default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor * bgs::protocol::VoiceCredentials::descriptor ( )
static

◆ GetCachedSize()

int bgs::protocol::VoiceCredentials::GetCachedSize ( ) const
inline

Definition at line 130 of file voice_types.pb.h.

◆ GetMetadata()

::google::protobuf::Metadata bgs::protocol::VoiceCredentials::GetMetadata ( ) const

◆ has_join_type()

bool bgs::protocol::VoiceCredentials::has_join_type ( ) const
inline

Definition at line 458 of file voice_types.pb.h.

◆ has_mute_reason()

bool bgs::protocol::VoiceCredentials::has_mute_reason ( ) const
inline

Definition at line 483 of file voice_types.pb.h.

◆ has_token()

bool bgs::protocol::VoiceCredentials::has_token ( ) const
inline

Definition at line 306 of file voice_types.pb.h.

◆ has_url()

bool bgs::protocol::VoiceCredentials::has_url ( ) const
inline

Definition at line 382 of file voice_types.pb.h.

◆ has_voice_id()

bool bgs::protocol::VoiceCredentials::has_voice_id ( ) const
inline

Definition at line 230 of file voice_types.pb.h.

◆ InitAsDefaultInstance()

void bgs::protocol::VoiceCredentials::InitAsDefaultInstance ( )
private

◆ join_type()

bgs::protocol::VoiceJoinType bgs::protocol::VoiceCredentials::join_type ( ) const
inline

Definition at line 471 of file voice_types.pb.h.

◆ mutable_token()

std::string * bgs::protocol::VoiceCredentials::mutable_token ( )
inline

Definition at line 349 of file voice_types.pb.h.

+ Here is the call graph for this function:

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet * bgs::protocol::VoiceCredentials::mutable_unknown_fields ( )
inline

Definition at line 118 of file voice_types.pb.h.

◆ mutable_url()

std::string * bgs::protocol::VoiceCredentials::mutable_url ( )
inline

Definition at line 425 of file voice_types.pb.h.

+ Here is the call graph for this function:

◆ mutable_voice_id()

std::string * bgs::protocol::VoiceCredentials::mutable_voice_id ( )
inline

Definition at line 273 of file voice_types.pb.h.

+ Here is the call graph for this function:

◆ mute_reason()

bgs::protocol::VoiceMuteReason bgs::protocol::VoiceCredentials::mute_reason ( ) const
inline

Definition at line 496 of file voice_types.pb.h.

◆ New()

VoiceCredentials * bgs::protocol::VoiceCredentials::New ( ) const

◆ operator=()

VoiceCredentials & bgs::protocol::VoiceCredentials::operator= ( const VoiceCredentials from)
inline

Definition at line 109 of file voice_types.pb.h.

◆ release_token()

std::string * bgs::protocol::VoiceCredentials::release_token ( )
inline

Definition at line 357 of file voice_types.pb.h.

+ Here is the call graph for this function:

◆ release_url()

std::string * bgs::protocol::VoiceCredentials::release_url ( )
inline

Definition at line 433 of file voice_types.pb.h.

+ Here is the call graph for this function:

◆ release_voice_id()

std::string * bgs::protocol::VoiceCredentials::release_voice_id ( )
inline

Definition at line 281 of file voice_types.pb.h.

+ Here is the call graph for this function:

◆ set_allocated_token()

void bgs::protocol::VoiceCredentials::set_allocated_token ( ::std::string *  token)
inline

Definition at line 367 of file voice_types.pb.h.

+ Here is the call graph for this function:

◆ set_allocated_url()

void bgs::protocol::VoiceCredentials::set_allocated_url ( ::std::string *  url)
inline

Definition at line 443 of file voice_types.pb.h.

+ Here is the call graph for this function:

◆ set_allocated_voice_id()

void bgs::protocol::VoiceCredentials::set_allocated_voice_id ( ::std::string *  voice_id)
inline

Definition at line 291 of file voice_types.pb.h.

+ Here is the call graph for this function:

◆ set_has_join_type()

void bgs::protocol::VoiceCredentials::set_has_join_type ( )
inlineprivate

Definition at line 461 of file voice_types.pb.h.

+ Here is the caller graph for this function:

◆ set_has_mute_reason()

void bgs::protocol::VoiceCredentials::set_has_mute_reason ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ set_has_token()

void bgs::protocol::VoiceCredentials::set_has_token ( )
inlineprivate

Definition at line 309 of file voice_types.pb.h.

+ Here is the caller graph for this function:

◆ set_has_url()

void bgs::protocol::VoiceCredentials::set_has_url ( )
inlineprivate

Definition at line 385 of file voice_types.pb.h.

+ Here is the caller graph for this function:

◆ set_has_voice_id()

void bgs::protocol::VoiceCredentials::set_has_voice_id ( )
inlineprivate

Definition at line 233 of file voice_types.pb.h.

+ Here is the caller graph for this function:

◆ set_join_type()

void bgs::protocol::VoiceCredentials::set_join_type ( ::bgs::protocol::VoiceJoinType  value)
inline

Definition at line 475 of file voice_types.pb.h.

+ Here is the call graph for this function:

◆ set_mute_reason()

void bgs::protocol::VoiceCredentials::set_mute_reason ( ::bgs::protocol::VoiceMuteReason  value)
inline

Definition at line 500 of file voice_types.pb.h.

+ Here is the call graph for this function:

◆ set_token() [1/3]

void bgs::protocol::VoiceCredentials::set_token ( const ::std::string &  value)
inline

Definition at line 325 of file voice_types.pb.h.

+ Here is the call graph for this function:

◆ set_token() [2/3]

void bgs::protocol::VoiceCredentials::set_token ( const char *  value)
inline

Definition at line 333 of file voice_types.pb.h.

+ Here is the call graph for this function:

◆ set_token() [3/3]

void bgs::protocol::VoiceCredentials::set_token ( const char *  value,
size_t  size 
)
inline

Definition at line 341 of file voice_types.pb.h.

+ Here is the call graph for this function:

◆ set_url() [1/3]

void bgs::protocol::VoiceCredentials::set_url ( const ::std::string &  value)
inline

Definition at line 401 of file voice_types.pb.h.

+ Here is the call graph for this function:

◆ set_url() [2/3]

void bgs::protocol::VoiceCredentials::set_url ( const char *  value)
inline

Definition at line 409 of file voice_types.pb.h.

+ Here is the call graph for this function:

◆ set_url() [3/3]

void bgs::protocol::VoiceCredentials::set_url ( const char *  value,
size_t  size 
)
inline

Definition at line 417 of file voice_types.pb.h.

+ Here is the call graph for this function:

◆ set_voice_id() [1/3]

void bgs::protocol::VoiceCredentials::set_voice_id ( const ::std::string &  value)
inline

Definition at line 249 of file voice_types.pb.h.

+ Here is the call graph for this function:

◆ set_voice_id() [2/3]

void bgs::protocol::VoiceCredentials::set_voice_id ( const char *  value)
inline

Definition at line 257 of file voice_types.pb.h.

+ Here is the call graph for this function:

◆ set_voice_id() [3/3]

void bgs::protocol::VoiceCredentials::set_voice_id ( const char *  value,
size_t  size 
)
inline

Definition at line 265 of file voice_types.pb.h.

+ Here is the call graph for this function:

◆ SetCachedSize()

void bgs::protocol::VoiceCredentials::SetCachedSize ( int  size) const
private

◆ SharedCtor()

void bgs::protocol::VoiceCredentials::SharedCtor ( )
private

◆ SharedDtor()

void bgs::protocol::VoiceCredentials::SharedDtor ( )
private

◆ Swap()

void bgs::protocol::VoiceCredentials::Swap ( VoiceCredentials other)

◆ token()

const ::std::string & bgs::protocol::VoiceCredentials::token ( ) const
inline

Definition at line 321 of file voice_types.pb.h.

+ Here is the caller graph for this function:

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & bgs::protocol::VoiceCredentials::unknown_fields ( ) const
inline

Definition at line 114 of file voice_types.pb.h.

◆ url()

const ::std::string & bgs::protocol::VoiceCredentials::url ( ) const
inline

Definition at line 397 of file voice_types.pb.h.

+ Here is the caller graph for this function:

◆ voice_id()

const ::std::string & bgs::protocol::VoiceCredentials::voice_id ( ) const
inline

Definition at line 245 of file voice_types.pb.h.

+ Here is the caller graph for this function:

Friends And Related Function Documentation

◆ protobuf_AddDesc_voice_5ftypes_2eproto

void TC_PROTO_API protobuf_AddDesc_voice_5ftypes_2eproto ( )
friend

◆ protobuf_AssignDesc_voice_5ftypes_2eproto

void protobuf_AssignDesc_voice_5ftypes_2eproto ( )
friend

◆ protobuf_ShutdownFile_voice_5ftypes_2eproto

void protobuf_ShutdownFile_voice_5ftypes_2eproto ( )
friend

Member Data Documentation

◆ _cached_size_

int bgs::protocol::VoiceCredentials::_cached_size_
mutableprivate

Definition at line 208 of file voice_types.pb.h.

◆ _has_bits_

::google::protobuf::uint32 bgs::protocol::VoiceCredentials::_has_bits_[1]
private

Definition at line 207 of file voice_types.pb.h.

◆ _unknown_fields_

::google::protobuf::UnknownFieldSet bgs::protocol::VoiceCredentials::_unknown_fields_
private

Definition at line 205 of file voice_types.pb.h.

◆ default_instance_

VoiceCredentials* bgs::protocol::VoiceCredentials::default_instance_
staticprivate

Definition at line 219 of file voice_types.pb.h.

◆ join_type_

int bgs::protocol::VoiceCredentials::join_type_
private

Definition at line 212 of file voice_types.pb.h.

◆ kJoinTypeFieldNumber

const int bgs::protocol::VoiceCredentials::kJoinTypeFieldNumber = 4
static

Definition at line 181 of file voice_types.pb.h.

◆ kMuteReasonFieldNumber

const int bgs::protocol::VoiceCredentials::kMuteReasonFieldNumber = 5
static

Definition at line 188 of file voice_types.pb.h.

◆ kTokenFieldNumber

const int bgs::protocol::VoiceCredentials::kTokenFieldNumber = 2
static

Definition at line 157 of file voice_types.pb.h.

◆ kUrlFieldNumber

const int bgs::protocol::VoiceCredentials::kUrlFieldNumber = 3
static

Definition at line 169 of file voice_types.pb.h.

◆ kVoiceIdFieldNumber

const int bgs::protocol::VoiceCredentials::kVoiceIdFieldNumber = 1
static

Definition at line 145 of file voice_types.pb.h.

◆ mute_reason_

int bgs::protocol::VoiceCredentials::mute_reason_
private

Definition at line 213 of file voice_types.pb.h.

◆ token_

::std::string* bgs::protocol::VoiceCredentials::token_
private

Definition at line 210 of file voice_types.pb.h.

◆ url_

::std::string* bgs::protocol::VoiceCredentials::url_
private

Definition at line 211 of file voice_types.pb.h.

◆ voice_id_

::std::string* bgs::protocol::VoiceCredentials::voice_id_
private

Definition at line 209 of file voice_types.pb.h.


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