TrinityCore
bgs::protocol::BGSFieldOptions Class Reference

#include <field_options.pb.h>

+ Inheritance diagram for bgs::protocol::BGSFieldOptions:

Public Member Functions

 BGSFieldOptions ()
 
virtual ~BGSFieldOptions ()
 
 BGSFieldOptions (const BGSFieldOptions &from)
 
BGSFieldOptionsoperator= (const BGSFieldOptions &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (BGSFieldOptions *other)
 
BGSFieldOptionsNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_log () const
 
void clear_log ()
 
inline ::bgs::protocol::LogOption log () const
 
void set_log (::bgs::protocol::LogOption value)
 
bool has_shard_key () const
 
void clear_shard_key ()
 
bool shard_key () const
 
void set_shard_key (bool value)
 
bool has_fanout_key () const
 
void clear_fanout_key ()
 
bool fanout_key () const
 
void set_fanout_key (bool value)
 
bool has_client_instance_key () const
 
void clear_client_instance_key ()
 
bool client_instance_key () const
 
void set_client_instance_key (bool value)
 
bool has_realized_enum () const
 
void clear_realized_enum ()
 
const ::std::string & realized_enum () const
 
void set_realized_enum (const ::std::string &value)
 
void set_realized_enum (const char *value)
 
void set_realized_enum (const char *value, size_t size)
 
inline ::std::string * mutable_realized_enum ()
 
inline ::std::string * release_realized_enum ()
 
void set_allocated_realized_enum (::std::string *realized_enum)
 

Static Public Member Functions

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

Static Public Attributes

static const int kLogFieldNumber = 1
 
static const int kShardKeyFieldNumber = 2
 
static const int kFanoutKeyFieldNumber = 3
 
static const int kClientInstanceKeyFieldNumber = 4
 
static const int kRealizedEnumFieldNumber = 5
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_log ()
 
void clear_has_log ()
 
void set_has_shard_key ()
 
void clear_has_shard_key ()
 
void set_has_fanout_key ()
 
void clear_has_fanout_key ()
 
void set_has_client_instance_key ()
 
void clear_has_client_instance_key ()
 
void set_has_realized_enum ()
 
void clear_has_realized_enum ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
int log_
 
bool shard_key_
 
bool fanout_key_
 
bool client_instance_key_
 
::std::string * realized_enum_
 

Static Private Attributes

static BGSFieldOptionsdefault_instance_
 

Friends

void TC_PROTO_API protobuf_AddDesc_global_5fextensions_2ffield_5foptions_2eproto ()
 
void protobuf_AssignDesc_global_5fextensions_2ffield_5foptions_2eproto ()
 
void protobuf_ShutdownFile_global_5fextensions_2ffield_5foptions_2eproto ()
 

Detailed Description

Definition at line 95 of file field_options.pb.h.

Constructor & Destructor Documentation

◆ BGSFieldOptions() [1/2]

bgs::protocol::BGSFieldOptions::BGSFieldOptions ( )

◆ ~BGSFieldOptions()

virtual bgs::protocol::BGSFieldOptions::~BGSFieldOptions ( )
virtual

◆ BGSFieldOptions() [2/2]

bgs::protocol::BGSFieldOptions::BGSFieldOptions ( const BGSFieldOptions from)

Member Function Documentation

◆ clear_client_instance_key()

void bgs::protocol::BGSFieldOptions::clear_client_instance_key ( )
inline

Definition at line 1130 of file field_options.pb.h.

+ Here is the call graph for this function:

◆ clear_fanout_key()

void bgs::protocol::BGSFieldOptions::clear_fanout_key ( )
inline

Definition at line 1106 of file field_options.pb.h.

+ Here is the call graph for this function:

◆ clear_has_client_instance_key()

void bgs::protocol::BGSFieldOptions::clear_has_client_instance_key ( )
inlineprivate

Definition at line 1127 of file field_options.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_fanout_key()

void bgs::protocol::BGSFieldOptions::clear_has_fanout_key ( )
inlineprivate

Definition at line 1103 of file field_options.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_log()

void bgs::protocol::BGSFieldOptions::clear_has_log ( )
inlineprivate

Definition at line 1054 of file field_options.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_realized_enum()

void bgs::protocol::BGSFieldOptions::clear_has_realized_enum ( )
inlineprivate

Definition at line 1151 of file field_options.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_shard_key()

void bgs::protocol::BGSFieldOptions::clear_has_shard_key ( )
inlineprivate

Definition at line 1079 of file field_options.pb.h.

+ Here is the caller graph for this function:

◆ clear_log()

void bgs::protocol::BGSFieldOptions::clear_log ( )
inline

Definition at line 1057 of file field_options.pb.h.

+ Here is the call graph for this function:

◆ clear_realized_enum()

void bgs::protocol::BGSFieldOptions::clear_realized_enum ( )
inline

Definition at line 1154 of file field_options.pb.h.

+ Here is the call graph for this function:

◆ clear_shard_key()

void bgs::protocol::BGSFieldOptions::clear_shard_key ( )
inline

Definition at line 1082 of file field_options.pb.h.

+ Here is the call graph for this function:

◆ client_instance_key()

bool bgs::protocol::BGSFieldOptions::client_instance_key ( ) const
inline

Definition at line 1134 of file field_options.pb.h.

◆ default_instance()

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

◆ descriptor()

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

◆ fanout_key()

bool bgs::protocol::BGSFieldOptions::fanout_key ( ) const
inline

Definition at line 1110 of file field_options.pb.h.

◆ GetCachedSize()

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

Definition at line 123 of file field_options.pb.h.

◆ GetMetadata()

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

◆ has_client_instance_key()

bool bgs::protocol::BGSFieldOptions::has_client_instance_key ( ) const
inline

Definition at line 1121 of file field_options.pb.h.

◆ has_fanout_key()

bool bgs::protocol::BGSFieldOptions::has_fanout_key ( ) const
inline

Definition at line 1097 of file field_options.pb.h.

◆ has_log()

bool bgs::protocol::BGSFieldOptions::has_log ( ) const
inline

Definition at line 1048 of file field_options.pb.h.

◆ has_realized_enum()

bool bgs::protocol::BGSFieldOptions::has_realized_enum ( ) const
inline

Definition at line 1145 of file field_options.pb.h.

◆ has_shard_key()

bool bgs::protocol::BGSFieldOptions::has_shard_key ( ) const
inline

Definition at line 1073 of file field_options.pb.h.

◆ InitAsDefaultInstance()

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

◆ log()

bgs::protocol::LogOption bgs::protocol::BGSFieldOptions::log ( ) const
inline

Definition at line 1061 of file field_options.pb.h.

◆ mutable_realized_enum()

std::string * bgs::protocol::BGSFieldOptions::mutable_realized_enum ( )
inline

Definition at line 1188 of file field_options.pb.h.

+ Here is the call graph for this function:

◆ mutable_unknown_fields()

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

Definition at line 111 of file field_options.pb.h.

◆ New()

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

◆ operator=()

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

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

◆ realized_enum()

const ::std::string & bgs::protocol::BGSFieldOptions::realized_enum ( ) const
inline

Definition at line 1160 of file field_options.pb.h.

+ Here is the caller graph for this function:

◆ release_realized_enum()

std::string * bgs::protocol::BGSFieldOptions::release_realized_enum ( )
inline

Definition at line 1196 of file field_options.pb.h.

+ Here is the call graph for this function:

◆ set_allocated_realized_enum()

void bgs::protocol::BGSFieldOptions::set_allocated_realized_enum ( ::std::string *  realized_enum)
inline

Definition at line 1206 of file field_options.pb.h.

+ Here is the call graph for this function:

◆ set_client_instance_key()

void bgs::protocol::BGSFieldOptions::set_client_instance_key ( bool  value)
inline

Definition at line 1138 of file field_options.pb.h.

+ Here is the call graph for this function:

◆ set_fanout_key()

void bgs::protocol::BGSFieldOptions::set_fanout_key ( bool  value)
inline

Definition at line 1114 of file field_options.pb.h.

+ Here is the call graph for this function:

◆ set_has_client_instance_key()

void bgs::protocol::BGSFieldOptions::set_has_client_instance_key ( )
inlineprivate

Definition at line 1124 of file field_options.pb.h.

+ Here is the caller graph for this function:

◆ set_has_fanout_key()

void bgs::protocol::BGSFieldOptions::set_has_fanout_key ( )
inlineprivate

Definition at line 1100 of file field_options.pb.h.

+ Here is the caller graph for this function:

◆ set_has_log()

void bgs::protocol::BGSFieldOptions::set_has_log ( )
inlineprivate

Definition at line 1051 of file field_options.pb.h.

+ Here is the caller graph for this function:

◆ set_has_realized_enum()

void bgs::protocol::BGSFieldOptions::set_has_realized_enum ( )
inlineprivate

Definition at line 1148 of file field_options.pb.h.

+ Here is the caller graph for this function:

◆ set_has_shard_key()

void bgs::protocol::BGSFieldOptions::set_has_shard_key ( )
inlineprivate

Definition at line 1076 of file field_options.pb.h.

+ Here is the caller graph for this function:

◆ set_log()

void bgs::protocol::BGSFieldOptions::set_log ( ::bgs::protocol::LogOption  value)
inline

Definition at line 1065 of file field_options.pb.h.

+ Here is the call graph for this function:

◆ set_realized_enum() [1/3]

void bgs::protocol::BGSFieldOptions::set_realized_enum ( const ::std::string &  value)
inline

Definition at line 1164 of file field_options.pb.h.

+ Here is the call graph for this function:

◆ set_realized_enum() [2/3]

void bgs::protocol::BGSFieldOptions::set_realized_enum ( const char *  value)
inline

Definition at line 1172 of file field_options.pb.h.

+ Here is the call graph for this function:

◆ set_realized_enum() [3/3]

void bgs::protocol::BGSFieldOptions::set_realized_enum ( const char *  value,
size_t  size 
)
inline

Definition at line 1180 of file field_options.pb.h.

+ Here is the call graph for this function:

◆ set_shard_key()

void bgs::protocol::BGSFieldOptions::set_shard_key ( bool  value)
inline

Definition at line 1090 of file field_options.pb.h.

+ Here is the call graph for this function:

◆ SetCachedSize()

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

◆ shard_key()

bool bgs::protocol::BGSFieldOptions::shard_key ( ) const
inline

Definition at line 1086 of file field_options.pb.h.

◆ SharedCtor()

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

◆ SharedDtor()

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

◆ Swap()

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

◆ unknown_fields()

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

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

Friends And Related Function Documentation

◆ protobuf_AddDesc_global_5fextensions_2ffield_5foptions_2eproto

void TC_PROTO_API protobuf_AddDesc_global_5fextensions_2ffield_5foptions_2eproto ( )
friend

◆ protobuf_AssignDesc_global_5fextensions_2ffield_5foptions_2eproto

void protobuf_AssignDesc_global_5fextensions_2ffield_5foptions_2eproto ( )
friend

◆ protobuf_ShutdownFile_global_5fextensions_2ffield_5foptions_2eproto

void protobuf_ShutdownFile_global_5fextensions_2ffield_5foptions_2eproto ( )
friend

Member Data Documentation

◆ _cached_size_

int bgs::protocol::BGSFieldOptions::_cached_size_
mutableprivate

Definition at line 191 of file field_options.pb.h.

◆ _has_bits_

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

Definition at line 190 of file field_options.pb.h.

◆ _unknown_fields_

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

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

◆ client_instance_key_

bool bgs::protocol::BGSFieldOptions::client_instance_key_
private

Definition at line 195 of file field_options.pb.h.

◆ default_instance_

BGSFieldOptions* bgs::protocol::BGSFieldOptions::default_instance_
staticprivate

Definition at line 202 of file field_options.pb.h.

◆ fanout_key_

bool bgs::protocol::BGSFieldOptions::fanout_key_
private

Definition at line 194 of file field_options.pb.h.

◆ kClientInstanceKeyFieldNumber

const int bgs::protocol::BGSFieldOptions::kClientInstanceKeyFieldNumber = 4
static

Definition at line 159 of file field_options.pb.h.

◆ kFanoutKeyFieldNumber

const int bgs::protocol::BGSFieldOptions::kFanoutKeyFieldNumber = 3
static

Definition at line 152 of file field_options.pb.h.

◆ kLogFieldNumber

const int bgs::protocol::BGSFieldOptions::kLogFieldNumber = 1
static

Definition at line 138 of file field_options.pb.h.

◆ kRealizedEnumFieldNumber

const int bgs::protocol::BGSFieldOptions::kRealizedEnumFieldNumber = 5
static

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

◆ kShardKeyFieldNumber

const int bgs::protocol::BGSFieldOptions::kShardKeyFieldNumber = 2
static

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

◆ log_

int bgs::protocol::BGSFieldOptions::log_
private

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

◆ realized_enum_

::std::string* bgs::protocol::BGSFieldOptions::realized_enum_
private

Definition at line 196 of file field_options.pb.h.

◆ shard_key_

bool bgs::protocol::BGSFieldOptions::shard_key_
private

Definition at line 193 of file field_options.pb.h.


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