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

#ifndef site_5fdata_2eproto_2epb_2eh
#define site_5fdata_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
// @@protoc_insertion_point(includes)

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

#define PROTOBUF_INTERNAL_EXPORT_site_5fdata_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_site_5fdata_2eproto {
  static const ::uint32_t offsets[];
};
class SiteDataFeatureProto;
struct SiteDataFeatureProtoGlobalsTypeInternal;
#ifndef PROTOBUF_MESSAGE_GLOBALS
extern SiteDataFeatureProtoGlobalsTypeInternal SiteDataFeatureProto_globals_;
extern const ::google::protobuf::internal::ClassDataLite SiteDataFeatureProto_class_data_;
#else
extern const SiteDataFeatureProtoGlobalsTypeInternal SiteDataFeatureProto_globals_;
#endif  // PROTOBUF_MESSAGE_GLOBALS
class SiteDataPerformanceMeasurement;
struct SiteDataPerformanceMeasurementGlobalsTypeInternal;
#ifndef PROTOBUF_MESSAGE_GLOBALS
extern SiteDataPerformanceMeasurementGlobalsTypeInternal SiteDataPerformanceMeasurement_globals_;
extern const ::google::protobuf::internal::ClassDataLite SiteDataPerformanceMeasurement_class_data_;
#else
extern const SiteDataPerformanceMeasurementGlobalsTypeInternal SiteDataPerformanceMeasurement_globals_;
#endif  // PROTOBUF_MESSAGE_GLOBALS
class SiteDataProto;
struct SiteDataProtoGlobalsTypeInternal;
#ifndef PROTOBUF_MESSAGE_GLOBALS
extern SiteDataProtoGlobalsTypeInternal SiteDataProto_globals_;
extern const ::google::protobuf::internal::ClassDataLite SiteDataProto_class_data_;
#else
extern const SiteDataProtoGlobalsTypeInternal SiteDataProto_globals_;
#endif  // PROTOBUF_MESSAGE_GLOBALS
namespace google {
namespace protobuf {
}  // namespace protobuf
}  // namespace google


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


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

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

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

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

  inline SiteDataPerformanceMeasurement(const SiteDataPerformanceMeasurement& from) : SiteDataPerformanceMeasurement(nullptr, from) {}
  inline SiteDataPerformanceMeasurement(SiteDataPerformanceMeasurement&& from) noexcept : SiteDataPerformanceMeasurement(nullptr, ::std::move(from)) {}
  inline SiteDataPerformanceMeasurement& operator=(const SiteDataPerformanceMeasurement& from) {
    CopyFrom(from);
    return *this;
  }
  inline SiteDataPerformanceMeasurement& operator=(SiteDataPerformanceMeasurement&& 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 SiteDataPerformanceMeasurement& default_instance() {
    return *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<SiteDataPerformanceMeasurement>(&SiteDataPerformanceMeasurement_globals_);
  }
  static constexpr int kIndexInFileMessages = 1;
  friend void swap(SiteDataPerformanceMeasurement& a, SiteDataPerformanceMeasurement& b) { a.Swap(&b); }
  PROTOBUF_NOINLINE void Swap(SiteDataPerformanceMeasurement* 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(SiteDataPerformanceMeasurement* PROTOBUF_NONNULL other) {
    if (other == this) return;
    ABSL_DCHECK(GetArena() == other->GetArena());
    InternalSwap(other);
  }

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

  SiteDataPerformanceMeasurement* PROTOBUF_NONNULL
  New(::google::protobuf::Arena* PROTOBUF_NULLABLE arena = nullptr) const {
    return ::google::protobuf::MessageLite::DefaultConstruct<SiteDataPerformanceMeasurement>(arena);
  }
  void CopyFrom(const SiteDataPerformanceMeasurement& from);
  void MergeFrom(const SiteDataPerformanceMeasurement& from) { SiteDataPerformanceMeasurement::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(SiteDataPerformanceMeasurement* PROTOBUF_NONNULL other);
 private:
  template <typename T>
  friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
  static ::absl::string_view FullMessageName() { return "SiteDataPerformanceMeasurement"; }

  explicit SiteDataPerformanceMeasurement(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  SiteDataPerformanceMeasurement(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const SiteDataPerformanceMeasurement& from);
  SiteDataPerformanceMeasurement(
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, SiteDataPerformanceMeasurement&& from) noexcept
      : SiteDataPerformanceMeasurement(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 {
    kAvgCpuUsageUsFieldNumber = 1,
    kAvgFootprintKbFieldNumber = 2,
    kAvgLoadDurationUsFieldNumber = 3,
  };
  // optional float avg_cpu_usage_us = 1;
  bool has_avg_cpu_usage_us()
      const;
  void clear_avg_cpu_usage_us() ;
  float avg_cpu_usage_us() const;
  void set_avg_cpu_usage_us(float value);

  private:
  float _internal_avg_cpu_usage_us() const;
  void _internal_set_avg_cpu_usage_us(float value);

  public:
  // optional float avg_footprint_kb = 2;
  bool has_avg_footprint_kb()
      const;
  void clear_avg_footprint_kb() ;
  float avg_footprint_kb() const;
  void set_avg_footprint_kb(float value);

  private:
  float _internal_avg_footprint_kb() const;
  void _internal_set_avg_footprint_kb(float value);

  public:
  // optional float avg_load_duration_us = 3;
  bool has_avg_load_duration_us()
      const;
  void clear_avg_load_duration_us() ;
  float avg_load_duration_us() const;
  void set_avg_load_duration_us(float value);

  private:
  float _internal_avg_load_duration_us() const;
  void _internal_set_avg_load_duration_us(float value);

  public:
  // @@protoc_insertion_point(class_scope:SiteDataPerformanceMeasurement)
 private:
  class _Internal;
  using ParseTableT_ =
      ::google::protobuf::internal::TcParseTable<2, 3,
                          0, 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 SiteDataPerformanceMeasurement& from_msg);
    ::google::protobuf::internal::HasBits<1> _has_bits_;
    ::google::protobuf::internal::CachedSize _cached_size_;
    float avg_cpu_usage_us_;
    float avg_footprint_kb_;
    float avg_load_duration_us_;
    PROTOBUF_TSAN_DECLARE_MEMBER
  };
  union { Impl_ _impl_; };
  friend struct ::TableStruct_site_5fdata_2eproto;
};
// -------------------------------------------------------------------

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

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

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

  inline SiteDataFeatureProto(const SiteDataFeatureProto& from) : SiteDataFeatureProto(nullptr, from) {}
  inline SiteDataFeatureProto(SiteDataFeatureProto&& from) noexcept : SiteDataFeatureProto(nullptr, ::std::move(from)) {}
  inline SiteDataFeatureProto& operator=(const SiteDataFeatureProto& from) {
    CopyFrom(from);
    return *this;
  }
  inline SiteDataFeatureProto& operator=(SiteDataFeatureProto&& 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 SiteDataFeatureProto& default_instance() {
    return *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<SiteDataFeatureProto>(&SiteDataFeatureProto_globals_);
  }
  static constexpr int kIndexInFileMessages = 0;
  friend void swap(SiteDataFeatureProto& a, SiteDataFeatureProto& b) { a.Swap(&b); }
  PROTOBUF_NOINLINE void Swap(SiteDataFeatureProto* 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(SiteDataFeatureProto* PROTOBUF_NONNULL other) {
    if (other == this) return;
    ABSL_DCHECK(GetArena() == other->GetArena());
    InternalSwap(other);
  }

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

  SiteDataFeatureProto* PROTOBUF_NONNULL
  New(::google::protobuf::Arena* PROTOBUF_NULLABLE arena = nullptr) const {
    return ::google::protobuf::MessageLite::DefaultConstruct<SiteDataFeatureProto>(arena);
  }
  void CopyFrom(const SiteDataFeatureProto& from);
  void MergeFrom(const SiteDataFeatureProto& from) { SiteDataFeatureProto::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(SiteDataFeatureProto* PROTOBUF_NONNULL other);
 private:
  template <typename T>
  friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
  static ::absl::string_view FullMessageName() { return "SiteDataFeatureProto"; }

  explicit SiteDataFeatureProto(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  SiteDataFeatureProto(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const SiteDataFeatureProto& from);
  SiteDataFeatureProto(
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, SiteDataFeatureProto&& from) noexcept
      : SiteDataFeatureProto(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 {
    kObservationDurationFieldNumber = 1,
    kUseTimestampFieldNumber = 2,
  };
  // optional int64 observation_duration = 1;
  bool has_observation_duration()
      const;
  void clear_observation_duration() ;
  ::int64_t observation_duration() const;
  void set_observation_duration(::int64_t value);

  private:
  ::int64_t _internal_observation_duration() const;
  void _internal_set_observation_duration(::int64_t value);

  public:
  // optional int64 use_timestamp = 2;
  bool has_use_timestamp()
      const;
  void clear_use_timestamp() ;
  ::int64_t use_timestamp() const;
  void set_use_timestamp(::int64_t value);

  private:
  ::int64_t _internal_use_timestamp() const;
  void _internal_set_use_timestamp(::int64_t value);

  public:
  // @@protoc_insertion_point(class_scope:SiteDataFeatureProto)
 private:
  class _Internal;
  using ParseTableT_ =
      ::google::protobuf::internal::TcParseTable<1, 2,
                          0, 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 SiteDataFeatureProto& from_msg);
    ::google::protobuf::internal::HasBits<1> _has_bits_;
    ::google::protobuf::internal::CachedSize _cached_size_;
    ::int64_t observation_duration_;
    ::int64_t use_timestamp_;
    PROTOBUF_TSAN_DECLARE_MEMBER
  };
  union { Impl_ _impl_; };
  friend struct ::TableStruct_site_5fdata_2eproto;
};
// -------------------------------------------------------------------

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

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

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

  inline SiteDataProto(const SiteDataProto& from) : SiteDataProto(nullptr, from) {}
  inline SiteDataProto(SiteDataProto&& from) noexcept : SiteDataProto(nullptr, ::std::move(from)) {}
  inline SiteDataProto& operator=(const SiteDataProto& from) {
    CopyFrom(from);
    return *this;
  }
  inline SiteDataProto& operator=(SiteDataProto&& 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 SiteDataProto& default_instance() {
    return *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<SiteDataProto>(&SiteDataProto_globals_);
  }
  static constexpr int kIndexInFileMessages = 2;
  friend void swap(SiteDataProto& a, SiteDataProto& b) { a.Swap(&b); }
  PROTOBUF_NOINLINE void Swap(SiteDataProto* 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(SiteDataProto* PROTOBUF_NONNULL other) {
    if (other == this) return;
    ABSL_DCHECK(GetArena() == other->GetArena());
    InternalSwap(other);
  }

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

  SiteDataProto* PROTOBUF_NONNULL
  New(::google::protobuf::Arena* PROTOBUF_NULLABLE arena = nullptr) const {
    return ::google::protobuf::MessageLite::DefaultConstruct<SiteDataProto>(arena);
  }
  void CopyFrom(const SiteDataProto& from);
  void MergeFrom(const SiteDataProto& from) { SiteDataProto::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(SiteDataProto* PROTOBUF_NONNULL other);
 private:
  template <typename T>
  friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
  static ::absl::string_view FullMessageName() { return "SiteDataProto"; }

  explicit SiteDataProto(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  SiteDataProto(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const SiteDataProto& from);
  SiteDataProto(
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, SiteDataProto&& from) noexcept
      : SiteDataProto(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 {
    kUpdatesFaviconInBackgroundFieldNumber = 2,
    kUpdatesTitleInBackgroundFieldNumber = 3,
    kUsesAudioInBackgroundFieldNumber = 4,
    kDeprecatedUsesNotificationsInBackgroundFieldNumber = 5,
    kLoadTimeEstimatesFieldNumber = 6,
    kLastLoadedFieldNumber = 1,
  };
  // optional .SiteDataFeatureProto updates_favicon_in_background = 2;
  bool has_updates_favicon_in_background()
      const;
  void clear_updates_favicon_in_background() ;
  const ::SiteDataFeatureProto& updates_favicon_in_background() const;
  ::SiteDataFeatureProto* PROTOBUF_NULLABLE release_updates_favicon_in_background();
  ::SiteDataFeatureProto* PROTOBUF_NONNULL mutable_updates_favicon_in_background();
  void set_allocated_updates_favicon_in_background(::SiteDataFeatureProto* PROTOBUF_NULLABLE value);
  void unsafe_arena_set_allocated_updates_favicon_in_background(::SiteDataFeatureProto* PROTOBUF_NULLABLE value);
  ::SiteDataFeatureProto* PROTOBUF_NULLABLE unsafe_arena_release_updates_favicon_in_background();

  private:
  const ::SiteDataFeatureProto& _internal_updates_favicon_in_background() const;
  ::SiteDataFeatureProto* PROTOBUF_NONNULL _internal_mutable_updates_favicon_in_background();

  public:
  // optional .SiteDataFeatureProto updates_title_in_background = 3;
  bool has_updates_title_in_background()
      const;
  void clear_updates_title_in_background() ;
  const ::SiteDataFeatureProto& updates_title_in_background() const;
  ::SiteDataFeatureProto* PROTOBUF_NULLABLE release_updates_title_in_background();
  ::SiteDataFeatureProto* PROTOBUF_NONNULL mutable_updates_title_in_background();
  void set_allocated_updates_title_in_background(::SiteDataFeatureProto* PROTOBUF_NULLABLE value);
  void unsafe_arena_set_allocated_updates_title_in_background(::SiteDataFeatureProto* PROTOBUF_NULLABLE value);
  ::SiteDataFeatureProto* PROTOBUF_NULLABLE unsafe_arena_release_updates_title_in_background();

  private:
  const ::SiteDataFeatureProto& _internal_updates_title_in_background() const;
  ::SiteDataFeatureProto* PROTOBUF_NONNULL _internal_mutable_updates_title_in_background();

  public:
  // optional .SiteDataFeatureProto uses_audio_in_background = 4;
  bool has_uses_audio_in_background()
      const;
  void clear_uses_audio_in_background() ;
  const ::SiteDataFeatureProto& uses_audio_in_background() const;
  ::SiteDataFeatureProto* PROTOBUF_NULLABLE release_uses_audio_in_background();
  ::SiteDataFeatureProto* PROTOBUF_NONNULL mutable_uses_audio_in_background();
  void set_allocated_uses_audio_in_background(::SiteDataFeatureProto* PROTOBUF_NULLABLE value);
  void unsafe_arena_set_allocated_uses_audio_in_background(::SiteDataFeatureProto* PROTOBUF_NULLABLE value);
  ::SiteDataFeatureProto* PROTOBUF_NULLABLE unsafe_arena_release_uses_audio_in_background();

  private:
  const ::SiteDataFeatureProto& _internal_uses_audio_in_background() const;
  ::SiteDataFeatureProto* PROTOBUF_NONNULL _internal_mutable_uses_audio_in_background();

  public:
  // optional .SiteDataFeatureProto deprecated_uses_notifications_in_background = 5;
  bool has_deprecated_uses_notifications_in_background()
      const;
  void clear_deprecated_uses_notifications_in_background() ;
  const ::SiteDataFeatureProto& deprecated_uses_notifications_in_background() const;
  ::SiteDataFeatureProto* PROTOBUF_NULLABLE release_deprecated_uses_notifications_in_background();
  ::SiteDataFeatureProto* PROTOBUF_NONNULL mutable_deprecated_uses_notifications_in_background();
  void set_allocated_deprecated_uses_notifications_in_background(::SiteDataFeatureProto* PROTOBUF_NULLABLE value);
  void unsafe_arena_set_allocated_deprecated_uses_notifications_in_background(::SiteDataFeatureProto* PROTOBUF_NULLABLE value);
  ::SiteDataFeatureProto* PROTOBUF_NULLABLE unsafe_arena_release_deprecated_uses_notifications_in_background();

  private:
  const ::SiteDataFeatureProto& _internal_deprecated_uses_notifications_in_background() const;
  ::SiteDataFeatureProto* PROTOBUF_NONNULL _internal_mutable_deprecated_uses_notifications_in_background();

  public:
  // optional .SiteDataPerformanceMeasurement load_time_estimates = 6;
  bool has_load_time_estimates()
      const;
  void clear_load_time_estimates() ;
  const ::SiteDataPerformanceMeasurement& load_time_estimates() const;
  ::SiteDataPerformanceMeasurement* PROTOBUF_NULLABLE release_load_time_estimates();
  ::SiteDataPerformanceMeasurement* PROTOBUF_NONNULL mutable_load_time_estimates();
  void set_allocated_load_time_estimates(::SiteDataPerformanceMeasurement* PROTOBUF_NULLABLE value);
  void unsafe_arena_set_allocated_load_time_estimates(::SiteDataPerformanceMeasurement* PROTOBUF_NULLABLE value);
  ::SiteDataPerformanceMeasurement* PROTOBUF_NULLABLE unsafe_arena_release_load_time_estimates();

  private:
  const ::SiteDataPerformanceMeasurement& _internal_load_time_estimates() const;
  ::SiteDataPerformanceMeasurement* PROTOBUF_NONNULL _internal_mutable_load_time_estimates();

  public:
  // optional uint32 last_loaded = 1;
  bool has_last_loaded()
      const;
  void clear_last_loaded() ;
  ::uint32_t last_loaded() const;
  void set_last_loaded(::uint32_t value);

  private:
  ::uint32_t _internal_last_loaded() const;
  void _internal_set_last_loaded(::uint32_t value);

  public:
  // @@protoc_insertion_point(class_scope:SiteDataProto)
 private:
  class _Internal;
  using ParseTableT_ =
      ::google::protobuf::internal::TcParseTable<3, 6,
                          5, 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 SiteDataProto& from_msg);
    ::google::protobuf::internal::HasBits<1> _has_bits_;
    ::google::protobuf::internal::CachedSize _cached_size_;
    ::SiteDataFeatureProto* PROTOBUF_NULLABLE updates_favicon_in_background_;
    ::SiteDataFeatureProto* PROTOBUF_NULLABLE updates_title_in_background_;
    ::SiteDataFeatureProto* PROTOBUF_NULLABLE uses_audio_in_background_;
    ::SiteDataFeatureProto* PROTOBUF_NULLABLE deprecated_uses_notifications_in_background_;
    ::SiteDataPerformanceMeasurement* PROTOBUF_NULLABLE load_time_estimates_;
    ::uint32_t last_loaded_;
    PROTOBUF_TSAN_DECLARE_MEMBER
  };
  union { Impl_ _impl_; };
  friend struct ::TableStruct_site_5fdata_2eproto;
};

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




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


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

// SiteDataFeatureProto

// optional int64 observation_duration = 1;
inline bool SiteDataFeatureProto::has_observation_duration() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000001U);
  return value;
}
inline void SiteDataFeatureProto::clear_observation_duration() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.observation_duration_ = ::int64_t{0};
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
}
inline ::int64_t SiteDataFeatureProto::observation_duration() const {
  // @@protoc_insertion_point(field_get:SiteDataFeatureProto.observation_duration)
  return _internal_observation_duration();
}
inline void SiteDataFeatureProto::set_observation_duration(::int64_t value) {
  _internal_set_observation_duration(value);
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  // @@protoc_insertion_point(field_set:SiteDataFeatureProto.observation_duration)
}
inline ::int64_t SiteDataFeatureProto::_internal_observation_duration() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.observation_duration_;
}
inline void SiteDataFeatureProto::_internal_set_observation_duration(::int64_t value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.observation_duration_ = value;
}

// optional int64 use_timestamp = 2;
inline bool SiteDataFeatureProto::has_use_timestamp() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000002U);
  return value;
}
inline void SiteDataFeatureProto::clear_use_timestamp() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.use_timestamp_ = ::int64_t{0};
  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
}
inline ::int64_t SiteDataFeatureProto::use_timestamp() const {
  // @@protoc_insertion_point(field_get:SiteDataFeatureProto.use_timestamp)
  return _internal_use_timestamp();
}
inline void SiteDataFeatureProto::set_use_timestamp(::int64_t value) {
  _internal_set_use_timestamp(value);
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  // @@protoc_insertion_point(field_set:SiteDataFeatureProto.use_timestamp)
}
inline ::int64_t SiteDataFeatureProto::_internal_use_timestamp() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.use_timestamp_;
}
inline void SiteDataFeatureProto::_internal_set_use_timestamp(::int64_t value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.use_timestamp_ = value;
}

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

// SiteDataPerformanceMeasurement

// optional float avg_cpu_usage_us = 1;
inline bool SiteDataPerformanceMeasurement::has_avg_cpu_usage_us() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000001U);
  return value;
}
inline void SiteDataPerformanceMeasurement::clear_avg_cpu_usage_us() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.avg_cpu_usage_us_ = 0;
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
}
inline float SiteDataPerformanceMeasurement::avg_cpu_usage_us() const {
  // @@protoc_insertion_point(field_get:SiteDataPerformanceMeasurement.avg_cpu_usage_us)
  return _internal_avg_cpu_usage_us();
}
inline void SiteDataPerformanceMeasurement::set_avg_cpu_usage_us(float value) {
  _internal_set_avg_cpu_usage_us(value);
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  // @@protoc_insertion_point(field_set:SiteDataPerformanceMeasurement.avg_cpu_usage_us)
}
inline float SiteDataPerformanceMeasurement::_internal_avg_cpu_usage_us() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.avg_cpu_usage_us_;
}
inline void SiteDataPerformanceMeasurement::_internal_set_avg_cpu_usage_us(float value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.avg_cpu_usage_us_ = value;
}

// optional float avg_footprint_kb = 2;
inline bool SiteDataPerformanceMeasurement::has_avg_footprint_kb() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000002U);
  return value;
}
inline void SiteDataPerformanceMeasurement::clear_avg_footprint_kb() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.avg_footprint_kb_ = 0;
  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
}
inline float SiteDataPerformanceMeasurement::avg_footprint_kb() const {
  // @@protoc_insertion_point(field_get:SiteDataPerformanceMeasurement.avg_footprint_kb)
  return _internal_avg_footprint_kb();
}
inline void SiteDataPerformanceMeasurement::set_avg_footprint_kb(float value) {
  _internal_set_avg_footprint_kb(value);
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  // @@protoc_insertion_point(field_set:SiteDataPerformanceMeasurement.avg_footprint_kb)
}
inline float SiteDataPerformanceMeasurement::_internal_avg_footprint_kb() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.avg_footprint_kb_;
}
inline void SiteDataPerformanceMeasurement::_internal_set_avg_footprint_kb(float value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.avg_footprint_kb_ = value;
}

// optional float avg_load_duration_us = 3;
inline bool SiteDataPerformanceMeasurement::has_avg_load_duration_us() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000004U);
  return value;
}
inline void SiteDataPerformanceMeasurement::clear_avg_load_duration_us() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.avg_load_duration_us_ = 0;
  ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
}
inline float SiteDataPerformanceMeasurement::avg_load_duration_us() const {
  // @@protoc_insertion_point(field_get:SiteDataPerformanceMeasurement.avg_load_duration_us)
  return _internal_avg_load_duration_us();
}
inline void SiteDataPerformanceMeasurement::set_avg_load_duration_us(float value) {
  _internal_set_avg_load_duration_us(value);
  SetHasBit(_impl_._has_bits_[0], 0x00000004U);
  // @@protoc_insertion_point(field_set:SiteDataPerformanceMeasurement.avg_load_duration_us)
}
inline float SiteDataPerformanceMeasurement::_internal_avg_load_duration_us() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.avg_load_duration_us_;
}
inline void SiteDataPerformanceMeasurement::_internal_set_avg_load_duration_us(float value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.avg_load_duration_us_ = value;
}

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

// SiteDataProto

// optional uint32 last_loaded = 1;
inline bool SiteDataProto::has_last_loaded() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000020U);
  return value;
}
inline void SiteDataProto::clear_last_loaded() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.last_loaded_ = 0u;
  ClearHasBit(_impl_._has_bits_[0], 0x00000020U);
}
inline ::uint32_t SiteDataProto::last_loaded() const {
  // @@protoc_insertion_point(field_get:SiteDataProto.last_loaded)
  return _internal_last_loaded();
}
inline void SiteDataProto::set_last_loaded(::uint32_t value) {
  _internal_set_last_loaded(value);
  SetHasBit(_impl_._has_bits_[0], 0x00000020U);
  // @@protoc_insertion_point(field_set:SiteDataProto.last_loaded)
}
inline ::uint32_t SiteDataProto::_internal_last_loaded() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.last_loaded_;
}
inline void SiteDataProto::_internal_set_last_loaded(::uint32_t value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.last_loaded_ = value;
}

// optional .SiteDataFeatureProto updates_favicon_in_background = 2;
inline bool SiteDataProto::has_updates_favicon_in_background() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000001U);
  PROTOBUF_ASSUME(!value || _impl_.updates_favicon_in_background_ != nullptr);
  return value;
}
inline void SiteDataProto::clear_updates_favicon_in_background() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (_impl_.updates_favicon_in_background_ != nullptr) _impl_.updates_favicon_in_background_->Clear();
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
}
inline const ::SiteDataFeatureProto& SiteDataProto::_internal_updates_favicon_in_background() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  const ::SiteDataFeatureProto* p = _impl_.updates_favicon_in_background_;
  return p != nullptr ? *p : *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<::SiteDataFeatureProto>(&::SiteDataFeatureProto_globals_);
}
inline const ::SiteDataFeatureProto& SiteDataProto::updates_favicon_in_background() const ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:SiteDataProto.updates_favicon_in_background)
  return _internal_updates_favicon_in_background();
}
inline void SiteDataProto::unsafe_arena_set_allocated_updates_favicon_in_background(
    ::SiteDataFeatureProto* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (GetArena() == nullptr) {
    delete reinterpret_cast<::google::protobuf::MessageLite*>(_impl_.updates_favicon_in_background_);
  }
  _impl_.updates_favicon_in_background_ = reinterpret_cast<::SiteDataFeatureProto*>(value);
  if (value != nullptr) {
    SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
  }
  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:SiteDataProto.updates_favicon_in_background)
}
inline ::SiteDataFeatureProto* PROTOBUF_NULLABLE SiteDataProto::release_updates_favicon_in_background() {
  ::google::protobuf::internal::TSanWrite(&_impl_);

  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
  ::SiteDataFeatureProto* released = _impl_.updates_favicon_in_background_;
  _impl_.updates_favicon_in_background_ = nullptr;
  if (::google::protobuf::internal::DebugHardenForceCopyInRelease()) {
    auto* old = reinterpret_cast<::google::protobuf::MessageLite*>(released);
    released = ::google::protobuf::internal::DuplicateIfNonNull(released);
    if (GetArena() == nullptr) {
      delete old;
    }
  } else {
    if (GetArena() != nullptr) {
      released = ::google::protobuf::internal::DuplicateIfNonNull(released);
    }
  }
  return released;
}
inline ::SiteDataFeatureProto* PROTOBUF_NULLABLE SiteDataProto::unsafe_arena_release_updates_favicon_in_background() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:SiteDataProto.updates_favicon_in_background)

  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
  ::SiteDataFeatureProto* temp = _impl_.updates_favicon_in_background_;
  _impl_.updates_favicon_in_background_ = nullptr;
  return temp;
}
inline ::SiteDataFeatureProto* PROTOBUF_NONNULL SiteDataProto::_internal_mutable_updates_favicon_in_background() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (_impl_.updates_favicon_in_background_ == nullptr) {
    auto* p = ::google::protobuf::MessageLite::DefaultConstruct<::SiteDataFeatureProto>(GetArena());
    _impl_.updates_favicon_in_background_ = reinterpret_cast<::SiteDataFeatureProto*>(p);
  }
  return _impl_.updates_favicon_in_background_;
}
inline ::SiteDataFeatureProto* PROTOBUF_NONNULL SiteDataProto::mutable_updates_favicon_in_background()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  ::SiteDataFeatureProto* _msg = _internal_mutable_updates_favicon_in_background();
  // @@protoc_insertion_point(field_mutable:SiteDataProto.updates_favicon_in_background)
  return _msg;
}
inline void SiteDataProto::set_allocated_updates_favicon_in_background(::SiteDataFeatureProto* PROTOBUF_NULLABLE value) {
  ::google::protobuf::Arena* message_arena = GetArena();
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (message_arena == nullptr) {
    delete reinterpret_cast<::google::protobuf::MessageLite*>(_impl_.updates_favicon_in_background_);
  }

  if (value != nullptr) {
    ::google::protobuf::Arena* submessage_arena = value->GetArena();
    if (message_arena != submessage_arena) {
      value = ::google::protobuf::internal::GetOwnedMessage(message_arena, value, submessage_arena);
    }
    SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
  }

  _impl_.updates_favicon_in_background_ = reinterpret_cast<::SiteDataFeatureProto*>(value);
  // @@protoc_insertion_point(field_set_allocated:SiteDataProto.updates_favicon_in_background)
}

// optional .SiteDataFeatureProto updates_title_in_background = 3;
inline bool SiteDataProto::has_updates_title_in_background() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000002U);
  PROTOBUF_ASSUME(!value || _impl_.updates_title_in_background_ != nullptr);
  return value;
}
inline void SiteDataProto::clear_updates_title_in_background() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (_impl_.updates_title_in_background_ != nullptr) _impl_.updates_title_in_background_->Clear();
  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
}
inline const ::SiteDataFeatureProto& SiteDataProto::_internal_updates_title_in_background() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  const ::SiteDataFeatureProto* p = _impl_.updates_title_in_background_;
  return p != nullptr ? *p : *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<::SiteDataFeatureProto>(&::SiteDataFeatureProto_globals_);
}
inline const ::SiteDataFeatureProto& SiteDataProto::updates_title_in_background() const ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:SiteDataProto.updates_title_in_background)
  return _internal_updates_title_in_background();
}
inline void SiteDataProto::unsafe_arena_set_allocated_updates_title_in_background(
    ::SiteDataFeatureProto* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (GetArena() == nullptr) {
    delete reinterpret_cast<::google::protobuf::MessageLite*>(_impl_.updates_title_in_background_);
  }
  _impl_.updates_title_in_background_ = reinterpret_cast<::SiteDataFeatureProto*>(value);
  if (value != nullptr) {
    SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
  }
  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:SiteDataProto.updates_title_in_background)
}
inline ::SiteDataFeatureProto* PROTOBUF_NULLABLE SiteDataProto::release_updates_title_in_background() {
  ::google::protobuf::internal::TSanWrite(&_impl_);

  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
  ::SiteDataFeatureProto* released = _impl_.updates_title_in_background_;
  _impl_.updates_title_in_background_ = nullptr;
  if (::google::protobuf::internal::DebugHardenForceCopyInRelease()) {
    auto* old = reinterpret_cast<::google::protobuf::MessageLite*>(released);
    released = ::google::protobuf::internal::DuplicateIfNonNull(released);
    if (GetArena() == nullptr) {
      delete old;
    }
  } else {
    if (GetArena() != nullptr) {
      released = ::google::protobuf::internal::DuplicateIfNonNull(released);
    }
  }
  return released;
}
inline ::SiteDataFeatureProto* PROTOBUF_NULLABLE SiteDataProto::unsafe_arena_release_updates_title_in_background() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:SiteDataProto.updates_title_in_background)

  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
  ::SiteDataFeatureProto* temp = _impl_.updates_title_in_background_;
  _impl_.updates_title_in_background_ = nullptr;
  return temp;
}
inline ::SiteDataFeatureProto* PROTOBUF_NONNULL SiteDataProto::_internal_mutable_updates_title_in_background() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (_impl_.updates_title_in_background_ == nullptr) {
    auto* p = ::google::protobuf::MessageLite::DefaultConstruct<::SiteDataFeatureProto>(GetArena());
    _impl_.updates_title_in_background_ = reinterpret_cast<::SiteDataFeatureProto*>(p);
  }
  return _impl_.updates_title_in_background_;
}
inline ::SiteDataFeatureProto* PROTOBUF_NONNULL SiteDataProto::mutable_updates_title_in_background()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  ::SiteDataFeatureProto* _msg = _internal_mutable_updates_title_in_background();
  // @@protoc_insertion_point(field_mutable:SiteDataProto.updates_title_in_background)
  return _msg;
}
inline void SiteDataProto::set_allocated_updates_title_in_background(::SiteDataFeatureProto* PROTOBUF_NULLABLE value) {
  ::google::protobuf::Arena* message_arena = GetArena();
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (message_arena == nullptr) {
    delete reinterpret_cast<::google::protobuf::MessageLite*>(_impl_.updates_title_in_background_);
  }

  if (value != nullptr) {
    ::google::protobuf::Arena* submessage_arena = value->GetArena();
    if (message_arena != submessage_arena) {
      value = ::google::protobuf::internal::GetOwnedMessage(message_arena, value, submessage_arena);
    }
    SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
  }

  _impl_.updates_title_in_background_ = reinterpret_cast<::SiteDataFeatureProto*>(value);
  // @@protoc_insertion_point(field_set_allocated:SiteDataProto.updates_title_in_background)
}

// optional .SiteDataFeatureProto uses_audio_in_background = 4;
inline bool SiteDataProto::has_uses_audio_in_background() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000004U);
  PROTOBUF_ASSUME(!value || _impl_.uses_audio_in_background_ != nullptr);
  return value;
}
inline void SiteDataProto::clear_uses_audio_in_background() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (_impl_.uses_audio_in_background_ != nullptr) _impl_.uses_audio_in_background_->Clear();
  ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
}
inline const ::SiteDataFeatureProto& SiteDataProto::_internal_uses_audio_in_background() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  const ::SiteDataFeatureProto* p = _impl_.uses_audio_in_background_;
  return p != nullptr ? *p : *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<::SiteDataFeatureProto>(&::SiteDataFeatureProto_globals_);
}
inline const ::SiteDataFeatureProto& SiteDataProto::uses_audio_in_background() const ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:SiteDataProto.uses_audio_in_background)
  return _internal_uses_audio_in_background();
}
inline void SiteDataProto::unsafe_arena_set_allocated_uses_audio_in_background(
    ::SiteDataFeatureProto* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (GetArena() == nullptr) {
    delete reinterpret_cast<::google::protobuf::MessageLite*>(_impl_.uses_audio_in_background_);
  }
  _impl_.uses_audio_in_background_ = reinterpret_cast<::SiteDataFeatureProto*>(value);
  if (value != nullptr) {
    SetHasBit(_impl_._has_bits_[0], 0x00000004U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
  }
  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:SiteDataProto.uses_audio_in_background)
}
inline ::SiteDataFeatureProto* PROTOBUF_NULLABLE SiteDataProto::release_uses_audio_in_background() {
  ::google::protobuf::internal::TSanWrite(&_impl_);

  ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
  ::SiteDataFeatureProto* released = _impl_.uses_audio_in_background_;
  _impl_.uses_audio_in_background_ = nullptr;
  if (::google::protobuf::internal::DebugHardenForceCopyInRelease()) {
    auto* old = reinterpret_cast<::google::protobuf::MessageLite*>(released);
    released = ::google::protobuf::internal::DuplicateIfNonNull(released);
    if (GetArena() == nullptr) {
      delete old;
    }
  } else {
    if (GetArena() != nullptr) {
      released = ::google::protobuf::internal::DuplicateIfNonNull(released);
    }
  }
  return released;
}
inline ::SiteDataFeatureProto* PROTOBUF_NULLABLE SiteDataProto::unsafe_arena_release_uses_audio_in_background() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:SiteDataProto.uses_audio_in_background)

  ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
  ::SiteDataFeatureProto* temp = _impl_.uses_audio_in_background_;
  _impl_.uses_audio_in_background_ = nullptr;
  return temp;
}
inline ::SiteDataFeatureProto* PROTOBUF_NONNULL SiteDataProto::_internal_mutable_uses_audio_in_background() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (_impl_.uses_audio_in_background_ == nullptr) {
    auto* p = ::google::protobuf::MessageLite::DefaultConstruct<::SiteDataFeatureProto>(GetArena());
    _impl_.uses_audio_in_background_ = reinterpret_cast<::SiteDataFeatureProto*>(p);
  }
  return _impl_.uses_audio_in_background_;
}
inline ::SiteDataFeatureProto* PROTOBUF_NONNULL SiteDataProto::mutable_uses_audio_in_background()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000004U);
  ::SiteDataFeatureProto* _msg = _internal_mutable_uses_audio_in_background();
  // @@protoc_insertion_point(field_mutable:SiteDataProto.uses_audio_in_background)
  return _msg;
}
inline void SiteDataProto::set_allocated_uses_audio_in_background(::SiteDataFeatureProto* PROTOBUF_NULLABLE value) {
  ::google::protobuf::Arena* message_arena = GetArena();
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (message_arena == nullptr) {
    delete reinterpret_cast<::google::protobuf::MessageLite*>(_impl_.uses_audio_in_background_);
  }

  if (value != nullptr) {
    ::google::protobuf::Arena* submessage_arena = value->GetArena();
    if (message_arena != submessage_arena) {
      value = ::google::protobuf::internal::GetOwnedMessage(message_arena, value, submessage_arena);
    }
    SetHasBit(_impl_._has_bits_[0], 0x00000004U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
  }

  _impl_.uses_audio_in_background_ = reinterpret_cast<::SiteDataFeatureProto*>(value);
  // @@protoc_insertion_point(field_set_allocated:SiteDataProto.uses_audio_in_background)
}

// optional .SiteDataFeatureProto deprecated_uses_notifications_in_background = 5;
inline bool SiteDataProto::has_deprecated_uses_notifications_in_background() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000008U);
  PROTOBUF_ASSUME(!value || _impl_.deprecated_uses_notifications_in_background_ != nullptr);
  return value;
}
inline void SiteDataProto::clear_deprecated_uses_notifications_in_background() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (_impl_.deprecated_uses_notifications_in_background_ != nullptr) _impl_.deprecated_uses_notifications_in_background_->Clear();
  ClearHasBit(_impl_._has_bits_[0], 0x00000008U);
}
inline const ::SiteDataFeatureProto& SiteDataProto::_internal_deprecated_uses_notifications_in_background() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  const ::SiteDataFeatureProto* p = _impl_.deprecated_uses_notifications_in_background_;
  return p != nullptr ? *p : *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<::SiteDataFeatureProto>(&::SiteDataFeatureProto_globals_);
}
inline const ::SiteDataFeatureProto& SiteDataProto::deprecated_uses_notifications_in_background() const ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:SiteDataProto.deprecated_uses_notifications_in_background)
  return _internal_deprecated_uses_notifications_in_background();
}
inline void SiteDataProto::unsafe_arena_set_allocated_deprecated_uses_notifications_in_background(
    ::SiteDataFeatureProto* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (GetArena() == nullptr) {
    delete reinterpret_cast<::google::protobuf::MessageLite*>(_impl_.deprecated_uses_notifications_in_background_);
  }
  _impl_.deprecated_uses_notifications_in_background_ = reinterpret_cast<::SiteDataFeatureProto*>(value);
  if (value != nullptr) {
    SetHasBit(_impl_._has_bits_[0], 0x00000008U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000008U);
  }
  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:SiteDataProto.deprecated_uses_notifications_in_background)
}
inline ::SiteDataFeatureProto* PROTOBUF_NULLABLE SiteDataProto::release_deprecated_uses_notifications_in_background() {
  ::google::protobuf::internal::TSanWrite(&_impl_);

  ClearHasBit(_impl_._has_bits_[0], 0x00000008U);
  ::SiteDataFeatureProto* released = _impl_.deprecated_uses_notifications_in_background_;
  _impl_.deprecated_uses_notifications_in_background_ = nullptr;
  if (::google::protobuf::internal::DebugHardenForceCopyInRelease()) {
    auto* old = reinterpret_cast<::google::protobuf::MessageLite*>(released);
    released = ::google::protobuf::internal::DuplicateIfNonNull(released);
    if (GetArena() == nullptr) {
      delete old;
    }
  } else {
    if (GetArena() != nullptr) {
      released = ::google::protobuf::internal::DuplicateIfNonNull(released);
    }
  }
  return released;
}
inline ::SiteDataFeatureProto* PROTOBUF_NULLABLE SiteDataProto::unsafe_arena_release_deprecated_uses_notifications_in_background() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:SiteDataProto.deprecated_uses_notifications_in_background)

  ClearHasBit(_impl_._has_bits_[0], 0x00000008U);
  ::SiteDataFeatureProto* temp = _impl_.deprecated_uses_notifications_in_background_;
  _impl_.deprecated_uses_notifications_in_background_ = nullptr;
  return temp;
}
inline ::SiteDataFeatureProto* PROTOBUF_NONNULL SiteDataProto::_internal_mutable_deprecated_uses_notifications_in_background() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (_impl_.deprecated_uses_notifications_in_background_ == nullptr) {
    auto* p = ::google::protobuf::MessageLite::DefaultConstruct<::SiteDataFeatureProto>(GetArena());
    _impl_.deprecated_uses_notifications_in_background_ = reinterpret_cast<::SiteDataFeatureProto*>(p);
  }
  return _impl_.deprecated_uses_notifications_in_background_;
}
inline ::SiteDataFeatureProto* PROTOBUF_NONNULL SiteDataProto::mutable_deprecated_uses_notifications_in_background()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000008U);
  ::SiteDataFeatureProto* _msg = _internal_mutable_deprecated_uses_notifications_in_background();
  // @@protoc_insertion_point(field_mutable:SiteDataProto.deprecated_uses_notifications_in_background)
  return _msg;
}
inline void SiteDataProto::set_allocated_deprecated_uses_notifications_in_background(::SiteDataFeatureProto* PROTOBUF_NULLABLE value) {
  ::google::protobuf::Arena* message_arena = GetArena();
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (message_arena == nullptr) {
    delete reinterpret_cast<::google::protobuf::MessageLite*>(_impl_.deprecated_uses_notifications_in_background_);
  }

  if (value != nullptr) {
    ::google::protobuf::Arena* submessage_arena = value->GetArena();
    if (message_arena != submessage_arena) {
      value = ::google::protobuf::internal::GetOwnedMessage(message_arena, value, submessage_arena);
    }
    SetHasBit(_impl_._has_bits_[0], 0x00000008U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000008U);
  }

  _impl_.deprecated_uses_notifications_in_background_ = reinterpret_cast<::SiteDataFeatureProto*>(value);
  // @@protoc_insertion_point(field_set_allocated:SiteDataProto.deprecated_uses_notifications_in_background)
}

// optional .SiteDataPerformanceMeasurement load_time_estimates = 6;
inline bool SiteDataProto::has_load_time_estimates() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000010U);
  PROTOBUF_ASSUME(!value || _impl_.load_time_estimates_ != nullptr);
  return value;
}
inline void SiteDataProto::clear_load_time_estimates() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (_impl_.load_time_estimates_ != nullptr) _impl_.load_time_estimates_->Clear();
  ClearHasBit(_impl_._has_bits_[0], 0x00000010U);
}
inline const ::SiteDataPerformanceMeasurement& SiteDataProto::_internal_load_time_estimates() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  const ::SiteDataPerformanceMeasurement* p = _impl_.load_time_estimates_;
  return p != nullptr ? *p : *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<::SiteDataPerformanceMeasurement>(&::SiteDataPerformanceMeasurement_globals_);
}
inline const ::SiteDataPerformanceMeasurement& SiteDataProto::load_time_estimates() const ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:SiteDataProto.load_time_estimates)
  return _internal_load_time_estimates();
}
inline void SiteDataProto::unsafe_arena_set_allocated_load_time_estimates(
    ::SiteDataPerformanceMeasurement* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (GetArena() == nullptr) {
    delete reinterpret_cast<::google::protobuf::MessageLite*>(_impl_.load_time_estimates_);
  }
  _impl_.load_time_estimates_ = reinterpret_cast<::SiteDataPerformanceMeasurement*>(value);
  if (value != nullptr) {
    SetHasBit(_impl_._has_bits_[0], 0x00000010U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000010U);
  }
  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:SiteDataProto.load_time_estimates)
}
inline ::SiteDataPerformanceMeasurement* PROTOBUF_NULLABLE SiteDataProto::release_load_time_estimates() {
  ::google::protobuf::internal::TSanWrite(&_impl_);

  ClearHasBit(_impl_._has_bits_[0], 0x00000010U);
  ::SiteDataPerformanceMeasurement* released = _impl_.load_time_estimates_;
  _impl_.load_time_estimates_ = nullptr;
  if (::google::protobuf::internal::DebugHardenForceCopyInRelease()) {
    auto* old = reinterpret_cast<::google::protobuf::MessageLite*>(released);
    released = ::google::protobuf::internal::DuplicateIfNonNull(released);
    if (GetArena() == nullptr) {
      delete old;
    }
  } else {
    if (GetArena() != nullptr) {
      released = ::google::protobuf::internal::DuplicateIfNonNull(released);
    }
  }
  return released;
}
inline ::SiteDataPerformanceMeasurement* PROTOBUF_NULLABLE SiteDataProto::unsafe_arena_release_load_time_estimates() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:SiteDataProto.load_time_estimates)

  ClearHasBit(_impl_._has_bits_[0], 0x00000010U);
  ::SiteDataPerformanceMeasurement* temp = _impl_.load_time_estimates_;
  _impl_.load_time_estimates_ = nullptr;
  return temp;
}
inline ::SiteDataPerformanceMeasurement* PROTOBUF_NONNULL SiteDataProto::_internal_mutable_load_time_estimates() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (_impl_.load_time_estimates_ == nullptr) {
    auto* p = ::google::protobuf::MessageLite::DefaultConstruct<::SiteDataPerformanceMeasurement>(GetArena());
    _impl_.load_time_estimates_ = reinterpret_cast<::SiteDataPerformanceMeasurement*>(p);
  }
  return _impl_.load_time_estimates_;
}
inline ::SiteDataPerformanceMeasurement* PROTOBUF_NONNULL SiteDataProto::mutable_load_time_estimates()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000010U);
  ::SiteDataPerformanceMeasurement* _msg = _internal_mutable_load_time_estimates();
  // @@protoc_insertion_point(field_mutable:SiteDataProto.load_time_estimates)
  return _msg;
}
inline void SiteDataProto::set_allocated_load_time_estimates(::SiteDataPerformanceMeasurement* PROTOBUF_NULLABLE value) {
  ::google::protobuf::Arena* message_arena = GetArena();
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (message_arena == nullptr) {
    delete reinterpret_cast<::google::protobuf::MessageLite*>(_impl_.load_time_estimates_);
  }

  if (value != nullptr) {
    ::google::protobuf::Arena* submessage_arena = value->GetArena();
    if (message_arena != submessage_arena) {
      value = ::google::protobuf::internal::GetOwnedMessage(message_arena, value, submessage_arena);
    }
    SetHasBit(_impl_._has_bits_[0], 0x00000010U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000010U);
  }

  _impl_.load_time_estimates_ = reinterpret_cast<::SiteDataPerformanceMeasurement*>(value);
  // @@protoc_insertion_point(field_set_allocated:SiteDataProto.load_time_estimates)
}

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

// @@protoc_insertion_point(namespace_scope)


// @@protoc_insertion_point(global_scope)

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

#endif  // site_5fdata_2eproto_2epb_2eh
