// Generated by the protocol buffer compiler.  DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: components/optimization_guide/proto/loading_predictor_metadata.proto
// Protobuf C++ Version: 7.35.1

#ifndef components_2foptimization_5fguide_2fproto_2floading_5fpredictor_5fmetadata_2eproto_2epb_2eh
#define components_2foptimization_5fguide_2fproto_2floading_5fpredictor_5fmetadata_2eproto_2epb_2eh

#include <limits>
#include <string>
#include <type_traits>
#include <utility>

// clang-format off
#include "google/protobuf/runtime_version.h"
#if PROTOBUF_VERSION != 7035001
#error "Protobuf C++ gencode is built with an incompatible version of"
#error "Protobuf C++ headers/runtime. See"
#error "https://protobuf.dev/support/cross-version-runtime-guarantee/#cpp"
#endif
#include "google/protobuf/io/coded_stream.h"
#include "google/protobuf/arena.h"
#include "google/protobuf/arenastring.h"
#include "google/protobuf/generated_message_tctable_decl.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)

// Must be included last.
#include "google/protobuf/port_def.inc"

#define PROTOBUF_INTERNAL_EXPORT_components_2foptimization_5fguide_2fproto_2floading_5fpredictor_5fmetadata_2eproto

namespace google {
namespace protobuf {
namespace internal {
template <typename T>
::absl::string_view GetAnyMessageName();
}  // namespace internal
}  // namespace protobuf
}  // namespace google

// Internal implementation detail -- do not use these members.
struct TableStruct_components_2foptimization_5fguide_2fproto_2floading_5fpredictor_5fmetadata_2eproto {
  static const ::uint32_t offsets[];
};
namespace optimization_guide {
namespace proto {
enum ResourceType : int;
extern const uint32_t ResourceType_internal_data_[];
class LoadingPredictorMetadata;
struct LoadingPredictorMetadataGlobalsTypeInternal;
#ifndef PROTOBUF_MESSAGE_GLOBALS
extern LoadingPredictorMetadataGlobalsTypeInternal LoadingPredictorMetadata_globals_;
extern const ::google::protobuf::internal::ClassDataLite LoadingPredictorMetadata_class_data_;
#else
extern const LoadingPredictorMetadataGlobalsTypeInternal LoadingPredictorMetadata_globals_;
#endif  // PROTOBUF_MESSAGE_GLOBALS
class Resource;
struct ResourceGlobalsTypeInternal;
#ifndef PROTOBUF_MESSAGE_GLOBALS
extern ResourceGlobalsTypeInternal Resource_globals_;
extern const ::google::protobuf::internal::ClassDataLite Resource_class_data_;
#else
extern const ResourceGlobalsTypeInternal Resource_globals_;
#endif  // PROTOBUF_MESSAGE_GLOBALS
}  // namespace proto
}  // namespace optimization_guide
namespace google {
namespace protobuf {
template <>
internal::EnumTraitsT<::optimization_guide::proto::ResourceType_internal_data_>
    internal::EnumTraitsImpl::value<::optimization_guide::proto::ResourceType>;
}  // namespace protobuf
}  // namespace google

namespace optimization_guide {
namespace proto {
enum ResourceType : int {
  RESOURCE_TYPE_UNKNOWN = 0,
  RESOURCE_TYPE_CSS = 1,
  RESOURCE_TYPE_SCRIPT = 2,
};

extern const uint32_t ResourceType_internal_data_[];
inline constexpr ResourceType ResourceType_MIN =
    static_cast<ResourceType>(0);
inline constexpr ResourceType ResourceType_MAX =
    static_cast<ResourceType>(2);
inline bool ResourceType_IsValid(int value) {
  return 0 <= value && value <= 2;
}
inline constexpr int ResourceType_ARRAYSIZE = 2 + 1;
const ::std::string& ResourceType_Name(ResourceType value);
template <typename T>
const ::std::string& ResourceType_Name(T value) {
  static_assert(::std::is_same<T, ResourceType>::value ||
                    ::std::is_integral<T>::value,
                "Incorrect type passed to ResourceType_Name().");
  return ResourceType_Name(static_cast<ResourceType>(value));
}
bool ResourceType_Parse(
    ::absl::string_view name, ResourceType* PROTOBUF_NONNULL value);
using ::google::protobuf::internal::generated_enum::AbslParseFlag;
using ::google::protobuf::internal::generated_enum::AbslUnparseFlag;

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


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

class  Resource final : public ::google::protobuf::MessageLite
/* @@protoc_insertion_point(class_definition:optimization_guide.proto.Resource) */ {
 public:
  inline Resource() : Resource(nullptr) {}
  ~Resource() PROTOBUF_FINAL;

#if defined(PROTOBUF_CUSTOM_VTABLE)
  void operator delete(Resource* PROTOBUF_NONNULL msg, ::std::destroying_delete_t) {
    SharedDtor(*msg);
    ::google::protobuf::internal::SizedDelete(msg, sizeof(Resource));
  }
#endif

  template <typename = void>
  explicit constexpr Resource(::google::protobuf::internal::ConstantInitialized,
                           const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
                               class_data);

  inline Resource(const Resource& from) : Resource(nullptr, from) {}
  inline Resource(Resource&& from) noexcept : Resource(nullptr, ::std::move(from)) {}
  inline Resource& operator=(const Resource& from) {
    CopyFrom(from);
    return *this;
  }
  inline Resource& operator=(Resource&& from) noexcept {
    if (this == &from) return *this;
    if (::google::protobuf::internal::CanMoveWithInternalSwap(GetArena(), from.GetArena())) {
      InternalSwap(&from);
    } else {
      CopyFrom(from);
    }
    return *this;
  }

  inline const ::std::string& unknown_fields() const
      ABSL_ATTRIBUTE_LIFETIME_BOUND {
    return _internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString);
  }
  inline ::std::string* PROTOBUF_NONNULL
  mutable_unknown_fields() ABSL_ATTRIBUTE_LIFETIME_BOUND {
    return _internal_metadata_.mutable_unknown_fields<::std::string>();
  }

  static const Resource& default_instance() {
    return *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<Resource>(&Resource_globals_);
  }
  static constexpr int kIndexInFileMessages = 0;
  friend void swap(Resource& a, Resource& b) { a.Swap(&b); }
  PROTOBUF_NOINLINE void Swap(Resource* PROTOBUF_NONNULL other) {
    if (other == this) return;
    if (::google::protobuf::internal::CanUseInternalSwap(GetArena(), other->GetArena())) {
      InternalSwap(other);
    } else {
      ::google::protobuf::internal::GenericSwap(this, other);
    }
  }
  void UnsafeArenaSwap(Resource* PROTOBUF_NONNULL other) {
    if (other == this) return;
    ABSL_DCHECK(GetArena() == other->GetArena());
    InternalSwap(other);
  }

  // implements Message ----------------------------------------------

  Resource* PROTOBUF_NONNULL
  New(::google::protobuf::Arena* PROTOBUF_NULLABLE arena = nullptr) const {
    return ::google::protobuf::MessageLite::DefaultConstruct<Resource>(arena);
  }
  void CopyFrom(const Resource& from);
  void MergeFrom(const Resource& from) { Resource::MergeImpl(*this, from); }

  private:
  static void MergeImpl(::google::protobuf::MessageLite& to_msg,
                        const ::google::protobuf::MessageLite& from_msg);

  public:
  bool IsInitialized() const {
    return true;
  }
  ABSL_ATTRIBUTE_REINITIALIZES void Clear() PROTOBUF_FINAL;
  #if defined(PROTOBUF_CUSTOM_VTABLE)
  private:
  static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg);
  static ::uint8_t* PROTOBUF_NONNULL _InternalSerialize(
      const ::google::protobuf::MessageLite& msg, ::uint8_t* PROTOBUF_NONNULL target,
      ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream);

  public:
  ::size_t ByteSizeLong() const { return ByteSizeLong(*this); }
  ::uint8_t* PROTOBUF_NONNULL _InternalSerialize(
      ::uint8_t* PROTOBUF_NONNULL target,
      ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const {
    return _InternalSerialize(*this, target, stream);
  }
  #else   // PROTOBUF_CUSTOM_VTABLE
  ::size_t ByteSizeLong() const final;
  ::uint8_t* PROTOBUF_NONNULL _InternalSerialize(
      ::uint8_t* PROTOBUF_NONNULL target,
      ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const final;
  #endif  // PROTOBUF_CUSTOM_VTABLE
  int GetCachedSize() const {
    return _impl_._cached_size_.Get();
  }

  private:
  void SharedCtor(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  static void SharedDtor(MessageLite& self);
  void InternalSwap(Resource* PROTOBUF_NONNULL other);
 private:
  template <typename T>
  friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
  static ::absl::string_view FullMessageName() { return "optimization_guide.proto.Resource"; }

  explicit Resource(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  Resource(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Resource& from);
  Resource(
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, Resource&& from) noexcept
      : Resource(arena) {
    *this = ::std::move(from);
  }
  const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL GetClassData() const PROTOBUF_FINAL;
  static void* PROTOBUF_NONNULL PlacementNew_(
      const void* PROTOBUF_NONNULL, void* PROTOBUF_NONNULL mem,
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  static constexpr auto InternalNewImpl_();

 public:
  static constexpr auto InternalGenerateClassData_(
      const MessageLite& prototype,
      const ::google::protobuf::internal::TcParseTableBase* PROTOBUF_NULLABLE tc_table = nullptr);

  // nested types ----------------------------------------------------

  // accessors -------------------------------------------------------
  enum : int {
    kUrlFieldNumber = 1,
    kResourceTypeFieldNumber = 2,
    kPreconnectOnlyFieldNumber = 3,
  };
  // string url = 1 [features = {
  bool has_url()
      const;
  void clear_url() ;
  const ::std::string& url() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_url(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_url();
  ::std::string* PROTOBUF_NULLABLE release_url();
  void set_allocated_url(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_url() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_url(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_url();

  public:
  // .optimization_guide.proto.ResourceType resource_type = 2;
  bool has_resource_type()
      const;
  void clear_resource_type() ;
  ::optimization_guide::proto::ResourceType resource_type() const;
  void set_resource_type(::optimization_guide::proto::ResourceType value);

  private:
  ::optimization_guide::proto::ResourceType _internal_resource_type() const;
  void _internal_set_resource_type(::optimization_guide::proto::ResourceType value);

  public:
  // bool preconnect_only = 3;
  bool has_preconnect_only()
      const;
  void clear_preconnect_only() ;
  bool preconnect_only() const;
  void set_preconnect_only(bool value);

  private:
  bool _internal_preconnect_only() const;
  void _internal_set_preconnect_only(bool value);

  public:
  // @@protoc_insertion_point(class_scope:optimization_guide.proto.Resource)
 private:
  class _Internal;
  using ParseTableT_ =
      ::google::protobuf::internal::TcParseTable<2, 3,
                          1, 0,
                          2>;
  static constexpr ParseTableT_ InternalGenerateParseTable_(
      const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL class_data);
  friend class ::google::protobuf::internal::TcParser;
  #ifndef PROTOBUF_MESSAGE_GLOBALS
  static const ParseTableT_ _table_;
  #endif

  friend class ::google::protobuf::MessageLite;
  friend class ::google::protobuf::Arena;
  friend ::google::protobuf::internal::PrivateAccess;
  template <typename T>
  friend class ::google::protobuf::Arena::InternalHelper;
  using InternalArenaConstructable_ = void;
  using DestructorSkippable_ = void;
  struct Impl_ {
    inline explicit constexpr Impl_(::google::protobuf::internal::InternalVisibility visibility,
                                    ::google::protobuf::internal::ConstantInitialized) noexcept;
    inline explicit Impl_(
        ::google::protobuf::internal::InternalVisibility visibility,
        ::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
    inline explicit Impl_(
        ::google::protobuf::internal::InternalVisibility visibility,
        ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Impl_& from,
        const Resource& from_msg);
    ::google::protobuf::internal::HasBits<1> _has_bits_;
    ::google::protobuf::internal::CachedSize _cached_size_;
    ::google::protobuf::internal::ArenaStringPtr url_;
    int resource_type_;
    bool preconnect_only_;
    PROTOBUF_TSAN_DECLARE_MEMBER
  };
  union { Impl_ _impl_; };
  friend struct ::TableStruct_components_2foptimization_5fguide_2fproto_2floading_5fpredictor_5fmetadata_2eproto;
};
// -------------------------------------------------------------------

class  LoadingPredictorMetadata final : public ::google::protobuf::MessageLite
/* @@protoc_insertion_point(class_definition:optimization_guide.proto.LoadingPredictorMetadata) */ {
 public:
  inline LoadingPredictorMetadata() : LoadingPredictorMetadata(nullptr) {}
  ~LoadingPredictorMetadata() PROTOBUF_FINAL;

#if defined(PROTOBUF_CUSTOM_VTABLE)
  void operator delete(LoadingPredictorMetadata* PROTOBUF_NONNULL msg, ::std::destroying_delete_t) {
    SharedDtor(*msg);
    ::google::protobuf::internal::SizedDelete(msg, sizeof(LoadingPredictorMetadata));
  }
#endif

  template <typename = void>
  explicit constexpr LoadingPredictorMetadata(::google::protobuf::internal::ConstantInitialized,
                           const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
                               class_data);

  inline LoadingPredictorMetadata(const LoadingPredictorMetadata& from) : LoadingPredictorMetadata(nullptr, from) {}
  inline LoadingPredictorMetadata(LoadingPredictorMetadata&& from) noexcept : LoadingPredictorMetadata(nullptr, ::std::move(from)) {}
  inline LoadingPredictorMetadata& operator=(const LoadingPredictorMetadata& from) {
    CopyFrom(from);
    return *this;
  }
  inline LoadingPredictorMetadata& operator=(LoadingPredictorMetadata&& from) noexcept {
    if (this == &from) return *this;
    if (::google::protobuf::internal::CanMoveWithInternalSwap(GetArena(), from.GetArena())) {
      InternalSwap(&from);
    } else {
      CopyFrom(from);
    }
    return *this;
  }

  inline const ::std::string& unknown_fields() const
      ABSL_ATTRIBUTE_LIFETIME_BOUND {
    return _internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString);
  }
  inline ::std::string* PROTOBUF_NONNULL
  mutable_unknown_fields() ABSL_ATTRIBUTE_LIFETIME_BOUND {
    return _internal_metadata_.mutable_unknown_fields<::std::string>();
  }

  static const LoadingPredictorMetadata& default_instance() {
    return *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<LoadingPredictorMetadata>(&LoadingPredictorMetadata_globals_);
  }
  static constexpr int kIndexInFileMessages = 1;
  friend void swap(LoadingPredictorMetadata& a, LoadingPredictorMetadata& b) { a.Swap(&b); }
  PROTOBUF_NOINLINE void Swap(LoadingPredictorMetadata* PROTOBUF_NONNULL other) {
    if (other == this) return;
    if (::google::protobuf::internal::CanUseInternalSwap(GetArena(), other->GetArena())) {
      InternalSwap(other);
    } else {
      ::google::protobuf::internal::GenericSwap(this, other);
    }
  }
  void UnsafeArenaSwap(LoadingPredictorMetadata* PROTOBUF_NONNULL other) {
    if (other == this) return;
    ABSL_DCHECK(GetArena() == other->GetArena());
    InternalSwap(other);
  }

  // implements Message ----------------------------------------------

  LoadingPredictorMetadata* PROTOBUF_NONNULL
  New(::google::protobuf::Arena* PROTOBUF_NULLABLE arena = nullptr) const {
    return ::google::protobuf::MessageLite::DefaultConstruct<LoadingPredictorMetadata>(arena);
  }
  void CopyFrom(const LoadingPredictorMetadata& from);
  void MergeFrom(const LoadingPredictorMetadata& from) { LoadingPredictorMetadata::MergeImpl(*this, from); }

  private:
  static void MergeImpl(::google::protobuf::MessageLite& to_msg,
                        const ::google::protobuf::MessageLite& from_msg);

  public:
  bool IsInitialized() const {
    return true;
  }
  ABSL_ATTRIBUTE_REINITIALIZES void Clear() PROTOBUF_FINAL;
  #if defined(PROTOBUF_CUSTOM_VTABLE)
  private:
  static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg);
  static ::uint8_t* PROTOBUF_NONNULL _InternalSerialize(
      const ::google::protobuf::MessageLite& msg, ::uint8_t* PROTOBUF_NONNULL target,
      ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream);

  public:
  ::size_t ByteSizeLong() const { return ByteSizeLong(*this); }
  ::uint8_t* PROTOBUF_NONNULL _InternalSerialize(
      ::uint8_t* PROTOBUF_NONNULL target,
      ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const {
    return _InternalSerialize(*this, target, stream);
  }
  #else   // PROTOBUF_CUSTOM_VTABLE
  ::size_t ByteSizeLong() const final;
  ::uint8_t* PROTOBUF_NONNULL _InternalSerialize(
      ::uint8_t* PROTOBUF_NONNULL target,
      ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const final;
  #endif  // PROTOBUF_CUSTOM_VTABLE
  int GetCachedSize() const {
    return _impl_._cached_size_.Get();
  }

  private:
  void SharedCtor(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  static void SharedDtor(MessageLite& self);
  void InternalSwap(LoadingPredictorMetadata* PROTOBUF_NONNULL other);
 private:
  template <typename T>
  friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
  static ::absl::string_view FullMessageName() { return "optimization_guide.proto.LoadingPredictorMetadata"; }

  explicit LoadingPredictorMetadata(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  LoadingPredictorMetadata(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const LoadingPredictorMetadata& from);
  LoadingPredictorMetadata(
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, LoadingPredictorMetadata&& from) noexcept
      : LoadingPredictorMetadata(arena) {
    *this = ::std::move(from);
  }
  const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL GetClassData() const PROTOBUF_FINAL;
  static void* PROTOBUF_NONNULL PlacementNew_(
      const void* PROTOBUF_NONNULL, void* PROTOBUF_NONNULL mem,
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  static constexpr auto InternalNewImpl_();

 public:
  static constexpr auto InternalGenerateClassData_(
      const MessageLite& prototype,
      const ::google::protobuf::internal::TcParseTableBase* PROTOBUF_NULLABLE tc_table = nullptr);

  // nested types ----------------------------------------------------

  // accessors -------------------------------------------------------
  enum : int {
    kSubresourcesFieldNumber = 1,
  };
  // repeated .optimization_guide.proto.Resource subresources = 1;
  int subresources_size()
      const;
  private:
  int _internal_subresources_size() const;

  public:
  void clear_subresources() ;
  const ::optimization_guide::proto::Resource& subresources(int index) const;
  ::optimization_guide::proto::Resource* PROTOBUF_NONNULL mutable_subresources(int index);
  ::optimization_guide::proto::Resource* PROTOBUF_NONNULL add_subresources();
  const ::google::protobuf::RepeatedPtrField<::optimization_guide::proto::Resource>&
  subresources() const;
  ::google::protobuf::RepeatedPtrField<::optimization_guide::proto::Resource>* PROTOBUF_NONNULL
  mutable_subresources();

  private:
  const ::google::protobuf::RepeatedPtrField<::optimization_guide::proto::Resource>& _internal_subresources() const;
  ::google::protobuf::RepeatedPtrField<::optimization_guide::proto::Resource>* PROTOBUF_NONNULL _internal_mutable_subresources();

  public:
  // @@protoc_insertion_point(class_scope:optimization_guide.proto.LoadingPredictorMetadata)
 private:
  class _Internal;
  using ParseTableT_ =
      ::google::protobuf::internal::TcParseTable<0, 1,
                          1, 0,
                          2>;
  static constexpr ParseTableT_ InternalGenerateParseTable_(
      const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL class_data);
  friend class ::google::protobuf::internal::TcParser;
  #ifndef PROTOBUF_MESSAGE_GLOBALS
  static const ParseTableT_ _table_;
  #endif

  friend class ::google::protobuf::MessageLite;
  friend class ::google::protobuf::Arena;
  friend ::google::protobuf::internal::PrivateAccess;
  template <typename T>
  friend class ::google::protobuf::Arena::InternalHelper;
  using InternalArenaConstructable_ = void;
  using DestructorSkippable_ = void;
  struct Impl_ {
    inline explicit constexpr Impl_(::google::protobuf::internal::InternalVisibility visibility,
                                    ::google::protobuf::internal::ConstantInitialized) noexcept;
    inline explicit Impl_(
        ::google::protobuf::internal::InternalVisibility visibility,
        ::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
    inline explicit Impl_(
        ::google::protobuf::internal::InternalVisibility visibility,
        ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Impl_& from,
        const LoadingPredictorMetadata& from_msg);
    ::google::protobuf::internal::HasBits<1> _has_bits_;
    ::google::protobuf::internal::CachedSize _cached_size_;
    ::google::protobuf::RepeatedPtrField< ::optimization_guide::proto::Resource > subresources_;
    PROTOBUF_TSAN_DECLARE_MEMBER
  };
  union { Impl_ _impl_; };
  friend struct ::TableStruct_components_2foptimization_5fguide_2fproto_2floading_5fpredictor_5fmetadata_2eproto;
};

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




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


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

// Resource

// string url = 1 [features = {
inline bool Resource::has_url() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000001U);
  return value;
}
inline void Resource::clear_url() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.url_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
}
inline const ::std::string& Resource::url() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:optimization_guide.proto.Resource.url)
  return _internal_url();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void Resource::set_url(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  _impl_.url_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:optimization_guide.proto.Resource.url)
}
inline ::std::string* PROTOBUF_NONNULL Resource::mutable_url()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  ::std::string* _s = _internal_mutable_url();
  // @@protoc_insertion_point(field_mutable:optimization_guide.proto.Resource.url)
  return _s;
}
inline const ::std::string& Resource::_internal_url() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.url_.Get();
}
inline void Resource::_internal_set_url(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.url_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL Resource::_internal_mutable_url() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.url_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE Resource::release_url() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:optimization_guide.proto.Resource.url)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000001U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
  auto* released = _impl_.url_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.url_.Set("", GetArena());
  }
  return released;
}
inline void Resource::set_allocated_url(::std::string* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (value != nullptr) {
    SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
  }
  _impl_.url_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.url_.IsDefault()) {
    _impl_.url_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:optimization_guide.proto.Resource.url)
}

// .optimization_guide.proto.ResourceType resource_type = 2;
inline bool Resource::has_resource_type() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000002U);
  return value;
}
inline void Resource::clear_resource_type() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.resource_type_ = 0;
  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
}
inline ::optimization_guide::proto::ResourceType Resource::resource_type() const {
  // @@protoc_insertion_point(field_get:optimization_guide.proto.Resource.resource_type)
  return _internal_resource_type();
}
inline void Resource::set_resource_type(::optimization_guide::proto::ResourceType value) {
  _internal_set_resource_type(value);
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  // @@protoc_insertion_point(field_set:optimization_guide.proto.Resource.resource_type)
}
inline ::optimization_guide::proto::ResourceType Resource::_internal_resource_type() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return static_cast<::optimization_guide::proto::ResourceType>(_impl_.resource_type_);
}
inline void Resource::_internal_set_resource_type(::optimization_guide::proto::ResourceType value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);

                                          assert(::google::protobuf::internal::ValidateEnum(
                                              value, ::optimization_guide::proto::ResourceType_internal_data_));
                                          _impl_.resource_type_ = value;
}

// bool preconnect_only = 3;
inline bool Resource::has_preconnect_only() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000004U);
  return value;
}
inline void Resource::clear_preconnect_only() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.preconnect_only_ = false;
  ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
}
inline bool Resource::preconnect_only() const {
  // @@protoc_insertion_point(field_get:optimization_guide.proto.Resource.preconnect_only)
  return _internal_preconnect_only();
}
inline void Resource::set_preconnect_only(bool value) {
  _internal_set_preconnect_only(value);
  SetHasBit(_impl_._has_bits_[0], 0x00000004U);
  // @@protoc_insertion_point(field_set:optimization_guide.proto.Resource.preconnect_only)
}
inline bool Resource::_internal_preconnect_only() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.preconnect_only_;
}
inline void Resource::_internal_set_preconnect_only(bool value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.preconnect_only_ = value;
}

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

// LoadingPredictorMetadata

// repeated .optimization_guide.proto.Resource subresources = 1;
inline int LoadingPredictorMetadata::_internal_subresources_size() const {
  return _internal_subresources().size();
}
inline int LoadingPredictorMetadata::subresources_size() const {
  return _internal_subresources_size();
}
inline void LoadingPredictorMetadata::clear_subresources() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.subresources_.Clear();
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
}
inline const ::optimization_guide::proto::Resource& LoadingPredictorMetadata::subresources(int index) const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:optimization_guide.proto.LoadingPredictorMetadata.subresources)
  return _internal_subresources().Get(index);
}
inline ::optimization_guide::proto::Resource* PROTOBUF_NONNULL LoadingPredictorMetadata::mutable_subresources(int index)
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_mutable:optimization_guide.proto.LoadingPredictorMetadata.subresources)
  return _internal_mutable_subresources()->Mutable(index);
}
inline ::optimization_guide::proto::Resource* PROTOBUF_NONNULL LoadingPredictorMetadata::add_subresources()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  ::optimization_guide::proto::Resource* _add =
      _internal_mutable_subresources()->InternalAddWithArena(
          ::google::protobuf::MessageLite::internal_visibility(), GetArena());
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  // @@protoc_insertion_point(field_add:optimization_guide.proto.LoadingPredictorMetadata.subresources)
  return _add;
}
inline const ::google::protobuf::RepeatedPtrField<::optimization_guide::proto::Resource>& LoadingPredictorMetadata::subresources() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_list:optimization_guide.proto.LoadingPredictorMetadata.subresources)
  return _internal_subresources();
}
inline ::google::protobuf::RepeatedPtrField<::optimization_guide::proto::Resource>* PROTOBUF_NONNULL
LoadingPredictorMetadata::mutable_subresources() ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  // @@protoc_insertion_point(field_mutable_list:optimization_guide.proto.LoadingPredictorMetadata.subresources)
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _internal_mutable_subresources();
}
inline const ::google::protobuf::RepeatedPtrField<::optimization_guide::proto::Resource>&
LoadingPredictorMetadata::_internal_subresources() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.subresources_;
}
inline ::google::protobuf::RepeatedPtrField<::optimization_guide::proto::Resource>* PROTOBUF_NONNULL
LoadingPredictorMetadata::_internal_mutable_subresources() {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return &_impl_.subresources_;
}

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

// @@protoc_insertion_point(namespace_scope)
}  // namespace proto
}  // namespace optimization_guide


namespace google {
namespace protobuf {

template <>
struct is_proto_enum<::optimization_guide::proto::ResourceType> : std::true_type {};
template <>
struct internal::LiteEnumFuncs<::optimization_guide::proto::ResourceType> {
  static constexpr bool kIsDefined = true;
  static constexpr auto kParseFunc = ::optimization_guide::proto::ResourceType_Parse;
  static constexpr auto kNameFunc = ::optimization_guide::proto::ResourceType_Name<int>;
};

}  // namespace protobuf
}  // namespace google

// @@protoc_insertion_point(global_scope)

#include "google/protobuf/port_undef.inc"
// clang-format on

#endif  // components_2foptimization_5fguide_2fproto_2floading_5fpredictor_5fmetadata_2eproto_2epb_2eh
