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

#ifndef components_2foptimization_5fguide_2fproto_2ffeatures_2fat_5fmemory_2eproto_2epb_2eh
#define components_2foptimization_5fguide_2fproto_2ffeatures_2fat_5fmemory_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_2ffeatures_2fat_5fmemory_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_2ffeatures_2fat_5fmemory_2eproto {
  static const ::uint32_t offsets[];
};
namespace optimization_guide {
namespace proto {
enum AtMemorySuggestionAction : int;
extern const uint32_t AtMemorySuggestionAction_internal_data_[];
enum AtMemorySuggestionSource : int;
extern const uint32_t AtMemorySuggestionSource_internal_data_[];
class AtMemoryLoggingData;
struct AtMemoryLoggingDataGlobalsTypeInternal;
#ifndef PROTOBUF_MESSAGE_GLOBALS
extern AtMemoryLoggingDataGlobalsTypeInternal AtMemoryLoggingData_globals_;
extern const ::google::protobuf::internal::ClassDataLite AtMemoryLoggingData_class_data_;
#else
extern const AtMemoryLoggingDataGlobalsTypeInternal AtMemoryLoggingData_globals_;
#endif  // PROTOBUF_MESSAGE_GLOBALS
class AtMemoryQuality;
struct AtMemoryQualityGlobalsTypeInternal;
#ifndef PROTOBUF_MESSAGE_GLOBALS
extern AtMemoryQualityGlobalsTypeInternal AtMemoryQuality_globals_;
extern const ::google::protobuf::internal::ClassDataLite AtMemoryQuality_class_data_;
#else
extern const AtMemoryQualityGlobalsTypeInternal AtMemoryQuality_globals_;
#endif  // PROTOBUF_MESSAGE_GLOBALS
class AtMemorySuggestion;
struct AtMemorySuggestionGlobalsTypeInternal;
#ifndef PROTOBUF_MESSAGE_GLOBALS
extern AtMemorySuggestionGlobalsTypeInternal AtMemorySuggestion_globals_;
extern const ::google::protobuf::internal::ClassDataLite AtMemorySuggestion_class_data_;
#else
extern const AtMemorySuggestionGlobalsTypeInternal AtMemorySuggestion_globals_;
#endif  // PROTOBUF_MESSAGE_GLOBALS
}  // namespace proto
}  // namespace optimization_guide
namespace google {
namespace protobuf {
template <>
internal::EnumTraitsT<::optimization_guide::proto::AtMemorySuggestionAction_internal_data_>
    internal::EnumTraitsImpl::value<::optimization_guide::proto::AtMemorySuggestionAction>;
template <>
internal::EnumTraitsT<::optimization_guide::proto::AtMemorySuggestionSource_internal_data_>
    internal::EnumTraitsImpl::value<::optimization_guide::proto::AtMemorySuggestionSource>;
}  // namespace protobuf
}  // namespace google

namespace optimization_guide {
namespace proto {
enum AtMemorySuggestionAction : int {
  AT_MEMORY_SUGGESTION_ACTION_UNSPECIFIED = 0,
  AT_MEMORY_SUGGESTION_ACTION_ACCEPTED = 1,
  AT_MEMORY_SUGGESTION_ACTION_FLYOUT_MENU_OPENED = 2,
  AT_MEMORY_SUGGESTION_ACTION_FLYOUT_MENU_ATTRIBUTE_ACCEPTED = 3,
  AtMemorySuggestionAction_INT_MIN_SENTINEL_DO_NOT_USE_ =
      ::std::numeric_limits<::int32_t>::min(),
  AtMemorySuggestionAction_INT_MAX_SENTINEL_DO_NOT_USE_ =
      ::std::numeric_limits<::int32_t>::max(),
};

extern const uint32_t AtMemorySuggestionAction_internal_data_[];
inline constexpr AtMemorySuggestionAction AtMemorySuggestionAction_MIN =
    static_cast<AtMemorySuggestionAction>(0);
inline constexpr AtMemorySuggestionAction AtMemorySuggestionAction_MAX =
    static_cast<AtMemorySuggestionAction>(3);
inline bool AtMemorySuggestionAction_IsValid(int value) {
  return 0 <= value && value <= 3;
}
inline constexpr int AtMemorySuggestionAction_ARRAYSIZE = 3 + 1;
const ::std::string& AtMemorySuggestionAction_Name(AtMemorySuggestionAction value);
template <typename T>
const ::std::string& AtMemorySuggestionAction_Name(T value) {
  static_assert(::std::is_same<T, AtMemorySuggestionAction>::value ||
                    ::std::is_integral<T>::value,
                "Incorrect type passed to AtMemorySuggestionAction_Name().");
  return AtMemorySuggestionAction_Name(static_cast<AtMemorySuggestionAction>(value));
}
bool AtMemorySuggestionAction_Parse(
    ::absl::string_view name, AtMemorySuggestionAction* PROTOBUF_NONNULL value);
enum AtMemorySuggestionSource : int {
  AT_MEMORY_SUGGESTION_SOURCE_UNSPECIFIED = 0,
  AT_MEMORY_SUGGESTION_SOURCE_CONTEXT_MEMORY_SERVICE = 1,
  AT_MEMORY_SUGGESTION_SOURCE_AUTOFILL = 2,
  AtMemorySuggestionSource_INT_MIN_SENTINEL_DO_NOT_USE_ =
      ::std::numeric_limits<::int32_t>::min(),
  AtMemorySuggestionSource_INT_MAX_SENTINEL_DO_NOT_USE_ =
      ::std::numeric_limits<::int32_t>::max(),
};

extern const uint32_t AtMemorySuggestionSource_internal_data_[];
inline constexpr AtMemorySuggestionSource AtMemorySuggestionSource_MIN =
    static_cast<AtMemorySuggestionSource>(0);
inline constexpr AtMemorySuggestionSource AtMemorySuggestionSource_MAX =
    static_cast<AtMemorySuggestionSource>(2);
inline bool AtMemorySuggestionSource_IsValid(int value) {
  return 0 <= value && value <= 2;
}
inline constexpr int AtMemorySuggestionSource_ARRAYSIZE = 2 + 1;
const ::std::string& AtMemorySuggestionSource_Name(AtMemorySuggestionSource value);
template <typename T>
const ::std::string& AtMemorySuggestionSource_Name(T value) {
  static_assert(::std::is_same<T, AtMemorySuggestionSource>::value ||
                    ::std::is_integral<T>::value,
                "Incorrect type passed to AtMemorySuggestionSource_Name().");
  return AtMemorySuggestionSource_Name(static_cast<AtMemorySuggestionSource>(value));
}
bool AtMemorySuggestionSource_Parse(
    ::absl::string_view name, AtMemorySuggestionSource* PROTOBUF_NONNULL value);
using ::google::protobuf::internal::generated_enum::AbslParseFlag;
using ::google::protobuf::internal::generated_enum::AbslUnparseFlag;

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


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

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

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

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

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

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

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

  explicit AtMemorySuggestion(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  AtMemorySuggestion(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const AtMemorySuggestion& from);
  AtMemorySuggestion(
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, AtMemorySuggestion&& from) noexcept
      : AtMemorySuggestion(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 {
    kActionFieldNumber = 1,
    kResponseResultsIndexFieldNumber = 2,
    kSourceFieldNumber = 3,
  };
  // .optimization_guide.proto.AtMemorySuggestionAction action = 1 [features = {
  bool has_action()
      const;
  void clear_action() ;
  ::optimization_guide::proto::AtMemorySuggestionAction action() const;
  void set_action(::optimization_guide::proto::AtMemorySuggestionAction value);

  private:
  ::optimization_guide::proto::AtMemorySuggestionAction _internal_action() const;
  void _internal_set_action(::optimization_guide::proto::AtMemorySuggestionAction value);

  public:
  // int32 response_results_index = 2 [features = {
  bool has_response_results_index()
      const;
  void clear_response_results_index() ;
  ::int32_t response_results_index() const;
  void set_response_results_index(::int32_t value);

  private:
  ::int32_t _internal_response_results_index() const;
  void _internal_set_response_results_index(::int32_t value);

  public:
  // .optimization_guide.proto.AtMemorySuggestionSource source = 3 [features = {
  bool has_source()
      const;
  void clear_source() ;
  ::optimization_guide::proto::AtMemorySuggestionSource source() const;
  void set_source(::optimization_guide::proto::AtMemorySuggestionSource value);

  private:
  ::optimization_guide::proto::AtMemorySuggestionSource _internal_source() const;
  void _internal_set_source(::optimization_guide::proto::AtMemorySuggestionSource value);

  public:
  // @@protoc_insertion_point(class_scope:optimization_guide.proto.AtMemorySuggestion)
 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 AtMemorySuggestion& from_msg);
    ::google::protobuf::internal::HasBits<1> _has_bits_;
    ::google::protobuf::internal::CachedSize _cached_size_;
    int action_;
    ::int32_t response_results_index_;
    int source_;
    PROTOBUF_TSAN_DECLARE_MEMBER
  };
  union { Impl_ _impl_; };
  friend struct ::TableStruct_components_2foptimization_5fguide_2fproto_2ffeatures_2fat_5fmemory_2eproto;
};
// -------------------------------------------------------------------

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

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

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

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

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

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

  explicit AtMemoryQuality(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  AtMemoryQuality(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const AtMemoryQuality& from);
  AtMemoryQuality(
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, AtMemoryQuality&& from) noexcept
      : AtMemoryQuality(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 {
    kSuggestionsFieldNumber = 7,
    kQueryFieldNumber = 1,
    kSessionIdFieldNumber = 2,
    kTitleFieldNumber = 3,
    kUrlFieldNumber = 4,
    kFormSignatureFieldNumber = 5,
    kFieldSignatureFieldNumber = 6,
    kQuerySubmittedToSuggestionsShownMsFieldNumber = 8,
  };
  // repeated .optimization_guide.proto.AtMemorySuggestion suggestions = 7;
  int suggestions_size()
      const;
  private:
  int _internal_suggestions_size() const;

  public:
  void clear_suggestions() ;
  const ::optimization_guide::proto::AtMemorySuggestion& suggestions(int index) const;
  ::optimization_guide::proto::AtMemorySuggestion* PROTOBUF_NONNULL mutable_suggestions(int index);
  ::optimization_guide::proto::AtMemorySuggestion* PROTOBUF_NONNULL add_suggestions();
  const ::google::protobuf::RepeatedPtrField<::optimization_guide::proto::AtMemorySuggestion>&
  suggestions() const;
  ::google::protobuf::RepeatedPtrField<::optimization_guide::proto::AtMemorySuggestion>* PROTOBUF_NONNULL
  mutable_suggestions();

  private:
  const ::google::protobuf::RepeatedPtrField<::optimization_guide::proto::AtMemorySuggestion>& _internal_suggestions() const;
  ::google::protobuf::RepeatedPtrField<::optimization_guide::proto::AtMemorySuggestion>* PROTOBUF_NONNULL _internal_mutable_suggestions();

  public:
  // string query = 1 [features = {
  bool has_query()
      const;
  void clear_query() ;
  const ::std::string& query() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_query(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_query();
  ::std::string* PROTOBUF_NULLABLE release_query();
  void set_allocated_query(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_query() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_query(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_query();

  public:
  // string session_id = 2 [features = {
  bool has_session_id()
      const;
  void clear_session_id() ;
  const ::std::string& session_id() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_session_id(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_session_id();
  ::std::string* PROTOBUF_NULLABLE release_session_id();
  void set_allocated_session_id(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_session_id() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_session_id(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_session_id();

  public:
  // string title = 3 [features = {
  bool has_title()
      const;
  void clear_title() ;
  const ::std::string& title() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_title(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_title();
  ::std::string* PROTOBUF_NULLABLE release_title();
  void set_allocated_title(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_title() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_title(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_title();

  public:
  // string url = 4 [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:
  // uint64 form_signature = 5 [features = {
  void clear_form_signature() ;
  ::uint64_t form_signature() const;
  void set_form_signature(::uint64_t value);

  private:
  ::uint64_t _internal_form_signature() const;
  void _internal_set_form_signature(::uint64_t value);

  public:
  // uint64 field_signature = 6 [features = {
  void clear_field_signature() ;
  ::uint64_t field_signature() const;
  void set_field_signature(::uint64_t value);

  private:
  ::uint64_t _internal_field_signature() const;
  void _internal_set_field_signature(::uint64_t value);

  public:
  // int64 query_submitted_to_suggestions_shown_ms = 8 [features = {
  bool has_query_submitted_to_suggestions_shown_ms()
      const;
  void clear_query_submitted_to_suggestions_shown_ms() ;
  ::int64_t query_submitted_to_suggestions_shown_ms() const;
  void set_query_submitted_to_suggestions_shown_ms(::int64_t value);

  private:
  ::int64_t _internal_query_submitted_to_suggestions_shown_ms() const;
  void _internal_set_query_submitted_to_suggestions_shown_ms(::int64_t value);

  public:
  // @@protoc_insertion_point(class_scope:optimization_guide.proto.AtMemoryQuality)
 private:
  class _Internal;
  using ParseTableT_ =
      ::google::protobuf::internal::TcParseTable<3, 8,
                          1, 80,
                          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 AtMemoryQuality& from_msg);
    ::google::protobuf::internal::HasBits<1> _has_bits_;
    ::google::protobuf::internal::CachedSize _cached_size_;
    ::google::protobuf::RepeatedPtrField< ::optimization_guide::proto::AtMemorySuggestion > suggestions_;
    ::google::protobuf::internal::ArenaStringPtr query_;
    ::google::protobuf::internal::ArenaStringPtr session_id_;
    ::google::protobuf::internal::ArenaStringPtr title_;
    ::google::protobuf::internal::ArenaStringPtr url_;
    ::uint64_t form_signature_;
    ::uint64_t field_signature_;
    ::int64_t query_submitted_to_suggestions_shown_ms_;
    PROTOBUF_TSAN_DECLARE_MEMBER
  };
  union { Impl_ _impl_; };
  friend struct ::TableStruct_components_2foptimization_5fguide_2fproto_2ffeatures_2fat_5fmemory_2eproto;
};
// -------------------------------------------------------------------

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

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

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

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

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

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

  explicit AtMemoryLoggingData(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  AtMemoryLoggingData(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const AtMemoryLoggingData& from);
  AtMemoryLoggingData(
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, AtMemoryLoggingData&& from) noexcept
      : AtMemoryLoggingData(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 {
    kQualityFieldNumber = 1,
  };
  // .optimization_guide.proto.AtMemoryQuality quality = 1 [features = {
  bool has_quality()
      const;
  void clear_quality() ;
  const ::optimization_guide::proto::AtMemoryQuality& quality() const;
  ::optimization_guide::proto::AtMemoryQuality* PROTOBUF_NULLABLE release_quality();
  ::optimization_guide::proto::AtMemoryQuality* PROTOBUF_NONNULL mutable_quality();
  void set_allocated_quality(::optimization_guide::proto::AtMemoryQuality* PROTOBUF_NULLABLE value);
  void unsafe_arena_set_allocated_quality(::optimization_guide::proto::AtMemoryQuality* PROTOBUF_NULLABLE value);
  ::optimization_guide::proto::AtMemoryQuality* PROTOBUF_NULLABLE unsafe_arena_release_quality();

  private:
  const ::optimization_guide::proto::AtMemoryQuality& _internal_quality() const;
  ::optimization_guide::proto::AtMemoryQuality* PROTOBUF_NONNULL _internal_mutable_quality();

  public:
  // @@protoc_insertion_point(class_scope:optimization_guide.proto.AtMemoryLoggingData)
 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 AtMemoryLoggingData& from_msg);
    ::google::protobuf::internal::HasBits<1> _has_bits_;
    ::google::protobuf::internal::CachedSize _cached_size_;
    ::optimization_guide::proto::AtMemoryQuality* PROTOBUF_NULLABLE quality_;
    PROTOBUF_TSAN_DECLARE_MEMBER
  };
  union { Impl_ _impl_; };
  friend struct ::TableStruct_components_2foptimization_5fguide_2fproto_2ffeatures_2fat_5fmemory_2eproto;
};

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




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


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

// AtMemoryLoggingData

// .optimization_guide.proto.AtMemoryQuality quality = 1 [features = {
inline bool AtMemoryLoggingData::has_quality() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000001U);
  PROTOBUF_ASSUME(!value || _impl_.quality_ != nullptr);
  return value;
}
inline void AtMemoryLoggingData::clear_quality() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (_impl_.quality_ != nullptr) _impl_.quality_->Clear();
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
}
inline const ::optimization_guide::proto::AtMemoryQuality& AtMemoryLoggingData::_internal_quality() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  const ::optimization_guide::proto::AtMemoryQuality* p = _impl_.quality_;
  return p != nullptr ? *p : *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<::optimization_guide::proto::AtMemoryQuality>(&::optimization_guide::proto::AtMemoryQuality_globals_);
}
inline const ::optimization_guide::proto::AtMemoryQuality& AtMemoryLoggingData::quality() const ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:optimization_guide.proto.AtMemoryLoggingData.quality)
  return _internal_quality();
}
inline void AtMemoryLoggingData::unsafe_arena_set_allocated_quality(
    ::optimization_guide::proto::AtMemoryQuality* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (GetArena() == nullptr) {
    delete reinterpret_cast<::google::protobuf::MessageLite*>(_impl_.quality_);
  }
  _impl_.quality_ = reinterpret_cast<::optimization_guide::proto::AtMemoryQuality*>(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:optimization_guide.proto.AtMemoryLoggingData.quality)
}
inline ::optimization_guide::proto::AtMemoryQuality* PROTOBUF_NULLABLE AtMemoryLoggingData::release_quality() {
  ::google::protobuf::internal::TSanWrite(&_impl_);

  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
  ::optimization_guide::proto::AtMemoryQuality* released = _impl_.quality_;
  _impl_.quality_ = 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 ::optimization_guide::proto::AtMemoryQuality* PROTOBUF_NULLABLE AtMemoryLoggingData::unsafe_arena_release_quality() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:optimization_guide.proto.AtMemoryLoggingData.quality)

  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
  ::optimization_guide::proto::AtMemoryQuality* temp = _impl_.quality_;
  _impl_.quality_ = nullptr;
  return temp;
}
inline ::optimization_guide::proto::AtMemoryQuality* PROTOBUF_NONNULL AtMemoryLoggingData::_internal_mutable_quality() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (_impl_.quality_ == nullptr) {
    auto* p = ::google::protobuf::MessageLite::DefaultConstruct<::optimization_guide::proto::AtMemoryQuality>(GetArena());
    _impl_.quality_ = reinterpret_cast<::optimization_guide::proto::AtMemoryQuality*>(p);
  }
  return _impl_.quality_;
}
inline ::optimization_guide::proto::AtMemoryQuality* PROTOBUF_NONNULL AtMemoryLoggingData::mutable_quality()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  ::optimization_guide::proto::AtMemoryQuality* _msg = _internal_mutable_quality();
  // @@protoc_insertion_point(field_mutable:optimization_guide.proto.AtMemoryLoggingData.quality)
  return _msg;
}
inline void AtMemoryLoggingData::set_allocated_quality(::optimization_guide::proto::AtMemoryQuality* 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_.quality_);
  }

  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_.quality_ = reinterpret_cast<::optimization_guide::proto::AtMemoryQuality*>(value);
  // @@protoc_insertion_point(field_set_allocated:optimization_guide.proto.AtMemoryLoggingData.quality)
}

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

// AtMemoryQuality

// string query = 1 [features = {
inline bool AtMemoryQuality::has_query() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000002U);
  return value;
}
inline void AtMemoryQuality::clear_query() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.query_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
}
inline const ::std::string& AtMemoryQuality::query() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:optimization_guide.proto.AtMemoryQuality.query)
  return _internal_query();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void AtMemoryQuality::set_query(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  _impl_.query_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:optimization_guide.proto.AtMemoryQuality.query)
}
inline ::std::string* PROTOBUF_NONNULL AtMemoryQuality::mutable_query()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  ::std::string* _s = _internal_mutable_query();
  // @@protoc_insertion_point(field_mutable:optimization_guide.proto.AtMemoryQuality.query)
  return _s;
}
inline const ::std::string& AtMemoryQuality::_internal_query() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.query_.Get();
}
inline void AtMemoryQuality::_internal_set_query(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.query_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL AtMemoryQuality::_internal_mutable_query() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.query_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE AtMemoryQuality::release_query() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:optimization_guide.proto.AtMemoryQuality.query)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000002U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
  auto* released = _impl_.query_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.query_.Set("", GetArena());
  }
  return released;
}
inline void AtMemoryQuality::set_allocated_query(::std::string* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (value != nullptr) {
    SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
  }
  _impl_.query_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.query_.IsDefault()) {
    _impl_.query_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:optimization_guide.proto.AtMemoryQuality.query)
}

// string session_id = 2 [features = {
inline bool AtMemoryQuality::has_session_id() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000004U);
  return value;
}
inline void AtMemoryQuality::clear_session_id() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.session_id_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
}
inline const ::std::string& AtMemoryQuality::session_id() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:optimization_guide.proto.AtMemoryQuality.session_id)
  return _internal_session_id();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void AtMemoryQuality::set_session_id(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000004U);
  _impl_.session_id_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:optimization_guide.proto.AtMemoryQuality.session_id)
}
inline ::std::string* PROTOBUF_NONNULL AtMemoryQuality::mutable_session_id()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000004U);
  ::std::string* _s = _internal_mutable_session_id();
  // @@protoc_insertion_point(field_mutable:optimization_guide.proto.AtMemoryQuality.session_id)
  return _s;
}
inline const ::std::string& AtMemoryQuality::_internal_session_id() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.session_id_.Get();
}
inline void AtMemoryQuality::_internal_set_session_id(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.session_id_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL AtMemoryQuality::_internal_mutable_session_id() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.session_id_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE AtMemoryQuality::release_session_id() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:optimization_guide.proto.AtMemoryQuality.session_id)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000004U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
  auto* released = _impl_.session_id_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.session_id_.Set("", GetArena());
  }
  return released;
}
inline void AtMemoryQuality::set_allocated_session_id(::std::string* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (value != nullptr) {
    SetHasBit(_impl_._has_bits_[0], 0x00000004U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
  }
  _impl_.session_id_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.session_id_.IsDefault()) {
    _impl_.session_id_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:optimization_guide.proto.AtMemoryQuality.session_id)
}

// string title = 3 [features = {
inline bool AtMemoryQuality::has_title() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000008U);
  return value;
}
inline void AtMemoryQuality::clear_title() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.title_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000008U);
}
inline const ::std::string& AtMemoryQuality::title() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:optimization_guide.proto.AtMemoryQuality.title)
  return _internal_title();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void AtMemoryQuality::set_title(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000008U);
  _impl_.title_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:optimization_guide.proto.AtMemoryQuality.title)
}
inline ::std::string* PROTOBUF_NONNULL AtMemoryQuality::mutable_title()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000008U);
  ::std::string* _s = _internal_mutable_title();
  // @@protoc_insertion_point(field_mutable:optimization_guide.proto.AtMemoryQuality.title)
  return _s;
}
inline const ::std::string& AtMemoryQuality::_internal_title() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.title_.Get();
}
inline void AtMemoryQuality::_internal_set_title(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.title_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL AtMemoryQuality::_internal_mutable_title() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.title_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE AtMemoryQuality::release_title() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:optimization_guide.proto.AtMemoryQuality.title)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000008U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000008U);
  auto* released = _impl_.title_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.title_.Set("", GetArena());
  }
  return released;
}
inline void AtMemoryQuality::set_allocated_title(::std::string* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (value != nullptr) {
    SetHasBit(_impl_._has_bits_[0], 0x00000008U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000008U);
  }
  _impl_.title_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.title_.IsDefault()) {
    _impl_.title_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:optimization_guide.proto.AtMemoryQuality.title)
}

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

// uint64 form_signature = 5 [features = {
inline void AtMemoryQuality::clear_form_signature() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.form_signature_ = ::uint64_t{0u};
  ClearHasBit(_impl_._has_bits_[0], 0x00000020U);
}
inline ::uint64_t AtMemoryQuality::form_signature() const {
  // @@protoc_insertion_point(field_get:optimization_guide.proto.AtMemoryQuality.form_signature)
  return _internal_form_signature();
}
inline void AtMemoryQuality::set_form_signature(::uint64_t value) {
  _internal_set_form_signature(value);
  SetHasBit(_impl_._has_bits_[0], 0x00000020U);
  // @@protoc_insertion_point(field_set:optimization_guide.proto.AtMemoryQuality.form_signature)
}
inline ::uint64_t AtMemoryQuality::_internal_form_signature() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.form_signature_;
}
inline void AtMemoryQuality::_internal_set_form_signature(::uint64_t value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.form_signature_ = value;
}

// uint64 field_signature = 6 [features = {
inline void AtMemoryQuality::clear_field_signature() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.field_signature_ = ::uint64_t{0u};
  ClearHasBit(_impl_._has_bits_[0], 0x00000040U);
}
inline ::uint64_t AtMemoryQuality::field_signature() const {
  // @@protoc_insertion_point(field_get:optimization_guide.proto.AtMemoryQuality.field_signature)
  return _internal_field_signature();
}
inline void AtMemoryQuality::set_field_signature(::uint64_t value) {
  _internal_set_field_signature(value);
  SetHasBit(_impl_._has_bits_[0], 0x00000040U);
  // @@protoc_insertion_point(field_set:optimization_guide.proto.AtMemoryQuality.field_signature)
}
inline ::uint64_t AtMemoryQuality::_internal_field_signature() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.field_signature_;
}
inline void AtMemoryQuality::_internal_set_field_signature(::uint64_t value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.field_signature_ = value;
}

// repeated .optimization_guide.proto.AtMemorySuggestion suggestions = 7;
inline int AtMemoryQuality::_internal_suggestions_size() const {
  return _internal_suggestions().size();
}
inline int AtMemoryQuality::suggestions_size() const {
  return _internal_suggestions_size();
}
inline void AtMemoryQuality::clear_suggestions() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.suggestions_.Clear();
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
}
inline const ::optimization_guide::proto::AtMemorySuggestion& AtMemoryQuality::suggestions(int index) const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:optimization_guide.proto.AtMemoryQuality.suggestions)
  return _internal_suggestions().Get(index);
}
inline ::optimization_guide::proto::AtMemorySuggestion* PROTOBUF_NONNULL AtMemoryQuality::mutable_suggestions(int index)
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_mutable:optimization_guide.proto.AtMemoryQuality.suggestions)
  return _internal_mutable_suggestions()->Mutable(index);
}
inline ::optimization_guide::proto::AtMemorySuggestion* PROTOBUF_NONNULL AtMemoryQuality::add_suggestions()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  ::optimization_guide::proto::AtMemorySuggestion* _add =
      _internal_mutable_suggestions()->InternalAddWithArena(
          ::google::protobuf::MessageLite::internal_visibility(), GetArena());
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  // @@protoc_insertion_point(field_add:optimization_guide.proto.AtMemoryQuality.suggestions)
  return _add;
}
inline const ::google::protobuf::RepeatedPtrField<::optimization_guide::proto::AtMemorySuggestion>& AtMemoryQuality::suggestions() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_list:optimization_guide.proto.AtMemoryQuality.suggestions)
  return _internal_suggestions();
}
inline ::google::protobuf::RepeatedPtrField<::optimization_guide::proto::AtMemorySuggestion>* PROTOBUF_NONNULL
AtMemoryQuality::mutable_suggestions() ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  // @@protoc_insertion_point(field_mutable_list:optimization_guide.proto.AtMemoryQuality.suggestions)
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _internal_mutable_suggestions();
}
inline const ::google::protobuf::RepeatedPtrField<::optimization_guide::proto::AtMemorySuggestion>&
AtMemoryQuality::_internal_suggestions() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.suggestions_;
}
inline ::google::protobuf::RepeatedPtrField<::optimization_guide::proto::AtMemorySuggestion>* PROTOBUF_NONNULL
AtMemoryQuality::_internal_mutable_suggestions() {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return &_impl_.suggestions_;
}

// int64 query_submitted_to_suggestions_shown_ms = 8 [features = {
inline bool AtMemoryQuality::has_query_submitted_to_suggestions_shown_ms() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000080U);
  return value;
}
inline void AtMemoryQuality::clear_query_submitted_to_suggestions_shown_ms() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.query_submitted_to_suggestions_shown_ms_ = ::int64_t{0};
  ClearHasBit(_impl_._has_bits_[0], 0x00000080U);
}
inline ::int64_t AtMemoryQuality::query_submitted_to_suggestions_shown_ms() const {
  // @@protoc_insertion_point(field_get:optimization_guide.proto.AtMemoryQuality.query_submitted_to_suggestions_shown_ms)
  return _internal_query_submitted_to_suggestions_shown_ms();
}
inline void AtMemoryQuality::set_query_submitted_to_suggestions_shown_ms(::int64_t value) {
  _internal_set_query_submitted_to_suggestions_shown_ms(value);
  SetHasBit(_impl_._has_bits_[0], 0x00000080U);
  // @@protoc_insertion_point(field_set:optimization_guide.proto.AtMemoryQuality.query_submitted_to_suggestions_shown_ms)
}
inline ::int64_t AtMemoryQuality::_internal_query_submitted_to_suggestions_shown_ms() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.query_submitted_to_suggestions_shown_ms_;
}
inline void AtMemoryQuality::_internal_set_query_submitted_to_suggestions_shown_ms(::int64_t value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.query_submitted_to_suggestions_shown_ms_ = value;
}

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

// AtMemorySuggestion

// .optimization_guide.proto.AtMemorySuggestionAction action = 1 [features = {
inline bool AtMemorySuggestion::has_action() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000001U);
  return value;
}
inline void AtMemorySuggestion::clear_action() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.action_ = 0;
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
}
inline ::optimization_guide::proto::AtMemorySuggestionAction AtMemorySuggestion::action() const {
  // @@protoc_insertion_point(field_get:optimization_guide.proto.AtMemorySuggestion.action)
  return _internal_action();
}
inline void AtMemorySuggestion::set_action(::optimization_guide::proto::AtMemorySuggestionAction value) {
  _internal_set_action(value);
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  // @@protoc_insertion_point(field_set:optimization_guide.proto.AtMemorySuggestion.action)
}
inline ::optimization_guide::proto::AtMemorySuggestionAction AtMemorySuggestion::_internal_action() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return static_cast<::optimization_guide::proto::AtMemorySuggestionAction>(_impl_.action_);
}
inline void AtMemorySuggestion::_internal_set_action(::optimization_guide::proto::AtMemorySuggestionAction value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.action_ = value;
}

// int32 response_results_index = 2 [features = {
inline bool AtMemorySuggestion::has_response_results_index() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000002U);
  return value;
}
inline void AtMemorySuggestion::clear_response_results_index() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.response_results_index_ = 0;
  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
}
inline ::int32_t AtMemorySuggestion::response_results_index() const {
  // @@protoc_insertion_point(field_get:optimization_guide.proto.AtMemorySuggestion.response_results_index)
  return _internal_response_results_index();
}
inline void AtMemorySuggestion::set_response_results_index(::int32_t value) {
  _internal_set_response_results_index(value);
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  // @@protoc_insertion_point(field_set:optimization_guide.proto.AtMemorySuggestion.response_results_index)
}
inline ::int32_t AtMemorySuggestion::_internal_response_results_index() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.response_results_index_;
}
inline void AtMemorySuggestion::_internal_set_response_results_index(::int32_t value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.response_results_index_ = value;
}

// .optimization_guide.proto.AtMemorySuggestionSource source = 3 [features = {
inline bool AtMemorySuggestion::has_source() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000004U);
  return value;
}
inline void AtMemorySuggestion::clear_source() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.source_ = 0;
  ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
}
inline ::optimization_guide::proto::AtMemorySuggestionSource AtMemorySuggestion::source() const {
  // @@protoc_insertion_point(field_get:optimization_guide.proto.AtMemorySuggestion.source)
  return _internal_source();
}
inline void AtMemorySuggestion::set_source(::optimization_guide::proto::AtMemorySuggestionSource value) {
  _internal_set_source(value);
  SetHasBit(_impl_._has_bits_[0], 0x00000004U);
  // @@protoc_insertion_point(field_set:optimization_guide.proto.AtMemorySuggestion.source)
}
inline ::optimization_guide::proto::AtMemorySuggestionSource AtMemorySuggestion::_internal_source() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return static_cast<::optimization_guide::proto::AtMemorySuggestionSource>(_impl_.source_);
}
inline void AtMemorySuggestion::_internal_set_source(::optimization_guide::proto::AtMemorySuggestionSource value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.source_ = value;
}

#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::AtMemorySuggestionAction> : std::true_type {};
template <>
struct internal::LiteEnumFuncs<::optimization_guide::proto::AtMemorySuggestionAction> {
  static constexpr bool kIsDefined = true;
  static constexpr auto kParseFunc = ::optimization_guide::proto::AtMemorySuggestionAction_Parse;
  static constexpr auto kNameFunc = ::optimization_guide::proto::AtMemorySuggestionAction_Name<int>;
};
template <>
struct is_proto_enum<::optimization_guide::proto::AtMemorySuggestionSource> : std::true_type {};
template <>
struct internal::LiteEnumFuncs<::optimization_guide::proto::AtMemorySuggestionSource> {
  static constexpr bool kIsDefined = true;
  static constexpr auto kParseFunc = ::optimization_guide::proto::AtMemorySuggestionSource_Parse;
  static constexpr auto kNameFunc = ::optimization_guide::proto::AtMemorySuggestionSource_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_2ffeatures_2fat_5fmemory_2eproto_2epb_2eh
