chromium/out/Default/gen/components/image_fetcher/core/cache/proto/cached_image_metadata.pb.h

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

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

// Internal implementation detail -- do not use these members.
struct TableStruct_cached_5fimage_5fmetadata_2eproto {};
namespace image_fetcher {
class CachedImageMetadataProto;
struct CachedImageMetadataProtoDefaultTypeInternal;
extern CachedImageMetadataProtoDefaultTypeInternal _CachedImageMetadataProto_default_instance_;
}  // namespace image_fetcher
PROTOBUF_NAMESPACE_OPEN
template<> ::image_fetcher::CachedImageMetadataProto* Arena::CreateMaybeMessage<::image_fetcher::CachedImageMetadataProto>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace image_fetcher {

enum CacheStrategy : int {};
bool CacheStrategy_IsValid(int value);
constexpr CacheStrategy CacheStrategy_MIN =;
constexpr CacheStrategy CacheStrategy_MAX =;
constexpr int CacheStrategy_ARRAYSIZE =;

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

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


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

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

// optional string key = 1;
inline bool CachedImageMetadataProto::_internal_has_key() const {}
inline bool CachedImageMetadataProto::has_key() const {}
inline void CachedImageMetadataProto::clear_key() {}
inline const std::string& CachedImageMetadataProto::key() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void CachedImageMetadataProto::set_key(ArgT0&& arg0, ArgT... args) {}
inline std::string* CachedImageMetadataProto::mutable_key() {}
inline const std::string& CachedImageMetadataProto::_internal_key() const {}
inline void CachedImageMetadataProto::_internal_set_key(const std::string& value) {}
inline std::string* CachedImageMetadataProto::_internal_mutable_key() {}
inline std::string* CachedImageMetadataProto::release_key() {}
inline void CachedImageMetadataProto::set_allocated_key(std::string* key) {}

// optional int64 creation_time = 2;
inline bool CachedImageMetadataProto::_internal_has_creation_time() const {}
inline bool CachedImageMetadataProto::has_creation_time() const {}
inline void CachedImageMetadataProto::clear_creation_time() {}
inline int64_t CachedImageMetadataProto::_internal_creation_time() const {}
inline int64_t CachedImageMetadataProto::creation_time() const {}
inline void CachedImageMetadataProto::_internal_set_creation_time(int64_t value) {}
inline void CachedImageMetadataProto::set_creation_time(int64_t value) {}

// optional int64 last_used_time = 3;
inline bool CachedImageMetadataProto::_internal_has_last_used_time() const {}
inline bool CachedImageMetadataProto::has_last_used_time() const {}
inline void CachedImageMetadataProto::clear_last_used_time() {}
inline int64_t CachedImageMetadataProto::_internal_last_used_time() const {}
inline int64_t CachedImageMetadataProto::last_used_time() const {}
inline void CachedImageMetadataProto::_internal_set_last_used_time(int64_t value) {}
inline void CachedImageMetadataProto::set_last_used_time(int64_t value) {}

// optional int64 data_size = 4;
inline bool CachedImageMetadataProto::_internal_has_data_size() const {}
inline bool CachedImageMetadataProto::has_data_size() const {}
inline void CachedImageMetadataProto::clear_data_size() {}
inline int64_t CachedImageMetadataProto::_internal_data_size() const {}
inline int64_t CachedImageMetadataProto::data_size() const {}
inline void CachedImageMetadataProto::_internal_set_data_size(int64_t value) {}
inline void CachedImageMetadataProto::set_data_size(int64_t value) {}

// optional bool needs_transcoding = 5;
inline bool CachedImageMetadataProto::_internal_has_needs_transcoding() const {}
inline bool CachedImageMetadataProto::has_needs_transcoding() const {}
inline void CachedImageMetadataProto::clear_needs_transcoding() {}
inline bool CachedImageMetadataProto::_internal_needs_transcoding() const {}
inline bool CachedImageMetadataProto::needs_transcoding() const {}
inline void CachedImageMetadataProto::_internal_set_needs_transcoding(bool value) {}
inline void CachedImageMetadataProto::set_needs_transcoding(bool value) {}

// optional .image_fetcher.CacheStrategy cache_strategy = 6 [default = BEST_EFFORT];
inline bool CachedImageMetadataProto::_internal_has_cache_strategy() const {}
inline bool CachedImageMetadataProto::has_cache_strategy() const {}
inline void CachedImageMetadataProto::clear_cache_strategy() {}
inline ::image_fetcher::CacheStrategy CachedImageMetadataProto::_internal_cache_strategy() const {}
inline ::image_fetcher::CacheStrategy CachedImageMetadataProto::cache_strategy() const {}
inline void CachedImageMetadataProto::_internal_set_cache_strategy(::image_fetcher::CacheStrategy value) {}
inline void CachedImageMetadataProto::set_cache_strategy(::image_fetcher::CacheStrategy value) {}

// optional int64 expiration_interval = 7;
inline bool CachedImageMetadataProto::_internal_has_expiration_interval() const {}
inline bool CachedImageMetadataProto::has_expiration_interval() const {}
inline void CachedImageMetadataProto::clear_expiration_interval() {}
inline int64_t CachedImageMetadataProto::_internal_expiration_interval() const {}
inline int64_t CachedImageMetadataProto::expiration_interval() const {}
inline void CachedImageMetadataProto::_internal_set_expiration_interval(int64_t value) {}
inline void CachedImageMetadataProto::set_expiration_interval(int64_t value) {}

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

// @@protoc_insertion_point(namespace_scope)

}  // namespace image_fetcher

PROTOBUF_NAMESPACE_OPEN

template <> struct is_proto_enum< ::image_fetcher::CacheStrategy> : ::std::true_type {};

PROTOBUF_NAMESPACE_CLOSE

// @@protoc_insertion_point(global_scope)

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