![]() |
TrinityCore
|
#include <rpc_config.pb.h>
Inheritance diagram for bgs::protocol::config::RPCMethodConfig:Public Member Functions | |
| RPCMethodConfig () | |
| virtual | ~RPCMethodConfig () |
| RPCMethodConfig (const RPCMethodConfig &from) | |
| RPCMethodConfig & | operator= (const RPCMethodConfig &from) |
| const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
| inline ::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
| void | Swap (RPCMethodConfig *other) |
| RPCMethodConfig * | New () const |
| int | GetCachedSize () const |
| ::google::protobuf::Metadata | GetMetadata () const |
| bool | has_service_name () const PROTOBUF_DEPRECATED |
| void | clear_service_name () PROTOBUF_DEPRECATED |
| const ::std::string & | service_name () const PROTOBUF_DEPRECATED |
| void | set_service_name (const ::std::string &value) PROTOBUF_DEPRECATED |
| void | set_service_name (const char *value) PROTOBUF_DEPRECATED |
| void | set_service_name (const char *value, size_t size) PROTOBUF_DEPRECATED |
| inline ::std::string * | mutable_service_name () PROTOBUF_DEPRECATED |
| inline ::std::string * | release_service_name () PROTOBUF_DEPRECATED |
| void | set_allocated_service_name (::std::string *service_name) PROTOBUF_DEPRECATED |
| bool | has_method_name () const PROTOBUF_DEPRECATED |
| void | clear_method_name () PROTOBUF_DEPRECATED |
| const ::std::string & | method_name () const PROTOBUF_DEPRECATED |
| void | set_method_name (const ::std::string &value) PROTOBUF_DEPRECATED |
| void | set_method_name (const char *value) PROTOBUF_DEPRECATED |
| void | set_method_name (const char *value, size_t size) PROTOBUF_DEPRECATED |
| inline ::std::string * | mutable_method_name () PROTOBUF_DEPRECATED |
| inline ::std::string * | release_method_name () PROTOBUF_DEPRECATED |
| void | set_allocated_method_name (::std::string *method_name) PROTOBUF_DEPRECATED |
| bool | has_fixed_call_cost () const |
| void | clear_fixed_call_cost () |
| inline ::google::protobuf::uint32 | fixed_call_cost () const |
| void | set_fixed_call_cost (::google::protobuf::uint32 value) |
| bool | has_fixed_packet_size () const |
| void | clear_fixed_packet_size () |
| inline ::google::protobuf::uint32 | fixed_packet_size () const |
| void | set_fixed_packet_size (::google::protobuf::uint32 value) |
| bool | has_variable_multiplier () const |
| void | clear_variable_multiplier () |
| float | variable_multiplier () const |
| void | set_variable_multiplier (float value) |
| bool | has_multiplier () const |
| void | clear_multiplier () |
| float | multiplier () const |
| void | set_multiplier (float value) |
| bool | has_rate_limit_count () const |
| void | clear_rate_limit_count () |
| inline ::google::protobuf::uint32 | rate_limit_count () const |
| void | set_rate_limit_count (::google::protobuf::uint32 value) |
| bool | has_rate_limit_seconds () const |
| void | clear_rate_limit_seconds () |
| inline ::google::protobuf::uint32 | rate_limit_seconds () const |
| void | set_rate_limit_seconds (::google::protobuf::uint32 value) |
| bool | has_max_packet_size () const |
| void | clear_max_packet_size () |
| inline ::google::protobuf::uint32 | max_packet_size () const |
| void | set_max_packet_size (::google::protobuf::uint32 value) |
| bool | has_max_encoded_size () const |
| void | clear_max_encoded_size () |
| inline ::google::protobuf::uint32 | max_encoded_size () const |
| void | set_max_encoded_size (::google::protobuf::uint32 value) |
| bool | has_timeout () const |
| void | clear_timeout () |
| float | timeout () const |
| void | set_timeout (float value) |
| bool | has_cap_balance () const |
| void | clear_cap_balance () |
| inline ::google::protobuf::uint32 | cap_balance () const |
| void | set_cap_balance (::google::protobuf::uint32 value) |
| bool | has_income_per_second () const |
| void | clear_income_per_second () |
| float | income_per_second () const |
| void | set_income_per_second (float value) |
| bool | has_service_hash () const |
| void | clear_service_hash () |
| inline ::google::protobuf::uint32 | service_hash () const |
| void | set_service_hash (::google::protobuf::uint32 value) |
| bool | has_method_id () const |
| void | clear_method_id () |
| inline ::google::protobuf::uint32 | method_id () const |
| void | set_method_id (::google::protobuf::uint32 value) |
Static Public Member Functions | |
| static const ::google::protobuf::Descriptor * | descriptor () |
| static const RPCMethodConfig & | default_instance () |
Static Public Attributes | |
| static const int | kServiceNameFieldNumber = 1 |
| static const int | kMethodNameFieldNumber = 2 |
| static const int | kFixedCallCostFieldNumber = 3 |
| static const int | kFixedPacketSizeFieldNumber = 4 |
| static const int | kVariableMultiplierFieldNumber = 5 |
| static const int | kMultiplierFieldNumber = 6 |
| static const int | kRateLimitCountFieldNumber = 7 |
| static const int | kRateLimitSecondsFieldNumber = 8 |
| static const int | kMaxPacketSizeFieldNumber = 9 |
| static const int | kMaxEncodedSizeFieldNumber = 10 |
| static const int | kTimeoutFieldNumber = 11 |
| static const int | kCapBalanceFieldNumber = 12 |
| static const int | kIncomePerSecondFieldNumber = 13 |
| static const int | kServiceHashFieldNumber = 14 |
| static const int | kMethodIdFieldNumber = 15 |
Private Attributes | |
| ::google::protobuf::UnknownFieldSet | _unknown_fields_ |
| ::google::protobuf::uint32 | _has_bits_ [1] |
| int | _cached_size_ |
| ::std::string * | service_name_ |
| ::std::string * | method_name_ |
| ::google::protobuf::uint32 | fixed_call_cost_ |
| ::google::protobuf::uint32 | fixed_packet_size_ |
| float | variable_multiplier_ |
| float | multiplier_ |
| ::google::protobuf::uint32 | rate_limit_count_ |
| ::google::protobuf::uint32 | rate_limit_seconds_ |
| ::google::protobuf::uint32 | max_packet_size_ |
| ::google::protobuf::uint32 | max_encoded_size_ |
| float | timeout_ |
| ::google::protobuf::uint32 | cap_balance_ |
| float | income_per_second_ |
| ::google::protobuf::uint32 | service_hash_ |
| ::google::protobuf::uint32 | method_id_ |
Static Private Attributes | |
| static RPCMethodConfig * | default_instance_ |
Friends | |
| void TC_PROTO_API | protobuf_AddDesc_rpc_5fconfig_2eproto () |
| void | protobuf_AssignDesc_rpc_5fconfig_2eproto () |
| void | protobuf_ShutdownFile_rpc_5fconfig_2eproto () |
Definition at line 44 of file rpc_config.pb.h.
| bgs::protocol::config::RPCMethodConfig::RPCMethodConfig | ( | ) |
|
virtual |
| bgs::protocol::config::RPCMethodConfig::RPCMethodConfig | ( | const RPCMethodConfig & | from | ) |
|
inline |
Definition at line 757 of file rpc_config.pb.h.
|
inline |
Definition at line 753 of file rpc_config.pb.h.
|
inline |
Definition at line 537 of file rpc_config.pb.h.
|
inline |
Definition at line 561 of file rpc_config.pb.h.
|
inlineprivate |
Definition at line 750 of file rpc_config.pb.h.
|
inlineprivate |
Definition at line 534 of file rpc_config.pb.h.
|
inlineprivate |
Definition at line 558 of file rpc_config.pb.h.
|
inlineprivate |
Definition at line 774 of file rpc_config.pb.h.
|
inlineprivate |
Definition at line 702 of file rpc_config.pb.h.
|
inlineprivate |
Definition at line 678 of file rpc_config.pb.h.
|
inlineprivate |
Definition at line 822 of file rpc_config.pb.h.
|
inlineprivate |
Definition at line 458 of file rpc_config.pb.h.
|
inlineprivate |
Definition at line 606 of file rpc_config.pb.h.
|
inlineprivate |
Definition at line 630 of file rpc_config.pb.h.
|
inlineprivate |
Definition at line 654 of file rpc_config.pb.h.
|
inlineprivate |
Definition at line 798 of file rpc_config.pb.h.
|
inlineprivate |
Definition at line 382 of file rpc_config.pb.h.
|
inlineprivate |
Definition at line 726 of file rpc_config.pb.h.
|
inlineprivate |
Definition at line 582 of file rpc_config.pb.h.
|
inline |
Definition at line 777 of file rpc_config.pb.h.
|
inline |
Definition at line 705 of file rpc_config.pb.h.
|
inline |
Definition at line 681 of file rpc_config.pb.h.
|
inline |
Definition at line 825 of file rpc_config.pb.h.
|
inline |
Definition at line 461 of file rpc_config.pb.h.
|
inline |
Definition at line 609 of file rpc_config.pb.h.
|
inline |
Definition at line 633 of file rpc_config.pb.h.
|
inline |
Definition at line 657 of file rpc_config.pb.h.
|
inline |
Definition at line 801 of file rpc_config.pb.h.
|
inline |
Definition at line 385 of file rpc_config.pb.h.
|
inline |
Definition at line 729 of file rpc_config.pb.h.
|
inline |
Definition at line 585 of file rpc_config.pb.h.
|
static |
|
static |
|
inline |
Definition at line 541 of file rpc_config.pb.h.
|
inline |
Definition at line 565 of file rpc_config.pb.h.
|
inline |
Definition at line 72 of file rpc_config.pb.h.
| ::google::protobuf::Metadata bgs::protocol::config::RPCMethodConfig::GetMetadata | ( | ) | const |
|
inline |
Definition at line 744 of file rpc_config.pb.h.
|
inline |
Definition at line 528 of file rpc_config.pb.h.
|
inline |
Definition at line 552 of file rpc_config.pb.h.
|
inline |
Definition at line 768 of file rpc_config.pb.h.
|
inline |
Definition at line 696 of file rpc_config.pb.h.
|
inline |
Definition at line 672 of file rpc_config.pb.h.
|
inline |
Definition at line 816 of file rpc_config.pb.h.
|
inline |
Definition at line 452 of file rpc_config.pb.h.
|
inline |
Definition at line 600 of file rpc_config.pb.h.
|
inline |
Definition at line 624 of file rpc_config.pb.h.
|
inline |
Definition at line 648 of file rpc_config.pb.h.
|
inline |
Definition at line 792 of file rpc_config.pb.h.
|
inline |
Definition at line 376 of file rpc_config.pb.h.
|
inline |
Definition at line 720 of file rpc_config.pb.h.
|
inline |
Definition at line 576 of file rpc_config.pb.h.
|
inline |
Definition at line 781 of file rpc_config.pb.h.
|
private |
|
inline |
Definition at line 709 of file rpc_config.pb.h.
|
inline |
Definition at line 685 of file rpc_config.pb.h.
|
inline |
Definition at line 829 of file rpc_config.pb.h.
|
inline |
Definition at line 467 of file rpc_config.pb.h.
|
inline |
Definition at line 613 of file rpc_config.pb.h.
|
inline |
Definition at line 495 of file rpc_config.pb.h.
|
inline |
Definition at line 419 of file rpc_config.pb.h.
|
inline |
Definition at line 60 of file rpc_config.pb.h.
| RPCMethodConfig * bgs::protocol::config::RPCMethodConfig::New | ( | ) | const |
|
inline |
Definition at line 51 of file rpc_config.pb.h.
|
inline |
Definition at line 637 of file rpc_config.pb.h.
|
inline |
Definition at line 661 of file rpc_config.pb.h.
|
inline |
Definition at line 503 of file rpc_config.pb.h.
|
inline |
Definition at line 427 of file rpc_config.pb.h.
|
inline |
Definition at line 805 of file rpc_config.pb.h.
|
inline |
Definition at line 391 of file rpc_config.pb.h.
|
inline |
Definition at line 513 of file rpc_config.pb.h.
|
inline |
Definition at line 437 of file rpc_config.pb.h.
|
inline |
Definition at line 761 of file rpc_config.pb.h.
|
inline |
Definition at line 545 of file rpc_config.pb.h.
|
inline |
Definition at line 569 of file rpc_config.pb.h.
|
inlineprivate |
Definition at line 747 of file rpc_config.pb.h.
|
inlineprivate |
Definition at line 531 of file rpc_config.pb.h.
|
inlineprivate |
Definition at line 555 of file rpc_config.pb.h.
|
inlineprivate |
Definition at line 771 of file rpc_config.pb.h.
|
inlineprivate |
Definition at line 699 of file rpc_config.pb.h.
|
inlineprivate |
Definition at line 675 of file rpc_config.pb.h.
|
inlineprivate |
Definition at line 819 of file rpc_config.pb.h.
|
inlineprivate |
Definition at line 455 of file rpc_config.pb.h.
|
inlineprivate |
Definition at line 603 of file rpc_config.pb.h.
|
inlineprivate |
Definition at line 627 of file rpc_config.pb.h.
|
inlineprivate |
Definition at line 651 of file rpc_config.pb.h.
|
inlineprivate |
Definition at line 795 of file rpc_config.pb.h.
|
inlineprivate |
Definition at line 379 of file rpc_config.pb.h.
|
inlineprivate |
Definition at line 723 of file rpc_config.pb.h.
|
inlineprivate |
Definition at line 579 of file rpc_config.pb.h.
|
inline |
Definition at line 785 of file rpc_config.pb.h.
|
inline |
Definition at line 713 of file rpc_config.pb.h.
|
inline |
Definition at line 689 of file rpc_config.pb.h.
|
inline |
Definition at line 833 of file rpc_config.pb.h.
|
inline |
Definition at line 471 of file rpc_config.pb.h.
|
inline |
Definition at line 479 of file rpc_config.pb.h.
|
inline |
Definition at line 487 of file rpc_config.pb.h.
|
inline |
Definition at line 617 of file rpc_config.pb.h.
|
inline |
Definition at line 641 of file rpc_config.pb.h.
|
inline |
Definition at line 665 of file rpc_config.pb.h.
|
inline |
Definition at line 809 of file rpc_config.pb.h.
|
inline |
Definition at line 395 of file rpc_config.pb.h.
|
inline |
Definition at line 403 of file rpc_config.pb.h.
|
inline |
Definition at line 411 of file rpc_config.pb.h.
|
inline |
Definition at line 737 of file rpc_config.pb.h.
|
inline |
Definition at line 593 of file rpc_config.pb.h.
|
private |
|
private |
|
private |
| void bgs::protocol::config::RPCMethodConfig::Swap | ( | RPCMethodConfig * | other | ) |
|
inline |
Definition at line 733 of file rpc_config.pb.h.
|
inline |
Definition at line 56 of file rpc_config.pb.h.
|
inline |
Definition at line 589 of file rpc_config.pb.h.
|
friend |
|
friend |
|
friend |
|
mutableprivate |
Definition at line 235 of file rpc_config.pb.h.
|
private |
Definition at line 234 of file rpc_config.pb.h.
|
private |
Definition at line 232 of file rpc_config.pb.h.
|
private |
Definition at line 247 of file rpc_config.pb.h.
|
staticprivate |
Definition at line 256 of file rpc_config.pb.h.
|
private |
Definition at line 238 of file rpc_config.pb.h.
|
private |
Definition at line 239 of file rpc_config.pb.h.
|
private |
Definition at line 248 of file rpc_config.pb.h.
|
static |
Definition at line 174 of file rpc_config.pb.h.
|
static |
Definition at line 111 of file rpc_config.pb.h.
|
static |
Definition at line 118 of file rpc_config.pb.h.
|
static |
Definition at line 181 of file rpc_config.pb.h.
|
static |
Definition at line 160 of file rpc_config.pb.h.
|
static |
Definition at line 153 of file rpc_config.pb.h.
|
static |
Definition at line 195 of file rpc_config.pb.h.
|
static |
Definition at line 99 of file rpc_config.pb.h.
|
static |
Definition at line 132 of file rpc_config.pb.h.
|
static |
Definition at line 139 of file rpc_config.pb.h.
|
static |
Definition at line 146 of file rpc_config.pb.h.
|
static |
Definition at line 188 of file rpc_config.pb.h.
|
static |
Definition at line 87 of file rpc_config.pb.h.
|
static |
Definition at line 167 of file rpc_config.pb.h.
|
static |
Definition at line 125 of file rpc_config.pb.h.
|
private |
Definition at line 245 of file rpc_config.pb.h.
|
private |
Definition at line 244 of file rpc_config.pb.h.
|
private |
Definition at line 250 of file rpc_config.pb.h.
|
private |
Definition at line 237 of file rpc_config.pb.h.
|
private |
Definition at line 241 of file rpc_config.pb.h.
|
private |
Definition at line 242 of file rpc_config.pb.h.
|
private |
Definition at line 243 of file rpc_config.pb.h.
|
private |
Definition at line 249 of file rpc_config.pb.h.
|
private |
Definition at line 236 of file rpc_config.pb.h.
|
private |
Definition at line 246 of file rpc_config.pb.h.
|
private |
Definition at line 240 of file rpc_config.pb.h.