4#ifndef GOOGLE_PROTOBUF_INCLUDED_bin_2ffailure_5freporter_2fconfig_2eproto
5#define GOOGLE_PROTOBUF_INCLUDED_bin_2ffailure_5freporter_2fconfig_2eproto
10#include <google/protobuf/port_def.inc>
11#if PROTOBUF_VERSION < 3021000
12#error This file was generated by a newer version of protoc which is
13#error incompatible with your Protocol Buffer headers. Please update
16#if 3021012 < PROTOBUF_MIN_PROTOC_VERSION
17#error This file was generated by an older version of protoc which is
18#error incompatible with your Protocol Buffer headers. Please
19#error regenerate this file with a newer version of protoc.
22#include <google/protobuf/port_undef.inc>
23#include <google/protobuf/io/coded_stream.h>
24#include <google/protobuf/arena.h>
25#include <google/protobuf/arenastring.h>
26#include <google/protobuf/generated_message_util.h>
27#include <google/protobuf/metadata_lite.h>
28#include <google/protobuf/generated_message_reflection.h>
29#include <google/protobuf/message.h>
30#include <google/protobuf/repeated_field.h>
31#include <google/protobuf/extension_set.h>
32#include <google/protobuf/generated_enum_reflection.h>
33#include <google/protobuf/unknown_field_set.h>
34#include "goby/middleware/protobuf/app_config.pb.h"
35#include "goby/zeromq/protobuf/interprocess_config.pb.h"
37#include <boost/units/quantity.hpp>
38#include <boost/units/absolute.hpp>
39#include <boost/units/dimensionless_type.hpp>
40#include <boost/units/make_scaled_unit.hpp>
42#include <google/protobuf/port_def.inc>
43#define PROTOBUF_INTERNAL_EXPORT_bin_2ffailure_5freporter_2fconfig_2eproto
44PROTOBUF_NAMESPACE_OPEN
48PROTOBUF_NAMESPACE_CLOSE
58struct FailureReporterDefaultTypeInternal;
62PROTOBUF_NAMESPACE_OPEN
64PROTOBUF_NAMESPACE_CLOSE
80 static_assert(::std::is_same<T, FailureReporter_State>::value ||
81 ::std::is_integral<T>::value,
82 "Incorrect type passed to function FailureReporter_State_Name.");
83 return ::PROTOBUF_NAMESPACE_ID::internal::NameOfEnum(
88 return ::PROTOBUF_NAMESPACE_ID::internal::ParseNamedEnum<FailureReporter_State>(
94 public ::PROTOBUF_NAMESPACE_ID::Message {
98 explicit PROTOBUF_CONSTEXPR
FailureReporter(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
103 *
this = ::std::move(from);
111 if (
this == &from)
return *
this;
112 if (GetOwningArena() == from.GetOwningArena()
113 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
114 && GetOwningArena() !=
nullptr
125 return _internal_metadata_.unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(::PROTOBUF_NAMESPACE_ID::UnknownFieldSet::default_instance);
128 return _internal_metadata_.mutable_unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>();
131 static const ::PROTOBUF_NAMESPACE_ID::Descriptor*
descriptor() {
154 if (other ==
this)
return;
155 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
156 if (GetOwningArena() !=
nullptr &&
157 GetOwningArena() == other->GetOwningArena()) {
159 if (GetOwningArena() == other->GetOwningArena()) {
163 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(
this, other);
167 if (other ==
this)
return;
168 GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
175 return CreateMaybeMessage<FailureReporter>(arena);
177 using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
179 using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
181 FailureReporter::MergeImpl(*
this, from);
184 static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg);
186 PROTOBUF_ATTRIBUTE_REINITIALIZES
void Clear() final;
192 uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
196 void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned);
198 void SetCachedSize(
int size)
const final;
202 friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
203 static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
204 return "jaiabot.config.FailureReporter";
208 bool is_message_owned =
false);
212 const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*
GetClassData() const final;
232 static inline const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor*
237 static inline const std::string&
State_Name(T enum_t_value) {
238 static_assert(::std::is_same<T, State>::value ||
239 ::std::is_integral<T>::value,
240 "Incorrect type passed to function State_Name.");
243 static inline bool State_Parse(::PROTOBUF_NAMESPACE_ID::ConstStringParam name,
263 bool _internal_has_log_dir()
const;
266 const std::string&
log_dir()
const;
267 template <
typename ArgT0 =
const std::string&,
typename... ArgT>
273 const std::string& _internal_log_dir()
const;
274 inline PROTOBUF_ALWAYS_INLINE
void _internal_set_log_dir(
const std::string& value);
275 std::string* _internal_mutable_log_dir();
281 bool _internal_has_service_name()
const;
285 template <
typename ArgT0 =
const std::string&,
typename... ArgT>
291 const std::string& _internal_service_name()
const;
292 inline PROTOBUF_ALWAYS_INLINE
void _internal_set_service_name(
const std::string& value);
293 std::string* _internal_mutable_service_name();
299 bool _internal_has_service_result()
const;
303 template <
typename ArgT0 =
const std::string&,
typename... ArgT>
309 const std::string& _internal_service_result()
const;
310 inline PROTOBUF_ALWAYS_INLINE
void _internal_set_service_result(
const std::string& value);
311 std::string* _internal_mutable_service_result();
317 bool _internal_has_app()
const;
320 const ::goby::middleware::protobuf::AppConfig&
app()
const;
321 PROTOBUF_NODISCARD ::goby::middleware::protobuf::AppConfig*
release_app();
322 ::goby::middleware::protobuf::AppConfig*
mutable_app();
325 const ::goby::middleware::protobuf::AppConfig& _internal_app()
const;
326 ::goby::middleware::protobuf::AppConfig* _internal_mutable_app();
329 ::goby::middleware::protobuf::AppConfig*
app);
335 bool _internal_has_interprocess()
const;
338 const ::goby::zeromq::protobuf::InterProcessPortalConfig&
interprocess()
const;
343 const ::goby::zeromq::protobuf::InterProcessPortalConfig& _internal_interprocess()
const;
344 ::goby::zeromq::protobuf::InterProcessPortalConfig* _internal_mutable_interprocess();
347 ::goby::zeromq::protobuf::InterProcessPortalConfig*
interprocess);
353 bool _internal_has_error_code()
const;
366 bool _internal_has_state()
const;
379 bool _internal_has_num_attempts()
const;
385 int32_t _internal_num_attempts()
const;
386 void _internal_set_num_attempts(int32_t value);
394 size_t RequiredFieldsByteSizeFallback()
const;
396 template <
typename T>
friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
397 typedef void InternalArenaConstructable_;
398 typedef void DestructorSkippable_;
400 ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_;
401 mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
402 ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr log_dir_;
403 ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr service_name_;
404 ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr service_result_;
405 ::goby::middleware::protobuf::AppConfig* app_;
406 ::goby::zeromq::protobuf::InterProcessPortalConfig* interprocess_;
409 int32_t num_attempts_;
412 friend struct ::TableStruct_bin_2ffailure_5freporter_2fconfig_2eproto;
420 #pragma GCC diagnostic push
421 #pragma GCC diagnostic ignored "-Wstrict-aliasing"
426inline bool FailureReporter::_internal_has_app()
const {
427 bool value = (
_impl_._has_bits_[0] & 0x00000008u) != 0;
428 PROTOBUF_ASSUME(!value ||
_impl_.app_ !=
nullptr);
432 return _internal_has_app();
434inline const ::goby::middleware::protobuf::AppConfig& FailureReporter::_internal_app()
const {
435 const ::goby::middleware::protobuf::AppConfig* p =
_impl_.app_;
436 return p !=
nullptr ? *p :
reinterpret_cast<const ::goby::middleware::protobuf::AppConfig&
>(
437 ::goby::middleware::protobuf::_AppConfig_default_instance_);
441 return _internal_app();
444 ::goby::middleware::protobuf::AppConfig*
app) {
445 if (GetArenaForAllocation() ==
nullptr) {
446 delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*
>(
_impl_.app_);
450 _impl_._has_bits_[0] |= 0x00000008u;
452 _impl_._has_bits_[0] &= ~0x00000008u;
457 _impl_._has_bits_[0] &= ~0x00000008u;
458 ::goby::middleware::protobuf::AppConfig* temp =
_impl_.app_;
460#ifdef PROTOBUF_FORCE_COPY_IN_RELEASE
461 auto* old =
reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*
>(temp);
462 temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
463 if (GetArenaForAllocation() ==
nullptr) {
delete old; }
465 if (GetArenaForAllocation() !=
nullptr) {
466 temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
473 _impl_._has_bits_[0] &= ~0x00000008u;
474 ::goby::middleware::protobuf::AppConfig* temp =
_impl_.app_;
478inline ::goby::middleware::protobuf::AppConfig* FailureReporter::_internal_mutable_app() {
479 _impl_._has_bits_[0] |= 0x00000008u;
480 if (
_impl_.app_ ==
nullptr) {
481 auto* p = CreateMaybeMessage<::goby::middleware::protobuf::AppConfig>(GetArenaForAllocation());
487 ::goby::middleware::protobuf::AppConfig* _msg = _internal_mutable_app();
492 ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation();
493 if (message_arena ==
nullptr) {
494 delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*
>(
_impl_.app_);
497 ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
498 ::PROTOBUF_NAMESPACE_ID::Arena::InternalGetOwningArena(
499 reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*
>(
app));
500 if (message_arena != submessage_arena) {
501 app = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
502 message_arena,
app, submessage_arena);
504 _impl_._has_bits_[0] |= 0x00000008u;
506 _impl_._has_bits_[0] &= ~0x00000008u;
513inline bool FailureReporter::_internal_has_interprocess()
const {
514 bool value = (
_impl_._has_bits_[0] & 0x00000010u) != 0;
515 PROTOBUF_ASSUME(!value ||
_impl_.interprocess_ !=
nullptr);
519 return _internal_has_interprocess();
521inline const ::goby::zeromq::protobuf::InterProcessPortalConfig& FailureReporter::_internal_interprocess()
const {
522 const ::goby::zeromq::protobuf::InterProcessPortalConfig* p =
_impl_.interprocess_;
523 return p !=
nullptr ? *p :
reinterpret_cast<const ::goby::zeromq::protobuf::InterProcessPortalConfig&
>(
524 ::goby::zeromq::protobuf::_InterProcessPortalConfig_default_instance_);
528 return _internal_interprocess();
531 ::goby::zeromq::protobuf::InterProcessPortalConfig*
interprocess) {
532 if (GetArenaForAllocation() ==
nullptr) {
533 delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*
>(
_impl_.interprocess_);
537 _impl_._has_bits_[0] |= 0x00000010u;
539 _impl_._has_bits_[0] &= ~0x00000010u;
544 _impl_._has_bits_[0] &= ~0x00000010u;
545 ::goby::zeromq::protobuf::InterProcessPortalConfig* temp =
_impl_.interprocess_;
546 _impl_.interprocess_ =
nullptr;
547#ifdef PROTOBUF_FORCE_COPY_IN_RELEASE
548 auto* old =
reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*
>(temp);
549 temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
550 if (GetArenaForAllocation() ==
nullptr) {
delete old; }
552 if (GetArenaForAllocation() !=
nullptr) {
553 temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
560 _impl_._has_bits_[0] &= ~0x00000010u;
561 ::goby::zeromq::protobuf::InterProcessPortalConfig* temp =
_impl_.interprocess_;
562 _impl_.interprocess_ =
nullptr;
565inline ::goby::zeromq::protobuf::InterProcessPortalConfig* FailureReporter::_internal_mutable_interprocess() {
566 _impl_._has_bits_[0] |= 0x00000010u;
567 if (
_impl_.interprocess_ ==
nullptr) {
568 auto* p = CreateMaybeMessage<::goby::zeromq::protobuf::InterProcessPortalConfig>(GetArenaForAllocation());
571 return _impl_.interprocess_;
574 ::goby::zeromq::protobuf::InterProcessPortalConfig* _msg = _internal_mutable_interprocess();
579 ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation();
580 if (message_arena ==
nullptr) {
581 delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*
>(
_impl_.interprocess_);
584 ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
585 ::PROTOBUF_NAMESPACE_ID::Arena::InternalGetOwningArena(
586 reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*
>(
interprocess));
587 if (message_arena != submessage_arena) {
588 interprocess = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
591 _impl_._has_bits_[0] |= 0x00000010u;
593 _impl_._has_bits_[0] &= ~0x00000010u;
600inline bool FailureReporter::_internal_has_log_dir()
const {
601 bool value = (
_impl_._has_bits_[0] & 0x00000001u) != 0;
605 return _internal_has_log_dir();
608 _impl_.log_dir_.ClearToEmpty();
609 _impl_._has_bits_[0] &= ~0x00000001u;
613 return _internal_log_dir();
615template <
typename ArgT0,
typename... ArgT>
616inline PROTOBUF_ALWAYS_INLINE
618 _impl_._has_bits_[0] |= 0x00000001u;
619 _impl_.log_dir_.Set(
static_cast<ArgT0 &&
>(arg0), args..., GetArenaForAllocation());
623 std::string* _s = _internal_mutable_log_dir();
627inline const std::string& FailureReporter::_internal_log_dir()
const {
628 return _impl_.log_dir_.Get();
630inline void FailureReporter::_internal_set_log_dir(
const std::string& value) {
631 _impl_._has_bits_[0] |= 0x00000001u;
632 _impl_.log_dir_.Set(value, GetArenaForAllocation());
634inline std::string* FailureReporter::_internal_mutable_log_dir() {
635 _impl_._has_bits_[0] |= 0x00000001u;
636 return _impl_.log_dir_.Mutable(GetArenaForAllocation());
640 if (!_internal_has_log_dir()) {
643 _impl_._has_bits_[0] &= ~0x00000001u;
644 auto* p =
_impl_.log_dir_.Release();
645#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
646 if (
_impl_.log_dir_.IsDefault()) {
647 _impl_.log_dir_.Set(
"", GetArenaForAllocation());
654 _impl_._has_bits_[0] |= 0x00000001u;
656 _impl_._has_bits_[0] &= ~0x00000001u;
658 _impl_.log_dir_.SetAllocated(
log_dir, GetArenaForAllocation());
659#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
660 if (
_impl_.log_dir_.IsDefault()) {
661 _impl_.log_dir_.Set(
"", GetArenaForAllocation());
668inline bool FailureReporter::_internal_has_state()
const {
669 bool value = (
_impl_._has_bits_[0] & 0x00000040u) != 0;
673 return _internal_has_state();
677 _impl_._has_bits_[0] &= ~0x00000040u;
679inline ::jaiabot::config::FailureReporter_State FailureReporter::_internal_state()
const {
684 return _internal_state();
688 _impl_._has_bits_[0] |= 0x00000040u;
692 _internal_set_state(value);
697inline bool FailureReporter::_internal_has_error_code()
const {
698 bool value = (
_impl_._has_bits_[0] & 0x00000020u) != 0;
702 return _internal_has_error_code();
706 _impl_._has_bits_[0] &= ~0x00000020u;
708inline ::jaiabot::protobuf::Error FailureReporter::_internal_error_code()
const {
713 return _internal_error_code();
717 _impl_._has_bits_[0] |= 0x00000020u;
718 _impl_.error_code_ = value;
721 _internal_set_error_code(value);
726inline bool FailureReporter::_internal_has_service_name()
const {
727 bool value = (
_impl_._has_bits_[0] & 0x00000002u) != 0;
731 return _internal_has_service_name();
734 _impl_.service_name_.ClearToEmpty();
735 _impl_._has_bits_[0] &= ~0x00000002u;
739 return _internal_service_name();
741template <
typename ArgT0,
typename... ArgT>
742inline PROTOBUF_ALWAYS_INLINE
744 _impl_._has_bits_[0] |= 0x00000002u;
745 _impl_.service_name_.Set(
static_cast<ArgT0 &&
>(arg0), args..., GetArenaForAllocation());
749 std::string* _s = _internal_mutable_service_name();
753inline const std::string& FailureReporter::_internal_service_name()
const {
754 return _impl_.service_name_.Get();
756inline void FailureReporter::_internal_set_service_name(
const std::string& value) {
757 _impl_._has_bits_[0] |= 0x00000002u;
758 _impl_.service_name_.Set(value, GetArenaForAllocation());
760inline std::string* FailureReporter::_internal_mutable_service_name() {
761 _impl_._has_bits_[0] |= 0x00000002u;
762 return _impl_.service_name_.Mutable(GetArenaForAllocation());
766 if (!_internal_has_service_name()) {
769 _impl_._has_bits_[0] &= ~0x00000002u;
770 auto* p =
_impl_.service_name_.Release();
771#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
772 if (
_impl_.service_name_.IsDefault()) {
773 _impl_.service_name_.Set(
"", GetArenaForAllocation());
780 _impl_._has_bits_[0] |= 0x00000002u;
782 _impl_._has_bits_[0] &= ~0x00000002u;
785#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
786 if (
_impl_.service_name_.IsDefault()) {
787 _impl_.service_name_.Set(
"", GetArenaForAllocation());
794inline bool FailureReporter::_internal_has_service_result()
const {
795 bool value = (
_impl_._has_bits_[0] & 0x00000004u) != 0;
799 return _internal_has_service_result();
802 _impl_.service_result_.ClearToEmpty();
803 _impl_._has_bits_[0] &= ~0x00000004u;
807 return _internal_service_result();
809template <
typename ArgT0,
typename... ArgT>
810inline PROTOBUF_ALWAYS_INLINE
812 _impl_._has_bits_[0] |= 0x00000004u;
813 _impl_.service_result_.Set(
static_cast<ArgT0 &&
>(arg0), args..., GetArenaForAllocation());
817 std::string* _s = _internal_mutable_service_result();
821inline const std::string& FailureReporter::_internal_service_result()
const {
822 return _impl_.service_result_.Get();
824inline void FailureReporter::_internal_set_service_result(
const std::string& value) {
825 _impl_._has_bits_[0] |= 0x00000004u;
826 _impl_.service_result_.Set(value, GetArenaForAllocation());
828inline std::string* FailureReporter::_internal_mutable_service_result() {
829 _impl_._has_bits_[0] |= 0x00000004u;
830 return _impl_.service_result_.Mutable(GetArenaForAllocation());
834 if (!_internal_has_service_result()) {
837 _impl_._has_bits_[0] &= ~0x00000004u;
838 auto* p =
_impl_.service_result_.Release();
839#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
840 if (
_impl_.service_result_.IsDefault()) {
841 _impl_.service_result_.Set(
"", GetArenaForAllocation());
848 _impl_._has_bits_[0] |= 0x00000004u;
850 _impl_._has_bits_[0] &= ~0x00000004u;
853#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
854 if (
_impl_.service_result_.IsDefault()) {
855 _impl_.service_result_.Set(
"", GetArenaForAllocation());
862inline bool FailureReporter::_internal_has_num_attempts()
const {
863 bool value = (
_impl_._has_bits_[0] & 0x00000080u) != 0;
867 return _internal_has_num_attempts();
871 _impl_._has_bits_[0] &= ~0x00000080u;
873inline int32_t FailureReporter::_internal_num_attempts()
const {
874 return _impl_.num_attempts_;
878 return _internal_num_attempts();
880inline void FailureReporter::_internal_set_num_attempts(int32_t value) {
881 _impl_._has_bits_[0] |= 0x00000080u;
882 _impl_.num_attempts_ = value;
885 _internal_set_num_attempts(value);
890 #pragma GCC diagnostic pop
898PROTOBUF_NAMESPACE_OPEN
903 return ::jaiabot::config::FailureReporter_State_descriptor();
906PROTOBUF_NAMESPACE_CLOSE
910#include <google/protobuf/port_undef.inc>
::goby::middleware::protobuf::AppConfig * unsafe_arena_release_app()
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
bool has_error_code() const
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields()
std::string * mutable_log_dir()
bool has_service_result() const
static constexpr State START
static constexpr State STOP
void Swap(FailureReporter *other)
const std::string & service_name() const
int32_t num_attempts() const
FailureReporter & operator=(FailureReporter &&from) noexcept
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData() const final
const ::goby::middleware::protobuf::AppConfig & app() const
void set_allocated_app(::goby::middleware::protobuf::AppConfig *app)
uint8_t * _InternalSerialize(uint8_t *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final
void set_log_dir(ArgT0 &&arg0, ArgT... args)
const std::string & service_result() const
static constexpr int kIndexInFileMessages
static constexpr State State_MIN
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
bool IsInitialized() const final
FailureReporter(FailureReporter &&from) noexcept
FailureReporter(::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false)
@ kServiceResultFieldNumber
@ kNumAttemptsFieldNumber
@ kInterprocessFieldNumber
@ kServiceNameFieldNumber
PROTOBUF_NODISCARD std::string * release_service_result()
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final
FailureReporter & operator=(const FailureReporter &from)
void set_allocated_interprocess(::goby::zeromq::protobuf::InterProcessPortalConfig *interprocess)
void UnsafeArenaSwap(FailureReporter *other)
~FailureReporter() override
void MergeFrom(const FailureReporter &from)
static bool State_Parse(::PROTOBUF_NAMESPACE_ID::ConstStringParam name, State *value)
void clear_num_attempts()
void unsafe_arena_set_allocated_app(::goby::middleware::protobuf::AppConfig *app)
static const FailureReporter & default_instance()
int GetCachedSize() const final
void clear_interprocess()
void set_num_attempts(int32_t value)
void clear_service_result()
bool has_num_attempts() const
const char * _InternalParse(const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields() const
static const FailureReporter * internal_default_instance()
void CopyFrom(const FailureReporter &from)
void set_service_result(ArgT0 &&arg0, ArgT... args)
const std::string & log_dir() const
void set_error_code(::jaiabot::protobuf::Error value)
void clear_service_name()
FailureReporter(const FailureReporter &from)
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
static const ClassData _class_data_
bool has_interprocess() const
PROTOBUF_NODISCARD std::string * release_service_name()
void set_allocated_service_result(std::string *service_result)
static constexpr int State_ARRAYSIZE
std::string * mutable_service_result()
FailureReporter * New(::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
PROTOBUF_NODISCARD std::string * release_log_dir()
const ::goby::zeromq::protobuf::InterProcessPortalConfig & interprocess() const
static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * State_descriptor()
friend void swap(FailureReporter &a, FailureReporter &b)
::goby::zeromq::protobuf::InterProcessPortalConfig * unsafe_arena_release_interprocess()
void set_allocated_log_dir(std::string *log_dir)
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
size_t ByteSizeLong() const final
void set_service_name(ArgT0 &&arg0, ArgT... args)
::jaiabot::protobuf::Error error_code() const
void set_allocated_service_name(std::string *service_name)
PROTOBUF_CONSTEXPR FailureReporter(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
bool has_service_name() const
PROTOBUF_NODISCARD::goby::zeromq::protobuf::InterProcessPortalConfig * release_interprocess()
void set_state(::jaiabot::config::FailureReporter_State value)
PROTOBUF_NODISCARD::goby::middleware::protobuf::AppConfig * release_app()
std::string * mutable_service_name()
static bool State_IsValid(int value)
::goby::zeromq::protobuf::InterProcessPortalConfig * mutable_interprocess()
static const std::string & State_Name(T enum_t_value)
::goby::middleware::protobuf::AppConfig * mutable_app()
void unsafe_arena_set_allocated_interprocess(::goby::zeromq::protobuf::InterProcessPortalConfig *interprocess)
::jaiabot::config::FailureReporter_State state() const
static constexpr State State_MAX
const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_bin_2ffailure_5freporter_2fconfig_2eproto
const EnumDescriptor * GetEnumDescriptor< ::jaiabot::config::FailureReporter_State >()
constexpr FailureReporter_State FailureReporter_State_State_MIN
constexpr FailureReporter_State FailureReporter_State_State_MAX
@ FailureReporter_State_START
@ FailureReporter_State_STOP
const std::string & FailureReporter_State_Name(T enum_t_value)
constexpr int FailureReporter_State_State_ARRAYSIZE
bool FailureReporter_State_Parse(::PROTOBUF_NAMESPACE_ID::ConstStringParam name, FailureReporter_State *value)
FailureReporterDefaultTypeInternal _FailureReporter_default_instance_
const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * FailureReporter_State_descriptor()
bool FailureReporter_State_IsValid(int value)
bool Error_IsValid(int value)
static const uint32_t offsets[]