// Generated by the protocol buffer compiler.  DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: storage.proto
// Protobuf C++ Version: 7.35.1

#ifndef storage_2eproto_2epb_2eh
#define storage_2eproto_2epb_2eh

#include <limits>
#include <string>
#include <type_traits>
#include <utility>

// clang-format off
#include "google/protobuf/runtime_version.h"
#if PROTOBUF_VERSION != 7035001
#error "Protobuf C++ gencode is built with an incompatible version of"
#error "Protobuf C++ headers/runtime. See"
#error "https://protobuf.dev/support/cross-version-runtime-guarantee/#cpp"
#endif
#include "google/protobuf/io/coded_stream.h"
#include "google/protobuf/arena.h"
#include "google/protobuf/arenastring.h"
#include "google/protobuf/generated_message_tctable_decl.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 "public.pb.h"
// @@protoc_insertion_point(includes)

// Must be included last.
#include "google/protobuf/port_def.inc"

#define PROTOBUF_INTERNAL_EXPORT_storage_2eproto

namespace google {
namespace protobuf {
namespace internal {
template <typename T>
::absl::string_view GetAnyMessageName();
}  // namespace internal
}  // namespace protobuf
}  // namespace google

// Internal implementation detail -- do not use these members.
struct TableStruct_storage_2eproto {
  static const ::uint32_t offsets[];
};
namespace network {
class TrustTokenIssuerConfig;
struct TrustTokenIssuerConfigGlobalsTypeInternal;
#ifndef PROTOBUF_MESSAGE_GLOBALS
extern TrustTokenIssuerConfigGlobalsTypeInternal TrustTokenIssuerConfig_globals_;
extern const ::google::protobuf::internal::ClassDataLite TrustTokenIssuerConfig_class_data_;
#else
extern const TrustTokenIssuerConfigGlobalsTypeInternal TrustTokenIssuerConfig_globals_;
#endif  // PROTOBUF_MESSAGE_GLOBALS
class TrustTokenIssuerToplevelPairConfig;
struct TrustTokenIssuerToplevelPairConfigGlobalsTypeInternal;
#ifndef PROTOBUF_MESSAGE_GLOBALS
extern TrustTokenIssuerToplevelPairConfigGlobalsTypeInternal TrustTokenIssuerToplevelPairConfig_globals_;
extern const ::google::protobuf::internal::ClassDataLite TrustTokenIssuerToplevelPairConfig_class_data_;
#else
extern const TrustTokenIssuerToplevelPairConfigGlobalsTypeInternal TrustTokenIssuerToplevelPairConfig_globals_;
#endif  // PROTOBUF_MESSAGE_GLOBALS
class TrustTokenToplevelConfig;
struct TrustTokenToplevelConfigGlobalsTypeInternal;
#ifndef PROTOBUF_MESSAGE_GLOBALS
extern TrustTokenToplevelConfigGlobalsTypeInternal TrustTokenToplevelConfig_globals_;
extern const ::google::protobuf::internal::ClassDataLite TrustTokenToplevelConfig_class_data_;
#else
extern const TrustTokenToplevelConfigGlobalsTypeInternal TrustTokenToplevelConfig_globals_;
#endif  // PROTOBUF_MESSAGE_GLOBALS
}  // namespace network
namespace google {
namespace protobuf {
}  // namespace protobuf
}  // namespace google

namespace network {

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


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

class  TrustTokenToplevelConfig final : public ::google::protobuf::MessageLite
/* @@protoc_insertion_point(class_definition:network.TrustTokenToplevelConfig) */ {
 public:
  inline TrustTokenToplevelConfig() : TrustTokenToplevelConfig(nullptr) {}
  ~TrustTokenToplevelConfig() PROTOBUF_FINAL;

#if defined(PROTOBUF_CUSTOM_VTABLE)
  void operator delete(TrustTokenToplevelConfig* PROTOBUF_NONNULL msg, ::std::destroying_delete_t) {
    SharedDtor(*msg);
    ::google::protobuf::internal::SizedDelete(msg, sizeof(TrustTokenToplevelConfig));
  }
#endif

  template <typename = void>
  explicit constexpr TrustTokenToplevelConfig(::google::protobuf::internal::ConstantInitialized,
                           const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
                               class_data);

  inline TrustTokenToplevelConfig(const TrustTokenToplevelConfig& from) : TrustTokenToplevelConfig(nullptr, from) {}
  inline TrustTokenToplevelConfig(TrustTokenToplevelConfig&& from) noexcept : TrustTokenToplevelConfig(nullptr, ::std::move(from)) {}
  inline TrustTokenToplevelConfig& operator=(const TrustTokenToplevelConfig& from) {
    CopyFrom(from);
    return *this;
  }
  inline TrustTokenToplevelConfig& operator=(TrustTokenToplevelConfig&& from) noexcept {
    if (this == &from) return *this;
    if (::google::protobuf::internal::CanMoveWithInternalSwap(GetArena(), from.GetArena())) {
      InternalSwap(&from);
    } else {
      CopyFrom(from);
    }
    return *this;
  }

  inline const ::std::string& unknown_fields() const
      ABSL_ATTRIBUTE_LIFETIME_BOUND {
    return _internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString);
  }
  inline ::std::string* PROTOBUF_NONNULL
  mutable_unknown_fields() ABSL_ATTRIBUTE_LIFETIME_BOUND {
    return _internal_metadata_.mutable_unknown_fields<::std::string>();
  }

  static const TrustTokenToplevelConfig& default_instance() {
    return *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<TrustTokenToplevelConfig>(&TrustTokenToplevelConfig_globals_);
  }
  static constexpr int kIndexInFileMessages = 1;
  friend void swap(TrustTokenToplevelConfig& a, TrustTokenToplevelConfig& b) { a.Swap(&b); }
  PROTOBUF_NOINLINE void Swap(TrustTokenToplevelConfig* PROTOBUF_NONNULL other) {
    if (other == this) return;
    if (::google::protobuf::internal::CanUseInternalSwap(GetArena(), other->GetArena())) {
      InternalSwap(other);
    } else {
      ::google::protobuf::internal::GenericSwap(this, other);
    }
  }
  void UnsafeArenaSwap(TrustTokenToplevelConfig* PROTOBUF_NONNULL other) {
    if (other == this) return;
    ABSL_DCHECK(GetArena() == other->GetArena());
    InternalSwap(other);
  }

  // implements Message ----------------------------------------------

  TrustTokenToplevelConfig* PROTOBUF_NONNULL
  New(::google::protobuf::Arena* PROTOBUF_NULLABLE arena = nullptr) const {
    return ::google::protobuf::MessageLite::DefaultConstruct<TrustTokenToplevelConfig>(arena);
  }
  void CopyFrom(const TrustTokenToplevelConfig& from);
  void MergeFrom(const TrustTokenToplevelConfig& from) { TrustTokenToplevelConfig::MergeImpl(*this, from); }

  private:
  static void MergeImpl(::google::protobuf::MessageLite& to_msg,
                        const ::google::protobuf::MessageLite& from_msg);

  public:
  bool IsInitialized() const {
    return true;
  }
  ABSL_ATTRIBUTE_REINITIALIZES void Clear() PROTOBUF_FINAL;
  #if defined(PROTOBUF_CUSTOM_VTABLE)
  private:
  static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg);
  static ::uint8_t* PROTOBUF_NONNULL _InternalSerialize(
      const ::google::protobuf::MessageLite& msg, ::uint8_t* PROTOBUF_NONNULL target,
      ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream);

  public:
  ::size_t ByteSizeLong() const { return ByteSizeLong(*this); }
  ::uint8_t* PROTOBUF_NONNULL _InternalSerialize(
      ::uint8_t* PROTOBUF_NONNULL target,
      ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const {
    return _InternalSerialize(*this, target, stream);
  }
  #else   // PROTOBUF_CUSTOM_VTABLE
  ::size_t ByteSizeLong() const final;
  ::uint8_t* PROTOBUF_NONNULL _InternalSerialize(
      ::uint8_t* PROTOBUF_NONNULL target,
      ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const final;
  #endif  // PROTOBUF_CUSTOM_VTABLE
  int GetCachedSize() const {
    return _impl_._cached_size_.Get();
  }

  private:
  void SharedCtor(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  static void SharedDtor(MessageLite& self);
  void InternalSwap(TrustTokenToplevelConfig* PROTOBUF_NONNULL other);
 private:
  template <typename T>
  friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
  static ::absl::string_view FullMessageName() { return "network.TrustTokenToplevelConfig"; }

  explicit TrustTokenToplevelConfig(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  TrustTokenToplevelConfig(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const TrustTokenToplevelConfig& from);
  TrustTokenToplevelConfig(
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, TrustTokenToplevelConfig&& from) noexcept
      : TrustTokenToplevelConfig(arena) {
    *this = ::std::move(from);
  }
  const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL GetClassData() const PROTOBUF_FINAL;
  static void* PROTOBUF_NONNULL PlacementNew_(
      const void* PROTOBUF_NONNULL, void* PROTOBUF_NONNULL mem,
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  static constexpr auto InternalNewImpl_();

 public:
  static constexpr auto InternalGenerateClassData_(
      const MessageLite& prototype,
      const ::google::protobuf::internal::TcParseTableBase* PROTOBUF_NULLABLE tc_table = nullptr);

  // nested types ----------------------------------------------------

  // accessors -------------------------------------------------------
  enum : int {
    kAssociatedIssuersFieldNumber = 1,
  };
  // repeated string associated_issuers = 1;
  int associated_issuers_size()
      const;
  private:
  int _internal_associated_issuers_size() const;

  public:
  void clear_associated_issuers() ;
  const ::std::string& associated_issuers(int index) const;
  ::std::string* PROTOBUF_NONNULL mutable_associated_issuers(int index);
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_associated_issuers(int index, Arg_&& value, Args_... args);
  ::std::string* PROTOBUF_NONNULL add_associated_issuers();
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void add_associated_issuers(Arg_&& value, Args_... args);
  const
      ::google::protobuf::RepeatedPtrField<::std::string>&
      associated_issuers() const;
  ::google::protobuf::RepeatedPtrField<::std::string>*
      PROTOBUF_NONNULL
      mutable_associated_issuers();

  private:
  const ::google::protobuf::RepeatedPtrField<::std::string>& _internal_associated_issuers() const;
  ::google::protobuf::RepeatedPtrField<::std::string>* PROTOBUF_NONNULL _internal_mutable_associated_issuers();

  public:
  // @@protoc_insertion_point(class_scope:network.TrustTokenToplevelConfig)
 private:
  class _Internal;
  using ParseTableT_ =
      ::google::protobuf::internal::TcParseTable<0, 1,
                          0, 0,
                          2>;
  static constexpr ParseTableT_ InternalGenerateParseTable_(
      const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL class_data);
  friend class ::google::protobuf::internal::TcParser;
  #ifndef PROTOBUF_MESSAGE_GLOBALS
  static const ParseTableT_ _table_;
  #endif

  friend class ::google::protobuf::MessageLite;
  friend class ::google::protobuf::Arena;
  friend ::google::protobuf::internal::PrivateAccess;
  template <typename T>
  friend class ::google::protobuf::Arena::InternalHelper;
  using InternalArenaConstructable_ = void;
  using DestructorSkippable_ = void;
  struct Impl_ {
    inline explicit constexpr Impl_(::google::protobuf::internal::InternalVisibility visibility,
                                    ::google::protobuf::internal::ConstantInitialized) noexcept;
    inline explicit Impl_(
        ::google::protobuf::internal::InternalVisibility visibility,
        ::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
    inline explicit Impl_(
        ::google::protobuf::internal::InternalVisibility visibility,
        ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Impl_& from,
        const TrustTokenToplevelConfig& from_msg);
    ::google::protobuf::internal::HasBits<1> _has_bits_;
    ::google::protobuf::internal::CachedSize _cached_size_;
    ::google::protobuf::RepeatedPtrField<::std::string> associated_issuers_;
    PROTOBUF_TSAN_DECLARE_MEMBER
  };
  union { Impl_ _impl_; };
  friend struct ::TableStruct_storage_2eproto;
};
// -------------------------------------------------------------------

class  TrustTokenIssuerToplevelPairConfig final : public ::google::protobuf::MessageLite
/* @@protoc_insertion_point(class_definition:network.TrustTokenIssuerToplevelPairConfig) */ {
 public:
  inline TrustTokenIssuerToplevelPairConfig() : TrustTokenIssuerToplevelPairConfig(nullptr) {}
  ~TrustTokenIssuerToplevelPairConfig() PROTOBUF_FINAL;

#if defined(PROTOBUF_CUSTOM_VTABLE)
  void operator delete(TrustTokenIssuerToplevelPairConfig* PROTOBUF_NONNULL msg, ::std::destroying_delete_t) {
    SharedDtor(*msg);
    ::google::protobuf::internal::SizedDelete(msg, sizeof(TrustTokenIssuerToplevelPairConfig));
  }
#endif

  template <typename = void>
  explicit constexpr TrustTokenIssuerToplevelPairConfig(::google::protobuf::internal::ConstantInitialized,
                           const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
                               class_data);

  inline TrustTokenIssuerToplevelPairConfig(const TrustTokenIssuerToplevelPairConfig& from) : TrustTokenIssuerToplevelPairConfig(nullptr, from) {}
  inline TrustTokenIssuerToplevelPairConfig(TrustTokenIssuerToplevelPairConfig&& from) noexcept : TrustTokenIssuerToplevelPairConfig(nullptr, ::std::move(from)) {}
  inline TrustTokenIssuerToplevelPairConfig& operator=(const TrustTokenIssuerToplevelPairConfig& from) {
    CopyFrom(from);
    return *this;
  }
  inline TrustTokenIssuerToplevelPairConfig& operator=(TrustTokenIssuerToplevelPairConfig&& from) noexcept {
    if (this == &from) return *this;
    if (::google::protobuf::internal::CanMoveWithInternalSwap(GetArena(), from.GetArena())) {
      InternalSwap(&from);
    } else {
      CopyFrom(from);
    }
    return *this;
  }

  inline const ::std::string& unknown_fields() const
      ABSL_ATTRIBUTE_LIFETIME_BOUND {
    return _internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString);
  }
  inline ::std::string* PROTOBUF_NONNULL
  mutable_unknown_fields() ABSL_ATTRIBUTE_LIFETIME_BOUND {
    return _internal_metadata_.mutable_unknown_fields<::std::string>();
  }

  static const TrustTokenIssuerToplevelPairConfig& default_instance() {
    return *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<TrustTokenIssuerToplevelPairConfig>(&TrustTokenIssuerToplevelPairConfig_globals_);
  }
  static constexpr int kIndexInFileMessages = 2;
  friend void swap(TrustTokenIssuerToplevelPairConfig& a, TrustTokenIssuerToplevelPairConfig& b) { a.Swap(&b); }
  PROTOBUF_NOINLINE void Swap(TrustTokenIssuerToplevelPairConfig* PROTOBUF_NONNULL other) {
    if (other == this) return;
    if (::google::protobuf::internal::CanUseInternalSwap(GetArena(), other->GetArena())) {
      InternalSwap(other);
    } else {
      ::google::protobuf::internal::GenericSwap(this, other);
    }
  }
  void UnsafeArenaSwap(TrustTokenIssuerToplevelPairConfig* PROTOBUF_NONNULL other) {
    if (other == this) return;
    ABSL_DCHECK(GetArena() == other->GetArena());
    InternalSwap(other);
  }

  // implements Message ----------------------------------------------

  TrustTokenIssuerToplevelPairConfig* PROTOBUF_NONNULL
  New(::google::protobuf::Arena* PROTOBUF_NULLABLE arena = nullptr) const {
    return ::google::protobuf::MessageLite::DefaultConstruct<TrustTokenIssuerToplevelPairConfig>(arena);
  }
  void CopyFrom(const TrustTokenIssuerToplevelPairConfig& from);
  void MergeFrom(const TrustTokenIssuerToplevelPairConfig& from) { TrustTokenIssuerToplevelPairConfig::MergeImpl(*this, from); }

  private:
  static void MergeImpl(::google::protobuf::MessageLite& to_msg,
                        const ::google::protobuf::MessageLite& from_msg);

  public:
  bool IsInitialized() const {
    return IsInitializedImpl(*this);
  }

  private:
  static bool IsInitializedImpl(const MessageLite& msg);

  public:
  ABSL_ATTRIBUTE_REINITIALIZES void Clear() PROTOBUF_FINAL;
  #if defined(PROTOBUF_CUSTOM_VTABLE)
  private:
  static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg);
  static ::uint8_t* PROTOBUF_NONNULL _InternalSerialize(
      const ::google::protobuf::MessageLite& msg, ::uint8_t* PROTOBUF_NONNULL target,
      ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream);

  public:
  ::size_t ByteSizeLong() const { return ByteSizeLong(*this); }
  ::uint8_t* PROTOBUF_NONNULL _InternalSerialize(
      ::uint8_t* PROTOBUF_NONNULL target,
      ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const {
    return _InternalSerialize(*this, target, stream);
  }
  #else   // PROTOBUF_CUSTOM_VTABLE
  ::size_t ByteSizeLong() const final;
  ::uint8_t* PROTOBUF_NONNULL _InternalSerialize(
      ::uint8_t* PROTOBUF_NONNULL target,
      ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const final;
  #endif  // PROTOBUF_CUSTOM_VTABLE
  int GetCachedSize() const {
    return _impl_._cached_size_.Get();
  }

  private:
  void SharedCtor(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  static void SharedDtor(MessageLite& self);
  void InternalSwap(TrustTokenIssuerToplevelPairConfig* PROTOBUF_NONNULL other);
 private:
  template <typename T>
  friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
  static ::absl::string_view FullMessageName() { return "network.TrustTokenIssuerToplevelPairConfig"; }

  explicit TrustTokenIssuerToplevelPairConfig(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  TrustTokenIssuerToplevelPairConfig(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const TrustTokenIssuerToplevelPairConfig& from);
  TrustTokenIssuerToplevelPairConfig(
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, TrustTokenIssuerToplevelPairConfig&& from) noexcept
      : TrustTokenIssuerToplevelPairConfig(arena) {
    *this = ::std::move(from);
  }
  const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL GetClassData() const PROTOBUF_FINAL;
  static void* PROTOBUF_NONNULL PlacementNew_(
      const void* PROTOBUF_NONNULL, void* PROTOBUF_NONNULL mem,
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  static constexpr auto InternalNewImpl_();

 public:
  static constexpr auto InternalGenerateClassData_(
      const MessageLite& prototype,
      const ::google::protobuf::internal::TcParseTableBase* PROTOBUF_NULLABLE tc_table = nullptr);

  // nested types ----------------------------------------------------

  // accessors -------------------------------------------------------
  enum : int {
    kLastRedemptionFieldNumber = 1,
    kRedemptionRecordFieldNumber = 2,
    kPenultimateRedemptionFieldNumber = 3,
  };
  // optional .network.Timestamp last_redemption = 1;
  bool has_last_redemption()
      const;
  void clear_last_redemption() ;
  const ::network::Timestamp& last_redemption() const;
  ::network::Timestamp* PROTOBUF_NULLABLE release_last_redemption();
  ::network::Timestamp* PROTOBUF_NONNULL mutable_last_redemption();
  void set_allocated_last_redemption(::network::Timestamp* PROTOBUF_NULLABLE value);
  void unsafe_arena_set_allocated_last_redemption(::network::Timestamp* PROTOBUF_NULLABLE value);
  ::network::Timestamp* PROTOBUF_NULLABLE unsafe_arena_release_last_redemption();

  private:
  const ::network::Timestamp& _internal_last_redemption() const;
  ::network::Timestamp* PROTOBUF_NONNULL _internal_mutable_last_redemption();

  public:
  // optional .network.TrustTokenRedemptionRecord redemption_record = 2;
  bool has_redemption_record()
      const;
  void clear_redemption_record() ;
  const ::network::TrustTokenRedemptionRecord& redemption_record() const;
  ::network::TrustTokenRedemptionRecord* PROTOBUF_NULLABLE release_redemption_record();
  ::network::TrustTokenRedemptionRecord* PROTOBUF_NONNULL mutable_redemption_record();
  void set_allocated_redemption_record(::network::TrustTokenRedemptionRecord* PROTOBUF_NULLABLE value);
  void unsafe_arena_set_allocated_redemption_record(::network::TrustTokenRedemptionRecord* PROTOBUF_NULLABLE value);
  ::network::TrustTokenRedemptionRecord* PROTOBUF_NULLABLE unsafe_arena_release_redemption_record();

  private:
  const ::network::TrustTokenRedemptionRecord& _internal_redemption_record() const;
  ::network::TrustTokenRedemptionRecord* PROTOBUF_NONNULL _internal_mutable_redemption_record();

  public:
  // optional .network.Timestamp penultimate_redemption = 3;
  bool has_penultimate_redemption()
      const;
  void clear_penultimate_redemption() ;
  const ::network::Timestamp& penultimate_redemption() const;
  ::network::Timestamp* PROTOBUF_NULLABLE release_penultimate_redemption();
  ::network::Timestamp* PROTOBUF_NONNULL mutable_penultimate_redemption();
  void set_allocated_penultimate_redemption(::network::Timestamp* PROTOBUF_NULLABLE value);
  void unsafe_arena_set_allocated_penultimate_redemption(::network::Timestamp* PROTOBUF_NULLABLE value);
  ::network::Timestamp* PROTOBUF_NULLABLE unsafe_arena_release_penultimate_redemption();

  private:
  const ::network::Timestamp& _internal_penultimate_redemption() const;
  ::network::Timestamp* PROTOBUF_NONNULL _internal_mutable_penultimate_redemption();

  public:
  // @@protoc_insertion_point(class_scope:network.TrustTokenIssuerToplevelPairConfig)
 private:
  class _Internal;
  using ParseTableT_ =
      ::google::protobuf::internal::TcParseTable<2, 3,
                          3, 0,
                          2>;
  static constexpr ParseTableT_ InternalGenerateParseTable_(
      const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL class_data);
  friend class ::google::protobuf::internal::TcParser;
  #ifndef PROTOBUF_MESSAGE_GLOBALS
  static const ParseTableT_ _table_;
  #endif

  friend class ::google::protobuf::MessageLite;
  friend class ::google::protobuf::Arena;
  friend ::google::protobuf::internal::PrivateAccess;
  template <typename T>
  friend class ::google::protobuf::Arena::InternalHelper;
  using InternalArenaConstructable_ = void;
  using DestructorSkippable_ = void;
  struct Impl_ {
    inline explicit constexpr Impl_(::google::protobuf::internal::InternalVisibility visibility,
                                    ::google::protobuf::internal::ConstantInitialized) noexcept;
    inline explicit Impl_(
        ::google::protobuf::internal::InternalVisibility visibility,
        ::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
    inline explicit Impl_(
        ::google::protobuf::internal::InternalVisibility visibility,
        ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Impl_& from,
        const TrustTokenIssuerToplevelPairConfig& from_msg);
    ::google::protobuf::internal::HasBits<1> _has_bits_;
    ::google::protobuf::internal::CachedSize _cached_size_;
    ::network::Timestamp* PROTOBUF_NULLABLE last_redemption_;
    ::network::TrustTokenRedemptionRecord* PROTOBUF_NULLABLE redemption_record_;
    ::network::Timestamp* PROTOBUF_NULLABLE penultimate_redemption_;
    PROTOBUF_TSAN_DECLARE_MEMBER
  };
  union { Impl_ _impl_; };
  friend struct ::TableStruct_storage_2eproto;
};
// -------------------------------------------------------------------

class  TrustTokenIssuerConfig final : public ::google::protobuf::MessageLite
/* @@protoc_insertion_point(class_definition:network.TrustTokenIssuerConfig) */ {
 public:
  inline TrustTokenIssuerConfig() : TrustTokenIssuerConfig(nullptr) {}
  ~TrustTokenIssuerConfig() PROTOBUF_FINAL;

#if defined(PROTOBUF_CUSTOM_VTABLE)
  void operator delete(TrustTokenIssuerConfig* PROTOBUF_NONNULL msg, ::std::destroying_delete_t) {
    SharedDtor(*msg);
    ::google::protobuf::internal::SizedDelete(msg, sizeof(TrustTokenIssuerConfig));
  }
#endif

  template <typename = void>
  explicit constexpr TrustTokenIssuerConfig(::google::protobuf::internal::ConstantInitialized,
                           const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
                               class_data);

  inline TrustTokenIssuerConfig(const TrustTokenIssuerConfig& from) : TrustTokenIssuerConfig(nullptr, from) {}
  inline TrustTokenIssuerConfig(TrustTokenIssuerConfig&& from) noexcept : TrustTokenIssuerConfig(nullptr, ::std::move(from)) {}
  inline TrustTokenIssuerConfig& operator=(const TrustTokenIssuerConfig& from) {
    CopyFrom(from);
    return *this;
  }
  inline TrustTokenIssuerConfig& operator=(TrustTokenIssuerConfig&& from) noexcept {
    if (this == &from) return *this;
    if (::google::protobuf::internal::CanMoveWithInternalSwap(GetArena(), from.GetArena())) {
      InternalSwap(&from);
    } else {
      CopyFrom(from);
    }
    return *this;
  }

  inline const ::std::string& unknown_fields() const
      ABSL_ATTRIBUTE_LIFETIME_BOUND {
    return _internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString);
  }
  inline ::std::string* PROTOBUF_NONNULL
  mutable_unknown_fields() ABSL_ATTRIBUTE_LIFETIME_BOUND {
    return _internal_metadata_.mutable_unknown_fields<::std::string>();
  }

  static const TrustTokenIssuerConfig& default_instance() {
    return *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<TrustTokenIssuerConfig>(&TrustTokenIssuerConfig_globals_);
  }
  static constexpr int kIndexInFileMessages = 0;
  friend void swap(TrustTokenIssuerConfig& a, TrustTokenIssuerConfig& b) { a.Swap(&b); }
  PROTOBUF_NOINLINE void Swap(TrustTokenIssuerConfig* PROTOBUF_NONNULL other) {
    if (other == this) return;
    if (::google::protobuf::internal::CanUseInternalSwap(GetArena(), other->GetArena())) {
      InternalSwap(other);
    } else {
      ::google::protobuf::internal::GenericSwap(this, other);
    }
  }
  void UnsafeArenaSwap(TrustTokenIssuerConfig* PROTOBUF_NONNULL other) {
    if (other == this) return;
    ABSL_DCHECK(GetArena() == other->GetArena());
    InternalSwap(other);
  }

  // implements Message ----------------------------------------------

  TrustTokenIssuerConfig* PROTOBUF_NONNULL
  New(::google::protobuf::Arena* PROTOBUF_NULLABLE arena = nullptr) const {
    return ::google::protobuf::MessageLite::DefaultConstruct<TrustTokenIssuerConfig>(arena);
  }
  void CopyFrom(const TrustTokenIssuerConfig& from);
  void MergeFrom(const TrustTokenIssuerConfig& from) { TrustTokenIssuerConfig::MergeImpl(*this, from); }

  private:
  static void MergeImpl(::google::protobuf::MessageLite& to_msg,
                        const ::google::protobuf::MessageLite& from_msg);

  public:
  bool IsInitialized() const {
    return IsInitializedImpl(*this);
  }

  private:
  static bool IsInitializedImpl(const MessageLite& msg);

  public:
  ABSL_ATTRIBUTE_REINITIALIZES void Clear() PROTOBUF_FINAL;
  #if defined(PROTOBUF_CUSTOM_VTABLE)
  private:
  static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg);
  static ::uint8_t* PROTOBUF_NONNULL _InternalSerialize(
      const ::google::protobuf::MessageLite& msg, ::uint8_t* PROTOBUF_NONNULL target,
      ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream);

  public:
  ::size_t ByteSizeLong() const { return ByteSizeLong(*this); }
  ::uint8_t* PROTOBUF_NONNULL _InternalSerialize(
      ::uint8_t* PROTOBUF_NONNULL target,
      ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const {
    return _InternalSerialize(*this, target, stream);
  }
  #else   // PROTOBUF_CUSTOM_VTABLE
  ::size_t ByteSizeLong() const final;
  ::uint8_t* PROTOBUF_NONNULL _InternalSerialize(
      ::uint8_t* PROTOBUF_NONNULL target,
      ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const final;
  #endif  // PROTOBUF_CUSTOM_VTABLE
  int GetCachedSize() const {
    return _impl_._cached_size_.Get();
  }

  private:
  void SharedCtor(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  static void SharedDtor(MessageLite& self);
  void InternalSwap(TrustTokenIssuerConfig* PROTOBUF_NONNULL other);
 private:
  template <typename T>
  friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
  static ::absl::string_view FullMessageName() { return "network.TrustTokenIssuerConfig"; }

  explicit TrustTokenIssuerConfig(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  TrustTokenIssuerConfig(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const TrustTokenIssuerConfig& from);
  TrustTokenIssuerConfig(
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, TrustTokenIssuerConfig&& from) noexcept
      : TrustTokenIssuerConfig(arena) {
    *this = ::std::move(from);
  }
  const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL GetClassData() const PROTOBUF_FINAL;
  static void* PROTOBUF_NONNULL PlacementNew_(
      const void* PROTOBUF_NONNULL, void* PROTOBUF_NONNULL mem,
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  static constexpr auto InternalNewImpl_();

 public:
  static constexpr auto InternalGenerateClassData_(
      const MessageLite& prototype,
      const ::google::protobuf::internal::TcParseTableBase* PROTOBUF_NULLABLE tc_table = nullptr);

  // nested types ----------------------------------------------------

  // accessors -------------------------------------------------------
  enum : int {
    kTokensFieldNumber = 3,
    kLastIssuanceFieldNumber = 4,
  };
  // repeated .network.TrustToken tokens = 3;
  int tokens_size()
      const;
  private:
  int _internal_tokens_size() const;

  public:
  void clear_tokens() ;
  const ::network::TrustToken& tokens(int index) const;
  ::network::TrustToken* PROTOBUF_NONNULL mutable_tokens(int index);
  ::network::TrustToken* PROTOBUF_NONNULL add_tokens();
  const ::google::protobuf::RepeatedPtrField<::network::TrustToken>&
  tokens() const;
  ::google::protobuf::RepeatedPtrField<::network::TrustToken>* PROTOBUF_NONNULL
  mutable_tokens();

  private:
  const ::google::protobuf::RepeatedPtrField<::network::TrustToken>& _internal_tokens() const;
  ::google::protobuf::RepeatedPtrField<::network::TrustToken>* PROTOBUF_NONNULL _internal_mutable_tokens();

  public:
  // optional .network.Timestamp last_issuance = 4;
  bool has_last_issuance()
      const;
  void clear_last_issuance() ;
  const ::network::Timestamp& last_issuance() const;
  ::network::Timestamp* PROTOBUF_NULLABLE release_last_issuance();
  ::network::Timestamp* PROTOBUF_NONNULL mutable_last_issuance();
  void set_allocated_last_issuance(::network::Timestamp* PROTOBUF_NULLABLE value);
  void unsafe_arena_set_allocated_last_issuance(::network::Timestamp* PROTOBUF_NULLABLE value);
  ::network::Timestamp* PROTOBUF_NULLABLE unsafe_arena_release_last_issuance();

  private:
  const ::network::Timestamp& _internal_last_issuance() const;
  ::network::Timestamp* PROTOBUF_NONNULL _internal_mutable_last_issuance();

  public:
  // @@protoc_insertion_point(class_scope:network.TrustTokenIssuerConfig)
 private:
  class _Internal;
  using ParseTableT_ =
      ::google::protobuf::internal::TcParseTable<1, 2,
                          2, 0,
                          2>;
  static constexpr ParseTableT_ InternalGenerateParseTable_(
      const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL class_data);
  friend class ::google::protobuf::internal::TcParser;
  #ifndef PROTOBUF_MESSAGE_GLOBALS
  static const ParseTableT_ _table_;
  #endif

  friend class ::google::protobuf::MessageLite;
  friend class ::google::protobuf::Arena;
  friend ::google::protobuf::internal::PrivateAccess;
  template <typename T>
  friend class ::google::protobuf::Arena::InternalHelper;
  using InternalArenaConstructable_ = void;
  using DestructorSkippable_ = void;
  struct Impl_ {
    inline explicit constexpr Impl_(::google::protobuf::internal::InternalVisibility visibility,
                                    ::google::protobuf::internal::ConstantInitialized) noexcept;
    inline explicit Impl_(
        ::google::protobuf::internal::InternalVisibility visibility,
        ::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
    inline explicit Impl_(
        ::google::protobuf::internal::InternalVisibility visibility,
        ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Impl_& from,
        const TrustTokenIssuerConfig& from_msg);
    ::google::protobuf::internal::HasBits<1> _has_bits_;
    ::google::protobuf::internal::CachedSize _cached_size_;
    ::google::protobuf::RepeatedPtrField< ::network::TrustToken > tokens_;
    ::network::Timestamp* PROTOBUF_NULLABLE last_issuance_;
    PROTOBUF_TSAN_DECLARE_MEMBER
  };
  union { Impl_ _impl_; };
  friend struct ::TableStruct_storage_2eproto;
};

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




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


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

// TrustTokenIssuerConfig

// repeated .network.TrustToken tokens = 3;
inline int TrustTokenIssuerConfig::_internal_tokens_size() const {
  return _internal_tokens().size();
}
inline int TrustTokenIssuerConfig::tokens_size() const {
  return _internal_tokens_size();
}
inline const ::network::TrustToken& TrustTokenIssuerConfig::tokens(int index) const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:network.TrustTokenIssuerConfig.tokens)
  return _internal_tokens().Get(index);
}
inline ::network::TrustToken* PROTOBUF_NONNULL TrustTokenIssuerConfig::mutable_tokens(int index)
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_mutable:network.TrustTokenIssuerConfig.tokens)
  return _internal_mutable_tokens()->Mutable(index);
}
inline ::network::TrustToken* PROTOBUF_NONNULL TrustTokenIssuerConfig::add_tokens()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  ::network::TrustToken* _add =
      _internal_mutable_tokens()->InternalAddWithArena(
          ::google::protobuf::MessageLite::internal_visibility(), GetArena());
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  // @@protoc_insertion_point(field_add:network.TrustTokenIssuerConfig.tokens)
  return _add;
}
inline const ::google::protobuf::RepeatedPtrField<::network::TrustToken>& TrustTokenIssuerConfig::tokens() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_list:network.TrustTokenIssuerConfig.tokens)
  return _internal_tokens();
}
inline ::google::protobuf::RepeatedPtrField<::network::TrustToken>* PROTOBUF_NONNULL
TrustTokenIssuerConfig::mutable_tokens() ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  // @@protoc_insertion_point(field_mutable_list:network.TrustTokenIssuerConfig.tokens)
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _internal_mutable_tokens();
}
inline const ::google::protobuf::RepeatedPtrField<::network::TrustToken>&
TrustTokenIssuerConfig::_internal_tokens() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.tokens_;
}
inline ::google::protobuf::RepeatedPtrField<::network::TrustToken>* PROTOBUF_NONNULL
TrustTokenIssuerConfig::_internal_mutable_tokens() {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return &_impl_.tokens_;
}

// optional .network.Timestamp last_issuance = 4;
inline bool TrustTokenIssuerConfig::has_last_issuance() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000002U);
  PROTOBUF_ASSUME(!value || _impl_.last_issuance_ != nullptr);
  return value;
}
inline const ::network::Timestamp& TrustTokenIssuerConfig::_internal_last_issuance() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  const ::network::Timestamp* p = _impl_.last_issuance_;
  return p != nullptr ? *p : *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<::network::Timestamp>(&::network::Timestamp_globals_);
}
inline const ::network::Timestamp& TrustTokenIssuerConfig::last_issuance() const ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:network.TrustTokenIssuerConfig.last_issuance)
  return _internal_last_issuance();
}
inline void TrustTokenIssuerConfig::unsafe_arena_set_allocated_last_issuance(
    ::network::Timestamp* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (GetArena() == nullptr) {
    delete reinterpret_cast<::google::protobuf::MessageLite*>(_impl_.last_issuance_);
  }
  _impl_.last_issuance_ = reinterpret_cast<::network::Timestamp*>(value);
  if (value != nullptr) {
    SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
  }
  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:network.TrustTokenIssuerConfig.last_issuance)
}
inline ::network::Timestamp* PROTOBUF_NULLABLE TrustTokenIssuerConfig::release_last_issuance() {
  ::google::protobuf::internal::TSanWrite(&_impl_);

  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
  ::network::Timestamp* released = _impl_.last_issuance_;
  _impl_.last_issuance_ = nullptr;
  if (::google::protobuf::internal::DebugHardenForceCopyInRelease()) {
    auto* old = reinterpret_cast<::google::protobuf::MessageLite*>(released);
    released = ::google::protobuf::internal::DuplicateIfNonNull(released);
    if (GetArena() == nullptr) {
      delete old;
    }
  } else {
    if (GetArena() != nullptr) {
      released = ::google::protobuf::internal::DuplicateIfNonNull(released);
    }
  }
  return released;
}
inline ::network::Timestamp* PROTOBUF_NULLABLE TrustTokenIssuerConfig::unsafe_arena_release_last_issuance() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:network.TrustTokenIssuerConfig.last_issuance)

  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
  ::network::Timestamp* temp = _impl_.last_issuance_;
  _impl_.last_issuance_ = nullptr;
  return temp;
}
inline ::network::Timestamp* PROTOBUF_NONNULL TrustTokenIssuerConfig::_internal_mutable_last_issuance() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (_impl_.last_issuance_ == nullptr) {
    auto* p = ::google::protobuf::MessageLite::DefaultConstruct<::network::Timestamp>(GetArena());
    _impl_.last_issuance_ = reinterpret_cast<::network::Timestamp*>(p);
  }
  return _impl_.last_issuance_;
}
inline ::network::Timestamp* PROTOBUF_NONNULL TrustTokenIssuerConfig::mutable_last_issuance()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  ::network::Timestamp* _msg = _internal_mutable_last_issuance();
  // @@protoc_insertion_point(field_mutable:network.TrustTokenIssuerConfig.last_issuance)
  return _msg;
}
inline void TrustTokenIssuerConfig::set_allocated_last_issuance(::network::Timestamp* PROTOBUF_NULLABLE value) {
  ::google::protobuf::Arena* message_arena = GetArena();
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (message_arena == nullptr) {
    delete reinterpret_cast<::google::protobuf::MessageLite*>(_impl_.last_issuance_);
  }

  if (value != nullptr) {
    ::google::protobuf::Arena* submessage_arena = reinterpret_cast<::google::protobuf::MessageLite*>(value)->GetArena();
    if (message_arena != submessage_arena) {
      value = ::google::protobuf::internal::GetOwnedMessage(message_arena, value, submessage_arena);
    }
    SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
  }

  _impl_.last_issuance_ = reinterpret_cast<::network::Timestamp*>(value);
  // @@protoc_insertion_point(field_set_allocated:network.TrustTokenIssuerConfig.last_issuance)
}

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

// TrustTokenToplevelConfig

// repeated string associated_issuers = 1;
inline int TrustTokenToplevelConfig::_internal_associated_issuers_size() const {
  return _internal_associated_issuers().size();
}
inline int TrustTokenToplevelConfig::associated_issuers_size() const {
  return _internal_associated_issuers_size();
}
inline void TrustTokenToplevelConfig::clear_associated_issuers() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.associated_issuers_.Clear();
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
}
inline ::std::string* PROTOBUF_NONNULL TrustTokenToplevelConfig::add_associated_issuers()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  ::std::string* _s =
      _internal_mutable_associated_issuers()->InternalAddWithArena(
          ::google::protobuf::MessageLite::internal_visibility(), GetArena());
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  // @@protoc_insertion_point(field_add_mutable:network.TrustTokenToplevelConfig.associated_issuers)
  return _s;
}
inline const ::std::string& TrustTokenToplevelConfig::associated_issuers(int index) const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:network.TrustTokenToplevelConfig.associated_issuers)
  return _internal_associated_issuers().Get(index);
}
inline ::std::string* PROTOBUF_NONNULL TrustTokenToplevelConfig::mutable_associated_issuers(int index)
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_mutable:network.TrustTokenToplevelConfig.associated_issuers)
  return _internal_mutable_associated_issuers()->Mutable(index);
}
template <typename Arg_, typename... Args_>
inline void TrustTokenToplevelConfig::set_associated_issuers(int index, Arg_&& value, Args_... args) {
  ::google::protobuf::internal::AssignToString(
      *_internal_mutable_associated_issuers()->Mutable(index),
      ::std::forward<Arg_>(value), args... );
  // @@protoc_insertion_point(field_set:network.TrustTokenToplevelConfig.associated_issuers)
}
template <typename Arg_, typename... Args_>
inline void TrustTokenToplevelConfig::add_associated_issuers(Arg_&& value, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  ::google::protobuf::internal::AddToRepeatedPtrField(
      ::google::protobuf::MessageLite::internal_visibility(), GetArena(),
      *_internal_mutable_associated_issuers(), ::std::forward<Arg_>(value),
      args... );
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  // @@protoc_insertion_point(field_add:network.TrustTokenToplevelConfig.associated_issuers)
}
inline const ::google::protobuf::RepeatedPtrField<::std::string>& TrustTokenToplevelConfig::associated_issuers()
    const ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_list:network.TrustTokenToplevelConfig.associated_issuers)
  return _internal_associated_issuers();
}
inline ::google::protobuf::RepeatedPtrField<::std::string>* PROTOBUF_NONNULL
TrustTokenToplevelConfig::mutable_associated_issuers() ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  // @@protoc_insertion_point(field_mutable_list:network.TrustTokenToplevelConfig.associated_issuers)
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _internal_mutable_associated_issuers();
}
inline const ::google::protobuf::RepeatedPtrField<::std::string>&
TrustTokenToplevelConfig::_internal_associated_issuers() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.associated_issuers_;
}
inline ::google::protobuf::RepeatedPtrField<::std::string>* PROTOBUF_NONNULL
TrustTokenToplevelConfig::_internal_mutable_associated_issuers() {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return &_impl_.associated_issuers_;
}

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

// TrustTokenIssuerToplevelPairConfig

// optional .network.Timestamp last_redemption = 1;
inline bool TrustTokenIssuerToplevelPairConfig::has_last_redemption() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000001U);
  PROTOBUF_ASSUME(!value || _impl_.last_redemption_ != nullptr);
  return value;
}
inline const ::network::Timestamp& TrustTokenIssuerToplevelPairConfig::_internal_last_redemption() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  const ::network::Timestamp* p = _impl_.last_redemption_;
  return p != nullptr ? *p : *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<::network::Timestamp>(&::network::Timestamp_globals_);
}
inline const ::network::Timestamp& TrustTokenIssuerToplevelPairConfig::last_redemption() const ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:network.TrustTokenIssuerToplevelPairConfig.last_redemption)
  return _internal_last_redemption();
}
inline void TrustTokenIssuerToplevelPairConfig::unsafe_arena_set_allocated_last_redemption(
    ::network::Timestamp* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (GetArena() == nullptr) {
    delete reinterpret_cast<::google::protobuf::MessageLite*>(_impl_.last_redemption_);
  }
  _impl_.last_redemption_ = reinterpret_cast<::network::Timestamp*>(value);
  if (value != nullptr) {
    SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
  }
  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:network.TrustTokenIssuerToplevelPairConfig.last_redemption)
}
inline ::network::Timestamp* PROTOBUF_NULLABLE TrustTokenIssuerToplevelPairConfig::release_last_redemption() {
  ::google::protobuf::internal::TSanWrite(&_impl_);

  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
  ::network::Timestamp* released = _impl_.last_redemption_;
  _impl_.last_redemption_ = nullptr;
  if (::google::protobuf::internal::DebugHardenForceCopyInRelease()) {
    auto* old = reinterpret_cast<::google::protobuf::MessageLite*>(released);
    released = ::google::protobuf::internal::DuplicateIfNonNull(released);
    if (GetArena() == nullptr) {
      delete old;
    }
  } else {
    if (GetArena() != nullptr) {
      released = ::google::protobuf::internal::DuplicateIfNonNull(released);
    }
  }
  return released;
}
inline ::network::Timestamp* PROTOBUF_NULLABLE TrustTokenIssuerToplevelPairConfig::unsafe_arena_release_last_redemption() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:network.TrustTokenIssuerToplevelPairConfig.last_redemption)

  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
  ::network::Timestamp* temp = _impl_.last_redemption_;
  _impl_.last_redemption_ = nullptr;
  return temp;
}
inline ::network::Timestamp* PROTOBUF_NONNULL TrustTokenIssuerToplevelPairConfig::_internal_mutable_last_redemption() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (_impl_.last_redemption_ == nullptr) {
    auto* p = ::google::protobuf::MessageLite::DefaultConstruct<::network::Timestamp>(GetArena());
    _impl_.last_redemption_ = reinterpret_cast<::network::Timestamp*>(p);
  }
  return _impl_.last_redemption_;
}
inline ::network::Timestamp* PROTOBUF_NONNULL TrustTokenIssuerToplevelPairConfig::mutable_last_redemption()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  ::network::Timestamp* _msg = _internal_mutable_last_redemption();
  // @@protoc_insertion_point(field_mutable:network.TrustTokenIssuerToplevelPairConfig.last_redemption)
  return _msg;
}
inline void TrustTokenIssuerToplevelPairConfig::set_allocated_last_redemption(::network::Timestamp* PROTOBUF_NULLABLE value) {
  ::google::protobuf::Arena* message_arena = GetArena();
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (message_arena == nullptr) {
    delete reinterpret_cast<::google::protobuf::MessageLite*>(_impl_.last_redemption_);
  }

  if (value != nullptr) {
    ::google::protobuf::Arena* submessage_arena = reinterpret_cast<::google::protobuf::MessageLite*>(value)->GetArena();
    if (message_arena != submessage_arena) {
      value = ::google::protobuf::internal::GetOwnedMessage(message_arena, value, submessage_arena);
    }
    SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
  }

  _impl_.last_redemption_ = reinterpret_cast<::network::Timestamp*>(value);
  // @@protoc_insertion_point(field_set_allocated:network.TrustTokenIssuerToplevelPairConfig.last_redemption)
}

// optional .network.TrustTokenRedemptionRecord redemption_record = 2;
inline bool TrustTokenIssuerToplevelPairConfig::has_redemption_record() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000002U);
  PROTOBUF_ASSUME(!value || _impl_.redemption_record_ != nullptr);
  return value;
}
inline const ::network::TrustTokenRedemptionRecord& TrustTokenIssuerToplevelPairConfig::_internal_redemption_record() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  const ::network::TrustTokenRedemptionRecord* p = _impl_.redemption_record_;
  return p != nullptr ? *p : *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<::network::TrustTokenRedemptionRecord>(&::network::TrustTokenRedemptionRecord_globals_);
}
inline const ::network::TrustTokenRedemptionRecord& TrustTokenIssuerToplevelPairConfig::redemption_record() const ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:network.TrustTokenIssuerToplevelPairConfig.redemption_record)
  return _internal_redemption_record();
}
inline void TrustTokenIssuerToplevelPairConfig::unsafe_arena_set_allocated_redemption_record(
    ::network::TrustTokenRedemptionRecord* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (GetArena() == nullptr) {
    delete reinterpret_cast<::google::protobuf::MessageLite*>(_impl_.redemption_record_);
  }
  _impl_.redemption_record_ = reinterpret_cast<::network::TrustTokenRedemptionRecord*>(value);
  if (value != nullptr) {
    SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
  }
  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:network.TrustTokenIssuerToplevelPairConfig.redemption_record)
}
inline ::network::TrustTokenRedemptionRecord* PROTOBUF_NULLABLE TrustTokenIssuerToplevelPairConfig::release_redemption_record() {
  ::google::protobuf::internal::TSanWrite(&_impl_);

  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
  ::network::TrustTokenRedemptionRecord* released = _impl_.redemption_record_;
  _impl_.redemption_record_ = nullptr;
  if (::google::protobuf::internal::DebugHardenForceCopyInRelease()) {
    auto* old = reinterpret_cast<::google::protobuf::MessageLite*>(released);
    released = ::google::protobuf::internal::DuplicateIfNonNull(released);
    if (GetArena() == nullptr) {
      delete old;
    }
  } else {
    if (GetArena() != nullptr) {
      released = ::google::protobuf::internal::DuplicateIfNonNull(released);
    }
  }
  return released;
}
inline ::network::TrustTokenRedemptionRecord* PROTOBUF_NULLABLE TrustTokenIssuerToplevelPairConfig::unsafe_arena_release_redemption_record() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:network.TrustTokenIssuerToplevelPairConfig.redemption_record)

  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
  ::network::TrustTokenRedemptionRecord* temp = _impl_.redemption_record_;
  _impl_.redemption_record_ = nullptr;
  return temp;
}
inline ::network::TrustTokenRedemptionRecord* PROTOBUF_NONNULL TrustTokenIssuerToplevelPairConfig::_internal_mutable_redemption_record() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (_impl_.redemption_record_ == nullptr) {
    auto* p = ::google::protobuf::MessageLite::DefaultConstruct<::network::TrustTokenRedemptionRecord>(GetArena());
    _impl_.redemption_record_ = reinterpret_cast<::network::TrustTokenRedemptionRecord*>(p);
  }
  return _impl_.redemption_record_;
}
inline ::network::TrustTokenRedemptionRecord* PROTOBUF_NONNULL TrustTokenIssuerToplevelPairConfig::mutable_redemption_record()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  ::network::TrustTokenRedemptionRecord* _msg = _internal_mutable_redemption_record();
  // @@protoc_insertion_point(field_mutable:network.TrustTokenIssuerToplevelPairConfig.redemption_record)
  return _msg;
}
inline void TrustTokenIssuerToplevelPairConfig::set_allocated_redemption_record(::network::TrustTokenRedemptionRecord* PROTOBUF_NULLABLE value) {
  ::google::protobuf::Arena* message_arena = GetArena();
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (message_arena == nullptr) {
    delete reinterpret_cast<::google::protobuf::MessageLite*>(_impl_.redemption_record_);
  }

  if (value != nullptr) {
    ::google::protobuf::Arena* submessage_arena = reinterpret_cast<::google::protobuf::MessageLite*>(value)->GetArena();
    if (message_arena != submessage_arena) {
      value = ::google::protobuf::internal::GetOwnedMessage(message_arena, value, submessage_arena);
    }
    SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
  }

  _impl_.redemption_record_ = reinterpret_cast<::network::TrustTokenRedemptionRecord*>(value);
  // @@protoc_insertion_point(field_set_allocated:network.TrustTokenIssuerToplevelPairConfig.redemption_record)
}

// optional .network.Timestamp penultimate_redemption = 3;
inline bool TrustTokenIssuerToplevelPairConfig::has_penultimate_redemption() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000004U);
  PROTOBUF_ASSUME(!value || _impl_.penultimate_redemption_ != nullptr);
  return value;
}
inline const ::network::Timestamp& TrustTokenIssuerToplevelPairConfig::_internal_penultimate_redemption() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  const ::network::Timestamp* p = _impl_.penultimate_redemption_;
  return p != nullptr ? *p : *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<::network::Timestamp>(&::network::Timestamp_globals_);
}
inline const ::network::Timestamp& TrustTokenIssuerToplevelPairConfig::penultimate_redemption() const ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:network.TrustTokenIssuerToplevelPairConfig.penultimate_redemption)
  return _internal_penultimate_redemption();
}
inline void TrustTokenIssuerToplevelPairConfig::unsafe_arena_set_allocated_penultimate_redemption(
    ::network::Timestamp* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (GetArena() == nullptr) {
    delete reinterpret_cast<::google::protobuf::MessageLite*>(_impl_.penultimate_redemption_);
  }
  _impl_.penultimate_redemption_ = reinterpret_cast<::network::Timestamp*>(value);
  if (value != nullptr) {
    SetHasBit(_impl_._has_bits_[0], 0x00000004U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
  }
  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:network.TrustTokenIssuerToplevelPairConfig.penultimate_redemption)
}
inline ::network::Timestamp* PROTOBUF_NULLABLE TrustTokenIssuerToplevelPairConfig::release_penultimate_redemption() {
  ::google::protobuf::internal::TSanWrite(&_impl_);

  ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
  ::network::Timestamp* released = _impl_.penultimate_redemption_;
  _impl_.penultimate_redemption_ = nullptr;
  if (::google::protobuf::internal::DebugHardenForceCopyInRelease()) {
    auto* old = reinterpret_cast<::google::protobuf::MessageLite*>(released);
    released = ::google::protobuf::internal::DuplicateIfNonNull(released);
    if (GetArena() == nullptr) {
      delete old;
    }
  } else {
    if (GetArena() != nullptr) {
      released = ::google::protobuf::internal::DuplicateIfNonNull(released);
    }
  }
  return released;
}
inline ::network::Timestamp* PROTOBUF_NULLABLE TrustTokenIssuerToplevelPairConfig::unsafe_arena_release_penultimate_redemption() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:network.TrustTokenIssuerToplevelPairConfig.penultimate_redemption)

  ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
  ::network::Timestamp* temp = _impl_.penultimate_redemption_;
  _impl_.penultimate_redemption_ = nullptr;
  return temp;
}
inline ::network::Timestamp* PROTOBUF_NONNULL TrustTokenIssuerToplevelPairConfig::_internal_mutable_penultimate_redemption() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (_impl_.penultimate_redemption_ == nullptr) {
    auto* p = ::google::protobuf::MessageLite::DefaultConstruct<::network::Timestamp>(GetArena());
    _impl_.penultimate_redemption_ = reinterpret_cast<::network::Timestamp*>(p);
  }
  return _impl_.penultimate_redemption_;
}
inline ::network::Timestamp* PROTOBUF_NONNULL TrustTokenIssuerToplevelPairConfig::mutable_penultimate_redemption()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000004U);
  ::network::Timestamp* _msg = _internal_mutable_penultimate_redemption();
  // @@protoc_insertion_point(field_mutable:network.TrustTokenIssuerToplevelPairConfig.penultimate_redemption)
  return _msg;
}
inline void TrustTokenIssuerToplevelPairConfig::set_allocated_penultimate_redemption(::network::Timestamp* PROTOBUF_NULLABLE value) {
  ::google::protobuf::Arena* message_arena = GetArena();
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (message_arena == nullptr) {
    delete reinterpret_cast<::google::protobuf::MessageLite*>(_impl_.penultimate_redemption_);
  }

  if (value != nullptr) {
    ::google::protobuf::Arena* submessage_arena = reinterpret_cast<::google::protobuf::MessageLite*>(value)->GetArena();
    if (message_arena != submessage_arena) {
      value = ::google::protobuf::internal::GetOwnedMessage(message_arena, value, submessage_arena);
    }
    SetHasBit(_impl_._has_bits_[0], 0x00000004U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
  }

  _impl_.penultimate_redemption_ = reinterpret_cast<::network::Timestamp*>(value);
  // @@protoc_insertion_point(field_set_allocated:network.TrustTokenIssuerToplevelPairConfig.penultimate_redemption)
}

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

// @@protoc_insertion_point(namespace_scope)
}  // namespace network


// @@protoc_insertion_point(global_scope)

#include "google/protobuf/port_undef.inc"
// clang-format on

#endif  // storage_2eproto_2epb_2eh
