chromium/out/Default/gen/chrome/browser/signin/bound_session_credentials/rotation_debug_info.pb.h

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: rotation_debug_info.proto

#ifndef GOOGLE_PROTOBUF_INCLUDED_rotation_5fdebug_5finfo_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_rotation_5fdebug_5finfo_2eproto

#include <limits>
#include <string>

#include <google/protobuf/port_def.inc>
#if PROTOBUF_VERSION < 3021000
#error This file was generated by a newer version of protoc which is
#error incompatible with your Protocol Buffer headers. Please update
#error your headers.
#endif
#if 3021012 < PROTOBUF_MIN_PROTOC_VERSION
#error This file was generated by an older version of protoc which is
#error incompatible with your Protocol Buffer headers. Please
#error regenerate this file with a newer version of protoc.
#endif

#include <google/protobuf/port_undef.inc>
#include <google/protobuf/io/coded_stream.h>
#include <google/protobuf/arena.h>
#include <google/protobuf/arenastring.h>
#include <google/protobuf/generated_message_util.h>
#include <google/protobuf/metadata_lite.h>
#include <google/protobuf/message_lite.h>
#include <google/protobuf/repeated_field.h>  // IWYU pragma: export
#include <google/protobuf/extension_set.h>  // IWYU pragma: export
#include <google/protobuf/generated_enum_util.h>
#include "bound_session_params.pb.h"
// @@protoc_insertion_point(includes)
#include <google/protobuf/port_def.inc>
#define PROTOBUF_INTERNAL_EXPORT_rotation_5fdebug_5finfo_2eproto
PROTOBUF_NAMESPACE_OPEN
namespace internal {
class AnyMetadata;
}  // namespace internal
PROTOBUF_NAMESPACE_CLOSE

// Internal implementation detail -- do not use these members.
struct TableStruct_rotation_5fdebug_5finfo_2eproto {};
namespace bound_session_credentials {
class RotationDebugInfo;
struct RotationDebugInfoDefaultTypeInternal;
extern RotationDebugInfoDefaultTypeInternal _RotationDebugInfo_default_instance_;
class RotationDebugInfo_FailureCounter;
struct RotationDebugInfo_FailureCounterDefaultTypeInternal;
extern RotationDebugInfo_FailureCounterDefaultTypeInternal _RotationDebugInfo_FailureCounter_default_instance_;
class RotationDebugInfo_FailureInfo;
struct RotationDebugInfo_FailureInfoDefaultTypeInternal;
extern RotationDebugInfo_FailureInfoDefaultTypeInternal _RotationDebugInfo_FailureInfo_default_instance_;
}  // namespace bound_session_credentials
PROTOBUF_NAMESPACE_OPEN
template<> ::bound_session_credentials::RotationDebugInfo* Arena::CreateMaybeMessage<::bound_session_credentials::RotationDebugInfo>(Arena*);
template<> ::bound_session_credentials::RotationDebugInfo_FailureCounter* Arena::CreateMaybeMessage<::bound_session_credentials::RotationDebugInfo_FailureCounter>(Arena*);
template<> ::bound_session_credentials::RotationDebugInfo_FailureInfo* Arena::CreateMaybeMessage<::bound_session_credentials::RotationDebugInfo_FailureInfo>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace bound_session_credentials {

enum RotationDebugInfo_FailureType : int {};
bool RotationDebugInfo_FailureType_IsValid(int value);
constexpr RotationDebugInfo_FailureType RotationDebugInfo_FailureType_FailureType_MIN =;
constexpr RotationDebugInfo_FailureType RotationDebugInfo_FailureType_FailureType_MAX =;
constexpr int RotationDebugInfo_FailureType_FailureType_ARRAYSIZE =;

const std::string& RotationDebugInfo_FailureType_Name(RotationDebugInfo_FailureType value);
template<typename T>
inline const std::string& RotationDebugInfo_FailureType_Name(T enum_t_value) {}
bool RotationDebugInfo_FailureType_Parse(
    ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, RotationDebugInfo_FailureType* value);
// ===================================================================

class RotationDebugInfo_FailureCounter final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:bound_session_credentials.RotationDebugInfo.FailureCounter) */ {};
// -------------------------------------------------------------------

class RotationDebugInfo_FailureInfo final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:bound_session_credentials.RotationDebugInfo.FailureInfo) */ {};
// -------------------------------------------------------------------

class RotationDebugInfo final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:bound_session_credentials.RotationDebugInfo) */ {};
// ===================================================================


// ===================================================================

#ifdef __GNUC__
  #pragma GCC diagnostic push
  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
#endif  // __GNUC__
// RotationDebugInfo_FailureCounter

// optional .bound_session_credentials.RotationDebugInfo.FailureType type = 1;
inline bool RotationDebugInfo_FailureCounter::_internal_has_type() const {}
inline bool RotationDebugInfo_FailureCounter::has_type() const {}
inline void RotationDebugInfo_FailureCounter::clear_type() {}
inline ::bound_session_credentials::RotationDebugInfo_FailureType RotationDebugInfo_FailureCounter::_internal_type() const {}
inline ::bound_session_credentials::RotationDebugInfo_FailureType RotationDebugInfo_FailureCounter::type() const {}
inline void RotationDebugInfo_FailureCounter::_internal_set_type(::bound_session_credentials::RotationDebugInfo_FailureType value) {}
inline void RotationDebugInfo_FailureCounter::set_type(::bound_session_credentials::RotationDebugInfo_FailureType value) {}

// optional int32 count = 2;
inline bool RotationDebugInfo_FailureCounter::_internal_has_count() const {}
inline bool RotationDebugInfo_FailureCounter::has_count() const {}
inline void RotationDebugInfo_FailureCounter::clear_count() {}
inline int32_t RotationDebugInfo_FailureCounter::_internal_count() const {}
inline int32_t RotationDebugInfo_FailureCounter::count() const {}
inline void RotationDebugInfo_FailureCounter::_internal_set_count(int32_t value) {}
inline void RotationDebugInfo_FailureCounter::set_count(int32_t value) {}

// -------------------------------------------------------------------

// RotationDebugInfo_FailureInfo

// optional .bound_session_credentials.Timestamp failure_time = 1;
inline bool RotationDebugInfo_FailureInfo::_internal_has_failure_time() const {}
inline bool RotationDebugInfo_FailureInfo::has_failure_time() const {}
inline const ::bound_session_credentials::Timestamp& RotationDebugInfo_FailureInfo::_internal_failure_time() const {}
inline const ::bound_session_credentials::Timestamp& RotationDebugInfo_FailureInfo::failure_time() const {}
inline void RotationDebugInfo_FailureInfo::unsafe_arena_set_allocated_failure_time(
    ::bound_session_credentials::Timestamp* failure_time) {}
inline ::bound_session_credentials::Timestamp* RotationDebugInfo_FailureInfo::release_failure_time() {}
inline ::bound_session_credentials::Timestamp* RotationDebugInfo_FailureInfo::unsafe_arena_release_failure_time() {}
inline ::bound_session_credentials::Timestamp* RotationDebugInfo_FailureInfo::_internal_mutable_failure_time() {}
inline ::bound_session_credentials::Timestamp* RotationDebugInfo_FailureInfo::mutable_failure_time() {}
inline void RotationDebugInfo_FailureInfo::set_allocated_failure_time(::bound_session_credentials::Timestamp* failure_time) {}

// optional .bound_session_credentials.RotationDebugInfo.FailureType type = 2;
inline bool RotationDebugInfo_FailureInfo::_internal_has_type() const {}
inline bool RotationDebugInfo_FailureInfo::has_type() const {}
inline void RotationDebugInfo_FailureInfo::clear_type() {}
inline ::bound_session_credentials::RotationDebugInfo_FailureType RotationDebugInfo_FailureInfo::_internal_type() const {}
inline ::bound_session_credentials::RotationDebugInfo_FailureType RotationDebugInfo_FailureInfo::type() const {}
inline void RotationDebugInfo_FailureInfo::_internal_set_type(::bound_session_credentials::RotationDebugInfo_FailureType value) {}
inline void RotationDebugInfo_FailureInfo::set_type(::bound_session_credentials::RotationDebugInfo_FailureType value) {}

// optional bool received_challenge = 3;
inline bool RotationDebugInfo_FailureInfo::_internal_has_received_challenge() const {}
inline bool RotationDebugInfo_FailureInfo::has_received_challenge() const {}
inline void RotationDebugInfo_FailureInfo::clear_received_challenge() {}
inline bool RotationDebugInfo_FailureInfo::_internal_received_challenge() const {}
inline bool RotationDebugInfo_FailureInfo::received_challenge() const {}
inline void RotationDebugInfo_FailureInfo::_internal_set_received_challenge(bool value) {}
inline void RotationDebugInfo_FailureInfo::set_received_challenge(bool value) {}

// -------------------------------------------------------------------

// RotationDebugInfo

// optional .bound_session_credentials.Timestamp request_time = 1;
inline bool RotationDebugInfo::_internal_has_request_time() const {}
inline bool RotationDebugInfo::has_request_time() const {}
inline const ::bound_session_credentials::Timestamp& RotationDebugInfo::_internal_request_time() const {}
inline const ::bound_session_credentials::Timestamp& RotationDebugInfo::request_time() const {}
inline void RotationDebugInfo::unsafe_arena_set_allocated_request_time(
    ::bound_session_credentials::Timestamp* request_time) {}
inline ::bound_session_credentials::Timestamp* RotationDebugInfo::release_request_time() {}
inline ::bound_session_credentials::Timestamp* RotationDebugInfo::unsafe_arena_release_request_time() {}
inline ::bound_session_credentials::Timestamp* RotationDebugInfo::_internal_mutable_request_time() {}
inline ::bound_session_credentials::Timestamp* RotationDebugInfo::mutable_request_time() {}
inline void RotationDebugInfo::set_allocated_request_time(::bound_session_credentials::Timestamp* request_time) {}

// repeated .bound_session_credentials.RotationDebugInfo.FailureCounter errors_since_last_rotation = 2;
inline int RotationDebugInfo::_internal_errors_since_last_rotation_size() const {}
inline int RotationDebugInfo::errors_since_last_rotation_size() const {}
inline void RotationDebugInfo::clear_errors_since_last_rotation() {}
inline ::bound_session_credentials::RotationDebugInfo_FailureCounter* RotationDebugInfo::mutable_errors_since_last_rotation(int index) {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::bound_session_credentials::RotationDebugInfo_FailureCounter >*
RotationDebugInfo::mutable_errors_since_last_rotation() {}
inline const ::bound_session_credentials::RotationDebugInfo_FailureCounter& RotationDebugInfo::_internal_errors_since_last_rotation(int index) const {}
inline const ::bound_session_credentials::RotationDebugInfo_FailureCounter& RotationDebugInfo::errors_since_last_rotation(int index) const {}
inline ::bound_session_credentials::RotationDebugInfo_FailureCounter* RotationDebugInfo::_internal_add_errors_since_last_rotation() {}
inline ::bound_session_credentials::RotationDebugInfo_FailureCounter* RotationDebugInfo::add_errors_since_last_rotation() {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::bound_session_credentials::RotationDebugInfo_FailureCounter >&
RotationDebugInfo::errors_since_last_rotation() const {}

// optional .bound_session_credentials.RotationDebugInfo.FailureInfo first_failure_info = 3;
inline bool RotationDebugInfo::_internal_has_first_failure_info() const {}
inline bool RotationDebugInfo::has_first_failure_info() const {}
inline void RotationDebugInfo::clear_first_failure_info() {}
inline const ::bound_session_credentials::RotationDebugInfo_FailureInfo& RotationDebugInfo::_internal_first_failure_info() const {}
inline const ::bound_session_credentials::RotationDebugInfo_FailureInfo& RotationDebugInfo::first_failure_info() const {}
inline void RotationDebugInfo::unsafe_arena_set_allocated_first_failure_info(
    ::bound_session_credentials::RotationDebugInfo_FailureInfo* first_failure_info) {}
inline ::bound_session_credentials::RotationDebugInfo_FailureInfo* RotationDebugInfo::release_first_failure_info() {}
inline ::bound_session_credentials::RotationDebugInfo_FailureInfo* RotationDebugInfo::unsafe_arena_release_first_failure_info() {}
inline ::bound_session_credentials::RotationDebugInfo_FailureInfo* RotationDebugInfo::_internal_mutable_first_failure_info() {}
inline ::bound_session_credentials::RotationDebugInfo_FailureInfo* RotationDebugInfo::mutable_first_failure_info() {}
inline void RotationDebugInfo::set_allocated_first_failure_info(::bound_session_credentials::RotationDebugInfo_FailureInfo* first_failure_info) {}

#ifdef __GNUC__
  #pragma GCC diagnostic pop
#endif  // __GNUC__
// -------------------------------------------------------------------

// -------------------------------------------------------------------


// @@protoc_insertion_point(namespace_scope)

}  // namespace bound_session_credentials

PROTOBUF_NAMESPACE_OPEN

template <> struct is_proto_enum< ::bound_session_credentials::RotationDebugInfo_FailureType> : ::std::true_type {};

PROTOBUF_NAMESPACE_CLOSE

// @@protoc_insertion_point(global_scope)

#include <google/protobuf/port_undef.inc>
#endif  // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_rotation_5fdebug_5finfo_2eproto