chromium/out/Default/gen/components/origin_trials/proto/db_trial_token.pb.h

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

#ifndef GOOGLE_PROTOBUF_INCLUDED_db_5ftrial_5ftoken_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_db_5ftrial_5ftoken_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_db_5ftrial_5ftoken_2eproto
PROTOBUF_NAMESPACE_OPEN
namespace internal {
class AnyMetadata;
}  // namespace internal
PROTOBUF_NAMESPACE_CLOSE

// Internal implementation detail -- do not use these members.
struct TableStruct_db_5ftrial_5ftoken_2eproto {};
namespace origin_trials_pb {
class OriginMessage;
struct OriginMessageDefaultTypeInternal;
extern OriginMessageDefaultTypeInternal _OriginMessage_default_instance_;
class TrialTokenDbEntries;
struct TrialTokenDbEntriesDefaultTypeInternal;
extern TrialTokenDbEntriesDefaultTypeInternal _TrialTokenDbEntries_default_instance_;
class TrialTokenDbEntry;
struct TrialTokenDbEntryDefaultTypeInternal;
extern TrialTokenDbEntryDefaultTypeInternal _TrialTokenDbEntry_default_instance_;
}  // namespace origin_trials_pb
PROTOBUF_NAMESPACE_OPEN
template<> ::origin_trials_pb::OriginMessage* Arena::CreateMaybeMessage<::origin_trials_pb::OriginMessage>(Arena*);
template<> ::origin_trials_pb::TrialTokenDbEntries* Arena::CreateMaybeMessage<::origin_trials_pb::TrialTokenDbEntries>(Arena*);
template<> ::origin_trials_pb::TrialTokenDbEntry* Arena::CreateMaybeMessage<::origin_trials_pb::TrialTokenDbEntry>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace origin_trials_pb {

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

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

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

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


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

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

// optional string trial_name = 1;
inline bool TrialTokenDbEntry::_internal_has_trial_name() const {}
inline bool TrialTokenDbEntry::has_trial_name() const {}
inline void TrialTokenDbEntry::clear_trial_name() {}
inline const std::string& TrialTokenDbEntry::trial_name() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void TrialTokenDbEntry::set_trial_name(ArgT0&& arg0, ArgT... args) {}
inline std::string* TrialTokenDbEntry::mutable_trial_name() {}
inline const std::string& TrialTokenDbEntry::_internal_trial_name() const {}
inline void TrialTokenDbEntry::_internal_set_trial_name(const std::string& value) {}
inline std::string* TrialTokenDbEntry::_internal_mutable_trial_name() {}
inline std::string* TrialTokenDbEntry::release_trial_name() {}
inline void TrialTokenDbEntry::set_allocated_trial_name(std::string* trial_name) {}

// optional uint64 token_expiry = 2;
inline bool TrialTokenDbEntry::_internal_has_token_expiry() const {}
inline bool TrialTokenDbEntry::has_token_expiry() const {}
inline void TrialTokenDbEntry::clear_token_expiry() {}
inline uint64_t TrialTokenDbEntry::_internal_token_expiry() const {}
inline uint64_t TrialTokenDbEntry::token_expiry() const {}
inline void TrialTokenDbEntry::_internal_set_token_expiry(uint64_t value) {}
inline void TrialTokenDbEntry::set_token_expiry(uint64_t value) {}

// optional uint32 usage_restriction = 3;
inline bool TrialTokenDbEntry::_internal_has_usage_restriction() const {}
inline bool TrialTokenDbEntry::has_usage_restriction() const {}
inline void TrialTokenDbEntry::clear_usage_restriction() {}
inline uint32_t TrialTokenDbEntry::_internal_usage_restriction() const {}
inline uint32_t TrialTokenDbEntry::usage_restriction() const {}
inline void TrialTokenDbEntry::_internal_set_usage_restriction(uint32_t value) {}
inline void TrialTokenDbEntry::set_usage_restriction(uint32_t value) {}

// optional bytes token_signature = 4;
inline bool TrialTokenDbEntry::_internal_has_token_signature() const {}
inline bool TrialTokenDbEntry::has_token_signature() const {}
inline void TrialTokenDbEntry::clear_token_signature() {}
inline const std::string& TrialTokenDbEntry::token_signature() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void TrialTokenDbEntry::set_token_signature(ArgT0&& arg0, ArgT... args) {}
inline std::string* TrialTokenDbEntry::mutable_token_signature() {}
inline const std::string& TrialTokenDbEntry::_internal_token_signature() const {}
inline void TrialTokenDbEntry::_internal_set_token_signature(const std::string& value) {}
inline std::string* TrialTokenDbEntry::_internal_mutable_token_signature() {}
inline std::string* TrialTokenDbEntry::release_token_signature() {}
inline void TrialTokenDbEntry::set_allocated_token_signature(std::string* token_signature) {}

// repeated string partition_sites = 5;
inline int TrialTokenDbEntry::_internal_partition_sites_size() const {}
inline int TrialTokenDbEntry::partition_sites_size() const {}
inline void TrialTokenDbEntry::clear_partition_sites() {}
inline std::string* TrialTokenDbEntry::add_partition_sites() {}
inline const std::string& TrialTokenDbEntry::_internal_partition_sites(int index) const {}
inline const std::string& TrialTokenDbEntry::partition_sites(int index) const {}
inline std::string* TrialTokenDbEntry::mutable_partition_sites(int index) {}
inline void TrialTokenDbEntry::set_partition_sites(int index, const std::string& value) {}
inline void TrialTokenDbEntry::set_partition_sites(int index, std::string&& value) {}
inline void TrialTokenDbEntry::set_partition_sites(int index, const char* value) {}
inline void TrialTokenDbEntry::set_partition_sites(int index, const char* value, size_t size) {}
inline std::string* TrialTokenDbEntry::_internal_add_partition_sites() {}
inline void TrialTokenDbEntry::add_partition_sites(const std::string& value) {}
inline void TrialTokenDbEntry::add_partition_sites(std::string&& value) {}
inline void TrialTokenDbEntry::add_partition_sites(const char* value) {}
inline void TrialTokenDbEntry::add_partition_sites(const char* value, size_t size) {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>&
TrialTokenDbEntry::partition_sites() const {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>*
TrialTokenDbEntry::mutable_partition_sites() {}

// optional bool match_subdomains = 6;
inline bool TrialTokenDbEntry::_internal_has_match_subdomains() const {}
inline bool TrialTokenDbEntry::has_match_subdomains() const {}
inline void TrialTokenDbEntry::clear_match_subdomains() {}
inline bool TrialTokenDbEntry::_internal_match_subdomains() const {}
inline bool TrialTokenDbEntry::match_subdomains() const {}
inline void TrialTokenDbEntry::_internal_set_match_subdomains(bool value) {}
inline void TrialTokenDbEntry::set_match_subdomains(bool value) {}

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

// OriginMessage

// optional string scheme = 1;
inline bool OriginMessage::_internal_has_scheme() const {}
inline bool OriginMessage::has_scheme() const {}
inline void OriginMessage::clear_scheme() {}
inline const std::string& OriginMessage::scheme() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void OriginMessage::set_scheme(ArgT0&& arg0, ArgT... args) {}
inline std::string* OriginMessage::mutable_scheme() {}
inline const std::string& OriginMessage::_internal_scheme() const {}
inline void OriginMessage::_internal_set_scheme(const std::string& value) {}
inline std::string* OriginMessage::_internal_mutable_scheme() {}
inline std::string* OriginMessage::release_scheme() {}
inline void OriginMessage::set_allocated_scheme(std::string* scheme) {}

// optional string host = 2;
inline bool OriginMessage::_internal_has_host() const {}
inline bool OriginMessage::has_host() const {}
inline void OriginMessage::clear_host() {}
inline const std::string& OriginMessage::host() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void OriginMessage::set_host(ArgT0&& arg0, ArgT... args) {}
inline std::string* OriginMessage::mutable_host() {}
inline const std::string& OriginMessage::_internal_host() const {}
inline void OriginMessage::_internal_set_host(const std::string& value) {}
inline std::string* OriginMessage::_internal_mutable_host() {}
inline std::string* OriginMessage::release_host() {}
inline void OriginMessage::set_allocated_host(std::string* host) {}

// optional uint32 port = 3;
inline bool OriginMessage::_internal_has_port() const {}
inline bool OriginMessage::has_port() const {}
inline void OriginMessage::clear_port() {}
inline uint32_t OriginMessage::_internal_port() const {}
inline uint32_t OriginMessage::port() const {}
inline void OriginMessage::_internal_set_port(uint32_t value) {}
inline void OriginMessage::set_port(uint32_t value) {}

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

// TrialTokenDbEntries

// optional .origin_trials_pb.OriginMessage origin = 1;
inline bool TrialTokenDbEntries::_internal_has_origin() const {}
inline bool TrialTokenDbEntries::has_origin() const {}
inline void TrialTokenDbEntries::clear_origin() {}
inline const ::origin_trials_pb::OriginMessage& TrialTokenDbEntries::_internal_origin() const {}
inline const ::origin_trials_pb::OriginMessage& TrialTokenDbEntries::origin() const {}
inline void TrialTokenDbEntries::unsafe_arena_set_allocated_origin(
    ::origin_trials_pb::OriginMessage* origin) {}
inline ::origin_trials_pb::OriginMessage* TrialTokenDbEntries::release_origin() {}
inline ::origin_trials_pb::OriginMessage* TrialTokenDbEntries::unsafe_arena_release_origin() {}
inline ::origin_trials_pb::OriginMessage* TrialTokenDbEntries::_internal_mutable_origin() {}
inline ::origin_trials_pb::OriginMessage* TrialTokenDbEntries::mutable_origin() {}
inline void TrialTokenDbEntries::set_allocated_origin(::origin_trials_pb::OriginMessage* origin) {}

// repeated .origin_trials_pb.TrialTokenDbEntry tokens = 2;
inline int TrialTokenDbEntries::_internal_tokens_size() const {}
inline int TrialTokenDbEntries::tokens_size() const {}
inline void TrialTokenDbEntries::clear_tokens() {}
inline ::origin_trials_pb::TrialTokenDbEntry* TrialTokenDbEntries::mutable_tokens(int index) {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::origin_trials_pb::TrialTokenDbEntry >*
TrialTokenDbEntries::mutable_tokens() {}
inline const ::origin_trials_pb::TrialTokenDbEntry& TrialTokenDbEntries::_internal_tokens(int index) const {}
inline const ::origin_trials_pb::TrialTokenDbEntry& TrialTokenDbEntries::tokens(int index) const {}
inline ::origin_trials_pb::TrialTokenDbEntry* TrialTokenDbEntries::_internal_add_tokens() {}
inline ::origin_trials_pb::TrialTokenDbEntry* TrialTokenDbEntries::add_tokens() {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::origin_trials_pb::TrialTokenDbEntry >&
TrialTokenDbEntries::tokens() const {}

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

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


// @@protoc_insertion_point(namespace_scope)

}  // namespace origin_trials_pb

// @@protoc_insertion_point(global_scope)

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