#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>
#include <google/protobuf/extension_set.h>
#include <google/protobuf/generated_enum_util.h>
#include "components/optimization_guide/proto/hints.pb.h"
#include "components/optimization_guide/proto/models.pb.h"
#include <google/protobuf/port_def.inc>
#define PROTOBUF_INTERNAL_EXPORT_components_2foptimization_5fguide_2fproto_2fhint_5fcache_2eproto
PROTOBUF_NAMESPACE_OPEN
namespace internal {
class AnyMetadata;
}
PROTOBUF_NAMESPACE_CLOSE
struct TableStruct_components_2foptimization_5fguide_2fproto_2fhint_5fcache_2eproto { … };
namespace optimization_guide {
namespace proto {
class StoreEntry;
struct StoreEntryDefaultTypeInternal;
extern StoreEntryDefaultTypeInternal _StoreEntry_default_instance_;
}
}
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 { … };
#ifdef __GNUC__
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wstrict-aliasing"
#endif
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) { … }
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) { … }
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) { … }
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) { … }
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) { … }
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) { … }
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
}
}
PROTOBUF_NAMESPACE_OPEN
template <> struct is_proto_enum< ::optimization_guide::proto::StoreEntryType> : ::std::true_type { … };
PROTOBUF_NAMESPACE_CLOSE
#include <google/protobuf/port_undef.inc>
#endif