TrinityCore
bgs::protocol::BGSMethodOptions Class Reference

#include <method_options.pb.h>

+ Inheritance diagram for bgs::protocol::BGSMethodOptions:

Public Member Functions

 BGSMethodOptions ()
 
virtual ~BGSMethodOptions ()
 
 BGSMethodOptions (const BGSMethodOptions &from)
 
BGSMethodOptionsoperator= (const BGSMethodOptions &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (BGSMethodOptions *other)
 
BGSMethodOptionsNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_id () const
 
void clear_id ()
 
inline ::google::protobuf::uint32 id () const
 
void set_id (::google::protobuf::uint32 value)
 
bool has_client_identity_routing () const
 
void clear_client_identity_routing ()
 
inline ::bgs::protocol::ClientIdentityRoutingType client_identity_routing () const
 
void set_client_identity_routing (::bgs::protocol::ClientIdentityRoutingType value)
 
bool has_enable_fanout () const
 
void clear_enable_fanout ()
 
bool enable_fanout () const
 
void set_enable_fanout (bool value)
 
bool has_legacy_fanout_replacement () const
 
void clear_legacy_fanout_replacement ()
 
const ::std::string & legacy_fanout_replacement () const
 
void set_legacy_fanout_replacement (const ::std::string &value)
 
void set_legacy_fanout_replacement (const char *value)
 
void set_legacy_fanout_replacement (const char *value, size_t size)
 
inline ::std::string * mutable_legacy_fanout_replacement ()
 
inline ::std::string * release_legacy_fanout_replacement ()
 
void set_allocated_legacy_fanout_replacement (::std::string *legacy_fanout_replacement)
 
bool has_forward_key () const
 
void clear_forward_key ()
 
const ::std::string & forward_key () const
 
void set_forward_key (const ::std::string &value)
 
void set_forward_key (const char *value)
 
void set_forward_key (const char *value, size_t size)
 
inline ::std::string * mutable_forward_key ()
 
inline ::std::string * release_forward_key ()
 
void set_allocated_forward_key (::std::string *forward_key)
 
bool has_idempotent () const
 
void clear_idempotent ()
 
bool idempotent () const
 
void set_idempotent (bool value)
 
bool has_handle_destination_unreachable () const
 
void clear_handle_destination_unreachable ()
 
bool handle_destination_unreachable () const
 
void set_handle_destination_unreachable (bool value)
 
bool has_custom_region_resolver () const
 
void clear_custom_region_resolver ()
 
const ::std::string & custom_region_resolver () const
 
void set_custom_region_resolver (const ::std::string &value)
 
void set_custom_region_resolver (const char *value)
 
void set_custom_region_resolver (const char *value, size_t size)
 
inline ::std::string * mutable_custom_region_resolver ()
 
inline ::std::string * release_custom_region_resolver ()
 
void set_allocated_custom_region_resolver (::std::string *custom_region_resolver)
 
bool has_explicit_region_routing () const
 
void clear_explicit_region_routing ()
 
bool explicit_region_routing () const
 
void set_explicit_region_routing (bool value)
 
bool has_obsolete () const
 
void clear_obsolete ()
 
bool obsolete () const
 
void set_obsolete (bool value)
 
bool has_client_register_type () const
 
void clear_client_register_type ()
 
inline ::bgs::protocol::ClientRegisterMethodType client_register_type () const
 
void set_client_register_type (::bgs::protocol::ClientRegisterMethodType value)
 
bool has_forward_key_proto_file () const
 
void clear_forward_key_proto_file ()
 
const ::std::string & forward_key_proto_file () const
 
void set_forward_key_proto_file (const ::std::string &value)
 
void set_forward_key_proto_file (const char *value)
 
void set_forward_key_proto_file (const char *value, size_t size)
 
inline ::std::string * mutable_forward_key_proto_file ()
 
inline ::std::string * release_forward_key_proto_file ()
 
void set_allocated_forward_key_proto_file (::std::string *forward_key_proto_file)
 

Static Public Member Functions

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

Static Public Attributes

static const int kIdFieldNumber = 1
 
static const int kClientIdentityRoutingFieldNumber = 2
 
static const int kEnableFanoutFieldNumber = 3
 
static const int kLegacyFanoutReplacementFieldNumber = 4
 
static const int kForwardKeyFieldNumber = 5
 
static const int kIdempotentFieldNumber = 6
 
static const int kHandleDestinationUnreachableFieldNumber = 7
 
static const int kCustomRegionResolverFieldNumber = 8
 
static const int kExplicitRegionRoutingFieldNumber = 9
 
static const int kObsoleteFieldNumber = 10
 
static const int kClientRegisterTypeFieldNumber = 11
 
static const int kForwardKeyProtoFileFieldNumber = 12
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_id ()
 
void clear_has_id ()
 
void set_has_client_identity_routing ()
 
void clear_has_client_identity_routing ()
 
void set_has_enable_fanout ()
 
void clear_has_enable_fanout ()
 
void set_has_legacy_fanout_replacement ()
 
void clear_has_legacy_fanout_replacement ()
 
void set_has_forward_key ()
 
void clear_has_forward_key ()
 
void set_has_idempotent ()
 
void clear_has_idempotent ()
 
void set_has_handle_destination_unreachable ()
 
void clear_has_handle_destination_unreachable ()
 
void set_has_custom_region_resolver ()
 
void clear_has_custom_region_resolver ()
 
void set_has_explicit_region_routing ()
 
void clear_has_explicit_region_routing ()
 
void set_has_obsolete ()
 
void clear_has_obsolete ()
 
void set_has_client_register_type ()
 
void clear_has_client_register_type ()
 
void set_has_forward_key_proto_file ()
 
void clear_has_forward_key_proto_file ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::google::protobuf::uint32 id_
 
int client_identity_routing_
 
::std::string * legacy_fanout_replacement_
 
::std::string * forward_key_
 
bool enable_fanout_
 
bool idempotent_
 
bool handle_destination_unreachable_
 
bool explicit_region_routing_
 
bool obsolete_
 
::std::string * custom_region_resolver_
 
::std::string * forward_key_proto_file_
 
int client_register_type_
 

Static Private Attributes

static BGSMethodOptionsdefault_instance_
 

Friends

void TC_PROTO_API protobuf_AddDesc_global_5fextensions_2fmethod_5foptions_2eproto ()
 
void protobuf_AssignDesc_global_5fextensions_2fmethod_5foptions_2eproto ()
 
void protobuf_ShutdownFile_global_5fextensions_2fmethod_5foptions_2eproto ()
 

Detailed Description

Definition at line 45 of file method_options.pb.h.

Constructor & Destructor Documentation

◆ BGSMethodOptions() [1/2]

bgs::protocol::BGSMethodOptions::BGSMethodOptions ( )

◆ ~BGSMethodOptions()

virtual bgs::protocol::BGSMethodOptions::~BGSMethodOptions ( )
virtual

◆ BGSMethodOptions() [2/2]

bgs::protocol::BGSMethodOptions::BGSMethodOptions ( const BGSMethodOptions from)

Member Function Documentation

◆ clear_client_identity_routing()

void bgs::protocol::BGSMethodOptions::clear_client_identity_routing ( )
inline

Definition at line 286 of file method_options.pb.h.

+ Here is the call graph for this function:

◆ clear_client_register_type()

void bgs::protocol::BGSMethodOptions::clear_client_register_type ( )
inline

Definition at line 659 of file method_options.pb.h.

+ Here is the call graph for this function:

◆ clear_custom_region_resolver()

void bgs::protocol::BGSMethodOptions::clear_custom_region_resolver ( )
inline

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

+ Here is the call graph for this function:

◆ clear_enable_fanout()

void bgs::protocol::BGSMethodOptions::clear_enable_fanout ( )
inline

Definition at line 311 of file method_options.pb.h.

+ Here is the call graph for this function:

◆ clear_explicit_region_routing()

void bgs::protocol::BGSMethodOptions::clear_explicit_region_routing ( )
inline

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

+ Here is the call graph for this function:

◆ clear_forward_key()

void bgs::protocol::BGSMethodOptions::clear_forward_key ( )
inline

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

+ Here is the call graph for this function:

◆ clear_forward_key_proto_file()

void bgs::protocol::BGSMethodOptions::clear_forward_key_proto_file ( )
inline

Definition at line 684 of file method_options.pb.h.

+ Here is the call graph for this function:

◆ clear_handle_destination_unreachable()

void bgs::protocol::BGSMethodOptions::clear_handle_destination_unreachable ( )
inline

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

+ Here is the call graph for this function:

◆ clear_has_client_identity_routing()

void bgs::protocol::BGSMethodOptions::clear_has_client_identity_routing ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ clear_has_client_register_type()

void bgs::protocol::BGSMethodOptions::clear_has_client_register_type ( )
inlineprivate

Definition at line 656 of file method_options.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_custom_region_resolver()

void bgs::protocol::BGSMethodOptions::clear_has_custom_region_resolver ( )
inlineprivate

Definition at line 532 of file method_options.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_enable_fanout()

void bgs::protocol::BGSMethodOptions::clear_has_enable_fanout ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ clear_has_explicit_region_routing()

void bgs::protocol::BGSMethodOptions::clear_has_explicit_region_routing ( )
inlineprivate

Definition at line 608 of file method_options.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_forward_key()

void bgs::protocol::BGSMethodOptions::clear_has_forward_key ( )
inlineprivate

Definition at line 408 of file method_options.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_forward_key_proto_file()

void bgs::protocol::BGSMethodOptions::clear_has_forward_key_proto_file ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ clear_has_handle_destination_unreachable()

void bgs::protocol::BGSMethodOptions::clear_has_handle_destination_unreachable ( )
inlineprivate

Definition at line 508 of file method_options.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_id()

void bgs::protocol::BGSMethodOptions::clear_has_id ( )
inlineprivate

Definition at line 259 of file method_options.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_idempotent()

void bgs::protocol::BGSMethodOptions::clear_has_idempotent ( )
inlineprivate

Definition at line 484 of file method_options.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_legacy_fanout_replacement()

void bgs::protocol::BGSMethodOptions::clear_has_legacy_fanout_replacement ( )
inlineprivate

Definition at line 332 of file method_options.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_obsolete()

void bgs::protocol::BGSMethodOptions::clear_has_obsolete ( )
inlineprivate

Definition at line 632 of file method_options.pb.h.

+ Here is the caller graph for this function:

◆ clear_id()

void bgs::protocol::BGSMethodOptions::clear_id ( )
inline

Definition at line 262 of file method_options.pb.h.

+ Here is the call graph for this function:

◆ clear_idempotent()

void bgs::protocol::BGSMethodOptions::clear_idempotent ( )
inline

Definition at line 487 of file method_options.pb.h.

+ Here is the call graph for this function:

◆ clear_legacy_fanout_replacement()

void bgs::protocol::BGSMethodOptions::clear_legacy_fanout_replacement ( )
inline

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

+ Here is the call graph for this function:

◆ clear_obsolete()

void bgs::protocol::BGSMethodOptions::clear_obsolete ( )
inline

Definition at line 635 of file method_options.pb.h.

+ Here is the call graph for this function:

◆ client_identity_routing()

bgs::protocol::ClientIdentityRoutingType bgs::protocol::BGSMethodOptions::client_identity_routing ( ) const
inline

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

◆ client_register_type()

bgs::protocol::ClientRegisterMethodType bgs::protocol::BGSMethodOptions::client_register_type ( ) const
inline

Definition at line 663 of file method_options.pb.h.

◆ custom_region_resolver()

const ::std::string & bgs::protocol::BGSMethodOptions::custom_region_resolver ( ) const
inline

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

+ Here is the caller graph for this function:

◆ default_instance()

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

◆ descriptor()

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

◆ enable_fanout()

bool bgs::protocol::BGSMethodOptions::enable_fanout ( ) const
inline

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

◆ explicit_region_routing()

bool bgs::protocol::BGSMethodOptions::explicit_region_routing ( ) const
inline

Definition at line 615 of file method_options.pb.h.

◆ forward_key()

const ::std::string & bgs::protocol::BGSMethodOptions::forward_key ( ) const
inline

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

+ Here is the caller graph for this function:

◆ forward_key_proto_file()

const ::std::string & bgs::protocol::BGSMethodOptions::forward_key_proto_file ( ) const
inline

Definition at line 690 of file method_options.pb.h.

+ Here is the caller graph for this function:

◆ GetCachedSize()

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

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

◆ GetMetadata()

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

◆ handle_destination_unreachable()

bool bgs::protocol::BGSMethodOptions::handle_destination_unreachable ( ) const
inline

Definition at line 515 of file method_options.pb.h.

◆ has_client_identity_routing()

bool bgs::protocol::BGSMethodOptions::has_client_identity_routing ( ) const
inline

Definition at line 277 of file method_options.pb.h.

◆ has_client_register_type()

bool bgs::protocol::BGSMethodOptions::has_client_register_type ( ) const
inline

Definition at line 650 of file method_options.pb.h.

◆ has_custom_region_resolver()

bool bgs::protocol::BGSMethodOptions::has_custom_region_resolver ( ) const
inline

Definition at line 526 of file method_options.pb.h.

◆ has_enable_fanout()

bool bgs::protocol::BGSMethodOptions::has_enable_fanout ( ) const
inline

Definition at line 302 of file method_options.pb.h.

◆ has_explicit_region_routing()

bool bgs::protocol::BGSMethodOptions::has_explicit_region_routing ( ) const
inline

Definition at line 602 of file method_options.pb.h.

◆ has_forward_key()

bool bgs::protocol::BGSMethodOptions::has_forward_key ( ) const
inline

Definition at line 402 of file method_options.pb.h.

◆ has_forward_key_proto_file()

bool bgs::protocol::BGSMethodOptions::has_forward_key_proto_file ( ) const
inline

Definition at line 675 of file method_options.pb.h.

◆ has_handle_destination_unreachable()

bool bgs::protocol::BGSMethodOptions::has_handle_destination_unreachable ( ) const
inline

Definition at line 502 of file method_options.pb.h.

◆ has_id()

bool bgs::protocol::BGSMethodOptions::has_id ( ) const
inline

Definition at line 253 of file method_options.pb.h.

◆ has_idempotent()

bool bgs::protocol::BGSMethodOptions::has_idempotent ( ) const
inline

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

◆ has_legacy_fanout_replacement()

bool bgs::protocol::BGSMethodOptions::has_legacy_fanout_replacement ( ) const
inline

Definition at line 326 of file method_options.pb.h.

◆ has_obsolete()

bool bgs::protocol::BGSMethodOptions::has_obsolete ( ) const
inline

Definition at line 626 of file method_options.pb.h.

◆ id()

google::protobuf::uint32 bgs::protocol::BGSMethodOptions::id ( ) const
inline

Definition at line 266 of file method_options.pb.h.

◆ idempotent()

bool bgs::protocol::BGSMethodOptions::idempotent ( ) const
inline

Definition at line 491 of file method_options.pb.h.

◆ InitAsDefaultInstance()

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

◆ legacy_fanout_replacement()

const ::std::string & bgs::protocol::BGSMethodOptions::legacy_fanout_replacement ( ) const
inline

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

+ Here is the caller graph for this function:

◆ mutable_custom_region_resolver()

std::string * bgs::protocol::BGSMethodOptions::mutable_custom_region_resolver ( )
inline

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

+ Here is the call graph for this function:

◆ mutable_forward_key()

std::string * bgs::protocol::BGSMethodOptions::mutable_forward_key ( )
inline

Definition at line 445 of file method_options.pb.h.

+ Here is the call graph for this function:

◆ mutable_forward_key_proto_file()

std::string * bgs::protocol::BGSMethodOptions::mutable_forward_key_proto_file ( )
inline

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

+ Here is the call graph for this function:

◆ mutable_legacy_fanout_replacement()

std::string * bgs::protocol::BGSMethodOptions::mutable_legacy_fanout_replacement ( )
inline

Definition at line 369 of file method_options.pb.h.

+ Here is the call graph for this function:

◆ mutable_unknown_fields()

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

Definition at line 61 of file method_options.pb.h.

◆ New()

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

◆ obsolete()

bool bgs::protocol::BGSMethodOptions::obsolete ( ) const
inline

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

◆ operator=()

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

Definition at line 52 of file method_options.pb.h.

◆ release_custom_region_resolver()

std::string * bgs::protocol::BGSMethodOptions::release_custom_region_resolver ( )
inline

Definition at line 577 of file method_options.pb.h.

+ Here is the call graph for this function:

◆ release_forward_key()

std::string * bgs::protocol::BGSMethodOptions::release_forward_key ( )
inline

Definition at line 453 of file method_options.pb.h.

+ Here is the call graph for this function:

◆ release_forward_key_proto_file()

std::string * bgs::protocol::BGSMethodOptions::release_forward_key_proto_file ( )
inline

Definition at line 726 of file method_options.pb.h.

+ Here is the call graph for this function:

◆ release_legacy_fanout_replacement()

std::string * bgs::protocol::BGSMethodOptions::release_legacy_fanout_replacement ( )
inline

Definition at line 377 of file method_options.pb.h.

+ Here is the call graph for this function:

◆ set_allocated_custom_region_resolver()

void bgs::protocol::BGSMethodOptions::set_allocated_custom_region_resolver ( ::std::string *  custom_region_resolver)
inline

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

+ Here is the call graph for this function:

◆ set_allocated_forward_key()

void bgs::protocol::BGSMethodOptions::set_allocated_forward_key ( ::std::string *  forward_key)
inline

Definition at line 463 of file method_options.pb.h.

+ Here is the call graph for this function:

◆ set_allocated_forward_key_proto_file()

void bgs::protocol::BGSMethodOptions::set_allocated_forward_key_proto_file ( ::std::string *  forward_key_proto_file)
inline

Definition at line 736 of file method_options.pb.h.

+ Here is the call graph for this function:

◆ set_allocated_legacy_fanout_replacement()

void bgs::protocol::BGSMethodOptions::set_allocated_legacy_fanout_replacement ( ::std::string *  legacy_fanout_replacement)
inline

Definition at line 387 of file method_options.pb.h.

+ Here is the call graph for this function:

◆ set_client_identity_routing()

void bgs::protocol::BGSMethodOptions::set_client_identity_routing ( ::bgs::protocol::ClientIdentityRoutingType  value)
inline

Definition at line 294 of file method_options.pb.h.

+ Here is the call graph for this function:

◆ set_client_register_type()

void bgs::protocol::BGSMethodOptions::set_client_register_type ( ::bgs::protocol::ClientRegisterMethodType  value)
inline

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

+ Here is the call graph for this function:

◆ set_custom_region_resolver() [1/3]

void bgs::protocol::BGSMethodOptions::set_custom_region_resolver ( const ::std::string &  value)
inline

Definition at line 545 of file method_options.pb.h.

+ Here is the call graph for this function:

◆ set_custom_region_resolver() [2/3]

void bgs::protocol::BGSMethodOptions::set_custom_region_resolver ( const char *  value)
inline

Definition at line 553 of file method_options.pb.h.

+ Here is the call graph for this function:

◆ set_custom_region_resolver() [3/3]

void bgs::protocol::BGSMethodOptions::set_custom_region_resolver ( const char *  value,
size_t  size 
)
inline

Definition at line 561 of file method_options.pb.h.

+ Here is the call graph for this function:

◆ set_enable_fanout()

void bgs::protocol::BGSMethodOptions::set_enable_fanout ( bool  value)
inline

Definition at line 319 of file method_options.pb.h.

+ Here is the call graph for this function:

◆ set_explicit_region_routing()

void bgs::protocol::BGSMethodOptions::set_explicit_region_routing ( bool  value)
inline

Definition at line 619 of file method_options.pb.h.

+ Here is the call graph for this function:

◆ set_forward_key() [1/3]

void bgs::protocol::BGSMethodOptions::set_forward_key ( const ::std::string &  value)
inline

Definition at line 421 of file method_options.pb.h.

+ Here is the call graph for this function:

◆ set_forward_key() [2/3]

void bgs::protocol::BGSMethodOptions::set_forward_key ( const char *  value)
inline

Definition at line 429 of file method_options.pb.h.

+ Here is the call graph for this function:

◆ set_forward_key() [3/3]

void bgs::protocol::BGSMethodOptions::set_forward_key ( const char *  value,
size_t  size 
)
inline

Definition at line 437 of file method_options.pb.h.

+ Here is the call graph for this function:

◆ set_forward_key_proto_file() [1/3]

void bgs::protocol::BGSMethodOptions::set_forward_key_proto_file ( const ::std::string &  value)
inline

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

+ Here is the call graph for this function:

◆ set_forward_key_proto_file() [2/3]

void bgs::protocol::BGSMethodOptions::set_forward_key_proto_file ( const char *  value)
inline

Definition at line 702 of file method_options.pb.h.

+ Here is the call graph for this function:

◆ set_forward_key_proto_file() [3/3]

void bgs::protocol::BGSMethodOptions::set_forward_key_proto_file ( const char *  value,
size_t  size 
)
inline

Definition at line 710 of file method_options.pb.h.

+ Here is the call graph for this function:

◆ set_handle_destination_unreachable()

void bgs::protocol::BGSMethodOptions::set_handle_destination_unreachable ( bool  value)
inline

Definition at line 519 of file method_options.pb.h.

+ Here is the call graph for this function:

◆ set_has_client_identity_routing()

void bgs::protocol::BGSMethodOptions::set_has_client_identity_routing ( )
inlineprivate

Definition at line 280 of file method_options.pb.h.

+ Here is the caller graph for this function:

◆ set_has_client_register_type()

void bgs::protocol::BGSMethodOptions::set_has_client_register_type ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ set_has_custom_region_resolver()

void bgs::protocol::BGSMethodOptions::set_has_custom_region_resolver ( )
inlineprivate

Definition at line 529 of file method_options.pb.h.

+ Here is the caller graph for this function:

◆ set_has_enable_fanout()

void bgs::protocol::BGSMethodOptions::set_has_enable_fanout ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ set_has_explicit_region_routing()

void bgs::protocol::BGSMethodOptions::set_has_explicit_region_routing ( )
inlineprivate

Definition at line 605 of file method_options.pb.h.

+ Here is the caller graph for this function:

◆ set_has_forward_key()

void bgs::protocol::BGSMethodOptions::set_has_forward_key ( )
inlineprivate

Definition at line 405 of file method_options.pb.h.

+ Here is the caller graph for this function:

◆ set_has_forward_key_proto_file()

void bgs::protocol::BGSMethodOptions::set_has_forward_key_proto_file ( )
inlineprivate

Definition at line 678 of file method_options.pb.h.

+ Here is the caller graph for this function:

◆ set_has_handle_destination_unreachable()

void bgs::protocol::BGSMethodOptions::set_has_handle_destination_unreachable ( )
inlineprivate

Definition at line 505 of file method_options.pb.h.

+ Here is the caller graph for this function:

◆ set_has_id()

void bgs::protocol::BGSMethodOptions::set_has_id ( )
inlineprivate

Definition at line 256 of file method_options.pb.h.

+ Here is the caller graph for this function:

◆ set_has_idempotent()

void bgs::protocol::BGSMethodOptions::set_has_idempotent ( )
inlineprivate

Definition at line 481 of file method_options.pb.h.

+ Here is the caller graph for this function:

◆ set_has_legacy_fanout_replacement()

void bgs::protocol::BGSMethodOptions::set_has_legacy_fanout_replacement ( )
inlineprivate

Definition at line 329 of file method_options.pb.h.

+ Here is the caller graph for this function:

◆ set_has_obsolete()

void bgs::protocol::BGSMethodOptions::set_has_obsolete ( )
inlineprivate

Definition at line 629 of file method_options.pb.h.

+ Here is the caller graph for this function:

◆ set_id()

void bgs::protocol::BGSMethodOptions::set_id ( ::google::protobuf::uint32  value)
inline

Definition at line 270 of file method_options.pb.h.

+ Here is the call graph for this function:

◆ set_idempotent()

void bgs::protocol::BGSMethodOptions::set_idempotent ( bool  value)
inline

Definition at line 495 of file method_options.pb.h.

+ Here is the call graph for this function:

◆ set_legacy_fanout_replacement() [1/3]

void bgs::protocol::BGSMethodOptions::set_legacy_fanout_replacement ( const ::std::string &  value)
inline

Definition at line 345 of file method_options.pb.h.

+ Here is the call graph for this function:

◆ set_legacy_fanout_replacement() [2/3]

void bgs::protocol::BGSMethodOptions::set_legacy_fanout_replacement ( const char *  value)
inline

Definition at line 353 of file method_options.pb.h.

+ Here is the call graph for this function:

◆ set_legacy_fanout_replacement() [3/3]

void bgs::protocol::BGSMethodOptions::set_legacy_fanout_replacement ( const char *  value,
size_t  size 
)
inline

Definition at line 361 of file method_options.pb.h.

+ Here is the call graph for this function:

◆ set_obsolete()

void bgs::protocol::BGSMethodOptions::set_obsolete ( bool  value)
inline

Definition at line 643 of file method_options.pb.h.

+ Here is the call graph for this function:

◆ SetCachedSize()

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

◆ SharedCtor()

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

◆ SharedDtor()

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

◆ Swap()

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

◆ unknown_fields()

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

Definition at line 57 of file method_options.pb.h.

Friends And Related Function Documentation

◆ protobuf_AddDesc_global_5fextensions_2fmethod_5foptions_2eproto

void TC_PROTO_API protobuf_AddDesc_global_5fextensions_2fmethod_5foptions_2eproto ( )
friend

◆ protobuf_AssignDesc_global_5fextensions_2fmethod_5foptions_2eproto

void protobuf_AssignDesc_global_5fextensions_2fmethod_5foptions_2eproto ( )
friend

◆ protobuf_ShutdownFile_global_5fextensions_2fmethod_5foptions_2eproto

void protobuf_ShutdownFile_global_5fextensions_2fmethod_5foptions_2eproto ( )
friend

Member Data Documentation

◆ _cached_size_

int bgs::protocol::BGSMethodOptions::_cached_size_
mutableprivate

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

◆ _has_bits_

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

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

◆ _unknown_fields_

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

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

◆ client_identity_routing_

int bgs::protocol::BGSMethodOptions::client_identity_routing_
private

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

◆ client_register_type_

int bgs::protocol::BGSMethodOptions::client_register_type_
private

Definition at line 231 of file method_options.pb.h.

◆ custom_region_resolver_

::std::string* bgs::protocol::BGSMethodOptions::custom_region_resolver_
private

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

◆ default_instance_

BGSMethodOptions* bgs::protocol::BGSMethodOptions::default_instance_
staticprivate

Definition at line 237 of file method_options.pb.h.

◆ enable_fanout_

bool bgs::protocol::BGSMethodOptions::enable_fanout_
private

Definition at line 224 of file method_options.pb.h.

◆ explicit_region_routing_

bool bgs::protocol::BGSMethodOptions::explicit_region_routing_
private

Definition at line 227 of file method_options.pb.h.

◆ forward_key_

::std::string* bgs::protocol::BGSMethodOptions::forward_key_
private

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

◆ forward_key_proto_file_

::std::string* bgs::protocol::BGSMethodOptions::forward_key_proto_file_
private

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

◆ handle_destination_unreachable_

bool bgs::protocol::BGSMethodOptions::handle_destination_unreachable_
private

Definition at line 226 of file method_options.pb.h.

◆ id_

::google::protobuf::uint32 bgs::protocol::BGSMethodOptions::id_
private

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

◆ idempotent_

bool bgs::protocol::BGSMethodOptions::idempotent_
private

Definition at line 225 of file method_options.pb.h.

◆ kClientIdentityRoutingFieldNumber

const int bgs::protocol::BGSMethodOptions::kClientIdentityRoutingFieldNumber = 2
static

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

◆ kClientRegisterTypeFieldNumber

const int bgs::protocol::BGSMethodOptions::kClientRegisterTypeFieldNumber = 11
static

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

◆ kCustomRegionResolverFieldNumber

const int bgs::protocol::BGSMethodOptions::kCustomRegionResolverFieldNumber = 8
static

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

◆ kEnableFanoutFieldNumber

const int bgs::protocol::BGSMethodOptions::kEnableFanoutFieldNumber = 3
static

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

◆ kExplicitRegionRoutingFieldNumber

const int bgs::protocol::BGSMethodOptions::kExplicitRegionRoutingFieldNumber = 9
static

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

◆ kForwardKeyFieldNumber

const int bgs::protocol::BGSMethodOptions::kForwardKeyFieldNumber = 5
static

Definition at line 121 of file method_options.pb.h.

◆ kForwardKeyProtoFileFieldNumber

const int bgs::protocol::BGSMethodOptions::kForwardKeyProtoFileFieldNumber = 12
static

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

◆ kHandleDestinationUnreachableFieldNumber

const int bgs::protocol::BGSMethodOptions::kHandleDestinationUnreachableFieldNumber = 7
static

Definition at line 140 of file method_options.pb.h.

◆ kIdempotentFieldNumber

const int bgs::protocol::BGSMethodOptions::kIdempotentFieldNumber = 6
static

Definition at line 133 of file method_options.pb.h.

◆ kIdFieldNumber

const int bgs::protocol::BGSMethodOptions::kIdFieldNumber = 1
static

Definition at line 88 of file method_options.pb.h.

◆ kLegacyFanoutReplacementFieldNumber

const int bgs::protocol::BGSMethodOptions::kLegacyFanoutReplacementFieldNumber = 4
static

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

◆ kObsoleteFieldNumber

const int bgs::protocol::BGSMethodOptions::kObsoleteFieldNumber = 10
static

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

◆ legacy_fanout_replacement_

::std::string* bgs::protocol::BGSMethodOptions::legacy_fanout_replacement_
private

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

◆ obsolete_

bool bgs::protocol::BGSMethodOptions::obsolete_
private

Definition at line 228 of file method_options.pb.h.


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