#include <bin/failure_reporter/config.pb.h>
Public Types | |
enum | : int { kLogDirFieldNumber = 9 , kServiceNameFieldNumber = 12 , kServiceResultFieldNumber = 13 , kAppFieldNumber = 1 , kInterprocessFieldNumber = 2 , kErrorCodeFieldNumber = 11 , kStateFieldNumber = 10 , kNumAttemptsFieldNumber = 14 } |
typedef FailureReporter_State | State |
Public Member Functions | |
FailureReporter () | |
~FailureReporter () override | |
PROTOBUF_CONSTEXPR | FailureReporter (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized) |
FailureReporter (const FailureReporter &from) | |
FailureReporter (FailureReporter &&from) noexcept | |
FailureReporter & | operator= (const FailureReporter &from) |
FailureReporter & | operator= (FailureReporter &&from) noexcept |
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & | unknown_fields () const |
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (FailureReporter *other) |
void | UnsafeArenaSwap (FailureReporter *other) |
FailureReporter * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final |
void | CopyFrom (const FailureReporter &from) |
void | MergeFrom (const FailureReporter &from) |
PROTOBUF_ATTRIBUTE_REINITIALIZES void | Clear () final |
bool | IsInitialized () const final |
size_t | ByteSizeLong () const final |
const char * | _InternalParse (const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final |
uint8_t * | _InternalSerialize (uint8_t *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final |
int | GetCachedSize () const final |
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * | GetClassData () const final |
::PROTOBUF_NAMESPACE_ID::Metadata | GetMetadata () const final |
bool | has_log_dir () const |
void | clear_log_dir () |
const std::string & | log_dir () const |
template<typename ArgT0 = const std::string&, typename... ArgT> | |
void | set_log_dir (ArgT0 &&arg0, ArgT... args) |
std::string * | mutable_log_dir () |
PROTOBUF_NODISCARD std::string * | release_log_dir () |
void | set_allocated_log_dir (std::string *log_dir) |
bool | has_service_name () const |
void | clear_service_name () |
const std::string & | service_name () const |
template<typename ArgT0 = const std::string&, typename... ArgT> | |
void | set_service_name (ArgT0 &&arg0, ArgT... args) |
std::string * | mutable_service_name () |
PROTOBUF_NODISCARD std::string * | release_service_name () |
void | set_allocated_service_name (std::string *service_name) |
bool | has_service_result () const |
void | clear_service_result () |
const std::string & | service_result () const |
template<typename ArgT0 = const std::string&, typename... ArgT> | |
void | set_service_result (ArgT0 &&arg0, ArgT... args) |
std::string * | mutable_service_result () |
PROTOBUF_NODISCARD std::string * | release_service_result () |
void | set_allocated_service_result (std::string *service_result) |
bool | has_app () const |
void | clear_app () |
const ::goby::middleware::protobuf::AppConfig & | app () const |
PROTOBUF_NODISCARD::goby::middleware::protobuf::AppConfig * | release_app () |
::goby::middleware::protobuf::AppConfig * | mutable_app () |
void | set_allocated_app (::goby::middleware::protobuf::AppConfig *app) |
void | unsafe_arena_set_allocated_app (::goby::middleware::protobuf::AppConfig *app) |
::goby::middleware::protobuf::AppConfig * | unsafe_arena_release_app () |
bool | has_interprocess () const |
void | clear_interprocess () |
const ::goby::zeromq::protobuf::InterProcessPortalConfig & | interprocess () const |
PROTOBUF_NODISCARD::goby::zeromq::protobuf::InterProcessPortalConfig * | release_interprocess () |
::goby::zeromq::protobuf::InterProcessPortalConfig * | mutable_interprocess () |
void | set_allocated_interprocess (::goby::zeromq::protobuf::InterProcessPortalConfig *interprocess) |
void | unsafe_arena_set_allocated_interprocess (::goby::zeromq::protobuf::InterProcessPortalConfig *interprocess) |
::goby::zeromq::protobuf::InterProcessPortalConfig * | unsafe_arena_release_interprocess () |
bool | has_error_code () const |
void | clear_error_code () |
::jaiabot::protobuf::Error | error_code () const |
void | set_error_code (::jaiabot::protobuf::Error value) |
bool | has_state () const |
void | clear_state () |
::jaiabot::config::FailureReporter_State | state () const |
void | set_state (::jaiabot::config::FailureReporter_State value) |
bool | has_num_attempts () const |
void | clear_num_attempts () |
int32_t | num_attempts () const |
void | set_num_attempts (int32_t value) |
template<typename ArgT0 , typename... ArgT> | |
PROTOBUF_ALWAYS_INLINE void | set_log_dir (ArgT0 &&arg0, ArgT... args) |
template<typename ArgT0 , typename... ArgT> | |
PROTOBUF_ALWAYS_INLINE void | set_service_name (ArgT0 &&arg0, ArgT... args) |
template<typename ArgT0 , typename... ArgT> | |
PROTOBUF_ALWAYS_INLINE void | set_service_result (ArgT0 &&arg0, ArgT... args) |
Static Public Member Functions | |
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * | descriptor () |
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * | GetDescriptor () |
static const ::PROTOBUF_NAMESPACE_ID::Reflection * | GetReflection () |
static const FailureReporter & | default_instance () |
static const FailureReporter * | internal_default_instance () |
static bool | State_IsValid (int value) |
static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * | State_descriptor () |
template<typename T > | |
static const std::string & | State_Name (T enum_t_value) |
static bool | State_Parse (::PROTOBUF_NAMESPACE_ID::ConstStringParam name, State *value) |
Static Public Attributes | |
static constexpr int | kIndexInFileMessages |
static const ClassData | _class_data_ |
static constexpr State | START |
static constexpr State | STOP |
static constexpr State | State_MIN |
static constexpr State | State_MAX |
static constexpr int | State_ARRAYSIZE |
Protected Member Functions | |
FailureReporter (::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false) | |
Friends | |
class | ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata |
template<typename T > | |
class | ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper |
struct | ::TableStruct_bin_2ffailure_5freporter_2fconfig_2eproto |
void | swap (FailureReporter &a, FailureReporter &b) |
Definition at line 93 of file config.pb.h.
Definition at line 218 of file config.pb.h.
anonymous enum : int |
Enumerator | |
---|---|
kLogDirFieldNumber | |
kServiceNameFieldNumber | |
kServiceResultFieldNumber | |
kAppFieldNumber | |
kInterprocessFieldNumber | |
kErrorCodeFieldNumber | |
kStateFieldNumber | |
kNumAttemptsFieldNumber |
Definition at line 250 of file config.pb.h.
|
inline |
Definition at line 96 of file config.pb.h.
|
override |
|
explicit |
jaiabot::config::FailureReporter::FailureReporter | ( | const FailureReporter & | from | ) |
|
inlinenoexcept |
Definition at line 101 of file config.pb.h.
|
explicitprotected |
|
final |
|
final |
|
inline |
Definition at line 439 of file config.pb.h.
|
final |
|
final |
void jaiabot::config::FailureReporter::clear_app | ( | ) |
|
inline |
Definition at line 704 of file config.pb.h.
void jaiabot::config::FailureReporter::clear_interprocess | ( | ) |
|
inline |
Definition at line 607 of file config.pb.h.
|
inline |
Definition at line 869 of file config.pb.h.
|
inline |
Definition at line 733 of file config.pb.h.
|
inline |
Definition at line 801 of file config.pb.h.
|
inline |
Definition at line 675 of file config.pb.h.
void jaiabot::config::FailureReporter::CopyFrom | ( | const FailureReporter & | from | ) |
|
inlinestatic |
Definition at line 140 of file config.pb.h.
|
inlinestatic |
Definition at line 131 of file config.pb.h.
|
inline |
Definition at line 711 of file config.pb.h.
|
inlinefinal |
Definition at line 193 of file config.pb.h.
|
final |
|
inlinestatic |
Definition at line 134 of file config.pb.h.
|
final |
|
inlinestatic |
Definition at line 137 of file config.pb.h.
|
inline |
Definition at line 431 of file config.pb.h.
|
inline |
Definition at line 701 of file config.pb.h.
|
inline |
Definition at line 518 of file config.pb.h.
|
inline |
Definition at line 604 of file config.pb.h.
|
inline |
Definition at line 866 of file config.pb.h.
|
inline |
Definition at line 730 of file config.pb.h.
|
inline |
Definition at line 798 of file config.pb.h.
|
inline |
Definition at line 672 of file config.pb.h.
|
inlinestatic |
Definition at line 143 of file config.pb.h.
|
inline |
Definition at line 526 of file config.pb.h.
|
final |
|
inline |
Definition at line 611 of file config.pb.h.
|
inline |
Definition at line 180 of file config.pb.h.
|
inline |
Definition at line 486 of file config.pb.h.
|
inline |
Definition at line 573 of file config.pb.h.
|
inline |
Definition at line 622 of file config.pb.h.
|
inline |
Definition at line 748 of file config.pb.h.
|
inline |
Definition at line 816 of file config.pb.h.
|
inline |
Definition at line 127 of file config.pb.h.
|
inlinefinal |
Definition at line 174 of file config.pb.h.
|
inline |
Definition at line 876 of file config.pb.h.
|
inline |
Definition at line 106 of file config.pb.h.
|
inlinenoexcept |
Definition at line 110 of file config.pb.h.
|
inline |
Definition at line 456 of file config.pb.h.
|
inline |
Definition at line 543 of file config.pb.h.
|
inline |
Definition at line 638 of file config.pb.h.
|
inline |
Definition at line 764 of file config.pb.h.
|
inline |
Definition at line 832 of file config.pb.h.
|
inline |
Definition at line 737 of file config.pb.h.
|
inline |
Definition at line 805 of file config.pb.h.
|
inline |
Definition at line 491 of file config.pb.h.
|
inline |
Definition at line 578 of file config.pb.h.
|
inline |
Definition at line 652 of file config.pb.h.
|
inline |
Definition at line 778 of file config.pb.h.
|
inline |
Definition at line 846 of file config.pb.h.
|
inline |
Definition at line 720 of file config.pb.h.
void jaiabot::config::FailureReporter::set_log_dir | ( | ArgT0 && | arg0, |
ArgT... | args | ||
) |
|
inline |
Definition at line 617 of file config.pb.h.
|
inline |
Definition at line 884 of file config.pb.h.
void jaiabot::config::FailureReporter::set_service_name | ( | ArgT0 && | arg0, |
ArgT... | args | ||
) |
|
inline |
Definition at line 743 of file config.pb.h.
void jaiabot::config::FailureReporter::set_service_result | ( | ArgT0 && | arg0, |
ArgT... | args | ||
) |
|
inline |
Definition at line 811 of file config.pb.h.
|
inline |
Definition at line 691 of file config.pb.h.
|
inline |
Definition at line 682 of file config.pb.h.
|
inlinestatic |
Definition at line 233 of file config.pb.h.
|
inlinestatic |
Definition at line 223 of file config.pb.h.
|
inlinestatic |
Definition at line 237 of file config.pb.h.
|
inlinestatic |
Definition at line 243 of file config.pb.h.
|
inline |
Definition at line 153 of file config.pb.h.
|
inline |
Definition at line 124 of file config.pb.h.
|
inline |
Definition at line 471 of file config.pb.h.
|
inline |
Definition at line 558 of file config.pb.h.
|
inline |
Definition at line 443 of file config.pb.h.
|
inline |
Definition at line 530 of file config.pb.h.
|
inline |
Definition at line 166 of file config.pb.h.
|
friend |
Definition at line 396 of file config.pb.h.
|
friend |
Definition at line 202 of file config.pb.h.
|
friend |
Definition at line 412 of file config.pb.h.
|
friend |
Definition at line 150 of file config.pb.h.
|
static |
Definition at line 211 of file config.pb.h.
Impl_ jaiabot::config::FailureReporter::_impl_ |
Definition at line 411 of file config.pb.h.
|
staticconstexpr |
Definition at line 147 of file config.pb.h.
|
staticconstexpr |
Definition at line 219 of file config.pb.h.
|
staticconstexpr |
Definition at line 230 of file config.pb.h.
|
staticconstexpr |
Definition at line 228 of file config.pb.h.
|
staticconstexpr |
Definition at line 226 of file config.pb.h.
|
staticconstexpr |
Definition at line 221 of file config.pb.h.