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

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

#ifndef GOOGLE_PROTOBUF_INCLUDED_public_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_public_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
// @@protoc_insertion_point(includes)
#include <google/protobuf/port_def.inc>
#define PROTOBUF_INTERNAL_EXPORT_public_2eproto
PROTOBUF_NAMESPACE_OPEN
namespace internal {
class AnyMetadata;
}  // namespace internal
PROTOBUF_NAMESPACE_CLOSE

// Internal implementation detail -- do not use these members.
struct TableStruct_public_2eproto {};
namespace network {
class Timestamp;
struct TimestampDefaultTypeInternal;
extern TimestampDefaultTypeInternal _Timestamp_default_instance_;
class TrustToken;
struct TrustTokenDefaultTypeInternal;
extern TrustTokenDefaultTypeInternal _TrustToken_default_instance_;
class TrustTokenRedemptionRecord;
struct TrustTokenRedemptionRecordDefaultTypeInternal;
extern TrustTokenRedemptionRecordDefaultTypeInternal _TrustTokenRedemptionRecord_default_instance_;
}  // namespace network
PROTOBUF_NAMESPACE_OPEN
template<> ::network::Timestamp* Arena::CreateMaybeMessage<::network::Timestamp>(Arena*);
template<> ::network::TrustToken* Arena::CreateMaybeMessage<::network::TrustToken>(Arena*);
template<> ::network::TrustTokenRedemptionRecord* Arena::CreateMaybeMessage<::network::TrustTokenRedemptionRecord>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace network {

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

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

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

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


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

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

// optional bytes body = 1;
inline bool TrustToken::_internal_has_body() const {}
inline bool TrustToken::has_body() const {}
inline void TrustToken::clear_body() {}
inline const std::string& TrustToken::body() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void TrustToken::set_body(ArgT0&& arg0, ArgT... args) {}
inline std::string* TrustToken::mutable_body() {}
inline const std::string& TrustToken::_internal_body() const {}
inline void TrustToken::_internal_set_body(const std::string& value) {}
inline std::string* TrustToken::_internal_mutable_body() {}
inline std::string* TrustToken::release_body() {}
inline void TrustToken::set_allocated_body(std::string* body) {}

// optional bytes signing_key = 2;
inline bool TrustToken::_internal_has_signing_key() const {}
inline bool TrustToken::has_signing_key() const {}
inline void TrustToken::clear_signing_key() {}
inline const std::string& TrustToken::signing_key() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void TrustToken::set_signing_key(ArgT0&& arg0, ArgT... args) {}
inline std::string* TrustToken::mutable_signing_key() {}
inline const std::string& TrustToken::_internal_signing_key() const {}
inline void TrustToken::_internal_set_signing_key(const std::string& value) {}
inline std::string* TrustToken::_internal_mutable_signing_key() {}
inline std::string* TrustToken::release_signing_key() {}
inline void TrustToken::set_allocated_signing_key(std::string* signing_key) {}

// optional .network.Timestamp creation_time = 3;
inline bool TrustToken::_internal_has_creation_time() const {}
inline bool TrustToken::has_creation_time() const {}
inline void TrustToken::clear_creation_time() {}
inline const ::network::Timestamp& TrustToken::_internal_creation_time() const {}
inline const ::network::Timestamp& TrustToken::creation_time() const {}
inline void TrustToken::unsafe_arena_set_allocated_creation_time(
    ::network::Timestamp* creation_time) {}
inline ::network::Timestamp* TrustToken::release_creation_time() {}
inline ::network::Timestamp* TrustToken::unsafe_arena_release_creation_time() {}
inline ::network::Timestamp* TrustToken::_internal_mutable_creation_time() {}
inline ::network::Timestamp* TrustToken::mutable_creation_time() {}
inline void TrustToken::set_allocated_creation_time(::network::Timestamp* creation_time) {}

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

// TrustTokenRedemptionRecord

// optional bytes body = 1;
inline bool TrustTokenRedemptionRecord::_internal_has_body() const {}
inline bool TrustTokenRedemptionRecord::has_body() const {}
inline void TrustTokenRedemptionRecord::clear_body() {}
inline const std::string& TrustTokenRedemptionRecord::body() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void TrustTokenRedemptionRecord::set_body(ArgT0&& arg0, ArgT... args) {}
inline std::string* TrustTokenRedemptionRecord::mutable_body() {}
inline const std::string& TrustTokenRedemptionRecord::_internal_body() const {}
inline void TrustTokenRedemptionRecord::_internal_set_body(const std::string& value) {}
inline std::string* TrustTokenRedemptionRecord::_internal_mutable_body() {}
inline std::string* TrustTokenRedemptionRecord::release_body() {}
inline void TrustTokenRedemptionRecord::set_allocated_body(std::string* body) {}

// optional bytes token_verification_key = 4;
inline bool TrustTokenRedemptionRecord::_internal_has_token_verification_key() const {}
inline bool TrustTokenRedemptionRecord::has_token_verification_key() const {}
inline void TrustTokenRedemptionRecord::clear_token_verification_key() {}
inline const std::string& TrustTokenRedemptionRecord::token_verification_key() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void TrustTokenRedemptionRecord::set_token_verification_key(ArgT0&& arg0, ArgT... args) {}
inline std::string* TrustTokenRedemptionRecord::mutable_token_verification_key() {}
inline const std::string& TrustTokenRedemptionRecord::_internal_token_verification_key() const {}
inline void TrustTokenRedemptionRecord::_internal_set_token_verification_key(const std::string& value) {}
inline std::string* TrustTokenRedemptionRecord::_internal_mutable_token_verification_key() {}
inline std::string* TrustTokenRedemptionRecord::release_token_verification_key() {}
inline void TrustTokenRedemptionRecord::set_allocated_token_verification_key(std::string* token_verification_key) {}

// optional uint64 lifetime = 5;
inline bool TrustTokenRedemptionRecord::_internal_has_lifetime() const {}
inline bool TrustTokenRedemptionRecord::has_lifetime() const {}
inline void TrustTokenRedemptionRecord::clear_lifetime() {}
inline uint64_t TrustTokenRedemptionRecord::_internal_lifetime() const {}
inline uint64_t TrustTokenRedemptionRecord::lifetime() const {}
inline void TrustTokenRedemptionRecord::_internal_set_lifetime(uint64_t value) {}
inline void TrustTokenRedemptionRecord::set_lifetime(uint64_t value) {}

// optional .network.Timestamp creation_time = 6;
inline bool TrustTokenRedemptionRecord::_internal_has_creation_time() const {}
inline bool TrustTokenRedemptionRecord::has_creation_time() const {}
inline void TrustTokenRedemptionRecord::clear_creation_time() {}
inline const ::network::Timestamp& TrustTokenRedemptionRecord::_internal_creation_time() const {}
inline const ::network::Timestamp& TrustTokenRedemptionRecord::creation_time() const {}
inline void TrustTokenRedemptionRecord::unsafe_arena_set_allocated_creation_time(
    ::network::Timestamp* creation_time) {}
inline ::network::Timestamp* TrustTokenRedemptionRecord::release_creation_time() {}
inline ::network::Timestamp* TrustTokenRedemptionRecord::unsafe_arena_release_creation_time() {}
inline ::network::Timestamp* TrustTokenRedemptionRecord::_internal_mutable_creation_time() {}
inline ::network::Timestamp* TrustTokenRedemptionRecord::mutable_creation_time() {}
inline void TrustTokenRedemptionRecord::set_allocated_creation_time(::network::Timestamp* creation_time) {}

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

// Timestamp

// required int64 micros = 1;
inline bool Timestamp::_internal_has_micros() const {}
inline bool Timestamp::has_micros() const {}
inline void Timestamp::clear_micros() {}
inline int64_t Timestamp::_internal_micros() const {}
inline int64_t Timestamp::micros() const {}
inline void Timestamp::_internal_set_micros(int64_t value) {}
inline void Timestamp::set_micros(int64_t value) {}

#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_public_2eproto