chromium/out/Default/gen/components/optimization_guide/proto/hint_cache.pb.h

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: components/optimization_guide/proto/hint_cache.proto

#ifndef GOOGLE_PROTOBUF_INCLUDED_components_2foptimization_5fguide_2fproto_2fhint_5fcache_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_components_2foptimization_5fguide_2fproto_2fhint_5fcache_2eproto

#include <limits>
#include <string>

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

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

// Internal implementation detail -- do not use these members.
struct TableStruct_components_2foptimization_5fguide_2fproto_2fhint_5fcache_2eproto {};
namespace optimization_guide {
namespace proto {
class StoreEntry;
struct StoreEntryDefaultTypeInternal;
extern StoreEntryDefaultTypeInternal _StoreEntry_default_instance_;
}  // namespace proto
}  // namespace optimization_guide
PROTOBUF_NAMESPACE_OPEN
template<> ::optimization_guide::proto::StoreEntry* Arena::CreateMaybeMessage<::optimization_guide::proto::StoreEntry>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace optimization_guide {
namespace proto {

enum StoreEntryType : int {};
bool StoreEntryType_IsValid(int value);
constexpr StoreEntryType StoreEntryType_MIN =;
constexpr StoreEntryType StoreEntryType_MAX =;
constexpr int StoreEntryType_ARRAYSIZE =;

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

class StoreEntry final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:optimization_guide.proto.StoreEntry) */ {};
// ===================================================================


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

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

// optional string version = 1;
inline bool StoreEntry::_internal_has_version() const {}
inline bool StoreEntry::has_version() const {}
inline void StoreEntry::clear_version() {}
inline const std::string& StoreEntry::version() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void StoreEntry::set_version(ArgT0&& arg0, ArgT... args) {}
inline std::string* StoreEntry::mutable_version() {}
inline const std::string& StoreEntry::_internal_version() const {}
inline void StoreEntry::_internal_set_version(const std::string& value) {}
inline std::string* StoreEntry::_internal_mutable_version() {}
inline std::string* StoreEntry::release_version() {}
inline void StoreEntry::set_allocated_version(std::string* version) {}

// optional .optimization_guide.proto.Hint hint = 2;
inline bool StoreEntry::_internal_has_hint() const {}
inline bool StoreEntry::has_hint() const {}
inline const ::optimization_guide::proto::Hint& StoreEntry::_internal_hint() const {}
inline const ::optimization_guide::proto::Hint& StoreEntry::hint() const {}
inline void StoreEntry::unsafe_arena_set_allocated_hint(
    ::optimization_guide::proto::Hint* hint) {}
inline ::optimization_guide::proto::Hint* StoreEntry::release_hint() {}
inline ::optimization_guide::proto::Hint* StoreEntry::unsafe_arena_release_hint() {}
inline ::optimization_guide::proto::Hint* StoreEntry::_internal_mutable_hint() {}
inline ::optimization_guide::proto::Hint* StoreEntry::mutable_hint() {}
inline void StoreEntry::set_allocated_hint(::optimization_guide::proto::Hint* hint) {}

// optional int64 update_time_secs = 3;
inline bool StoreEntry::_internal_has_update_time_secs() const {}
inline bool StoreEntry::has_update_time_secs() const {}
inline void StoreEntry::clear_update_time_secs() {}
inline int64_t StoreEntry::_internal_update_time_secs() const {}
inline int64_t StoreEntry::update_time_secs() const {}
inline void StoreEntry::_internal_set_update_time_secs(int64_t value) {}
inline void StoreEntry::set_update_time_secs(int64_t value) {}

// optional .optimization_guide.proto.StoreEntryType entry_type = 4;
inline bool StoreEntry::_internal_has_entry_type() const {}
inline bool StoreEntry::has_entry_type() const {}
inline void StoreEntry::clear_entry_type() {}
inline ::optimization_guide::proto::StoreEntryType StoreEntry::_internal_entry_type() const {}
inline ::optimization_guide::proto::StoreEntryType StoreEntry::entry_type() const {}
inline void StoreEntry::_internal_set_entry_type(::optimization_guide::proto::StoreEntryType value) {}
inline void StoreEntry::set_entry_type(::optimization_guide::proto::StoreEntryType value) {}

// optional int64 expiry_time_secs = 5;
inline bool StoreEntry::_internal_has_expiry_time_secs() const {}
inline bool StoreEntry::has_expiry_time_secs() const {}
inline void StoreEntry::clear_expiry_time_secs() {}
inline int64_t StoreEntry::_internal_expiry_time_secs() const {}
inline int64_t StoreEntry::expiry_time_secs() const {}
inline void StoreEntry::_internal_set_expiry_time_secs(int64_t value) {}
inline void StoreEntry::set_expiry_time_secs(int64_t value) {}

// optional .optimization_guide.proto.PredictionModel prediction_model = 6;
inline bool StoreEntry::_internal_has_prediction_model() const {}
inline bool StoreEntry::has_prediction_model() const {}
inline const ::optimization_guide::proto::PredictionModel& StoreEntry::_internal_prediction_model() const {}
inline const ::optimization_guide::proto::PredictionModel& StoreEntry::prediction_model() const {}
inline void StoreEntry::unsafe_arena_set_allocated_prediction_model(
    ::optimization_guide::proto::PredictionModel* prediction_model) {}
inline ::optimization_guide::proto::PredictionModel* StoreEntry::release_prediction_model() {}
inline ::optimization_guide::proto::PredictionModel* StoreEntry::unsafe_arena_release_prediction_model() {}
inline ::optimization_guide::proto::PredictionModel* StoreEntry::_internal_mutable_prediction_model() {}
inline ::optimization_guide::proto::PredictionModel* StoreEntry::mutable_prediction_model() {}
inline void StoreEntry::set_allocated_prediction_model(::optimization_guide::proto::PredictionModel* prediction_model) {}

// optional bool keep_beyond_valid_duration = 8;
inline bool StoreEntry::_internal_has_keep_beyond_valid_duration() const {}
inline bool StoreEntry::has_keep_beyond_valid_duration() const {}
inline void StoreEntry::clear_keep_beyond_valid_duration() {}
inline bool StoreEntry::_internal_keep_beyond_valid_duration() const {}
inline bool StoreEntry::keep_beyond_valid_duration() const {}
inline void StoreEntry::_internal_set_keep_beyond_valid_duration(bool value) {}
inline void StoreEntry::set_keep_beyond_valid_duration(bool value) {}

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

// @@protoc_insertion_point(namespace_scope)

}  // namespace proto
}  // namespace optimization_guide

PROTOBUF_NAMESPACE_OPEN

template <> struct is_proto_enum< ::optimization_guide::proto::StoreEntryType> : ::std::true_type {};

PROTOBUF_NAMESPACE_CLOSE

// @@protoc_insertion_point(global_scope)

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