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

#include <club_request.pb.h>

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

Public Member Functions

 GetStreamVoiceTokenResponse ()
 
virtual ~GetStreamVoiceTokenResponse ()
 
 GetStreamVoiceTokenResponse (const GetStreamVoiceTokenResponse &from)
 
GetStreamVoiceTokenResponseoperator= (const GetStreamVoiceTokenResponse &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (GetStreamVoiceTokenResponse *other)
 
GetStreamVoiceTokenResponseNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_channel_uri () const
 
void clear_channel_uri ()
 
const ::std::string & channel_uri () const
 
void set_channel_uri (const ::std::string &value)
 
void set_channel_uri (const char *value)
 
void set_channel_uri (const char *value, size_t size)
 
inline ::std::string * mutable_channel_uri ()
 
inline ::std::string * release_channel_uri ()
 
void set_allocated_channel_uri (::std::string *channel_uri)
 
bool has_credentials () const
 
void clear_credentials ()
 
const ::bgs::protocol::voice::v1::VoiceCredentialscredentials () const
 
inline ::bgs::protocol::voice::v1::VoiceCredentialsmutable_credentials ()
 
inline ::bgs::protocol::voice::v1::VoiceCredentialsrelease_credentials ()
 
void set_allocated_credentials (::bgs::protocol::voice::v1::VoiceCredentials *credentials)
 

Static Public Member Functions

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

Static Public Attributes

static const int kChannelUriFieldNumber = 1
 
static const int kCredentialsFieldNumber = 2
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_channel_uri ()
 
void clear_has_channel_uri ()
 
void set_has_credentials ()
 
void clear_has_credentials ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::std::string * channel_uri_
 
::bgs::protocol::voice::v1::VoiceCredentialscredentials_
 

Static Private Attributes

static GetStreamVoiceTokenResponsedefault_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 7042 of file club_request.pb.h.

Constructor & Destructor Documentation

◆ GetStreamVoiceTokenResponse() [1/2]

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

◆ ~GetStreamVoiceTokenResponse()

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

◆ GetStreamVoiceTokenResponse() [2/2]

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

Member Function Documentation

◆ channel_uri()

const ::std::string & bgs::protocol::club::v1::client::GetStreamVoiceTokenResponse::channel_uri ( ) const
inline

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

◆ clear_channel_uri()

void bgs::protocol::club::v1::client::GetStreamVoiceTokenResponse::clear_channel_uri ( )
inline

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

◆ clear_credentials()

void bgs::protocol::club::v1::client::GetStreamVoiceTokenResponse::clear_credentials ( )
inline

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

◆ clear_has_channel_uri()

void bgs::protocol::club::v1::client::GetStreamVoiceTokenResponse::clear_has_channel_uri ( )
inlineprivate

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

◆ clear_has_credentials()

void bgs::protocol::club::v1::client::GetStreamVoiceTokenResponse::clear_has_credentials ( )
inlineprivate

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

◆ credentials()

const ::bgs::protocol::voice::v1::VoiceCredentials & bgs::protocol::club::v1::client::GetStreamVoiceTokenResponse::credentials ( ) const
inline

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

◆ default_instance()

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

◆ descriptor()

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

◆ GetCachedSize()

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

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

◆ GetMetadata()

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

◆ has_channel_uri()

bool bgs::protocol::club::v1::client::GetStreamVoiceTokenResponse::has_channel_uri ( ) const
inline

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

◆ has_credentials()

bool bgs::protocol::club::v1::client::GetStreamVoiceTokenResponse::has_credentials ( ) const
inline

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

◆ InitAsDefaultInstance()

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

◆ mutable_channel_uri()

std::string * bgs::protocol::club::v1::client::GetStreamVoiceTokenResponse::mutable_channel_uri ( )
inline

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

◆ mutable_credentials()

bgs::protocol::voice::v1::VoiceCredentials * bgs::protocol::club::v1::client::GetStreamVoiceTokenResponse::mutable_credentials ( )
inline

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

◆ mutable_unknown_fields()

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

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

◆ New()

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

◆ operator=()

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

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

◆ release_channel_uri()

std::string * bgs::protocol::club::v1::client::GetStreamVoiceTokenResponse::release_channel_uri ( )
inline

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

◆ release_credentials()

bgs::protocol::voice::v1::VoiceCredentials * bgs::protocol::club::v1::client::GetStreamVoiceTokenResponse::release_credentials ( )
inline

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

◆ set_allocated_channel_uri()

void bgs::protocol::club::v1::client::GetStreamVoiceTokenResponse::set_allocated_channel_uri ( ::std::string *  channel_uri)
inline

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

◆ set_allocated_credentials()

void bgs::protocol::club::v1::client::GetStreamVoiceTokenResponse::set_allocated_credentials ( ::bgs::protocol::voice::v1::VoiceCredentials credentials)
inline

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

◆ set_channel_uri() [1/3]

void bgs::protocol::club::v1::client::GetStreamVoiceTokenResponse::set_channel_uri ( const ::std::string &  value)
inline

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

◆ set_channel_uri() [2/3]

void bgs::protocol::club::v1::client::GetStreamVoiceTokenResponse::set_channel_uri ( const char *  value)
inline

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

◆ set_channel_uri() [3/3]

void bgs::protocol::club::v1::client::GetStreamVoiceTokenResponse::set_channel_uri ( const char *  value,
size_t  size 
)
inline

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

◆ set_has_channel_uri()

void bgs::protocol::club::v1::client::GetStreamVoiceTokenResponse::set_has_channel_uri ( )
inlineprivate

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

◆ set_has_credentials()

void bgs::protocol::club::v1::client::GetStreamVoiceTokenResponse::set_has_credentials ( )
inlineprivate

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

◆ SetCachedSize()

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

◆ SharedCtor()

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

◆ SharedDtor()

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

◆ Swap()

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

◆ unknown_fields()

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

Definition at line 7054 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::GetStreamVoiceTokenResponse::_cached_size_
mutableprivate

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

◆ _has_bits_

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

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

◆ _unknown_fields_

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

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

◆ channel_uri_

::std::string* bgs::protocol::club::v1::client::GetStreamVoiceTokenResponse::channel_uri_
private

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

◆ credentials_

::bgs::protocol::voice::v1::VoiceCredentials* bgs::protocol::club::v1::client::GetStreamVoiceTokenResponse::credentials_
private

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

◆ default_instance_

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

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

◆ kChannelUriFieldNumber

const int bgs::protocol::club::v1::client::GetStreamVoiceTokenResponse::kChannelUriFieldNumber = 1
static

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

◆ kCredentialsFieldNumber

const int bgs::protocol::club::v1::client::GetStreamVoiceTokenResponse::kCredentialsFieldNumber = 2
static

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


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