chromium/out/Default/gen/services/network/trust_tokens/proto/storage.pb.h

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

#ifndef GOOGLE_PROTOBUF_INCLUDED_storage_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_storage_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 "public.pb.h"
// @@protoc_insertion_point(includes)
#include <google/protobuf/port_def.inc>
#define PROTOBUF_INTERNAL_EXPORT_storage_2eproto
PROTOBUF_NAMESPACE_OPEN
namespace internal {
class AnyMetadata;
}  // namespace internal
PROTOBUF_NAMESPACE_CLOSE

// Internal implementation detail -- do not use these members.
struct TableStruct_storage_2eproto {};
namespace network {
class TrustTokenIssuerConfig;
struct TrustTokenIssuerConfigDefaultTypeInternal;
extern TrustTokenIssuerConfigDefaultTypeInternal _TrustTokenIssuerConfig_default_instance_;
class TrustTokenIssuerToplevelPairConfig;
struct TrustTokenIssuerToplevelPairConfigDefaultTypeInternal;
extern TrustTokenIssuerToplevelPairConfigDefaultTypeInternal _TrustTokenIssuerToplevelPairConfig_default_instance_;
class TrustTokenToplevelConfig;
struct TrustTokenToplevelConfigDefaultTypeInternal;
extern TrustTokenToplevelConfigDefaultTypeInternal _TrustTokenToplevelConfig_default_instance_;
}  // namespace network
PROTOBUF_NAMESPACE_OPEN
template<> ::network::TrustTokenIssuerConfig* Arena::CreateMaybeMessage<::network::TrustTokenIssuerConfig>(Arena*);
template<> ::network::TrustTokenIssuerToplevelPairConfig* Arena::CreateMaybeMessage<::network::TrustTokenIssuerToplevelPairConfig>(Arena*);
template<> ::network::TrustTokenToplevelConfig* Arena::CreateMaybeMessage<::network::TrustTokenToplevelConfig>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace network {

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

class TrustTokenIssuerConfig final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:network.TrustTokenIssuerConfig) */ {};
// -------------------------------------------------------------------

class TrustTokenToplevelConfig final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:network.TrustTokenToplevelConfig) */ {};
// -------------------------------------------------------------------

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


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

#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 {}
inline int TrustTokenIssuerConfig::tokens_size() const {}
inline ::network::TrustToken* TrustTokenIssuerConfig::mutable_tokens(int index) {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::network::TrustToken >*
TrustTokenIssuerConfig::mutable_tokens() {}
inline const ::network::TrustToken& TrustTokenIssuerConfig::_internal_tokens(int index) const {}
inline const ::network::TrustToken& TrustTokenIssuerConfig::tokens(int index) const {}
inline ::network::TrustToken* TrustTokenIssuerConfig::_internal_add_tokens() {}
inline ::network::TrustToken* TrustTokenIssuerConfig::add_tokens() {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::network::TrustToken >&
TrustTokenIssuerConfig::tokens() const {}

// optional .network.Timestamp last_issuance = 4;
inline bool TrustTokenIssuerConfig::_internal_has_last_issuance() const {}
inline bool TrustTokenIssuerConfig::has_last_issuance() const {}
inline const ::network::Timestamp& TrustTokenIssuerConfig::_internal_last_issuance() const {}
inline const ::network::Timestamp& TrustTokenIssuerConfig::last_issuance() const {}
inline void TrustTokenIssuerConfig::unsafe_arena_set_allocated_last_issuance(
    ::network::Timestamp* last_issuance) {}
inline ::network::Timestamp* TrustTokenIssuerConfig::release_last_issuance() {}
inline ::network::Timestamp* TrustTokenIssuerConfig::unsafe_arena_release_last_issuance() {}
inline ::network::Timestamp* TrustTokenIssuerConfig::_internal_mutable_last_issuance() {}
inline ::network::Timestamp* TrustTokenIssuerConfig::mutable_last_issuance() {}
inline void TrustTokenIssuerConfig::set_allocated_last_issuance(::network::Timestamp* last_issuance) {}

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

// TrustTokenToplevelConfig

// repeated string associated_issuers = 1;
inline int TrustTokenToplevelConfig::_internal_associated_issuers_size() const {}
inline int TrustTokenToplevelConfig::associated_issuers_size() const {}
inline void TrustTokenToplevelConfig::clear_associated_issuers() {}
inline std::string* TrustTokenToplevelConfig::add_associated_issuers() {}
inline const std::string& TrustTokenToplevelConfig::_internal_associated_issuers(int index) const {}
inline const std::string& TrustTokenToplevelConfig::associated_issuers(int index) const {}
inline std::string* TrustTokenToplevelConfig::mutable_associated_issuers(int index) {}
inline void TrustTokenToplevelConfig::set_associated_issuers(int index, const std::string& value) {}
inline void TrustTokenToplevelConfig::set_associated_issuers(int index, std::string&& value) {}
inline void TrustTokenToplevelConfig::set_associated_issuers(int index, const char* value) {}
inline void TrustTokenToplevelConfig::set_associated_issuers(int index, const char* value, size_t size) {}
inline std::string* TrustTokenToplevelConfig::_internal_add_associated_issuers() {}
inline void TrustTokenToplevelConfig::add_associated_issuers(const std::string& value) {}
inline void TrustTokenToplevelConfig::add_associated_issuers(std::string&& value) {}
inline void TrustTokenToplevelConfig::add_associated_issuers(const char* value) {}
inline void TrustTokenToplevelConfig::add_associated_issuers(const char* value, size_t size) {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>&
TrustTokenToplevelConfig::associated_issuers() const {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>*
TrustTokenToplevelConfig::mutable_associated_issuers() {}

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

// TrustTokenIssuerToplevelPairConfig

// optional .network.Timestamp last_redemption = 1;
inline bool TrustTokenIssuerToplevelPairConfig::_internal_has_last_redemption() const {}
inline bool TrustTokenIssuerToplevelPairConfig::has_last_redemption() const {}
inline const ::network::Timestamp& TrustTokenIssuerToplevelPairConfig::_internal_last_redemption() const {}
inline const ::network::Timestamp& TrustTokenIssuerToplevelPairConfig::last_redemption() const {}
inline void TrustTokenIssuerToplevelPairConfig::unsafe_arena_set_allocated_last_redemption(
    ::network::Timestamp* last_redemption) {}
inline ::network::Timestamp* TrustTokenIssuerToplevelPairConfig::release_last_redemption() {}
inline ::network::Timestamp* TrustTokenIssuerToplevelPairConfig::unsafe_arena_release_last_redemption() {}
inline ::network::Timestamp* TrustTokenIssuerToplevelPairConfig::_internal_mutable_last_redemption() {}
inline ::network::Timestamp* TrustTokenIssuerToplevelPairConfig::mutable_last_redemption() {}
inline void TrustTokenIssuerToplevelPairConfig::set_allocated_last_redemption(::network::Timestamp* last_redemption) {}

// optional .network.TrustTokenRedemptionRecord redemption_record = 2;
inline bool TrustTokenIssuerToplevelPairConfig::_internal_has_redemption_record() const {}
inline bool TrustTokenIssuerToplevelPairConfig::has_redemption_record() const {}
inline const ::network::TrustTokenRedemptionRecord& TrustTokenIssuerToplevelPairConfig::_internal_redemption_record() const {}
inline const ::network::TrustTokenRedemptionRecord& TrustTokenIssuerToplevelPairConfig::redemption_record() const {}
inline void TrustTokenIssuerToplevelPairConfig::unsafe_arena_set_allocated_redemption_record(
    ::network::TrustTokenRedemptionRecord* redemption_record) {}
inline ::network::TrustTokenRedemptionRecord* TrustTokenIssuerToplevelPairConfig::release_redemption_record() {}
inline ::network::TrustTokenRedemptionRecord* TrustTokenIssuerToplevelPairConfig::unsafe_arena_release_redemption_record() {}
inline ::network::TrustTokenRedemptionRecord* TrustTokenIssuerToplevelPairConfig::_internal_mutable_redemption_record() {}
inline ::network::TrustTokenRedemptionRecord* TrustTokenIssuerToplevelPairConfig::mutable_redemption_record() {}
inline void TrustTokenIssuerToplevelPairConfig::set_allocated_redemption_record(::network::TrustTokenRedemptionRecord* redemption_record) {}

// optional .network.Timestamp penultimate_redemption = 3;
inline bool TrustTokenIssuerToplevelPairConfig::_internal_has_penultimate_redemption() const {}
inline bool TrustTokenIssuerToplevelPairConfig::has_penultimate_redemption() const {}
inline const ::network::Timestamp& TrustTokenIssuerToplevelPairConfig::_internal_penultimate_redemption() const {}
inline const ::network::Timestamp& TrustTokenIssuerToplevelPairConfig::penultimate_redemption() const {}
inline void TrustTokenIssuerToplevelPairConfig::unsafe_arena_set_allocated_penultimate_redemption(
    ::network::Timestamp* penultimate_redemption) {}
inline ::network::Timestamp* TrustTokenIssuerToplevelPairConfig::release_penultimate_redemption() {}
inline ::network::Timestamp* TrustTokenIssuerToplevelPairConfig::unsafe_arena_release_penultimate_redemption() {}
inline ::network::Timestamp* TrustTokenIssuerToplevelPairConfig::_internal_mutable_penultimate_redemption() {}
inline ::network::Timestamp* TrustTokenIssuerToplevelPairConfig::mutable_penultimate_redemption() {}
inline void TrustTokenIssuerToplevelPairConfig::set_allocated_penultimate_redemption(::network::Timestamp* 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>
#endif  // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_storage_2eproto