TrinityCore
bgs::protocol::SDKServiceOptions Class Reference

#include <service_options.pb.h>

+ Inheritance diagram for bgs::protocol::SDKServiceOptions:

Public Member Functions

 SDKServiceOptions ()
 
virtual ~SDKServiceOptions ()
 
 SDKServiceOptions (const SDKServiceOptions &from)
 
SDKServiceOptionsoperator= (const SDKServiceOptions &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (SDKServiceOptions *other)
 
SDKServiceOptionsNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_inbound () const
 
void clear_inbound ()
 
bool inbound () const
 
void set_inbound (bool value)
 
bool has_outbound () const
 
void clear_outbound ()
 
bool outbound () const
 
void set_outbound (bool value)
 
bool has_use_client_id () const
 
void clear_use_client_id ()
 
bool use_client_id () const
 
void set_use_client_id (bool value)
 

Static Public Member Functions

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

Static Public Attributes

static const int kInboundFieldNumber = 1
 
static const int kOutboundFieldNumber = 2
 
static const int kUseClientIdFieldNumber = 3
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_inbound ()
 
void clear_has_inbound ()
 
void set_has_outbound ()
 
void clear_has_outbound ()
 
void set_has_use_client_id ()
 
void clear_has_use_client_id ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
bool inbound_
 
bool outbound_
 
bool use_client_id_
 

Static Private Attributes

static SDKServiceOptionsdefault_instance_
 

Friends

void TC_PROTO_API protobuf_AddDesc_global_5fextensions_2fservice_5foptions_2eproto ()
 
void protobuf_AssignDesc_global_5fextensions_2fservice_5foptions_2eproto ()
 
void protobuf_ShutdownFile_global_5fextensions_2fservice_5foptions_2eproto ()
 

Detailed Description

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

Constructor & Destructor Documentation

◆ SDKServiceOptions() [1/2]

bgs::protocol::SDKServiceOptions::SDKServiceOptions ( )

◆ ~SDKServiceOptions()

virtual bgs::protocol::SDKServiceOptions::~SDKServiceOptions ( )
virtual

◆ SDKServiceOptions() [2/2]

bgs::protocol::SDKServiceOptions::SDKServiceOptions ( const SDKServiceOptions from)

Member Function Documentation

◆ clear_has_inbound()

void bgs::protocol::SDKServiceOptions::clear_has_inbound ( )
inlineprivate

Definition at line 670 of file service_options.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_outbound()

void bgs::protocol::SDKServiceOptions::clear_has_outbound ( )
inlineprivate

Definition at line 694 of file service_options.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_use_client_id()

void bgs::protocol::SDKServiceOptions::clear_has_use_client_id ( )
inlineprivate

Definition at line 718 of file service_options.pb.h.

+ Here is the caller graph for this function:

◆ clear_inbound()

void bgs::protocol::SDKServiceOptions::clear_inbound ( )
inline

Definition at line 673 of file service_options.pb.h.

+ Here is the call graph for this function:

◆ clear_outbound()

void bgs::protocol::SDKServiceOptions::clear_outbound ( )
inline

Definition at line 697 of file service_options.pb.h.

+ Here is the call graph for this function:

◆ clear_use_client_id()

void bgs::protocol::SDKServiceOptions::clear_use_client_id ( )
inline

Definition at line 721 of file service_options.pb.h.

+ Here is the call graph for this function:

◆ default_instance()

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

◆ descriptor()

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

◆ GetCachedSize()

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

Definition at line 261 of file service_options.pb.h.

◆ GetMetadata()

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

◆ has_inbound()

bool bgs::protocol::SDKServiceOptions::has_inbound ( ) const
inline

Definition at line 664 of file service_options.pb.h.

◆ has_outbound()

bool bgs::protocol::SDKServiceOptions::has_outbound ( ) const
inline

Definition at line 688 of file service_options.pb.h.

◆ has_use_client_id()

bool bgs::protocol::SDKServiceOptions::has_use_client_id ( ) const
inline

Definition at line 712 of file service_options.pb.h.

◆ inbound()

bool bgs::protocol::SDKServiceOptions::inbound ( ) const
inline

Definition at line 677 of file service_options.pb.h.

◆ InitAsDefaultInstance()

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

◆ mutable_unknown_fields()

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

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

◆ New()

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

◆ operator=()

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

Definition at line 240 of file service_options.pb.h.

◆ outbound()

bool bgs::protocol::SDKServiceOptions::outbound ( ) const
inline

Definition at line 701 of file service_options.pb.h.

◆ set_has_inbound()

void bgs::protocol::SDKServiceOptions::set_has_inbound ( )
inlineprivate

Definition at line 667 of file service_options.pb.h.

+ Here is the caller graph for this function:

◆ set_has_outbound()

void bgs::protocol::SDKServiceOptions::set_has_outbound ( )
inlineprivate

Definition at line 691 of file service_options.pb.h.

+ Here is the caller graph for this function:

◆ set_has_use_client_id()

void bgs::protocol::SDKServiceOptions::set_has_use_client_id ( )
inlineprivate

Definition at line 715 of file service_options.pb.h.

+ Here is the caller graph for this function:

◆ set_inbound()

void bgs::protocol::SDKServiceOptions::set_inbound ( bool  value)
inline

Definition at line 681 of file service_options.pb.h.

+ Here is the call graph for this function:

◆ set_outbound()

void bgs::protocol::SDKServiceOptions::set_outbound ( bool  value)
inline

Definition at line 705 of file service_options.pb.h.

+ Here is the call graph for this function:

◆ set_use_client_id()

void bgs::protocol::SDKServiceOptions::set_use_client_id ( bool  value)
inline

Definition at line 729 of file service_options.pb.h.

+ Here is the call graph for this function:

◆ SetCachedSize()

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

◆ SharedCtor()

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

◆ SharedDtor()

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

◆ Swap()

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

◆ unknown_fields()

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

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

◆ use_client_id()

bool bgs::protocol::SDKServiceOptions::use_client_id ( ) const
inline

Definition at line 725 of file service_options.pb.h.

Friends And Related Function Documentation

◆ protobuf_AddDesc_global_5fextensions_2fservice_5foptions_2eproto

void TC_PROTO_API protobuf_AddDesc_global_5fextensions_2fservice_5foptions_2eproto ( )
friend

◆ protobuf_AssignDesc_global_5fextensions_2fservice_5foptions_2eproto

void protobuf_AssignDesc_global_5fextensions_2fservice_5foptions_2eproto ( )
friend

◆ protobuf_ShutdownFile_global_5fextensions_2fservice_5foptions_2eproto

void protobuf_ShutdownFile_global_5fextensions_2fservice_5foptions_2eproto ( )
friend

Member Data Documentation

◆ _cached_size_

int bgs::protocol::SDKServiceOptions::_cached_size_
mutableprivate

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

◆ _has_bits_

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

Definition at line 305 of file service_options.pb.h.

◆ _unknown_fields_

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

Definition at line 303 of file service_options.pb.h.

◆ default_instance_

SDKServiceOptions* bgs::protocol::SDKServiceOptions::default_instance_
staticprivate

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

◆ inbound_

bool bgs::protocol::SDKServiceOptions::inbound_
private

Definition at line 307 of file service_options.pb.h.

◆ kInboundFieldNumber

const int bgs::protocol::SDKServiceOptions::kInboundFieldNumber = 1
static

Definition at line 276 of file service_options.pb.h.

◆ kOutboundFieldNumber

const int bgs::protocol::SDKServiceOptions::kOutboundFieldNumber = 2
static

Definition at line 283 of file service_options.pb.h.

◆ kUseClientIdFieldNumber

const int bgs::protocol::SDKServiceOptions::kUseClientIdFieldNumber = 3
static

Definition at line 290 of file service_options.pb.h.

◆ outbound_

bool bgs::protocol::SDKServiceOptions::outbound_
private

Definition at line 308 of file service_options.pb.h.

◆ use_client_id_

bool bgs::protocol::SDKServiceOptions::use_client_id_
private

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


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