TrinityCore
bgs::protocol::BGSServiceOptions Class Reference

#include <service_options.pb.h>

+ Inheritance diagram for bgs::protocol::BGSServiceOptions:

Public Types

typedef BGSServiceOptions_ServiceType ServiceType
 

Public Member Functions

 BGSServiceOptions ()
 
virtual ~BGSServiceOptions ()
 
 BGSServiceOptions (const BGSServiceOptions &from)
 
BGSServiceOptionsoperator= (const BGSServiceOptions &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (BGSServiceOptions *other)
 
BGSServiceOptionsNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_descriptor_name () const
 
void clear_descriptor_name ()
 
const ::std::string & descriptor_name () const
 
void set_descriptor_name (const ::std::string &value)
 
void set_descriptor_name (const char *value)
 
void set_descriptor_name (const char *value, size_t size)
 
inline ::std::string * mutable_descriptor_name ()
 
inline ::std::string * release_descriptor_name ()
 
void set_allocated_descriptor_name (::std::string *descriptor_name)
 
bool has_version () const
 
void clear_version ()
 
inline ::google::protobuf::uint32 version () const
 
void set_version (::google::protobuf::uint32 value)
 
bool has_shard_name () const
 
void clear_shard_name ()
 
const ::std::string & shard_name () const
 
void set_shard_name (const ::std::string &value)
 
void set_shard_name (const char *value)
 
void set_shard_name (const char *value, size_t size)
 
inline ::std::string * mutable_shard_name ()
 
inline ::std::string * release_shard_name ()
 
void set_allocated_shard_name (::std::string *shard_name)
 
bool has_resolve_client_instance () const
 
void clear_resolve_client_instance ()
 
bool resolve_client_instance () const
 
void set_resolve_client_instance (bool value)
 
bool has_type () const
 
void clear_type ()
 
inline ::bgs::protocol::BGSServiceOptions_ServiceType type () const
 
void set_type (::bgs::protocol::BGSServiceOptions_ServiceType value)
 
bool has_api_type () const
 
void clear_api_type ()
 
const ::std::string & api_type () const
 
void set_api_type (const ::std::string &value)
 
void set_api_type (const char *value)
 
void set_api_type (const char *value, size_t size)
 
inline ::std::string * mutable_api_type ()
 
inline ::std::string * release_api_type ()
 
void set_allocated_api_type (::std::string *api_type)
 
bool has_is_global () const
 
void clear_is_global ()
 
bool is_global () const
 
void set_is_global (bool value)
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const BGSServiceOptionsdefault_instance ()
 
static bool ServiceType_IsValid (int value)
 
static const ::google::protobuf::EnumDescriptor * ServiceType_descriptor ()
 
static const ::std::string & ServiceType_Name (ServiceType value)
 
static bool ServiceType_Parse (const ::std::string &name, ServiceType *value)
 

Static Public Attributes

static const ServiceType SERVICE_TYPE_RPC = BGSServiceOptions_ServiceType_SERVICE_TYPE_RPC
 
static const ServiceType SERVICE_TYPE_RPC_DIRECT = BGSServiceOptions_ServiceType_SERVICE_TYPE_RPC_DIRECT
 
static const ServiceType SERVICE_TYPE_EVENT = BGSServiceOptions_ServiceType_SERVICE_TYPE_EVENT
 
static const ServiceType SERVICE_TYPE_EVENT_BROADCAST = BGSServiceOptions_ServiceType_SERVICE_TYPE_EVENT_BROADCAST
 
static const ServiceType ServiceType_MIN
 
static const ServiceType ServiceType_MAX
 
static const int ServiceType_ARRAYSIZE
 
static const int kDescriptorNameFieldNumber = 1
 
static const int kVersionFieldNumber = 4
 
static const int kShardNameFieldNumber = 5
 
static const int kResolveClientInstanceFieldNumber = 6
 
static const int kTypeFieldNumber = 7
 
static const int kApiTypeFieldNumber = 8
 
static const int kIsGlobalFieldNumber = 9
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_descriptor_name ()
 
void clear_has_descriptor_name ()
 
void set_has_version ()
 
void clear_has_version ()
 
void set_has_shard_name ()
 
void clear_has_shard_name ()
 
void set_has_resolve_client_instance ()
 
void clear_has_resolve_client_instance ()
 
void set_has_type ()
 
void clear_has_type ()
 
void set_has_api_type ()
 
void clear_has_api_type ()
 
void set_has_is_global ()
 
void clear_has_is_global ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::std::string * descriptor_name_
 
::std::string * shard_name_
 
::google::protobuf::uint32 version_
 
int type_
 
::std::string * api_type_
 
bool resolve_client_instance_
 
bool is_global_
 

Static Private Attributes

static BGSServiceOptionsdefault_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 66 of file service_options.pb.h.

Member Typedef Documentation

◆ ServiceType

Constructor & Destructor Documentation

◆ BGSServiceOptions() [1/2]

bgs::protocol::BGSServiceOptions::BGSServiceOptions ( )

◆ ~BGSServiceOptions()

virtual bgs::protocol::BGSServiceOptions::~BGSServiceOptions ( )
virtual

◆ BGSServiceOptions() [2/2]

bgs::protocol::BGSServiceOptions::BGSServiceOptions ( const BGSServiceOptions from)

Member Function Documentation

◆ api_type()

const ::std::string & bgs::protocol::BGSServiceOptions::api_type ( ) const
inline

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

+ Here is the caller graph for this function:

◆ clear_api_type()

void bgs::protocol::BGSServiceOptions::clear_api_type ( )
inline

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

+ Here is the call graph for this function:

◆ clear_descriptor_name()

void bgs::protocol::BGSServiceOptions::clear_descriptor_name ( )
inline

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

+ Here is the call graph for this function:

◆ clear_has_api_type()

void bgs::protocol::BGSServiceOptions::clear_has_api_type ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ clear_has_descriptor_name()

void bgs::protocol::BGSServiceOptions::clear_has_descriptor_name ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ clear_has_is_global()

void bgs::protocol::BGSServiceOptions::clear_has_is_global ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ clear_has_resolve_client_instance()

void bgs::protocol::BGSServiceOptions::clear_has_resolve_client_instance ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ clear_has_shard_name()

void bgs::protocol::BGSServiceOptions::clear_has_shard_name ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ clear_has_type()

void bgs::protocol::BGSServiceOptions::clear_has_type ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ clear_has_version()

void bgs::protocol::BGSServiceOptions::clear_has_version ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ clear_is_global()

void bgs::protocol::BGSServiceOptions::clear_is_global ( )
inline

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

+ Here is the call graph for this function:

◆ clear_resolve_client_instance()

void bgs::protocol::BGSServiceOptions::clear_resolve_client_instance ( )
inline

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

+ Here is the call graph for this function:

◆ clear_shard_name()

void bgs::protocol::BGSServiceOptions::clear_shard_name ( )
inline

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

+ Here is the call graph for this function:

◆ clear_type()

void bgs::protocol::BGSServiceOptions::clear_type ( )
inline

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

+ Here is the call graph for this function:

◆ clear_version()

void bgs::protocol::BGSServiceOptions::clear_version ( )
inline

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

+ Here is the call graph for this function:

◆ default_instance()

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

◆ descriptor()

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

◆ descriptor_name()

const ::std::string & bgs::protocol::BGSServiceOptions::descriptor_name ( ) const
inline

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

+ Here is the caller graph for this function:

◆ GetCachedSize()

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

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

◆ GetMetadata()

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

◆ has_api_type()

bool bgs::protocol::BGSServiceOptions::has_api_type ( ) const
inline

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

◆ has_descriptor_name()

bool bgs::protocol::BGSServiceOptions::has_descriptor_name ( ) const
inline

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

◆ has_is_global()

bool bgs::protocol::BGSServiceOptions::has_is_global ( ) const
inline

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

◆ has_resolve_client_instance()

bool bgs::protocol::BGSServiceOptions::has_resolve_client_instance ( ) const
inline

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

◆ has_shard_name()

bool bgs::protocol::BGSServiceOptions::has_shard_name ( ) const
inline

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

◆ has_type()

bool bgs::protocol::BGSServiceOptions::has_type ( ) const
inline

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

◆ has_version()

bool bgs::protocol::BGSServiceOptions::has_version ( ) const
inline

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

◆ InitAsDefaultInstance()

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

◆ is_global()

bool bgs::protocol::BGSServiceOptions::is_global ( ) const
inline

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

◆ mutable_api_type()

std::string * bgs::protocol::BGSServiceOptions::mutable_api_type ( )
inline

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

+ Here is the call graph for this function:

◆ mutable_descriptor_name()

std::string * bgs::protocol::BGSServiceOptions::mutable_descriptor_name ( )
inline

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

+ Here is the call graph for this function:

◆ mutable_shard_name()

std::string * bgs::protocol::BGSServiceOptions::mutable_shard_name ( )
inline

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

+ Here is the call graph for this function:

◆ mutable_unknown_fields()

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

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

◆ New()

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

◆ operator=()

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

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

◆ release_api_type()

std::string * bgs::protocol::BGSServiceOptions::release_api_type ( )
inline

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

+ Here is the call graph for this function:

◆ release_descriptor_name()

std::string * bgs::protocol::BGSServiceOptions::release_descriptor_name ( )
inline

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

+ Here is the call graph for this function:

◆ release_shard_name()

std::string * bgs::protocol::BGSServiceOptions::release_shard_name ( )
inline

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

+ Here is the call graph for this function:

◆ resolve_client_instance()

bool bgs::protocol::BGSServiceOptions::resolve_client_instance ( ) const
inline

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

◆ ServiceType_descriptor()

static const ::google::protobuf::EnumDescriptor * bgs::protocol::BGSServiceOptions::ServiceType_descriptor ( )
inlinestatic

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

+ Here is the call graph for this function:

◆ ServiceType_IsValid()

static bool bgs::protocol::BGSServiceOptions::ServiceType_IsValid ( int  value)
inlinestatic

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

+ Here is the call graph for this function:

◆ ServiceType_Name()

static const ::std::string & bgs::protocol::BGSServiceOptions::ServiceType_Name ( ServiceType  value)
inlinestatic

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

+ Here is the call graph for this function:

◆ ServiceType_Parse()

static bool bgs::protocol::BGSServiceOptions::ServiceType_Parse ( const ::std::string &  name,
ServiceType value 
)
inlinestatic

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

+ Here is the call graph for this function:

◆ set_allocated_api_type()

void bgs::protocol::BGSServiceOptions::set_allocated_api_type ( ::std::string *  api_type)
inline

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

+ Here is the call graph for this function:

◆ set_allocated_descriptor_name()

void bgs::protocol::BGSServiceOptions::set_allocated_descriptor_name ( ::std::string *  descriptor_name)
inline

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

+ Here is the call graph for this function:

◆ set_allocated_shard_name()

void bgs::protocol::BGSServiceOptions::set_allocated_shard_name ( ::std::string *  shard_name)
inline

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

+ Here is the call graph for this function:

◆ set_api_type() [1/3]

void bgs::protocol::BGSServiceOptions::set_api_type ( const ::std::string &  value)
inline

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

+ Here is the call graph for this function:

◆ set_api_type() [2/3]

void bgs::protocol::BGSServiceOptions::set_api_type ( const char *  value)
inline

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

+ Here is the call graph for this function:

◆ set_api_type() [3/3]

void bgs::protocol::BGSServiceOptions::set_api_type ( const char *  value,
size_t  size 
)
inline

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

+ Here is the call graph for this function:

◆ set_descriptor_name() [1/3]

void bgs::protocol::BGSServiceOptions::set_descriptor_name ( const ::std::string &  value)
inline

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

+ Here is the call graph for this function:

◆ set_descriptor_name() [2/3]

void bgs::protocol::BGSServiceOptions::set_descriptor_name ( const char *  value)
inline

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

+ Here is the call graph for this function:

◆ set_descriptor_name() [3/3]

void bgs::protocol::BGSServiceOptions::set_descriptor_name ( const char *  value,
size_t  size 
)
inline

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

+ Here is the call graph for this function:

◆ set_has_api_type()

void bgs::protocol::BGSServiceOptions::set_has_api_type ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ set_has_descriptor_name()

void bgs::protocol::BGSServiceOptions::set_has_descriptor_name ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ set_has_is_global()

void bgs::protocol::BGSServiceOptions::set_has_is_global ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ set_has_resolve_client_instance()

void bgs::protocol::BGSServiceOptions::set_has_resolve_client_instance ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ set_has_shard_name()

void bgs::protocol::BGSServiceOptions::set_has_shard_name ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ set_has_type()

void bgs::protocol::BGSServiceOptions::set_has_type ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ set_has_version()

void bgs::protocol::BGSServiceOptions::set_has_version ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ set_is_global()

void bgs::protocol::BGSServiceOptions::set_is_global ( bool  value)
inline

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

+ Here is the call graph for this function:

◆ set_resolve_client_instance()

void bgs::protocol::BGSServiceOptions::set_resolve_client_instance ( bool  value)
inline

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

+ Here is the call graph for this function:

◆ set_shard_name() [1/3]

void bgs::protocol::BGSServiceOptions::set_shard_name ( const ::std::string &  value)
inline

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

+ Here is the call graph for this function:

◆ set_shard_name() [2/3]

void bgs::protocol::BGSServiceOptions::set_shard_name ( const char *  value)
inline

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

+ Here is the call graph for this function:

◆ set_shard_name() [3/3]

void bgs::protocol::BGSServiceOptions::set_shard_name ( const char *  value,
size_t  size 
)
inline

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

+ Here is the call graph for this function:

◆ set_type()

void bgs::protocol::BGSServiceOptions::set_type ( ::bgs::protocol::BGSServiceOptions_ServiceType  value)
inline

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

+ Here is the call graph for this function:

◆ set_version()

void bgs::protocol::BGSServiceOptions::set_version ( ::google::protobuf::uint32  value)
inline

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

+ Here is the call graph for this function:

◆ SetCachedSize()

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

◆ shard_name()

const ::std::string & bgs::protocol::BGSServiceOptions::shard_name ( ) const
inline

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

+ Here is the caller graph for this function:

◆ SharedCtor()

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

◆ SharedDtor()

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

◆ Swap()

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

◆ type()

bgs::protocol::BGSServiceOptions_ServiceType bgs::protocol::BGSServiceOptions::type ( ) const
inline

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

◆ unknown_fields()

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

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

◆ version()

google::protobuf::uint32 bgs::protocol::BGSServiceOptions::version ( ) const
inline

Definition at line 424 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::BGSServiceOptions::_cached_size_
mutableprivate

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

◆ _has_bits_

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

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

◆ _unknown_fields_

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

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

◆ api_type_

::std::string* bgs::protocol::BGSServiceOptions::api_type_
private

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

◆ default_instance_

BGSServiceOptions* bgs::protocol::BGSServiceOptions::default_instance_
staticprivate

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

◆ descriptor_name_

::std::string* bgs::protocol::BGSServiceOptions::descriptor_name_
private

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

◆ is_global_

bool bgs::protocol::BGSServiceOptions::is_global_
private

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

◆ kApiTypeFieldNumber

const int bgs::protocol::BGSServiceOptions::kApiTypeFieldNumber = 8
static

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

◆ kDescriptorNameFieldNumber

const int bgs::protocol::BGSServiceOptions::kDescriptorNameFieldNumber = 1
static

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

◆ kIsGlobalFieldNumber

const int bgs::protocol::BGSServiceOptions::kIsGlobalFieldNumber = 9
static

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

◆ kResolveClientInstanceFieldNumber

const int bgs::protocol::BGSServiceOptions::kResolveClientInstanceFieldNumber = 6
static

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

◆ kShardNameFieldNumber

const int bgs::protocol::BGSServiceOptions::kShardNameFieldNumber = 5
static

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

◆ kTypeFieldNumber

const int bgs::protocol::BGSServiceOptions::kTypeFieldNumber = 7
static

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

◆ kVersionFieldNumber

const int bgs::protocol::BGSServiceOptions::kVersionFieldNumber = 4
static

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

◆ resolve_client_instance_

bool bgs::protocol::BGSServiceOptions::resolve_client_instance_
private

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

◆ SERVICE_TYPE_EVENT

const ServiceType bgs::protocol::BGSServiceOptions::SERVICE_TYPE_EVENT = BGSServiceOptions_ServiceType_SERVICE_TYPE_EVENT
static

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

◆ SERVICE_TYPE_EVENT_BROADCAST

const ServiceType bgs::protocol::BGSServiceOptions::SERVICE_TYPE_EVENT_BROADCAST = BGSServiceOptions_ServiceType_SERVICE_TYPE_EVENT_BROADCAST
static

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

◆ SERVICE_TYPE_RPC

const ServiceType bgs::protocol::BGSServiceOptions::SERVICE_TYPE_RPC = BGSServiceOptions_ServiceType_SERVICE_TYPE_RPC
static

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

◆ SERVICE_TYPE_RPC_DIRECT

const ServiceType bgs::protocol::BGSServiceOptions::SERVICE_TYPE_RPC_DIRECT = BGSServiceOptions_ServiceType_SERVICE_TYPE_RPC_DIRECT
static

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

◆ ServiceType_ARRAYSIZE

const int bgs::protocol::BGSServiceOptions::ServiceType_ARRAYSIZE
static
Initial value:

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

◆ ServiceType_MAX

const ServiceType bgs::protocol::BGSServiceOptions::ServiceType_MAX
static
Initial value:
=
const BGSServiceOptions_ServiceType BGSServiceOptions_ServiceType_ServiceType_MAX

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

◆ ServiceType_MIN

const ServiceType bgs::protocol::BGSServiceOptions::ServiceType_MIN
static
Initial value:
=
const BGSServiceOptions_ServiceType BGSServiceOptions_ServiceType_ServiceType_MIN

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

◆ shard_name_

::std::string* bgs::protocol::BGSServiceOptions::shard_name_
private

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

◆ type_

int bgs::protocol::BGSServiceOptions::type_
private

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

◆ version_

::google::protobuf::uint32 bgs::protocol::BGSServiceOptions::version_
private

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


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