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

#ifndef components_2foptimization_5fguide_2fproto_2ffeatures_2fzero_5fstate_5fsuggestions_2eproto_2epb_2eh
#define components_2foptimization_5fguide_2fproto_2ffeatures_2fzero_5fstate_5fsuggestions_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 "components/optimization_guide/proto/features/common_quality_data.pb.h"
#include "components/optimization_guide/proto/model_quality_metadata.pb.h"
// @@protoc_insertion_point(includes)

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

#define PROTOBUF_INTERNAL_EXPORT_components_2foptimization_5fguide_2fproto_2ffeatures_2fzero_5fstate_5fsuggestions_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_2fzero_5fstate_5fsuggestions_2eproto {
  static const ::uint32_t offsets[];
};
namespace optimization_guide {
namespace proto {
class Suggestion;
struct SuggestionGlobalsTypeInternal;
#ifndef PROTOBUF_MESSAGE_GLOBALS
extern SuggestionGlobalsTypeInternal Suggestion_globals_;
extern const ::google::protobuf::internal::ClassDataLite Suggestion_class_data_;
#else
extern const SuggestionGlobalsTypeInternal Suggestion_globals_;
#endif  // PROTOBUF_MESSAGE_GLOBALS
class ZeroStatePageContext;
struct ZeroStatePageContextGlobalsTypeInternal;
#ifndef PROTOBUF_MESSAGE_GLOBALS
extern ZeroStatePageContextGlobalsTypeInternal ZeroStatePageContext_globals_;
extern const ::google::protobuf::internal::ClassDataLite ZeroStatePageContext_class_data_;
#else
extern const ZeroStatePageContextGlobalsTypeInternal ZeroStatePageContext_globals_;
#endif  // PROTOBUF_MESSAGE_GLOBALS
class ZeroStatePageContextList;
struct ZeroStatePageContextListGlobalsTypeInternal;
#ifndef PROTOBUF_MESSAGE_GLOBALS
extern ZeroStatePageContextListGlobalsTypeInternal ZeroStatePageContextList_globals_;
extern const ::google::protobuf::internal::ClassDataLite ZeroStatePageContextList_class_data_;
#else
extern const ZeroStatePageContextListGlobalsTypeInternal ZeroStatePageContextList_globals_;
#endif  // PROTOBUF_MESSAGE_GLOBALS
class ZeroStateSuggestionsLoggingData;
struct ZeroStateSuggestionsLoggingDataGlobalsTypeInternal;
#ifndef PROTOBUF_MESSAGE_GLOBALS
extern ZeroStateSuggestionsLoggingDataGlobalsTypeInternal ZeroStateSuggestionsLoggingData_globals_;
extern const ::google::protobuf::internal::ClassDataLite ZeroStateSuggestionsLoggingData_class_data_;
#else
extern const ZeroStateSuggestionsLoggingDataGlobalsTypeInternal ZeroStateSuggestionsLoggingData_globals_;
#endif  // PROTOBUF_MESSAGE_GLOBALS
class ZeroStateSuggestionsRequest;
struct ZeroStateSuggestionsRequestGlobalsTypeInternal;
#ifndef PROTOBUF_MESSAGE_GLOBALS
extern ZeroStateSuggestionsRequestGlobalsTypeInternal ZeroStateSuggestionsRequest_globals_;
extern const ::google::protobuf::internal::ClassDataLite ZeroStateSuggestionsRequest_class_data_;
#else
extern const ZeroStateSuggestionsRequestGlobalsTypeInternal ZeroStateSuggestionsRequest_globals_;
#endif  // PROTOBUF_MESSAGE_GLOBALS
class ZeroStateSuggestionsResponse;
struct ZeroStateSuggestionsResponseGlobalsTypeInternal;
#ifndef PROTOBUF_MESSAGE_GLOBALS
extern ZeroStateSuggestionsResponseGlobalsTypeInternal ZeroStateSuggestionsResponse_globals_;
extern const ::google::protobuf::internal::ClassDataLite ZeroStateSuggestionsResponse_class_data_;
#else
extern const ZeroStateSuggestionsResponseGlobalsTypeInternal ZeroStateSuggestionsResponse_globals_;
#endif  // PROTOBUF_MESSAGE_GLOBALS
}  // namespace proto
}  // namespace optimization_guide
namespace google {
namespace protobuf {
}  // namespace protobuf
}  // namespace google

namespace optimization_guide {
namespace proto {

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


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

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

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

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

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

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

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

  explicit Suggestion(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  Suggestion(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Suggestion& from);
  Suggestion(
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, Suggestion&& from) noexcept
      : Suggestion(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 {
    kLabelFieldNumber = 1,
  };
  // string label = 1 [features = {
  bool has_label()
      const;
  void clear_label() ;
  const ::std::string& label() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_label(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_label();
  ::std::string* PROTOBUF_NULLABLE release_label();
  void set_allocated_label(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_label() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_label(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_label();

  public:
  // @@protoc_insertion_point(class_scope:optimization_guide.proto.Suggestion)
 private:
  class _Internal;
  using ParseTableT_ =
      ::google::protobuf::internal::TcParseTable<0, 1,
                          0, 49,
                          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 Suggestion& from_msg);
    ::google::protobuf::internal::HasBits<1> _has_bits_;
    ::google::protobuf::internal::CachedSize _cached_size_;
    ::google::protobuf::internal::ArenaStringPtr label_;
    PROTOBUF_TSAN_DECLARE_MEMBER
  };
  union { Impl_ _impl_; };
  friend struct ::TableStruct_components_2foptimization_5fguide_2fproto_2ffeatures_2fzero_5fstate_5fsuggestions_2eproto;
};
// -------------------------------------------------------------------

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

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

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

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

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

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

  explicit ZeroStateSuggestionsResponse(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  ZeroStateSuggestionsResponse(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const ZeroStateSuggestionsResponse& from);
  ZeroStateSuggestionsResponse(
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, ZeroStateSuggestionsResponse&& from) noexcept
      : ZeroStateSuggestionsResponse(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 = 1,
  };
  // repeated .optimization_guide.proto.Suggestion suggestions = 1;
  int suggestions_size()
      const;
  private:
  int _internal_suggestions_size() const;

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

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

  public:
  // @@protoc_insertion_point(class_scope:optimization_guide.proto.ZeroStateSuggestionsResponse)
 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 ZeroStateSuggestionsResponse& from_msg);
    ::google::protobuf::internal::HasBits<1> _has_bits_;
    ::google::protobuf::internal::CachedSize _cached_size_;
    ::google::protobuf::RepeatedPtrField< ::optimization_guide::proto::Suggestion > suggestions_;
    PROTOBUF_TSAN_DECLARE_MEMBER
  };
  union { Impl_ _impl_; };
  friend struct ::TableStruct_components_2foptimization_5fguide_2fproto_2ffeatures_2fzero_5fstate_5fsuggestions_2eproto;
};
// -------------------------------------------------------------------

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

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

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

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

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

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

  explicit ZeroStatePageContext(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  ZeroStatePageContext(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const ZeroStatePageContext& from);
  ZeroStatePageContext(
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, ZeroStatePageContext&& from) noexcept
      : ZeroStatePageContext(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 {
    kPageContextFieldNumber = 1,
    kIsFocusedFieldNumber = 2,
  };
  // .optimization_guide.proto.PageContext page_context = 1 [features = {
  bool has_page_context()
      const;
  void clear_page_context() ;
  const ::optimization_guide::proto::PageContext& page_context() const;
  ::optimization_guide::proto::PageContext* PROTOBUF_NULLABLE release_page_context();
  ::optimization_guide::proto::PageContext* PROTOBUF_NONNULL mutable_page_context();
  void set_allocated_page_context(::optimization_guide::proto::PageContext* PROTOBUF_NULLABLE value);
  void unsafe_arena_set_allocated_page_context(::optimization_guide::proto::PageContext* PROTOBUF_NULLABLE value);
  ::optimization_guide::proto::PageContext* PROTOBUF_NULLABLE unsafe_arena_release_page_context();

  private:
  const ::optimization_guide::proto::PageContext& _internal_page_context() const;
  ::optimization_guide::proto::PageContext* PROTOBUF_NONNULL _internal_mutable_page_context();

  public:
  // bool is_focused = 2 [features = {
  bool has_is_focused()
      const;
  void clear_is_focused() ;
  bool is_focused() const;
  void set_is_focused(bool value);

  private:
  bool _internal_is_focused() const;
  void _internal_set_is_focused(bool value);

  public:
  // @@protoc_insertion_point(class_scope:optimization_guide.proto.ZeroStatePageContext)
 private:
  class _Internal;
  using ParseTableT_ =
      ::google::protobuf::internal::TcParseTable<1, 2,
                          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 ZeroStatePageContext& from_msg);
    ::google::protobuf::internal::HasBits<1> _has_bits_;
    ::google::protobuf::internal::CachedSize _cached_size_;
    ::optimization_guide::proto::PageContext* PROTOBUF_NULLABLE page_context_;
    bool is_focused_;
    PROTOBUF_TSAN_DECLARE_MEMBER
  };
  union { Impl_ _impl_; };
  friend struct ::TableStruct_components_2foptimization_5fguide_2fproto_2ffeatures_2fzero_5fstate_5fsuggestions_2eproto;
};
// -------------------------------------------------------------------

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

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

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

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

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

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

  explicit ZeroStatePageContextList(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  ZeroStatePageContextList(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const ZeroStatePageContextList& from);
  ZeroStatePageContextList(
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, ZeroStatePageContextList&& from) noexcept
      : ZeroStatePageContextList(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 {
    kPageContextsFieldNumber = 1,
  };
  // repeated .optimization_guide.proto.ZeroStatePageContext page_contexts = 1;
  int page_contexts_size()
      const;
  private:
  int _internal_page_contexts_size() const;

  public:
  void clear_page_contexts() ;
  const ::optimization_guide::proto::ZeroStatePageContext& page_contexts(int index) const;
  ::optimization_guide::proto::ZeroStatePageContext* PROTOBUF_NONNULL mutable_page_contexts(int index);
  ::optimization_guide::proto::ZeroStatePageContext* PROTOBUF_NONNULL add_page_contexts();
  const ::google::protobuf::RepeatedPtrField<::optimization_guide::proto::ZeroStatePageContext>&
  page_contexts() const;
  ::google::protobuf::RepeatedPtrField<::optimization_guide::proto::ZeroStatePageContext>* PROTOBUF_NONNULL
  mutable_page_contexts();

  private:
  const ::google::protobuf::RepeatedPtrField<::optimization_guide::proto::ZeroStatePageContext>& _internal_page_contexts() const;
  ::google::protobuf::RepeatedPtrField<::optimization_guide::proto::ZeroStatePageContext>* PROTOBUF_NONNULL _internal_mutable_page_contexts();

  public:
  // @@protoc_insertion_point(class_scope:optimization_guide.proto.ZeroStatePageContextList)
 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 ZeroStatePageContextList& from_msg);
    ::google::protobuf::internal::HasBits<1> _has_bits_;
    ::google::protobuf::internal::CachedSize _cached_size_;
    ::google::protobuf::RepeatedPtrField< ::optimization_guide::proto::ZeroStatePageContext > page_contexts_;
    PROTOBUF_TSAN_DECLARE_MEMBER
  };
  union { Impl_ _impl_; };
  friend struct ::TableStruct_components_2foptimization_5fguide_2fproto_2ffeatures_2fzero_5fstate_5fsuggestions_2eproto;
};
// -------------------------------------------------------------------

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

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

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

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

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

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

  explicit ZeroStateSuggestionsRequest(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  ZeroStateSuggestionsRequest(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const ZeroStateSuggestionsRequest& from);
  ZeroStateSuggestionsRequest(
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, ZeroStateSuggestionsRequest&& from) noexcept
      : ZeroStateSuggestionsRequest(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 {
    kSupportedToolsFieldNumber = 4,
    kLocaleFieldNumber = 5,
    kIsFreFieldNumber = 2,
    kIsAccountManagedFieldNumber = 7,
    kChromePlatformFieldNumber = 6,
    kPageContextFieldNumber = 1,
    kPageContextListFieldNumber = 3,
  };
  // repeated string supported_tools = 4;
  int supported_tools_size()
      const;
  private:
  int _internal_supported_tools_size() const;

  public:
  void clear_supported_tools() ;
  const ::std::string& supported_tools(int index) const;
  ::std::string* PROTOBUF_NONNULL mutable_supported_tools(int index);
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_supported_tools(int index, Arg_&& value, Args_... args);
  ::std::string* PROTOBUF_NONNULL add_supported_tools();
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void add_supported_tools(Arg_&& value, Args_... args);
  const
      ::google::protobuf::RepeatedPtrField<::std::string>&
      supported_tools() const;
  ::google::protobuf::RepeatedPtrField<::std::string>*
      PROTOBUF_NONNULL
      mutable_supported_tools();

  private:
  const ::google::protobuf::RepeatedPtrField<::std::string>& _internal_supported_tools() const;
  ::google::protobuf::RepeatedPtrField<::std::string>* PROTOBUF_NONNULL _internal_mutable_supported_tools();

  public:
  // string locale = 5 [features = {
  bool has_locale()
      const;
  void clear_locale() ;
  const ::std::string& locale() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_locale(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_locale();
  ::std::string* PROTOBUF_NULLABLE release_locale();
  void set_allocated_locale(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_locale() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_locale(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_locale();

  public:
  // bool is_fre = 2 [features = {
  bool has_is_fre()
      const;
  void clear_is_fre() ;
  bool is_fre() const;
  void set_is_fre(bool value);

  private:
  bool _internal_is_fre() const;
  void _internal_set_is_fre(bool value);

  public:
  // bool is_account_managed = 7 [features = {
  bool has_is_account_managed()
      const;
  void clear_is_account_managed() ;
  bool is_account_managed() const;
  void set_is_account_managed(bool value);

  private:
  bool _internal_is_account_managed() const;
  void _internal_set_is_account_managed(bool value);

  public:
  // .optimization_guide.proto.ChromePlatform chrome_platform = 6 [features = {
  bool has_chrome_platform()
      const;
  void clear_chrome_platform() ;
  ::optimization_guide::proto::ChromePlatform chrome_platform() const;
  void set_chrome_platform(::optimization_guide::proto::ChromePlatform value);

  private:
  ::optimization_guide::proto::ChromePlatform _internal_chrome_platform() const;
  void _internal_set_chrome_platform(::optimization_guide::proto::ChromePlatform value);

  public:
  // .optimization_guide.proto.PageContext page_context = 1;
  bool has_page_context()
      const;
  private:
  bool _internal_has_page_context() const;

  public:
  void clear_page_context() ;
  const ::optimization_guide::proto::PageContext& page_context() const;
  ::optimization_guide::proto::PageContext* PROTOBUF_NULLABLE release_page_context();
  ::optimization_guide::proto::PageContext* PROTOBUF_NONNULL mutable_page_context();
  void set_allocated_page_context(::optimization_guide::proto::PageContext* PROTOBUF_NULLABLE value);
  void unsafe_arena_set_allocated_page_context(::optimization_guide::proto::PageContext* PROTOBUF_NULLABLE value);
  ::optimization_guide::proto::PageContext* PROTOBUF_NULLABLE unsafe_arena_release_page_context();

  private:
  const ::optimization_guide::proto::PageContext& _internal_page_context() const;
  ::optimization_guide::proto::PageContext* PROTOBUF_NONNULL _internal_mutable_page_context();

  public:
  // .optimization_guide.proto.ZeroStatePageContextList page_context_list = 3;
  bool has_page_context_list()
      const;
  private:
  bool _internal_has_page_context_list() const;

  public:
  void clear_page_context_list() ;
  const ::optimization_guide::proto::ZeroStatePageContextList& page_context_list() const;
  ::optimization_guide::proto::ZeroStatePageContextList* PROTOBUF_NULLABLE release_page_context_list();
  ::optimization_guide::proto::ZeroStatePageContextList* PROTOBUF_NONNULL mutable_page_context_list();
  void set_allocated_page_context_list(::optimization_guide::proto::ZeroStatePageContextList* PROTOBUF_NULLABLE value);
  void unsafe_arena_set_allocated_page_context_list(::optimization_guide::proto::ZeroStatePageContextList* PROTOBUF_NULLABLE value);
  ::optimization_guide::proto::ZeroStatePageContextList* PROTOBUF_NULLABLE unsafe_arena_release_page_context_list();

  private:
  const ::optimization_guide::proto::ZeroStatePageContextList& _internal_page_context_list() const;
  ::optimization_guide::proto::ZeroStatePageContextList* PROTOBUF_NONNULL _internal_mutable_page_context_list();

  public:
  void clear_request();
  RequestCase request_case() const;
  // @@protoc_insertion_point(class_scope:optimization_guide.proto.ZeroStateSuggestionsRequest)
 private:
  class _Internal;
  void set_has_page_context();
  void set_has_page_context_list();
  inline bool has_request() const;
  inline void clear_has_request();
  using ParseTableT_ =
      ::google::protobuf::internal::TcParseTable<3, 7,
                          2, 82,
                          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 ZeroStateSuggestionsRequest& from_msg);
    ::google::protobuf::internal::HasBits<1> _has_bits_;
    ::google::protobuf::internal::CachedSize _cached_size_;
    ::google::protobuf::RepeatedPtrField<::std::string> supported_tools_;
    ::google::protobuf::internal::ArenaStringPtr locale_;
    bool is_fre_;
    bool is_account_managed_;
    int chrome_platform_;
    union RequestUnion {
      constexpr RequestUnion() : _constinit_{} {}
      ::google::protobuf::internal::ConstantInitialized _constinit_;
      ::optimization_guide::proto::PageContext* PROTOBUF_NULLABLE page_context_;
      ::optimization_guide::proto::ZeroStatePageContextList* PROTOBUF_NULLABLE page_context_list_;
    } request_;
    ::uint32_t _oneof_case_[1];
    PROTOBUF_TSAN_DECLARE_MEMBER
  };
  union { Impl_ _impl_; };
  friend struct ::TableStruct_components_2foptimization_5fguide_2fproto_2ffeatures_2fzero_5fstate_5fsuggestions_2eproto;
};
// -------------------------------------------------------------------

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

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

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

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

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

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

  explicit ZeroStateSuggestionsLoggingData(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  ZeroStateSuggestionsLoggingData(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const ZeroStateSuggestionsLoggingData& from);
  ZeroStateSuggestionsLoggingData(
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, ZeroStateSuggestionsLoggingData&& from) noexcept
      : ZeroStateSuggestionsLoggingData(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 {
    kRequestFieldNumber = 1,
    kResponseFieldNumber = 2,
    kModelExecutionInfoFieldNumber = 3,
  };
  // .optimization_guide.proto.ZeroStateSuggestionsRequest request = 1 [features = {
  bool has_request()
      const;
  void clear_request() ;
  const ::optimization_guide::proto::ZeroStateSuggestionsRequest& request() const;
  ::optimization_guide::proto::ZeroStateSuggestionsRequest* PROTOBUF_NULLABLE release_request();
  ::optimization_guide::proto::ZeroStateSuggestionsRequest* PROTOBUF_NONNULL mutable_request();
  void set_allocated_request(::optimization_guide::proto::ZeroStateSuggestionsRequest* PROTOBUF_NULLABLE value);
  void unsafe_arena_set_allocated_request(::optimization_guide::proto::ZeroStateSuggestionsRequest* PROTOBUF_NULLABLE value);
  ::optimization_guide::proto::ZeroStateSuggestionsRequest* PROTOBUF_NULLABLE unsafe_arena_release_request();

  private:
  const ::optimization_guide::proto::ZeroStateSuggestionsRequest& _internal_request() const;
  ::optimization_guide::proto::ZeroStateSuggestionsRequest* PROTOBUF_NONNULL _internal_mutable_request();

  public:
  // .optimization_guide.proto.ZeroStateSuggestionsResponse response = 2 [features = {
  bool has_response()
      const;
  void clear_response() ;
  const ::optimization_guide::proto::ZeroStateSuggestionsResponse& response() const;
  ::optimization_guide::proto::ZeroStateSuggestionsResponse* PROTOBUF_NULLABLE release_response();
  ::optimization_guide::proto::ZeroStateSuggestionsResponse* PROTOBUF_NONNULL mutable_response();
  void set_allocated_response(::optimization_guide::proto::ZeroStateSuggestionsResponse* PROTOBUF_NULLABLE value);
  void unsafe_arena_set_allocated_response(::optimization_guide::proto::ZeroStateSuggestionsResponse* PROTOBUF_NULLABLE value);
  ::optimization_guide::proto::ZeroStateSuggestionsResponse* PROTOBUF_NULLABLE unsafe_arena_release_response();

  private:
  const ::optimization_guide::proto::ZeroStateSuggestionsResponse& _internal_response() const;
  ::optimization_guide::proto::ZeroStateSuggestionsResponse* PROTOBUF_NONNULL _internal_mutable_response();

  public:
  // .optimization_guide.proto.ModelExecutionInfo model_execution_info = 3 [features = {
  bool has_model_execution_info()
      const;
  void clear_model_execution_info() ;
  const ::optimization_guide::proto::ModelExecutionInfo& model_execution_info() const;
  ::optimization_guide::proto::ModelExecutionInfo* PROTOBUF_NULLABLE release_model_execution_info();
  ::optimization_guide::proto::ModelExecutionInfo* PROTOBUF_NONNULL mutable_model_execution_info();
  void set_allocated_model_execution_info(::optimization_guide::proto::ModelExecutionInfo* PROTOBUF_NULLABLE value);
  void unsafe_arena_set_allocated_model_execution_info(::optimization_guide::proto::ModelExecutionInfo* PROTOBUF_NULLABLE value);
  ::optimization_guide::proto::ModelExecutionInfo* PROTOBUF_NULLABLE unsafe_arena_release_model_execution_info();

  private:
  const ::optimization_guide::proto::ModelExecutionInfo& _internal_model_execution_info() const;
  ::optimization_guide::proto::ModelExecutionInfo* PROTOBUF_NONNULL _internal_mutable_model_execution_info();

  public:
  // @@protoc_insertion_point(class_scope:optimization_guide.proto.ZeroStateSuggestionsLoggingData)
 private:
  class _Internal;
  using ParseTableT_ =
      ::google::protobuf::internal::TcParseTable<2, 3,
                          3, 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 ZeroStateSuggestionsLoggingData& from_msg);
    ::google::protobuf::internal::HasBits<1> _has_bits_;
    ::google::protobuf::internal::CachedSize _cached_size_;
    ::optimization_guide::proto::ZeroStateSuggestionsRequest* PROTOBUF_NULLABLE request_;
    ::optimization_guide::proto::ZeroStateSuggestionsResponse* PROTOBUF_NULLABLE response_;
    ::optimization_guide::proto::ModelExecutionInfo* PROTOBUF_NULLABLE model_execution_info_;
    PROTOBUF_TSAN_DECLARE_MEMBER
  };
  union { Impl_ _impl_; };
  friend struct ::TableStruct_components_2foptimization_5fguide_2fproto_2ffeatures_2fzero_5fstate_5fsuggestions_2eproto;
};

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




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


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

// ZeroStateSuggestionsLoggingData

// .optimization_guide.proto.ZeroStateSuggestionsRequest request = 1 [features = {
inline bool ZeroStateSuggestionsLoggingData::has_request() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000001U);
  PROTOBUF_ASSUME(!value || _impl_.request_ != nullptr);
  return value;
}
inline void ZeroStateSuggestionsLoggingData::clear_request() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (_impl_.request_ != nullptr) _impl_.request_->Clear();
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
}
inline const ::optimization_guide::proto::ZeroStateSuggestionsRequest& ZeroStateSuggestionsLoggingData::_internal_request() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  const ::optimization_guide::proto::ZeroStateSuggestionsRequest* p = _impl_.request_;
  return p != nullptr ? *p : *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<::optimization_guide::proto::ZeroStateSuggestionsRequest>(&::optimization_guide::proto::ZeroStateSuggestionsRequest_globals_);
}
inline const ::optimization_guide::proto::ZeroStateSuggestionsRequest& ZeroStateSuggestionsLoggingData::request() const ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:optimization_guide.proto.ZeroStateSuggestionsLoggingData.request)
  return _internal_request();
}
inline void ZeroStateSuggestionsLoggingData::unsafe_arena_set_allocated_request(
    ::optimization_guide::proto::ZeroStateSuggestionsRequest* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (GetArena() == nullptr) {
    delete reinterpret_cast<::google::protobuf::MessageLite*>(_impl_.request_);
  }
  _impl_.request_ = reinterpret_cast<::optimization_guide::proto::ZeroStateSuggestionsRequest*>(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.ZeroStateSuggestionsLoggingData.request)
}
inline ::optimization_guide::proto::ZeroStateSuggestionsRequest* PROTOBUF_NULLABLE ZeroStateSuggestionsLoggingData::release_request() {
  ::google::protobuf::internal::TSanWrite(&_impl_);

  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
  ::optimization_guide::proto::ZeroStateSuggestionsRequest* released = _impl_.request_;
  _impl_.request_ = 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::ZeroStateSuggestionsRequest* PROTOBUF_NULLABLE ZeroStateSuggestionsLoggingData::unsafe_arena_release_request() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:optimization_guide.proto.ZeroStateSuggestionsLoggingData.request)

  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
  ::optimization_guide::proto::ZeroStateSuggestionsRequest* temp = _impl_.request_;
  _impl_.request_ = nullptr;
  return temp;
}
inline ::optimization_guide::proto::ZeroStateSuggestionsRequest* PROTOBUF_NONNULL ZeroStateSuggestionsLoggingData::_internal_mutable_request() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (_impl_.request_ == nullptr) {
    auto* p = ::google::protobuf::MessageLite::DefaultConstruct<::optimization_guide::proto::ZeroStateSuggestionsRequest>(GetArena());
    _impl_.request_ = reinterpret_cast<::optimization_guide::proto::ZeroStateSuggestionsRequest*>(p);
  }
  return _impl_.request_;
}
inline ::optimization_guide::proto::ZeroStateSuggestionsRequest* PROTOBUF_NONNULL ZeroStateSuggestionsLoggingData::mutable_request()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  ::optimization_guide::proto::ZeroStateSuggestionsRequest* _msg = _internal_mutable_request();
  // @@protoc_insertion_point(field_mutable:optimization_guide.proto.ZeroStateSuggestionsLoggingData.request)
  return _msg;
}
inline void ZeroStateSuggestionsLoggingData::set_allocated_request(::optimization_guide::proto::ZeroStateSuggestionsRequest* 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_.request_);
  }

  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_.request_ = reinterpret_cast<::optimization_guide::proto::ZeroStateSuggestionsRequest*>(value);
  // @@protoc_insertion_point(field_set_allocated:optimization_guide.proto.ZeroStateSuggestionsLoggingData.request)
}

// .optimization_guide.proto.ZeroStateSuggestionsResponse response = 2 [features = {
inline bool ZeroStateSuggestionsLoggingData::has_response() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000002U);
  PROTOBUF_ASSUME(!value || _impl_.response_ != nullptr);
  return value;
}
inline void ZeroStateSuggestionsLoggingData::clear_response() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (_impl_.response_ != nullptr) _impl_.response_->Clear();
  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
}
inline const ::optimization_guide::proto::ZeroStateSuggestionsResponse& ZeroStateSuggestionsLoggingData::_internal_response() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  const ::optimization_guide::proto::ZeroStateSuggestionsResponse* p = _impl_.response_;
  return p != nullptr ? *p : *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<::optimization_guide::proto::ZeroStateSuggestionsResponse>(&::optimization_guide::proto::ZeroStateSuggestionsResponse_globals_);
}
inline const ::optimization_guide::proto::ZeroStateSuggestionsResponse& ZeroStateSuggestionsLoggingData::response() const ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:optimization_guide.proto.ZeroStateSuggestionsLoggingData.response)
  return _internal_response();
}
inline void ZeroStateSuggestionsLoggingData::unsafe_arena_set_allocated_response(
    ::optimization_guide::proto::ZeroStateSuggestionsResponse* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (GetArena() == nullptr) {
    delete reinterpret_cast<::google::protobuf::MessageLite*>(_impl_.response_);
  }
  _impl_.response_ = reinterpret_cast<::optimization_guide::proto::ZeroStateSuggestionsResponse*>(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:optimization_guide.proto.ZeroStateSuggestionsLoggingData.response)
}
inline ::optimization_guide::proto::ZeroStateSuggestionsResponse* PROTOBUF_NULLABLE ZeroStateSuggestionsLoggingData::release_response() {
  ::google::protobuf::internal::TSanWrite(&_impl_);

  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
  ::optimization_guide::proto::ZeroStateSuggestionsResponse* released = _impl_.response_;
  _impl_.response_ = 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::ZeroStateSuggestionsResponse* PROTOBUF_NULLABLE ZeroStateSuggestionsLoggingData::unsafe_arena_release_response() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:optimization_guide.proto.ZeroStateSuggestionsLoggingData.response)

  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
  ::optimization_guide::proto::ZeroStateSuggestionsResponse* temp = _impl_.response_;
  _impl_.response_ = nullptr;
  return temp;
}
inline ::optimization_guide::proto::ZeroStateSuggestionsResponse* PROTOBUF_NONNULL ZeroStateSuggestionsLoggingData::_internal_mutable_response() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (_impl_.response_ == nullptr) {
    auto* p = ::google::protobuf::MessageLite::DefaultConstruct<::optimization_guide::proto::ZeroStateSuggestionsResponse>(GetArena());
    _impl_.response_ = reinterpret_cast<::optimization_guide::proto::ZeroStateSuggestionsResponse*>(p);
  }
  return _impl_.response_;
}
inline ::optimization_guide::proto::ZeroStateSuggestionsResponse* PROTOBUF_NONNULL ZeroStateSuggestionsLoggingData::mutable_response()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  ::optimization_guide::proto::ZeroStateSuggestionsResponse* _msg = _internal_mutable_response();
  // @@protoc_insertion_point(field_mutable:optimization_guide.proto.ZeroStateSuggestionsLoggingData.response)
  return _msg;
}
inline void ZeroStateSuggestionsLoggingData::set_allocated_response(::optimization_guide::proto::ZeroStateSuggestionsResponse* 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_.response_);
  }

  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_.response_ = reinterpret_cast<::optimization_guide::proto::ZeroStateSuggestionsResponse*>(value);
  // @@protoc_insertion_point(field_set_allocated:optimization_guide.proto.ZeroStateSuggestionsLoggingData.response)
}

// .optimization_guide.proto.ModelExecutionInfo model_execution_info = 3 [features = {
inline bool ZeroStateSuggestionsLoggingData::has_model_execution_info() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000004U);
  PROTOBUF_ASSUME(!value || _impl_.model_execution_info_ != nullptr);
  return value;
}
inline const ::optimization_guide::proto::ModelExecutionInfo& ZeroStateSuggestionsLoggingData::_internal_model_execution_info() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  const ::optimization_guide::proto::ModelExecutionInfo* p = _impl_.model_execution_info_;
  return p != nullptr ? *p : *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<::optimization_guide::proto::ModelExecutionInfo>(&::optimization_guide::proto::ModelExecutionInfo_globals_);
}
inline const ::optimization_guide::proto::ModelExecutionInfo& ZeroStateSuggestionsLoggingData::model_execution_info() const ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:optimization_guide.proto.ZeroStateSuggestionsLoggingData.model_execution_info)
  return _internal_model_execution_info();
}
inline void ZeroStateSuggestionsLoggingData::unsafe_arena_set_allocated_model_execution_info(
    ::optimization_guide::proto::ModelExecutionInfo* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (GetArena() == nullptr) {
    delete reinterpret_cast<::google::protobuf::MessageLite*>(_impl_.model_execution_info_);
  }
  _impl_.model_execution_info_ = reinterpret_cast<::optimization_guide::proto::ModelExecutionInfo*>(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:optimization_guide.proto.ZeroStateSuggestionsLoggingData.model_execution_info)
}
inline ::optimization_guide::proto::ModelExecutionInfo* PROTOBUF_NULLABLE ZeroStateSuggestionsLoggingData::release_model_execution_info() {
  ::google::protobuf::internal::TSanWrite(&_impl_);

  ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
  ::optimization_guide::proto::ModelExecutionInfo* released = _impl_.model_execution_info_;
  _impl_.model_execution_info_ = 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::ModelExecutionInfo* PROTOBUF_NULLABLE ZeroStateSuggestionsLoggingData::unsafe_arena_release_model_execution_info() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:optimization_guide.proto.ZeroStateSuggestionsLoggingData.model_execution_info)

  ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
  ::optimization_guide::proto::ModelExecutionInfo* temp = _impl_.model_execution_info_;
  _impl_.model_execution_info_ = nullptr;
  return temp;
}
inline ::optimization_guide::proto::ModelExecutionInfo* PROTOBUF_NONNULL ZeroStateSuggestionsLoggingData::_internal_mutable_model_execution_info() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (_impl_.model_execution_info_ == nullptr) {
    auto* p = ::google::protobuf::MessageLite::DefaultConstruct<::optimization_guide::proto::ModelExecutionInfo>(GetArena());
    _impl_.model_execution_info_ = reinterpret_cast<::optimization_guide::proto::ModelExecutionInfo*>(p);
  }
  return _impl_.model_execution_info_;
}
inline ::optimization_guide::proto::ModelExecutionInfo* PROTOBUF_NONNULL ZeroStateSuggestionsLoggingData::mutable_model_execution_info()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000004U);
  ::optimization_guide::proto::ModelExecutionInfo* _msg = _internal_mutable_model_execution_info();
  // @@protoc_insertion_point(field_mutable:optimization_guide.proto.ZeroStateSuggestionsLoggingData.model_execution_info)
  return _msg;
}
inline void ZeroStateSuggestionsLoggingData::set_allocated_model_execution_info(::optimization_guide::proto::ModelExecutionInfo* 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_.model_execution_info_);
  }

  if (value != nullptr) {
    ::google::protobuf::Arena* submessage_arena = reinterpret_cast<::google::protobuf::MessageLite*>(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_.model_execution_info_ = reinterpret_cast<::optimization_guide::proto::ModelExecutionInfo*>(value);
  // @@protoc_insertion_point(field_set_allocated:optimization_guide.proto.ZeroStateSuggestionsLoggingData.model_execution_info)
}

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

// ZeroStateSuggestionsRequest

// .optimization_guide.proto.PageContext page_context = 1;
inline bool ZeroStateSuggestionsRequest::has_page_context() const {
  return request_case() == kPageContext;
}
inline bool ZeroStateSuggestionsRequest::_internal_has_page_context() const {
  return request_case() == kPageContext;
}
inline void ZeroStateSuggestionsRequest::set_has_page_context() {
  _impl_._oneof_case_[0] = kPageContext;
}
inline ::optimization_guide::proto::PageContext* PROTOBUF_NULLABLE ZeroStateSuggestionsRequest::release_page_context() {
  // @@protoc_insertion_point(field_release:optimization_guide.proto.ZeroStateSuggestionsRequest.page_context)
  if (request_case() == kPageContext) {
    clear_has_request();
    auto* temp = _impl_.request_.page_context_;
    if (GetArena() != nullptr) {
      temp = ::google::protobuf::internal::DuplicateIfNonNull(temp);
    }
    _impl_.request_.page_context_ = nullptr;
    return temp;
  } else {
    return nullptr;
  }
}
inline const ::optimization_guide::proto::PageContext& ZeroStateSuggestionsRequest::_internal_page_context() const {
  return request_case() == kPageContext ? static_cast<const ::optimization_guide::proto::PageContext&>(*_impl_.request_.page_context_)
                     : *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<::optimization_guide::proto::PageContext>(&::optimization_guide::proto::PageContext_globals_);
}
inline const ::optimization_guide::proto::PageContext& ZeroStateSuggestionsRequest::page_context() const ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:optimization_guide.proto.ZeroStateSuggestionsRequest.page_context)
  return _internal_page_context();
}
inline ::optimization_guide::proto::PageContext* PROTOBUF_NULLABLE ZeroStateSuggestionsRequest::unsafe_arena_release_page_context() {
  // @@protoc_insertion_point(field_unsafe_arena_release:optimization_guide.proto.ZeroStateSuggestionsRequest.page_context)
  if (request_case() == kPageContext) {
    clear_has_request();
    auto* temp = _impl_.request_.page_context_;
    _impl_.request_.page_context_ = nullptr;
    return temp;
  } else {
    return nullptr;
  }
}
inline void ZeroStateSuggestionsRequest::unsafe_arena_set_allocated_page_context(
    ::optimization_guide::proto::PageContext* PROTOBUF_NULLABLE value) {
  // We rely on the oneof clear method to free the earlier contents
  // of this oneof. We can directly use the pointer we're given to
  // set the new value.
  clear_request();
  if (value) {
    set_has_page_context();
    _impl_.request_.page_context_ = value;
  }
  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:optimization_guide.proto.ZeroStateSuggestionsRequest.page_context)
}
inline ::optimization_guide::proto::PageContext* PROTOBUF_NONNULL ZeroStateSuggestionsRequest::_internal_mutable_page_context() {
  if (request_case() != kPageContext) {
    clear_request();
    set_has_page_context();
    _impl_.request_.page_context_ = 
        ::google::protobuf::MessageLite::DefaultConstruct<::optimization_guide::proto::PageContext>(GetArena());
  }
  return _impl_.request_.page_context_;
}
inline ::optimization_guide::proto::PageContext* PROTOBUF_NONNULL ZeroStateSuggestionsRequest::mutable_page_context()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  ::optimization_guide::proto::PageContext* _msg = _internal_mutable_page_context();
  // @@protoc_insertion_point(field_mutable:optimization_guide.proto.ZeroStateSuggestionsRequest.page_context)
  return _msg;
}

// .optimization_guide.proto.ZeroStatePageContextList page_context_list = 3;
inline bool ZeroStateSuggestionsRequest::has_page_context_list() const {
  return request_case() == kPageContextList;
}
inline bool ZeroStateSuggestionsRequest::_internal_has_page_context_list() const {
  return request_case() == kPageContextList;
}
inline void ZeroStateSuggestionsRequest::set_has_page_context_list() {
  _impl_._oneof_case_[0] = kPageContextList;
}
inline void ZeroStateSuggestionsRequest::clear_page_context_list() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (request_case() == kPageContextList) {
    if (GetArena() == nullptr) {
      delete _impl_.request_.page_context_list_;
    } else if (::google::protobuf::internal::DebugHardenClearOneofMessageOnArena()) {
      if (_impl_.request_.page_context_list_ != nullptr) {
        _impl_.request_.page_context_list_->Clear();
      }
    }
    clear_has_request();
  }
}
inline ::optimization_guide::proto::ZeroStatePageContextList* PROTOBUF_NULLABLE ZeroStateSuggestionsRequest::release_page_context_list() {
  // @@protoc_insertion_point(field_release:optimization_guide.proto.ZeroStateSuggestionsRequest.page_context_list)
  if (request_case() == kPageContextList) {
    clear_has_request();
    auto* temp = _impl_.request_.page_context_list_;
    if (GetArena() != nullptr) {
      temp = ::google::protobuf::internal::DuplicateIfNonNull(temp);
    }
    _impl_.request_.page_context_list_ = nullptr;
    return temp;
  } else {
    return nullptr;
  }
}
inline const ::optimization_guide::proto::ZeroStatePageContextList& ZeroStateSuggestionsRequest::_internal_page_context_list() const {
  return request_case() == kPageContextList ? static_cast<const ::optimization_guide::proto::ZeroStatePageContextList&>(*_impl_.request_.page_context_list_)
                     : *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<::optimization_guide::proto::ZeroStatePageContextList>(&::optimization_guide::proto::ZeroStatePageContextList_globals_);
}
inline const ::optimization_guide::proto::ZeroStatePageContextList& ZeroStateSuggestionsRequest::page_context_list() const ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:optimization_guide.proto.ZeroStateSuggestionsRequest.page_context_list)
  return _internal_page_context_list();
}
inline ::optimization_guide::proto::ZeroStatePageContextList* PROTOBUF_NULLABLE ZeroStateSuggestionsRequest::unsafe_arena_release_page_context_list() {
  // @@protoc_insertion_point(field_unsafe_arena_release:optimization_guide.proto.ZeroStateSuggestionsRequest.page_context_list)
  if (request_case() == kPageContextList) {
    clear_has_request();
    auto* temp = _impl_.request_.page_context_list_;
    _impl_.request_.page_context_list_ = nullptr;
    return temp;
  } else {
    return nullptr;
  }
}
inline void ZeroStateSuggestionsRequest::unsafe_arena_set_allocated_page_context_list(
    ::optimization_guide::proto::ZeroStatePageContextList* PROTOBUF_NULLABLE value) {
  // We rely on the oneof clear method to free the earlier contents
  // of this oneof. We can directly use the pointer we're given to
  // set the new value.
  clear_request();
  if (value) {
    set_has_page_context_list();
    _impl_.request_.page_context_list_ = value;
  }
  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:optimization_guide.proto.ZeroStateSuggestionsRequest.page_context_list)
}
inline ::optimization_guide::proto::ZeroStatePageContextList* PROTOBUF_NONNULL ZeroStateSuggestionsRequest::_internal_mutable_page_context_list() {
  if (request_case() != kPageContextList) {
    clear_request();
    set_has_page_context_list();
    _impl_.request_.page_context_list_ = 
        ::google::protobuf::MessageLite::DefaultConstruct<::optimization_guide::proto::ZeroStatePageContextList>(GetArena());
  }
  return _impl_.request_.page_context_list_;
}
inline ::optimization_guide::proto::ZeroStatePageContextList* PROTOBUF_NONNULL ZeroStateSuggestionsRequest::mutable_page_context_list()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  ::optimization_guide::proto::ZeroStatePageContextList* _msg = _internal_mutable_page_context_list();
  // @@protoc_insertion_point(field_mutable:optimization_guide.proto.ZeroStateSuggestionsRequest.page_context_list)
  return _msg;
}

// bool is_fre = 2 [features = {
inline bool ZeroStateSuggestionsRequest::has_is_fre() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000004U);
  return value;
}
inline void ZeroStateSuggestionsRequest::clear_is_fre() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.is_fre_ = false;
  ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
}
inline bool ZeroStateSuggestionsRequest::is_fre() const {
  // @@protoc_insertion_point(field_get:optimization_guide.proto.ZeroStateSuggestionsRequest.is_fre)
  return _internal_is_fre();
}
inline void ZeroStateSuggestionsRequest::set_is_fre(bool value) {
  _internal_set_is_fre(value);
  SetHasBit(_impl_._has_bits_[0], 0x00000004U);
  // @@protoc_insertion_point(field_set:optimization_guide.proto.ZeroStateSuggestionsRequest.is_fre)
}
inline bool ZeroStateSuggestionsRequest::_internal_is_fre() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.is_fre_;
}
inline void ZeroStateSuggestionsRequest::_internal_set_is_fre(bool value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.is_fre_ = value;
}

// repeated string supported_tools = 4;
inline int ZeroStateSuggestionsRequest::_internal_supported_tools_size() const {
  return _internal_supported_tools().size();
}
inline int ZeroStateSuggestionsRequest::supported_tools_size() const {
  return _internal_supported_tools_size();
}
inline void ZeroStateSuggestionsRequest::clear_supported_tools() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.supported_tools_.Clear();
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
}
inline ::std::string* PROTOBUF_NONNULL ZeroStateSuggestionsRequest::add_supported_tools()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  ::std::string* _s =
      _internal_mutable_supported_tools()->InternalAddWithArena(
          ::google::protobuf::MessageLite::internal_visibility(), GetArena());
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  // @@protoc_insertion_point(field_add_mutable:optimization_guide.proto.ZeroStateSuggestionsRequest.supported_tools)
  return _s;
}
inline const ::std::string& ZeroStateSuggestionsRequest::supported_tools(int index) const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:optimization_guide.proto.ZeroStateSuggestionsRequest.supported_tools)
  return _internal_supported_tools().Get(index);
}
inline ::std::string* PROTOBUF_NONNULL ZeroStateSuggestionsRequest::mutable_supported_tools(int index)
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_mutable:optimization_guide.proto.ZeroStateSuggestionsRequest.supported_tools)
  return _internal_mutable_supported_tools()->Mutable(index);
}
template <typename Arg_, typename... Args_>
inline void ZeroStateSuggestionsRequest::set_supported_tools(int index, Arg_&& value, Args_... args) {
  ::google::protobuf::internal::AssignToString(
      *_internal_mutable_supported_tools()->Mutable(index),
      ::std::forward<Arg_>(value), args... );
  // @@protoc_insertion_point(field_set:optimization_guide.proto.ZeroStateSuggestionsRequest.supported_tools)
}
template <typename Arg_, typename... Args_>
inline void ZeroStateSuggestionsRequest::add_supported_tools(Arg_&& value, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  ::google::protobuf::internal::AddToRepeatedPtrField(
      ::google::protobuf::MessageLite::internal_visibility(), GetArena(),
      *_internal_mutable_supported_tools(), ::std::forward<Arg_>(value),
      args... );
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  // @@protoc_insertion_point(field_add:optimization_guide.proto.ZeroStateSuggestionsRequest.supported_tools)
}
inline const ::google::protobuf::RepeatedPtrField<::std::string>& ZeroStateSuggestionsRequest::supported_tools()
    const ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_list:optimization_guide.proto.ZeroStateSuggestionsRequest.supported_tools)
  return _internal_supported_tools();
}
inline ::google::protobuf::RepeatedPtrField<::std::string>* PROTOBUF_NONNULL
ZeroStateSuggestionsRequest::mutable_supported_tools() ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  // @@protoc_insertion_point(field_mutable_list:optimization_guide.proto.ZeroStateSuggestionsRequest.supported_tools)
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _internal_mutable_supported_tools();
}
inline const ::google::protobuf::RepeatedPtrField<::std::string>&
ZeroStateSuggestionsRequest::_internal_supported_tools() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.supported_tools_;
}
inline ::google::protobuf::RepeatedPtrField<::std::string>* PROTOBUF_NONNULL
ZeroStateSuggestionsRequest::_internal_mutable_supported_tools() {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return &_impl_.supported_tools_;
}

// string locale = 5 [features = {
inline bool ZeroStateSuggestionsRequest::has_locale() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000002U);
  return value;
}
inline void ZeroStateSuggestionsRequest::clear_locale() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.locale_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
}
inline const ::std::string& ZeroStateSuggestionsRequest::locale() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:optimization_guide.proto.ZeroStateSuggestionsRequest.locale)
  return _internal_locale();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void ZeroStateSuggestionsRequest::set_locale(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  _impl_.locale_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:optimization_guide.proto.ZeroStateSuggestionsRequest.locale)
}
inline ::std::string* PROTOBUF_NONNULL ZeroStateSuggestionsRequest::mutable_locale()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  ::std::string* _s = _internal_mutable_locale();
  // @@protoc_insertion_point(field_mutable:optimization_guide.proto.ZeroStateSuggestionsRequest.locale)
  return _s;
}
inline const ::std::string& ZeroStateSuggestionsRequest::_internal_locale() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.locale_.Get();
}
inline void ZeroStateSuggestionsRequest::_internal_set_locale(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.locale_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL ZeroStateSuggestionsRequest::_internal_mutable_locale() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.locale_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE ZeroStateSuggestionsRequest::release_locale() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:optimization_guide.proto.ZeroStateSuggestionsRequest.locale)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000002U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
  auto* released = _impl_.locale_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.locale_.Set("", GetArena());
  }
  return released;
}
inline void ZeroStateSuggestionsRequest::set_allocated_locale(::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_.locale_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.locale_.IsDefault()) {
    _impl_.locale_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:optimization_guide.proto.ZeroStateSuggestionsRequest.locale)
}

// .optimization_guide.proto.ChromePlatform chrome_platform = 6 [features = {
inline bool ZeroStateSuggestionsRequest::has_chrome_platform() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000010U);
  return value;
}
inline void ZeroStateSuggestionsRequest::clear_chrome_platform() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.chrome_platform_ = 0;
  ClearHasBit(_impl_._has_bits_[0], 0x00000010U);
}
inline ::optimization_guide::proto::ChromePlatform ZeroStateSuggestionsRequest::chrome_platform() const {
  // @@protoc_insertion_point(field_get:optimization_guide.proto.ZeroStateSuggestionsRequest.chrome_platform)
  return _internal_chrome_platform();
}
inline void ZeroStateSuggestionsRequest::set_chrome_platform(::optimization_guide::proto::ChromePlatform value) {
  _internal_set_chrome_platform(value);
  SetHasBit(_impl_._has_bits_[0], 0x00000010U);
  // @@protoc_insertion_point(field_set:optimization_guide.proto.ZeroStateSuggestionsRequest.chrome_platform)
}
inline ::optimization_guide::proto::ChromePlatform ZeroStateSuggestionsRequest::_internal_chrome_platform() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return static_cast<::optimization_guide::proto::ChromePlatform>(_impl_.chrome_platform_);
}
inline void ZeroStateSuggestionsRequest::_internal_set_chrome_platform(::optimization_guide::proto::ChromePlatform value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.chrome_platform_ = value;
}

// bool is_account_managed = 7 [features = {
inline bool ZeroStateSuggestionsRequest::has_is_account_managed() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000008U);
  return value;
}
inline void ZeroStateSuggestionsRequest::clear_is_account_managed() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.is_account_managed_ = false;
  ClearHasBit(_impl_._has_bits_[0], 0x00000008U);
}
inline bool ZeroStateSuggestionsRequest::is_account_managed() const {
  // @@protoc_insertion_point(field_get:optimization_guide.proto.ZeroStateSuggestionsRequest.is_account_managed)
  return _internal_is_account_managed();
}
inline void ZeroStateSuggestionsRequest::set_is_account_managed(bool value) {
  _internal_set_is_account_managed(value);
  SetHasBit(_impl_._has_bits_[0], 0x00000008U);
  // @@protoc_insertion_point(field_set:optimization_guide.proto.ZeroStateSuggestionsRequest.is_account_managed)
}
inline bool ZeroStateSuggestionsRequest::_internal_is_account_managed() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.is_account_managed_;
}
inline void ZeroStateSuggestionsRequest::_internal_set_is_account_managed(bool value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.is_account_managed_ = value;
}

inline bool ZeroStateSuggestionsRequest::has_request() const {
  return request_case() != REQUEST_NOT_SET;
}
inline void ZeroStateSuggestionsRequest::clear_has_request() {
  _impl_._oneof_case_[0] = REQUEST_NOT_SET;
}
inline ZeroStateSuggestionsRequest::RequestCase ZeroStateSuggestionsRequest::request_case() const {
  return ZeroStateSuggestionsRequest::RequestCase(_impl_._oneof_case_[0]);
}
// -------------------------------------------------------------------

// ZeroStatePageContextList

// repeated .optimization_guide.proto.ZeroStatePageContext page_contexts = 1;
inline int ZeroStatePageContextList::_internal_page_contexts_size() const {
  return _internal_page_contexts().size();
}
inline int ZeroStatePageContextList::page_contexts_size() const {
  return _internal_page_contexts_size();
}
inline void ZeroStatePageContextList::clear_page_contexts() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.page_contexts_.Clear();
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
}
inline const ::optimization_guide::proto::ZeroStatePageContext& ZeroStatePageContextList::page_contexts(int index) const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:optimization_guide.proto.ZeroStatePageContextList.page_contexts)
  return _internal_page_contexts().Get(index);
}
inline ::optimization_guide::proto::ZeroStatePageContext* PROTOBUF_NONNULL ZeroStatePageContextList::mutable_page_contexts(int index)
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_mutable:optimization_guide.proto.ZeroStatePageContextList.page_contexts)
  return _internal_mutable_page_contexts()->Mutable(index);
}
inline ::optimization_guide::proto::ZeroStatePageContext* PROTOBUF_NONNULL ZeroStatePageContextList::add_page_contexts()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  ::optimization_guide::proto::ZeroStatePageContext* _add =
      _internal_mutable_page_contexts()->InternalAddWithArena(
          ::google::protobuf::MessageLite::internal_visibility(), GetArena());
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  // @@protoc_insertion_point(field_add:optimization_guide.proto.ZeroStatePageContextList.page_contexts)
  return _add;
}
inline const ::google::protobuf::RepeatedPtrField<::optimization_guide::proto::ZeroStatePageContext>& ZeroStatePageContextList::page_contexts() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_list:optimization_guide.proto.ZeroStatePageContextList.page_contexts)
  return _internal_page_contexts();
}
inline ::google::protobuf::RepeatedPtrField<::optimization_guide::proto::ZeroStatePageContext>* PROTOBUF_NONNULL
ZeroStatePageContextList::mutable_page_contexts() ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  // @@protoc_insertion_point(field_mutable_list:optimization_guide.proto.ZeroStatePageContextList.page_contexts)
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _internal_mutable_page_contexts();
}
inline const ::google::protobuf::RepeatedPtrField<::optimization_guide::proto::ZeroStatePageContext>&
ZeroStatePageContextList::_internal_page_contexts() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.page_contexts_;
}
inline ::google::protobuf::RepeatedPtrField<::optimization_guide::proto::ZeroStatePageContext>* PROTOBUF_NONNULL
ZeroStatePageContextList::_internal_mutable_page_contexts() {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return &_impl_.page_contexts_;
}

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

// ZeroStatePageContext

// .optimization_guide.proto.PageContext page_context = 1 [features = {
inline bool ZeroStatePageContext::has_page_context() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000001U);
  PROTOBUF_ASSUME(!value || _impl_.page_context_ != nullptr);
  return value;
}
inline const ::optimization_guide::proto::PageContext& ZeroStatePageContext::_internal_page_context() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  const ::optimization_guide::proto::PageContext* p = _impl_.page_context_;
  return p != nullptr ? *p : *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<::optimization_guide::proto::PageContext>(&::optimization_guide::proto::PageContext_globals_);
}
inline const ::optimization_guide::proto::PageContext& ZeroStatePageContext::page_context() const ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:optimization_guide.proto.ZeroStatePageContext.page_context)
  return _internal_page_context();
}
inline void ZeroStatePageContext::unsafe_arena_set_allocated_page_context(
    ::optimization_guide::proto::PageContext* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (GetArena() == nullptr) {
    delete reinterpret_cast<::google::protobuf::MessageLite*>(_impl_.page_context_);
  }
  _impl_.page_context_ = reinterpret_cast<::optimization_guide::proto::PageContext*>(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.ZeroStatePageContext.page_context)
}
inline ::optimization_guide::proto::PageContext* PROTOBUF_NULLABLE ZeroStatePageContext::release_page_context() {
  ::google::protobuf::internal::TSanWrite(&_impl_);

  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
  ::optimization_guide::proto::PageContext* released = _impl_.page_context_;
  _impl_.page_context_ = 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::PageContext* PROTOBUF_NULLABLE ZeroStatePageContext::unsafe_arena_release_page_context() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:optimization_guide.proto.ZeroStatePageContext.page_context)

  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
  ::optimization_guide::proto::PageContext* temp = _impl_.page_context_;
  _impl_.page_context_ = nullptr;
  return temp;
}
inline ::optimization_guide::proto::PageContext* PROTOBUF_NONNULL ZeroStatePageContext::_internal_mutable_page_context() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (_impl_.page_context_ == nullptr) {
    auto* p = ::google::protobuf::MessageLite::DefaultConstruct<::optimization_guide::proto::PageContext>(GetArena());
    _impl_.page_context_ = reinterpret_cast<::optimization_guide::proto::PageContext*>(p);
  }
  return _impl_.page_context_;
}
inline ::optimization_guide::proto::PageContext* PROTOBUF_NONNULL ZeroStatePageContext::mutable_page_context()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  ::optimization_guide::proto::PageContext* _msg = _internal_mutable_page_context();
  // @@protoc_insertion_point(field_mutable:optimization_guide.proto.ZeroStatePageContext.page_context)
  return _msg;
}
inline void ZeroStatePageContext::set_allocated_page_context(::optimization_guide::proto::PageContext* 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_.page_context_);
  }

  if (value != nullptr) {
    ::google::protobuf::Arena* submessage_arena = reinterpret_cast<::google::protobuf::MessageLite*>(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_.page_context_ = reinterpret_cast<::optimization_guide::proto::PageContext*>(value);
  // @@protoc_insertion_point(field_set_allocated:optimization_guide.proto.ZeroStatePageContext.page_context)
}

// bool is_focused = 2 [features = {
inline bool ZeroStatePageContext::has_is_focused() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000002U);
  return value;
}
inline void ZeroStatePageContext::clear_is_focused() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.is_focused_ = false;
  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
}
inline bool ZeroStatePageContext::is_focused() const {
  // @@protoc_insertion_point(field_get:optimization_guide.proto.ZeroStatePageContext.is_focused)
  return _internal_is_focused();
}
inline void ZeroStatePageContext::set_is_focused(bool value) {
  _internal_set_is_focused(value);
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  // @@protoc_insertion_point(field_set:optimization_guide.proto.ZeroStatePageContext.is_focused)
}
inline bool ZeroStatePageContext::_internal_is_focused() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.is_focused_;
}
inline void ZeroStatePageContext::_internal_set_is_focused(bool value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.is_focused_ = value;
}

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

// ZeroStateSuggestionsResponse

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

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

// Suggestion

// string label = 1 [features = {
inline bool Suggestion::has_label() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000001U);
  return value;
}
inline void Suggestion::clear_label() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.label_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
}
inline const ::std::string& Suggestion::label() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:optimization_guide.proto.Suggestion.label)
  return _internal_label();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void Suggestion::set_label(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  _impl_.label_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:optimization_guide.proto.Suggestion.label)
}
inline ::std::string* PROTOBUF_NONNULL Suggestion::mutable_label()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  ::std::string* _s = _internal_mutable_label();
  // @@protoc_insertion_point(field_mutable:optimization_guide.proto.Suggestion.label)
  return _s;
}
inline const ::std::string& Suggestion::_internal_label() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.label_.Get();
}
inline void Suggestion::_internal_set_label(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.label_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL Suggestion::_internal_mutable_label() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.label_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE Suggestion::release_label() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:optimization_guide.proto.Suggestion.label)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000001U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
  auto* released = _impl_.label_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.label_.Set("", GetArena());
  }
  return released;
}
inline void Suggestion::set_allocated_label(::std::string* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (value != nullptr) {
    SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
  }
  _impl_.label_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.label_.IsDefault()) {
    _impl_.label_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:optimization_guide.proto.Suggestion.label)
}

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

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


// @@protoc_insertion_point(global_scope)

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

#endif  // components_2foptimization_5fguide_2fproto_2ffeatures_2fzero_5fstate_5fsuggestions_2eproto_2epb_2eh
