// 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

#include "components/optimization_guide/proto/features/zero_state_suggestions.pb.h"

#include <algorithm>
#include <type_traits>
#include "google/protobuf/io/coded_stream.h"
#include "google/protobuf/generated_message_tctable_impl.h"
#include "google/protobuf/internal_visibility.h"
#include "google/protobuf/extension_set.h"
#include "google/protobuf/generated_message_util.h"
#include "google/protobuf/wire_format_lite.h"
#include "google/protobuf/io/zero_copy_stream_impl_lite.h"
// @@protoc_insertion_point(includes)

// Must be included last.
#include "google/protobuf/port_def.inc"
PROTOBUF_PRAGMA_INIT_SEG
namespace _pb = ::google::protobuf;
namespace _pbi = ::google::protobuf::internal;
namespace _fl = ::google::protobuf::internal::field_layout;
namespace optimization_guide {
namespace proto {
class Suggestion::_Internal {
 public:
  using HasBits = decltype(::std::declval<Suggestion>()._impl_._has_bits_);
  static constexpr ::int32_t kHasBitsOffset =
      8 * PROTOBUF_FIELD_OFFSET(Suggestion, _impl_._has_bits_);
};

constexpr Suggestion::ParseTableT_ Suggestion::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(Suggestion, _impl_._has_bits_),
      0, // no _extensions_
      1, 0,  // max_field_number, fast_idx_mask
      offsetof(ParseTableT_, field_lookup_table),
      4294967294,  // skipmap
      offsetof(ParseTableT_, field_entries),
      1,  // num_field_entries
      0,  // num_aux_entries
      offsetof(ParseTableT_, field_names),  // no aux_entries
      class_data,
      nullptr,  // post_loop_handler
      ::_pbi::TcParser::GenericFallbackLite,  // fallback
      #ifdef PROTOBUF_PREFETCH_PARSE_TABLE
      ::_pbi::TcParser::GetTable<::optimization_guide::proto::Suggestion>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      // string label = 1 [features = {
      {::_pbi::TcParser::FastUS1,
       {10, 0, 0,
        PROTOBUF_FIELD_OFFSET(Suggestion, _impl_.label_)}},
    }}, {{
      65535, 65535
    }}, {{
      // string label = 1 [features = {
      {PROTOBUF_FIELD_OFFSET(Suggestion, _impl_.label_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcOptional | ::_fl::kUtf8String | ::_fl::kRepAString)},
    }},
    // no aux_entries
    {{
      "\43\5\0\0\0\0\0\0"
      "optimization_guide.proto.Suggestion"
      "label"
    }},
  };
}


inline constexpr Suggestion::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        label_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()) {}

template <typename>
constexpr Suggestion::Suggestion(::_pbi::ConstantInitialized,
                       const ::_pbi::ClassData* PROTOBUF_NONNULL class_data)
    : ::google::protobuf::MessageLite(
#if defined(PROTOBUF_CUSTOM_VTABLE)
          class_data
#endif  // PROTOBUF_CUSTOM_VTABLE
          ),
      _impl_(internal_visibility(), ::_pbi::ConstantInitialized()) {
}
inline void* PROTOBUF_NONNULL Suggestion::PlacementNew_(
    const void* PROTOBUF_NONNULL, void* PROTOBUF_NONNULL mem,
    ::google::protobuf::Arena* PROTOBUF_NULLABLE arena) {
  return ::new (mem) Suggestion(arena);
}
constexpr auto Suggestion::InternalNewImpl_() {
  return ::google::protobuf::internal::MessageCreator::CopyInit(sizeof(Suggestion), alignof(Suggestion));
}
constexpr auto Suggestion::InternalGenerateClassData_(
    const MessageLite& prototype,
    const ::google::protobuf::internal::TcParseTableBase* tc_table) {
  return ::google::protobuf::internal::ClassDataLite{
      {
          &prototype,
#ifndef PROTOBUF_MESSAGE_GLOBALS
          &_table_.header,
#else
          tc_table,
#endif
          nullptr,  // IsInitialized
          &Suggestion::MergeImpl,
          ::google::protobuf::MessageLite::GetNewImpl<Suggestion>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
          &Suggestion::SharedDtor,
          ::google::protobuf::MessageLite::GetClearImpl<Suggestion>(), &Suggestion::ByteSizeLong,
              &Suggestion::_InternalSerialize,
#endif  // PROTOBUF_CUSTOM_VTABLE
          PROTOBUF_FIELD_OFFSET(Suggestion, _impl_._cached_size_),
          true,
      },
      "optimization_guide.proto.Suggestion",
  };
}
struct SuggestionGlobalsTypeInternal : ::_pbi::MessageGlobalsBase {
  constexpr SuggestionGlobalsTypeInternal()
      :
#ifndef PROTOBUF_MESSAGE_GLOBALS
        _default(::_pbi::ConstantInitialized{},
                 Suggestion_class_data_.base())
#else   // !PROTOBUF_MESSAGE_GLOBALS
        MessageGlobalsBase(Suggestion::InternalGenerateClassData_(
            _default, &Suggestion_globals_._table.header)),
        _default(::_pbi::ConstantInitialized{}, GetClassData()),
        _table(::_pbi::PrivateAccess::GenerateParseTable<Suggestion>(
            GetClassData()))
#endif  // PROTOBUF_MESSAGE_GLOBALS
  {
  }
  ~SuggestionGlobalsTypeInternal() {}
  union {
    alignas(::_pbi::kMaxMessageAlignment) Suggestion _default;
  };
#ifdef PROTOBUF_MESSAGE_GLOBALS
  decltype(::_pbi::PrivateAccess::GenerateParseTable<Suggestion>(
      ::std::declval<const ::_pbi::ClassData*>())) _table;
#endif
};
#ifdef PROTOBUF_MESSAGE_GLOBALS
static_assert(PROTOBUF_FIELD_OFFSET(SuggestionGlobalsTypeInternal, _default) ==
              ::_pbi::MessageGlobalsBase::OffsetToDefault());
#endif  // PROTOBUF_MESSAGE_GLOBALS

PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
    PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 PROTOBUF_MESSAGE_GLOBALS_CONST SuggestionGlobalsTypeInternal Suggestion_globals_
        PROTOBUF_MESSAGE_GLOBALS_SECTION(.data.rel.ro);
#if defined(PROTOBUF_CUSTOM_VTABLE)
namespace {
const ::_pbi::ClassData* Suggestion_get_class_data() {
#ifdef PROTOBUF_MESSAGE_GLOBALS
  return Suggestion_globals_.GetClassData();
#else
  return Suggestion_class_data_.base();
#endif  // PROTOBUF_MESSAGE_GLOBALS
}
}  // namespace
#endif  // PROTOBUF_CUSTOM_VTABLE
class ZeroStateSuggestionsResponse::_Internal {
 public:
  using HasBits = decltype(::std::declval<ZeroStateSuggestionsResponse>()._impl_._has_bits_);
  static constexpr ::int32_t kHasBitsOffset =
      8 * PROTOBUF_FIELD_OFFSET(ZeroStateSuggestionsResponse, _impl_._has_bits_);
};

constexpr ZeroStateSuggestionsResponse::ParseTableT_ ZeroStateSuggestionsResponse::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(ZeroStateSuggestionsResponse, _impl_._has_bits_),
      0, // no _extensions_
      1, 0,  // max_field_number, fast_idx_mask
      offsetof(ParseTableT_, field_lookup_table),
      4294967294,  // skipmap
      offsetof(ParseTableT_, field_entries),
      1,  // num_field_entries
      1,  // num_aux_entries
      offsetof(ParseTableT_, aux_entries),
      class_data,
      nullptr,  // post_loop_handler
      ::_pbi::TcParser::GenericFallbackLite,  // fallback
      #ifdef PROTOBUF_PREFETCH_PARSE_TABLE
      ::_pbi::TcParser::GetTable<::optimization_guide::proto::ZeroStateSuggestionsResponse>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      // repeated .optimization_guide.proto.Suggestion suggestions = 1;
      {::_pbi::TcParser::FastMtR1,
       {10, 0, 0,
        PROTOBUF_FIELD_OFFSET(ZeroStateSuggestionsResponse, _impl_.suggestions_)}},
    }}, {{
      65535, 65535
    }}, {{
      // repeated .optimization_guide.proto.Suggestion suggestions = 1;
      {PROTOBUF_FIELD_OFFSET(ZeroStateSuggestionsResponse, _impl_.suggestions_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcRepeated | ::_fl::kMessage | ::_fl::kTvTable)},
    }},
    {{
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::optimization_guide::proto::Suggestion>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::optimization_guide::proto::Suggestion_globals_},
        #endif
    }},
    {{
    }},
  };
}


inline constexpr ZeroStateSuggestionsResponse::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        suggestions_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::optimization_guide::proto::ZeroStateSuggestionsResponse,
            PROTOBUF_FIELD_OFFSET(::optimization_guide::proto::ZeroStateSuggestionsResponse, _impl_.suggestions_)>()
         }
     {}

template <typename>
constexpr ZeroStateSuggestionsResponse::ZeroStateSuggestionsResponse(::_pbi::ConstantInitialized,
                       const ::_pbi::ClassData* PROTOBUF_NONNULL class_data)
    : ::google::protobuf::MessageLite(
#if defined(PROTOBUF_CUSTOM_VTABLE)
          class_data
#endif  // PROTOBUF_CUSTOM_VTABLE
          ),
      _impl_(internal_visibility(), ::_pbi::ConstantInitialized()) {
}
inline void* PROTOBUF_NONNULL ZeroStateSuggestionsResponse::PlacementNew_(
    const void* PROTOBUF_NONNULL, void* PROTOBUF_NONNULL mem,
    ::google::protobuf::Arena* PROTOBUF_NULLABLE arena) {
  return ::new (mem) ZeroStateSuggestionsResponse(arena);
}
constexpr auto ZeroStateSuggestionsResponse::InternalNewImpl_() {
  return ::google::protobuf::internal::MessageCreator::CopyInit(sizeof(ZeroStateSuggestionsResponse), alignof(ZeroStateSuggestionsResponse));
}
constexpr auto ZeroStateSuggestionsResponse::InternalGenerateClassData_(
    const MessageLite& prototype,
    const ::google::protobuf::internal::TcParseTableBase* tc_table) {
  return ::google::protobuf::internal::ClassDataLite{
      {
          &prototype,
#ifndef PROTOBUF_MESSAGE_GLOBALS
          &_table_.header,
#else
          tc_table,
#endif
          nullptr,  // IsInitialized
          &ZeroStateSuggestionsResponse::MergeImpl,
          ::google::protobuf::MessageLite::GetNewImpl<ZeroStateSuggestionsResponse>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
          &ZeroStateSuggestionsResponse::SharedDtor,
          ::google::protobuf::MessageLite::GetClearImpl<ZeroStateSuggestionsResponse>(), &ZeroStateSuggestionsResponse::ByteSizeLong,
              &ZeroStateSuggestionsResponse::_InternalSerialize,
#endif  // PROTOBUF_CUSTOM_VTABLE
          PROTOBUF_FIELD_OFFSET(ZeroStateSuggestionsResponse, _impl_._cached_size_),
          true,
      },
      "optimization_guide.proto.ZeroStateSuggestionsResponse",
  };
}
struct ZeroStateSuggestionsResponseGlobalsTypeInternal : ::_pbi::MessageGlobalsBase {
  constexpr ZeroStateSuggestionsResponseGlobalsTypeInternal()
      :
#ifndef PROTOBUF_MESSAGE_GLOBALS
        _default(::_pbi::ConstantInitialized{},
                 ZeroStateSuggestionsResponse_class_data_.base())
#else   // !PROTOBUF_MESSAGE_GLOBALS
        MessageGlobalsBase(ZeroStateSuggestionsResponse::InternalGenerateClassData_(
            _default, &ZeroStateSuggestionsResponse_globals_._table.header)),
        _default(::_pbi::ConstantInitialized{}, GetClassData()),
        _table(::_pbi::PrivateAccess::GenerateParseTable<ZeroStateSuggestionsResponse>(
            GetClassData()))
#endif  // PROTOBUF_MESSAGE_GLOBALS
  {
  }
  ~ZeroStateSuggestionsResponseGlobalsTypeInternal() {}
  union {
    alignas(::_pbi::kMaxMessageAlignment) ZeroStateSuggestionsResponse _default;
  };
#ifdef PROTOBUF_MESSAGE_GLOBALS
  decltype(::_pbi::PrivateAccess::GenerateParseTable<ZeroStateSuggestionsResponse>(
      ::std::declval<const ::_pbi::ClassData*>())) _table;
#endif
};
#ifdef PROTOBUF_MESSAGE_GLOBALS
static_assert(PROTOBUF_FIELD_OFFSET(ZeroStateSuggestionsResponseGlobalsTypeInternal, _default) ==
              ::_pbi::MessageGlobalsBase::OffsetToDefault());
#endif  // PROTOBUF_MESSAGE_GLOBALS

PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
    PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 PROTOBUF_MESSAGE_GLOBALS_CONST ZeroStateSuggestionsResponseGlobalsTypeInternal ZeroStateSuggestionsResponse_globals_
        PROTOBUF_MESSAGE_GLOBALS_SECTION(.data.rel.ro);
#if defined(PROTOBUF_CUSTOM_VTABLE)
namespace {
const ::_pbi::ClassData* ZeroStateSuggestionsResponse_get_class_data() {
#ifdef PROTOBUF_MESSAGE_GLOBALS
  return ZeroStateSuggestionsResponse_globals_.GetClassData();
#else
  return ZeroStateSuggestionsResponse_class_data_.base();
#endif  // PROTOBUF_MESSAGE_GLOBALS
}
}  // namespace
#endif  // PROTOBUF_CUSTOM_VTABLE
class ZeroStatePageContext::_Internal {
 public:
  using HasBits = decltype(::std::declval<ZeroStatePageContext>()._impl_._has_bits_);
  static constexpr ::int32_t kHasBitsOffset =
      8 * PROTOBUF_FIELD_OFFSET(ZeroStatePageContext, _impl_._has_bits_);
};

constexpr ZeroStatePageContext::ParseTableT_ ZeroStatePageContext::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(ZeroStatePageContext, _impl_._has_bits_),
      0, // no _extensions_
      2, 8,  // max_field_number, fast_idx_mask
      offsetof(ParseTableT_, field_lookup_table),
      4294967292,  // skipmap
      offsetof(ParseTableT_, field_entries),
      2,  // num_field_entries
      1,  // num_aux_entries
      offsetof(ParseTableT_, aux_entries),
      class_data,
      nullptr,  // post_loop_handler
      ::_pbi::TcParser::GenericFallbackLite,  // fallback
      #ifdef PROTOBUF_PREFETCH_PARSE_TABLE
      ::_pbi::TcParser::GetTable<::optimization_guide::proto::ZeroStatePageContext>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      // bool is_focused = 2 [features = {
      {::_pbi::TcParser::FastV8S1,
       {16, 1, 0,
        PROTOBUF_FIELD_OFFSET(ZeroStatePageContext, _impl_.is_focused_)}},
      // .optimization_guide.proto.PageContext page_context = 1 [features = {
      {::_pbi::TcParser::FastMtS1,
       {10, 0, 0,
        PROTOBUF_FIELD_OFFSET(ZeroStatePageContext, _impl_.page_context_)}},
    }}, {{
      65535, 65535
    }}, {{
      // .optimization_guide.proto.PageContext page_context = 1 [features = {
      {PROTOBUF_FIELD_OFFSET(ZeroStatePageContext, _impl_.page_context_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcOptional | ::_fl::kMessage | ::_fl::kTvTable)},
      // bool is_focused = 2 [features = {
      {PROTOBUF_FIELD_OFFSET(ZeroStatePageContext, _impl_.is_focused_), _Internal::kHasBitsOffset + 1, 0, (0 | ::_fl::kFcOptional | ::_fl::kBool)},
    }},
    {{
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::optimization_guide::proto::PageContext>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::optimization_guide::proto::PageContext_globals_},
        #endif
    }},
    {{
    }},
  };
}


inline constexpr ZeroStatePageContext::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        page_context_{nullptr},
        is_focused_{false} {}

template <typename>
constexpr ZeroStatePageContext::ZeroStatePageContext(::_pbi::ConstantInitialized,
                       const ::_pbi::ClassData* PROTOBUF_NONNULL class_data)
    : ::google::protobuf::MessageLite(
#if defined(PROTOBUF_CUSTOM_VTABLE)
          class_data
#endif  // PROTOBUF_CUSTOM_VTABLE
          ),
      _impl_(internal_visibility(), ::_pbi::ConstantInitialized()) {
}
inline void* PROTOBUF_NONNULL ZeroStatePageContext::PlacementNew_(
    const void* PROTOBUF_NONNULL, void* PROTOBUF_NONNULL mem,
    ::google::protobuf::Arena* PROTOBUF_NULLABLE arena) {
  return ::new (mem) ZeroStatePageContext(arena);
}
constexpr auto ZeroStatePageContext::InternalNewImpl_() {
  return ::google::protobuf::internal::MessageCreator::ZeroInit(sizeof(ZeroStatePageContext), alignof(ZeroStatePageContext));
}
constexpr auto ZeroStatePageContext::InternalGenerateClassData_(
    const MessageLite& prototype,
    const ::google::protobuf::internal::TcParseTableBase* tc_table) {
  return ::google::protobuf::internal::ClassDataLite{
      {
          &prototype,
#ifndef PROTOBUF_MESSAGE_GLOBALS
          &_table_.header,
#else
          tc_table,
#endif
          nullptr,  // IsInitialized
          &ZeroStatePageContext::MergeImpl,
          ::google::protobuf::MessageLite::GetNewImpl<ZeroStatePageContext>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
          &ZeroStatePageContext::SharedDtor,
          ::google::protobuf::MessageLite::GetClearImpl<ZeroStatePageContext>(), &ZeroStatePageContext::ByteSizeLong,
              &ZeroStatePageContext::_InternalSerialize,
#endif  // PROTOBUF_CUSTOM_VTABLE
          PROTOBUF_FIELD_OFFSET(ZeroStatePageContext, _impl_._cached_size_),
          true,
      },
      "optimization_guide.proto.ZeroStatePageContext",
  };
}
struct ZeroStatePageContextGlobalsTypeInternal : ::_pbi::MessageGlobalsBase {
  constexpr ZeroStatePageContextGlobalsTypeInternal()
      :
#ifndef PROTOBUF_MESSAGE_GLOBALS
        _default(::_pbi::ConstantInitialized{},
                 ZeroStatePageContext_class_data_.base())
#else   // !PROTOBUF_MESSAGE_GLOBALS
        MessageGlobalsBase(ZeroStatePageContext::InternalGenerateClassData_(
            _default, &ZeroStatePageContext_globals_._table.header)),
        _default(::_pbi::ConstantInitialized{}, GetClassData()),
        _table(::_pbi::PrivateAccess::GenerateParseTable<ZeroStatePageContext>(
            GetClassData()))
#endif  // PROTOBUF_MESSAGE_GLOBALS
  {
  }
  ~ZeroStatePageContextGlobalsTypeInternal() {}
  union {
    alignas(::_pbi::kMaxMessageAlignment) ZeroStatePageContext _default;
  };
#ifdef PROTOBUF_MESSAGE_GLOBALS
  decltype(::_pbi::PrivateAccess::GenerateParseTable<ZeroStatePageContext>(
      ::std::declval<const ::_pbi::ClassData*>())) _table;
#endif
};
#ifdef PROTOBUF_MESSAGE_GLOBALS
static_assert(PROTOBUF_FIELD_OFFSET(ZeroStatePageContextGlobalsTypeInternal, _default) ==
              ::_pbi::MessageGlobalsBase::OffsetToDefault());
#endif  // PROTOBUF_MESSAGE_GLOBALS

PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
    PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 PROTOBUF_MESSAGE_GLOBALS_CONST ZeroStatePageContextGlobalsTypeInternal ZeroStatePageContext_globals_
        PROTOBUF_MESSAGE_GLOBALS_SECTION(.data.rel.ro);
#if defined(PROTOBUF_CUSTOM_VTABLE)
namespace {
const ::_pbi::ClassData* ZeroStatePageContext_get_class_data() {
#ifdef PROTOBUF_MESSAGE_GLOBALS
  return ZeroStatePageContext_globals_.GetClassData();
#else
  return ZeroStatePageContext_class_data_.base();
#endif  // PROTOBUF_MESSAGE_GLOBALS
}
}  // namespace
#endif  // PROTOBUF_CUSTOM_VTABLE
class ZeroStatePageContextList::_Internal {
 public:
  using HasBits = decltype(::std::declval<ZeroStatePageContextList>()._impl_._has_bits_);
  static constexpr ::int32_t kHasBitsOffset =
      8 * PROTOBUF_FIELD_OFFSET(ZeroStatePageContextList, _impl_._has_bits_);
};

constexpr ZeroStatePageContextList::ParseTableT_ ZeroStatePageContextList::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(ZeroStatePageContextList, _impl_._has_bits_),
      0, // no _extensions_
      1, 0,  // max_field_number, fast_idx_mask
      offsetof(ParseTableT_, field_lookup_table),
      4294967294,  // skipmap
      offsetof(ParseTableT_, field_entries),
      1,  // num_field_entries
      1,  // num_aux_entries
      offsetof(ParseTableT_, aux_entries),
      class_data,
      nullptr,  // post_loop_handler
      ::_pbi::TcParser::GenericFallbackLite,  // fallback
      #ifdef PROTOBUF_PREFETCH_PARSE_TABLE
      ::_pbi::TcParser::GetTable<::optimization_guide::proto::ZeroStatePageContextList>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      // repeated .optimization_guide.proto.ZeroStatePageContext page_contexts = 1;
      {::_pbi::TcParser::FastMtR1,
       {10, 0, 0,
        PROTOBUF_FIELD_OFFSET(ZeroStatePageContextList, _impl_.page_contexts_)}},
    }}, {{
      65535, 65535
    }}, {{
      // repeated .optimization_guide.proto.ZeroStatePageContext page_contexts = 1;
      {PROTOBUF_FIELD_OFFSET(ZeroStatePageContextList, _impl_.page_contexts_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcRepeated | ::_fl::kMessage | ::_fl::kTvTable)},
    }},
    {{
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::optimization_guide::proto::ZeroStatePageContext>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::optimization_guide::proto::ZeroStatePageContext_globals_},
        #endif
    }},
    {{
    }},
  };
}


inline constexpr ZeroStatePageContextList::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        page_contexts_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::optimization_guide::proto::ZeroStatePageContextList,
            PROTOBUF_FIELD_OFFSET(::optimization_guide::proto::ZeroStatePageContextList, _impl_.page_contexts_)>()
         }
     {}

template <typename>
constexpr ZeroStatePageContextList::ZeroStatePageContextList(::_pbi::ConstantInitialized,
                       const ::_pbi::ClassData* PROTOBUF_NONNULL class_data)
    : ::google::protobuf::MessageLite(
#if defined(PROTOBUF_CUSTOM_VTABLE)
          class_data
#endif  // PROTOBUF_CUSTOM_VTABLE
          ),
      _impl_(internal_visibility(), ::_pbi::ConstantInitialized()) {
}
inline void* PROTOBUF_NONNULL ZeroStatePageContextList::PlacementNew_(
    const void* PROTOBUF_NONNULL, void* PROTOBUF_NONNULL mem,
    ::google::protobuf::Arena* PROTOBUF_NULLABLE arena) {
  return ::new (mem) ZeroStatePageContextList(arena);
}
constexpr auto ZeroStatePageContextList::InternalNewImpl_() {
  return ::google::protobuf::internal::MessageCreator::CopyInit(sizeof(ZeroStatePageContextList), alignof(ZeroStatePageContextList));
}
constexpr auto ZeroStatePageContextList::InternalGenerateClassData_(
    const MessageLite& prototype,
    const ::google::protobuf::internal::TcParseTableBase* tc_table) {
  return ::google::protobuf::internal::ClassDataLite{
      {
          &prototype,
#ifndef PROTOBUF_MESSAGE_GLOBALS
          &_table_.header,
#else
          tc_table,
#endif
          nullptr,  // IsInitialized
          &ZeroStatePageContextList::MergeImpl,
          ::google::protobuf::MessageLite::GetNewImpl<ZeroStatePageContextList>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
          &ZeroStatePageContextList::SharedDtor,
          ::google::protobuf::MessageLite::GetClearImpl<ZeroStatePageContextList>(), &ZeroStatePageContextList::ByteSizeLong,
              &ZeroStatePageContextList::_InternalSerialize,
#endif  // PROTOBUF_CUSTOM_VTABLE
          PROTOBUF_FIELD_OFFSET(ZeroStatePageContextList, _impl_._cached_size_),
          true,
      },
      "optimization_guide.proto.ZeroStatePageContextList",
  };
}
struct ZeroStatePageContextListGlobalsTypeInternal : ::_pbi::MessageGlobalsBase {
  constexpr ZeroStatePageContextListGlobalsTypeInternal()
      :
#ifndef PROTOBUF_MESSAGE_GLOBALS
        _default(::_pbi::ConstantInitialized{},
                 ZeroStatePageContextList_class_data_.base())
#else   // !PROTOBUF_MESSAGE_GLOBALS
        MessageGlobalsBase(ZeroStatePageContextList::InternalGenerateClassData_(
            _default, &ZeroStatePageContextList_globals_._table.header)),
        _default(::_pbi::ConstantInitialized{}, GetClassData()),
        _table(::_pbi::PrivateAccess::GenerateParseTable<ZeroStatePageContextList>(
            GetClassData()))
#endif  // PROTOBUF_MESSAGE_GLOBALS
  {
  }
  ~ZeroStatePageContextListGlobalsTypeInternal() {}
  union {
    alignas(::_pbi::kMaxMessageAlignment) ZeroStatePageContextList _default;
  };
#ifdef PROTOBUF_MESSAGE_GLOBALS
  decltype(::_pbi::PrivateAccess::GenerateParseTable<ZeroStatePageContextList>(
      ::std::declval<const ::_pbi::ClassData*>())) _table;
#endif
};
#ifdef PROTOBUF_MESSAGE_GLOBALS
static_assert(PROTOBUF_FIELD_OFFSET(ZeroStatePageContextListGlobalsTypeInternal, _default) ==
              ::_pbi::MessageGlobalsBase::OffsetToDefault());
#endif  // PROTOBUF_MESSAGE_GLOBALS

PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
    PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 PROTOBUF_MESSAGE_GLOBALS_CONST ZeroStatePageContextListGlobalsTypeInternal ZeroStatePageContextList_globals_
        PROTOBUF_MESSAGE_GLOBALS_SECTION(.data.rel.ro);
#if defined(PROTOBUF_CUSTOM_VTABLE)
namespace {
const ::_pbi::ClassData* ZeroStatePageContextList_get_class_data() {
#ifdef PROTOBUF_MESSAGE_GLOBALS
  return ZeroStatePageContextList_globals_.GetClassData();
#else
  return ZeroStatePageContextList_class_data_.base();
#endif  // PROTOBUF_MESSAGE_GLOBALS
}
}  // namespace
#endif  // PROTOBUF_CUSTOM_VTABLE
class ZeroStateSuggestionsRequest::_Internal {
 public:
  using HasBits = decltype(::std::declval<ZeroStateSuggestionsRequest>()._impl_._has_bits_);
  static constexpr ::int32_t kHasBitsOffset =
      8 * PROTOBUF_FIELD_OFFSET(ZeroStateSuggestionsRequest, _impl_._has_bits_);
  static constexpr ::int32_t kOneofCaseOffset =
      PROTOBUF_FIELD_OFFSET(::optimization_guide::proto::ZeroStateSuggestionsRequest, _impl_._oneof_case_);
};

constexpr ZeroStateSuggestionsRequest::ParseTableT_ ZeroStateSuggestionsRequest::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(ZeroStateSuggestionsRequest, _impl_._has_bits_),
      0, // no _extensions_
      7, 56,  // max_field_number, fast_idx_mask
      offsetof(ParseTableT_, field_lookup_table),
      4294967168,  // skipmap
      offsetof(ParseTableT_, field_entries),
      7,  // num_field_entries
      2,  // num_aux_entries
      offsetof(ParseTableT_, aux_entries),
      class_data,
      nullptr,  // post_loop_handler
      ::_pbi::TcParser::GenericFallbackLite,  // fallback
      #ifdef PROTOBUF_PREFETCH_PARSE_TABLE
      ::_pbi::TcParser::GetTable<::optimization_guide::proto::ZeroStateSuggestionsRequest>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      {::_pbi::TcParser::MiniParse, {}},
      {::_pbi::TcParser::MiniParse, {}},
      // bool is_fre = 2 [features = {
      {::_pbi::TcParser::FastV8S1,
       {16, 2, 0,
        PROTOBUF_FIELD_OFFSET(ZeroStateSuggestionsRequest, _impl_.is_fre_)}},
      {::_pbi::TcParser::MiniParse, {}},
      // repeated string supported_tools = 4;
      {::_pbi::TcParser::FastUR1,
       {34, 0, 0,
        PROTOBUF_FIELD_OFFSET(ZeroStateSuggestionsRequest, _impl_.supported_tools_)}},
      // string locale = 5 [features = {
      {::_pbi::TcParser::FastUS1,
       {42, 1, 0,
        PROTOBUF_FIELD_OFFSET(ZeroStateSuggestionsRequest, _impl_.locale_)}},
      // .optimization_guide.proto.ChromePlatform chrome_platform = 6 [features = {
      {::_pbi::TcParser::FastV32S1,
       {48, 4, 0,
        PROTOBUF_FIELD_OFFSET(ZeroStateSuggestionsRequest, _impl_.chrome_platform_)}},
      // bool is_account_managed = 7 [features = {
      {::_pbi::TcParser::FastV8S1,
       {56, 3, 0,
        PROTOBUF_FIELD_OFFSET(ZeroStateSuggestionsRequest, _impl_.is_account_managed_)}},
    }}, {{
      65535, 65535
    }}, {{
      // .optimization_guide.proto.PageContext page_context = 1;
      {PROTOBUF_FIELD_OFFSET(ZeroStateSuggestionsRequest, _impl_.request_.page_context_), _Internal::kOneofCaseOffset + 0, 0, (0 | ::_fl::kFcOneof | ::_fl::kMessage | ::_fl::kTvTable)},
      // bool is_fre = 2 [features = {
      {PROTOBUF_FIELD_OFFSET(ZeroStateSuggestionsRequest, _impl_.is_fre_), _Internal::kHasBitsOffset + 2, 0, (0 | ::_fl::kFcOptional | ::_fl::kBool)},
      // .optimization_guide.proto.ZeroStatePageContextList page_context_list = 3;
      {PROTOBUF_FIELD_OFFSET(ZeroStateSuggestionsRequest, _impl_.request_.page_context_list_), _Internal::kOneofCaseOffset + 0, 1, (0 | ::_fl::kFcOneof | ::_fl::kMessage | ::_fl::kTvTable)},
      // repeated string supported_tools = 4;
      {PROTOBUF_FIELD_OFFSET(ZeroStateSuggestionsRequest, _impl_.supported_tools_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcRepeated | ::_fl::kUtf8String | ::_fl::kRepSString)},
      // string locale = 5 [features = {
      {PROTOBUF_FIELD_OFFSET(ZeroStateSuggestionsRequest, _impl_.locale_), _Internal::kHasBitsOffset + 1, 0, (0 | ::_fl::kFcOptional | ::_fl::kUtf8String | ::_fl::kRepAString)},
      // .optimization_guide.proto.ChromePlatform chrome_platform = 6 [features = {
      {PROTOBUF_FIELD_OFFSET(ZeroStateSuggestionsRequest, _impl_.chrome_platform_), _Internal::kHasBitsOffset + 4, 0, (0 | ::_fl::kFcOptional | ::_fl::kOpenEnum)},
      // bool is_account_managed = 7 [features = {
      {PROTOBUF_FIELD_OFFSET(ZeroStateSuggestionsRequest, _impl_.is_account_managed_), _Internal::kHasBitsOffset + 3, 0, (0 | ::_fl::kFcOptional | ::_fl::kBool)},
    }},
    {{
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::optimization_guide::proto::PageContext>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::optimization_guide::proto::PageContext_globals_},
        #endif
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::optimization_guide::proto::ZeroStatePageContextList>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::optimization_guide::proto::ZeroStatePageContextList_globals_},
        #endif
    }},
    {{
      "\64\0\0\0\17\6\0\0"
      "optimization_guide.proto.ZeroStateSuggestionsRequest"
      "supported_tools"
      "locale"
    }},
  };
}


inline constexpr ZeroStateSuggestionsRequest::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        supported_tools_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::optimization_guide::proto::ZeroStateSuggestionsRequest,
            PROTOBUF_FIELD_OFFSET(::optimization_guide::proto::ZeroStateSuggestionsRequest, _impl_.supported_tools_)>()
         }
        ,
        locale_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        is_fre_{false},
        is_account_managed_{false},
        chrome_platform_{static_cast< ::optimization_guide::proto::ChromePlatform >(0)},
        request_{},
        _oneof_case_{} {}

template <typename>
constexpr ZeroStateSuggestionsRequest::ZeroStateSuggestionsRequest(::_pbi::ConstantInitialized,
                       const ::_pbi::ClassData* PROTOBUF_NONNULL class_data)
    : ::google::protobuf::MessageLite(
#if defined(PROTOBUF_CUSTOM_VTABLE)
          class_data
#endif  // PROTOBUF_CUSTOM_VTABLE
          ),
      _impl_(internal_visibility(), ::_pbi::ConstantInitialized()) {
}
inline void* PROTOBUF_NONNULL ZeroStateSuggestionsRequest::PlacementNew_(
    const void* PROTOBUF_NONNULL, void* PROTOBUF_NONNULL mem,
    ::google::protobuf::Arena* PROTOBUF_NULLABLE arena) {
  return ::new (mem) ZeroStateSuggestionsRequest(arena);
}
constexpr auto ZeroStateSuggestionsRequest::InternalNewImpl_() {
  return ::google::protobuf::internal::MessageCreator::CopyInit(sizeof(ZeroStateSuggestionsRequest), alignof(ZeroStateSuggestionsRequest));
}
constexpr auto ZeroStateSuggestionsRequest::InternalGenerateClassData_(
    const MessageLite& prototype,
    const ::google::protobuf::internal::TcParseTableBase* tc_table) {
  return ::google::protobuf::internal::ClassDataLite{
      {
          &prototype,
#ifndef PROTOBUF_MESSAGE_GLOBALS
          &_table_.header,
#else
          tc_table,
#endif
          nullptr,  // IsInitialized
          &ZeroStateSuggestionsRequest::MergeImpl,
          ::google::protobuf::MessageLite::GetNewImpl<ZeroStateSuggestionsRequest>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
          &ZeroStateSuggestionsRequest::SharedDtor,
          ::google::protobuf::MessageLite::GetClearImpl<ZeroStateSuggestionsRequest>(), &ZeroStateSuggestionsRequest::ByteSizeLong,
              &ZeroStateSuggestionsRequest::_InternalSerialize,
#endif  // PROTOBUF_CUSTOM_VTABLE
          PROTOBUF_FIELD_OFFSET(ZeroStateSuggestionsRequest, _impl_._cached_size_),
          true,
      },
      "optimization_guide.proto.ZeroStateSuggestionsRequest",
  };
}
struct ZeroStateSuggestionsRequestGlobalsTypeInternal : ::_pbi::MessageGlobalsBase {
  constexpr ZeroStateSuggestionsRequestGlobalsTypeInternal()
      :
#ifndef PROTOBUF_MESSAGE_GLOBALS
        _default(::_pbi::ConstantInitialized{},
                 ZeroStateSuggestionsRequest_class_data_.base())
#else   // !PROTOBUF_MESSAGE_GLOBALS
        MessageGlobalsBase(ZeroStateSuggestionsRequest::InternalGenerateClassData_(
            _default, &ZeroStateSuggestionsRequest_globals_._table.header)),
        _default(::_pbi::ConstantInitialized{}, GetClassData()),
        _table(::_pbi::PrivateAccess::GenerateParseTable<ZeroStateSuggestionsRequest>(
            GetClassData()))
#endif  // PROTOBUF_MESSAGE_GLOBALS
  {
  }
  ~ZeroStateSuggestionsRequestGlobalsTypeInternal() {}
  union {
    alignas(::_pbi::kMaxMessageAlignment) ZeroStateSuggestionsRequest _default;
  };
#ifdef PROTOBUF_MESSAGE_GLOBALS
  decltype(::_pbi::PrivateAccess::GenerateParseTable<ZeroStateSuggestionsRequest>(
      ::std::declval<const ::_pbi::ClassData*>())) _table;
#endif
};
#ifdef PROTOBUF_MESSAGE_GLOBALS
static_assert(PROTOBUF_FIELD_OFFSET(ZeroStateSuggestionsRequestGlobalsTypeInternal, _default) ==
              ::_pbi::MessageGlobalsBase::OffsetToDefault());
#endif  // PROTOBUF_MESSAGE_GLOBALS

PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
    PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 PROTOBUF_MESSAGE_GLOBALS_CONST ZeroStateSuggestionsRequestGlobalsTypeInternal ZeroStateSuggestionsRequest_globals_
        PROTOBUF_MESSAGE_GLOBALS_SECTION(.data.rel.ro);
#if defined(PROTOBUF_CUSTOM_VTABLE)
namespace {
const ::_pbi::ClassData* ZeroStateSuggestionsRequest_get_class_data() {
#ifdef PROTOBUF_MESSAGE_GLOBALS
  return ZeroStateSuggestionsRequest_globals_.GetClassData();
#else
  return ZeroStateSuggestionsRequest_class_data_.base();
#endif  // PROTOBUF_MESSAGE_GLOBALS
}
}  // namespace
#endif  // PROTOBUF_CUSTOM_VTABLE
class ZeroStateSuggestionsLoggingData::_Internal {
 public:
  using HasBits = decltype(::std::declval<ZeroStateSuggestionsLoggingData>()._impl_._has_bits_);
  static constexpr ::int32_t kHasBitsOffset =
      8 * PROTOBUF_FIELD_OFFSET(ZeroStateSuggestionsLoggingData, _impl_._has_bits_);
};

constexpr ZeroStateSuggestionsLoggingData::ParseTableT_ ZeroStateSuggestionsLoggingData::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(ZeroStateSuggestionsLoggingData, _impl_._has_bits_),
      0, // no _extensions_
      3, 24,  // max_field_number, fast_idx_mask
      offsetof(ParseTableT_, field_lookup_table),
      4294967288,  // skipmap
      offsetof(ParseTableT_, field_entries),
      3,  // num_field_entries
      3,  // num_aux_entries
      offsetof(ParseTableT_, aux_entries),
      class_data,
      nullptr,  // post_loop_handler
      ::_pbi::TcParser::GenericFallbackLite,  // fallback
      #ifdef PROTOBUF_PREFETCH_PARSE_TABLE
      ::_pbi::TcParser::GetTable<::optimization_guide::proto::ZeroStateSuggestionsLoggingData>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      {::_pbi::TcParser::MiniParse, {}},
      // .optimization_guide.proto.ZeroStateSuggestionsRequest request = 1 [features = {
      {::_pbi::TcParser::FastMtS1,
       {10, 0, 0,
        PROTOBUF_FIELD_OFFSET(ZeroStateSuggestionsLoggingData, _impl_.request_)}},
      // .optimization_guide.proto.ZeroStateSuggestionsResponse response = 2 [features = {
      {::_pbi::TcParser::FastMtS1,
       {18, 1, 1,
        PROTOBUF_FIELD_OFFSET(ZeroStateSuggestionsLoggingData, _impl_.response_)}},
      // .optimization_guide.proto.ModelExecutionInfo model_execution_info = 3 [features = {
      {::_pbi::TcParser::FastMtS1,
       {26, 2, 2,
        PROTOBUF_FIELD_OFFSET(ZeroStateSuggestionsLoggingData, _impl_.model_execution_info_)}},
    }}, {{
      65535, 65535
    }}, {{
      // .optimization_guide.proto.ZeroStateSuggestionsRequest request = 1 [features = {
      {PROTOBUF_FIELD_OFFSET(ZeroStateSuggestionsLoggingData, _impl_.request_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcOptional | ::_fl::kMessage | ::_fl::kTvTable)},
      // .optimization_guide.proto.ZeroStateSuggestionsResponse response = 2 [features = {
      {PROTOBUF_FIELD_OFFSET(ZeroStateSuggestionsLoggingData, _impl_.response_), _Internal::kHasBitsOffset + 1, 1, (0 | ::_fl::kFcOptional | ::_fl::kMessage | ::_fl::kTvTable)},
      // .optimization_guide.proto.ModelExecutionInfo model_execution_info = 3 [features = {
      {PROTOBUF_FIELD_OFFSET(ZeroStateSuggestionsLoggingData, _impl_.model_execution_info_), _Internal::kHasBitsOffset + 2, 2, (0 | ::_fl::kFcOptional | ::_fl::kMessage | ::_fl::kTvTable)},
    }},
    {{
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::optimization_guide::proto::ZeroStateSuggestionsRequest>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::optimization_guide::proto::ZeroStateSuggestionsRequest_globals_},
        #endif
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::optimization_guide::proto::ZeroStateSuggestionsResponse>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::optimization_guide::proto::ZeroStateSuggestionsResponse_globals_},
        #endif
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::optimization_guide::proto::ModelExecutionInfo>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::optimization_guide::proto::ModelExecutionInfo_globals_},
        #endif
    }},
    {{
    }},
  };
}


inline constexpr ZeroStateSuggestionsLoggingData::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        request_{nullptr},
        response_{nullptr},
        model_execution_info_{nullptr} {}

template <typename>
constexpr ZeroStateSuggestionsLoggingData::ZeroStateSuggestionsLoggingData(::_pbi::ConstantInitialized,
                       const ::_pbi::ClassData* PROTOBUF_NONNULL class_data)
    : ::google::protobuf::MessageLite(
#if defined(PROTOBUF_CUSTOM_VTABLE)
          class_data
#endif  // PROTOBUF_CUSTOM_VTABLE
          ),
      _impl_(internal_visibility(), ::_pbi::ConstantInitialized()) {
}
inline void* PROTOBUF_NONNULL ZeroStateSuggestionsLoggingData::PlacementNew_(
    const void* PROTOBUF_NONNULL, void* PROTOBUF_NONNULL mem,
    ::google::protobuf::Arena* PROTOBUF_NULLABLE arena) {
  return ::new (mem) ZeroStateSuggestionsLoggingData(arena);
}
constexpr auto ZeroStateSuggestionsLoggingData::InternalNewImpl_() {
  return ::google::protobuf::internal::MessageCreator::ZeroInit(sizeof(ZeroStateSuggestionsLoggingData), alignof(ZeroStateSuggestionsLoggingData));
}
constexpr auto ZeroStateSuggestionsLoggingData::InternalGenerateClassData_(
    const MessageLite& prototype,
    const ::google::protobuf::internal::TcParseTableBase* tc_table) {
  return ::google::protobuf::internal::ClassDataLite{
      {
          &prototype,
#ifndef PROTOBUF_MESSAGE_GLOBALS
          &_table_.header,
#else
          tc_table,
#endif
          nullptr,  // IsInitialized
          &ZeroStateSuggestionsLoggingData::MergeImpl,
          ::google::protobuf::MessageLite::GetNewImpl<ZeroStateSuggestionsLoggingData>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
          &ZeroStateSuggestionsLoggingData::SharedDtor,
          ::google::protobuf::MessageLite::GetClearImpl<ZeroStateSuggestionsLoggingData>(), &ZeroStateSuggestionsLoggingData::ByteSizeLong,
              &ZeroStateSuggestionsLoggingData::_InternalSerialize,
#endif  // PROTOBUF_CUSTOM_VTABLE
          PROTOBUF_FIELD_OFFSET(ZeroStateSuggestionsLoggingData, _impl_._cached_size_),
          true,
      },
      "optimization_guide.proto.ZeroStateSuggestionsLoggingData",
  };
}
struct ZeroStateSuggestionsLoggingDataGlobalsTypeInternal : ::_pbi::MessageGlobalsBase {
  constexpr ZeroStateSuggestionsLoggingDataGlobalsTypeInternal()
      :
#ifndef PROTOBUF_MESSAGE_GLOBALS
        _default(::_pbi::ConstantInitialized{},
                 ZeroStateSuggestionsLoggingData_class_data_.base())
#else   // !PROTOBUF_MESSAGE_GLOBALS
        MessageGlobalsBase(ZeroStateSuggestionsLoggingData::InternalGenerateClassData_(
            _default, &ZeroStateSuggestionsLoggingData_globals_._table.header)),
        _default(::_pbi::ConstantInitialized{}, GetClassData()),
        _table(::_pbi::PrivateAccess::GenerateParseTable<ZeroStateSuggestionsLoggingData>(
            GetClassData()))
#endif  // PROTOBUF_MESSAGE_GLOBALS
  {
  }
  ~ZeroStateSuggestionsLoggingDataGlobalsTypeInternal() {}
  union {
    alignas(::_pbi::kMaxMessageAlignment) ZeroStateSuggestionsLoggingData _default;
  };
#ifdef PROTOBUF_MESSAGE_GLOBALS
  decltype(::_pbi::PrivateAccess::GenerateParseTable<ZeroStateSuggestionsLoggingData>(
      ::std::declval<const ::_pbi::ClassData*>())) _table;
#endif
};
#ifdef PROTOBUF_MESSAGE_GLOBALS
static_assert(PROTOBUF_FIELD_OFFSET(ZeroStateSuggestionsLoggingDataGlobalsTypeInternal, _default) ==
              ::_pbi::MessageGlobalsBase::OffsetToDefault());
#endif  // PROTOBUF_MESSAGE_GLOBALS

PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
    PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 PROTOBUF_MESSAGE_GLOBALS_CONST ZeroStateSuggestionsLoggingDataGlobalsTypeInternal ZeroStateSuggestionsLoggingData_globals_
        PROTOBUF_MESSAGE_GLOBALS_SECTION(.data.rel.ro);
#if defined(PROTOBUF_CUSTOM_VTABLE)
namespace {
const ::_pbi::ClassData* ZeroStateSuggestionsLoggingData_get_class_data() {
#ifdef PROTOBUF_MESSAGE_GLOBALS
  return ZeroStateSuggestionsLoggingData_globals_.GetClassData();
#else
  return ZeroStateSuggestionsLoggingData_class_data_.base();
#endif  // PROTOBUF_MESSAGE_GLOBALS
}
}  // namespace
#endif  // PROTOBUF_CUSTOM_VTABLE
}  // namespace proto
}  // namespace optimization_guide
namespace optimization_guide {
namespace proto {
// ===================================================================

void ZeroStateSuggestionsLoggingData::clear_model_execution_info() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (_impl_.model_execution_info_ != nullptr) _impl_.model_execution_info_->Clear();
  ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
}
ZeroStateSuggestionsLoggingData::ZeroStateSuggestionsLoggingData(::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, ZeroStateSuggestionsLoggingData_get_class_data()) {
#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  SharedCtor(arena);
  // @@protoc_insertion_point(arena_constructor:optimization_guide.proto.ZeroStateSuggestionsLoggingData)
}
PROTOBUF_NDEBUG_INLINE ZeroStateSuggestionsLoggingData::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Impl_& from,
    [[maybe_unused]] const ::optimization_guide::proto::ZeroStateSuggestionsLoggingData& from_msg)
      : _has_bits_{from._has_bits_},
        _cached_size_{0} {}

ZeroStateSuggestionsLoggingData::ZeroStateSuggestionsLoggingData(
    ::google::protobuf::Arena* PROTOBUF_NULLABLE arena,
    const ZeroStateSuggestionsLoggingData& from)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, ZeroStateSuggestionsLoggingData_get_class_data()) {

#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  ZeroStateSuggestionsLoggingData* const _this = this;
  (void)_this;
  _internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
  new (&_impl_) Impl_(internal_visibility(), arena, from._impl_, from);
  ::uint32_t cached_has_bits = _impl_._has_bits_[0];
  _impl_.request_ = (CheckHasBit(cached_has_bits, 0x00000001U))
                ? ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.request_)
                : nullptr;
  _impl_.response_ = (CheckHasBit(cached_has_bits, 0x00000002U))
                ? ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.response_)
                : nullptr;
  _impl_.model_execution_info_ = (CheckHasBit(cached_has_bits, 0x00000004U))
                ? ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.model_execution_info_)
                : nullptr;

  // @@protoc_insertion_point(copy_constructor:optimization_guide.proto.ZeroStateSuggestionsLoggingData)
}
PROTOBUF_NDEBUG_INLINE ZeroStateSuggestionsLoggingData::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
      : _cached_size_{0} {}

inline void ZeroStateSuggestionsLoggingData::SharedCtor(::_pb::Arena* PROTOBUF_NULLABLE arena) {
  new (&_impl_) Impl_(internal_visibility(), arena);
  ::memset(reinterpret_cast<char*>(&_impl_) +
               offsetof(Impl_, request_),
           0,
           offsetof(Impl_, model_execution_info_) -
               offsetof(Impl_, request_) +
               sizeof(Impl_::model_execution_info_));
}
ZeroStateSuggestionsLoggingData::~ZeroStateSuggestionsLoggingData() {
  // @@protoc_insertion_point(destructor:optimization_guide.proto.ZeroStateSuggestionsLoggingData)
  SharedDtor(*this);
}
inline void ZeroStateSuggestionsLoggingData::SharedDtor(MessageLite& self) {
  ZeroStateSuggestionsLoggingData& this_ = static_cast<ZeroStateSuggestionsLoggingData&>(self);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    this_.CheckHasBitConsistency();
  }
  this_._internal_metadata_.Delete<::std::string>();
  ABSL_DCHECK(this_.GetArena() == nullptr);
  delete this_._impl_.request_;
  delete this_._impl_.response_;
  delete this_._impl_.model_execution_info_;
  this_._impl_.~Impl_();
}

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite ZeroStateSuggestionsLoggingData_class_data_ =
    ZeroStateSuggestionsLoggingData::InternalGenerateClassData_(ZeroStateSuggestionsLoggingData_globals_._default);

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
ZeroStateSuggestionsLoggingData::GetClassData() const {
  return ZeroStateSuggestionsLoggingData_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
ZeroStateSuggestionsLoggingData::GetClassData() const {
  return ZeroStateSuggestionsLoggingData_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const ZeroStateSuggestionsLoggingData::ParseTableT_
    ZeroStateSuggestionsLoggingData::_table_ =
        ZeroStateSuggestionsLoggingData::InternalGenerateParseTable_(ZeroStateSuggestionsLoggingData_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void ZeroStateSuggestionsLoggingData::Clear() {
// @@protoc_insertion_point(message_clear_start:optimization_guide.proto.ZeroStateSuggestionsLoggingData)
  ::google::protobuf::internal::TSanWrite(&_impl_);
  ::uint32_t cached_has_bits = 0;
  // Prevent compiler warnings about cached_has_bits being unused
  (void) cached_has_bits;

  cached_has_bits = _impl_._has_bits_[0];
  if (BatchCheckHasBit(cached_has_bits, 0x00000007U)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      ABSL_DCHECK(_impl_.request_ != nullptr);
      _impl_.request_->Clear();
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      ABSL_DCHECK(_impl_.response_ != nullptr);
      _impl_.response_->Clear();
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      ABSL_DCHECK(_impl_.model_execution_info_ != nullptr);
      _impl_.model_execution_info_->Clear();
    }
  }
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::uint8_t* PROTOBUF_NONNULL ZeroStateSuggestionsLoggingData::_InternalSerialize(
    const ::google::protobuf::MessageLite& base, ::uint8_t* PROTOBUF_NONNULL target,
    ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) {
  const ZeroStateSuggestionsLoggingData& this_ = static_cast<const ZeroStateSuggestionsLoggingData&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::uint8_t* PROTOBUF_NONNULL ZeroStateSuggestionsLoggingData::_InternalSerialize(
    ::uint8_t* PROTOBUF_NONNULL target,
    ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const {
  const ZeroStateSuggestionsLoggingData& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    this_.CheckHasBitConsistency();
  }
  // @@protoc_insertion_point(serialize_to_array_start:optimization_guide.proto.ZeroStateSuggestionsLoggingData)
  ::uint32_t cached_has_bits = 0;
  (void)cached_has_bits;

  cached_has_bits = this_._impl_._has_bits_[0];
  // .optimization_guide.proto.ZeroStateSuggestionsRequest request = 1 [features = {
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
        1, *this_._impl_.request_, this_._impl_.request_->GetCachedSize(), target,
        stream);
  }

  // .optimization_guide.proto.ZeroStateSuggestionsResponse response = 2 [features = {
  if (CheckHasBit(cached_has_bits, 0x00000002U)) {
    target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
        2, *this_._impl_.response_, this_._impl_.response_->GetCachedSize(), target,
        stream);
  }

  // .optimization_guide.proto.ModelExecutionInfo model_execution_info = 3 [features = {
  if (CheckHasBit(cached_has_bits, 0x00000004U)) {
    target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
        3, *this_._impl_.model_execution_info_, this_._impl_.model_execution_info_->GetCachedSize(), target,
        stream);
  }

  if (ABSL_PREDICT_FALSE(this_._internal_metadata_.have_unknown_fields())) {
    target = stream->WriteRaw(
        this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).data(),
        static_cast<int>(this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).size()), target);
  }
  // @@protoc_insertion_point(serialize_to_array_end:optimization_guide.proto.ZeroStateSuggestionsLoggingData)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t ZeroStateSuggestionsLoggingData::ByteSizeLong(const MessageLite& base) {
  const ZeroStateSuggestionsLoggingData& this_ = static_cast<const ZeroStateSuggestionsLoggingData&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t ZeroStateSuggestionsLoggingData::ByteSizeLong() const {
  const ZeroStateSuggestionsLoggingData& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:optimization_guide.proto.ZeroStateSuggestionsLoggingData)
  ::size_t total_size = 0;

  ::uint32_t cached_has_bits = 0;
  // Prevent compiler warnings about cached_has_bits being unused
  (void)cached_has_bits;

  ::_pbi::Prefetch5LinesFrom7Lines(&this_);
  cached_has_bits = this_._impl_._has_bits_[0];
  if (BatchCheckHasBit(cached_has_bits, 0x00000007U)) {
    // .optimization_guide.proto.ZeroStateSuggestionsRequest request = 1 [features = {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      total_size += 1 +
                    ::google::protobuf::internal::WireFormatLite::MessageSize(*this_._impl_.request_);
    }
    // .optimization_guide.proto.ZeroStateSuggestionsResponse response = 2 [features = {
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      total_size += 1 +
                    ::google::protobuf::internal::WireFormatLite::MessageSize(*this_._impl_.response_);
    }
    // .optimization_guide.proto.ModelExecutionInfo model_execution_info = 3 [features = {
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      total_size += 1 +
                    ::google::protobuf::internal::WireFormatLite::MessageSize(*this_._impl_.model_execution_info_);
    }
  }
  if (ABSL_PREDICT_FALSE(this_._internal_metadata_.have_unknown_fields())) {
    total_size += this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).size();
  }
  this_._impl_._cached_size_.Set(::_pbi::ToCachedSize(total_size));
  return total_size;
}

void ZeroStateSuggestionsLoggingData::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<ZeroStateSuggestionsLoggingData*>(&to_msg);
  auto& from = static_cast<const ZeroStateSuggestionsLoggingData&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  ::google::protobuf::Arena* arena = _this->GetArena();
  // @@protoc_insertion_point(class_specific_merge_from_start:optimization_guide.proto.ZeroStateSuggestionsLoggingData)
  ABSL_DCHECK_NE(&from, _this);
  ::uint32_t cached_has_bits = 0;
  (void)cached_has_bits;

  cached_has_bits = from._impl_._has_bits_[0];
  if (BatchCheckHasBit(cached_has_bits, 0x00000007U)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      ABSL_DCHECK(from._impl_.request_ != nullptr);
      if (_this->_impl_.request_ == nullptr) {
        _this->_impl_.request_ = ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.request_);
      } else {
        _this->_impl_.request_->MergeFrom(*from._impl_.request_);
      }
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      ABSL_DCHECK(from._impl_.response_ != nullptr);
      if (_this->_impl_.response_ == nullptr) {
        _this->_impl_.response_ = ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.response_);
      } else {
        _this->_impl_.response_->MergeFrom(*from._impl_.response_);
      }
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      ABSL_DCHECK(from._impl_.model_execution_info_ != nullptr);
      if (_this->_impl_.model_execution_info_ == nullptr) {
        _this->_impl_.model_execution_info_ = ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.model_execution_info_);
      } else {
        _this->_impl_.model_execution_info_->MergeFrom(*from._impl_.model_execution_info_);
      }
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

void ZeroStateSuggestionsLoggingData::CopyFrom(const ZeroStateSuggestionsLoggingData& from) {
  // @@protoc_insertion_point(class_specific_copy_from_start:optimization_guide.proto.ZeroStateSuggestionsLoggingData)
  if (&from == this) return;
  Clear();
  MergeFrom(from);
}


void ZeroStateSuggestionsLoggingData::InternalSwap(ZeroStateSuggestionsLoggingData* PROTOBUF_RESTRICT PROTOBUF_NONNULL other) {
  using ::std::swap;
  _internal_metadata_.InternalSwap(&other->_internal_metadata_);
  swap(_impl_._has_bits_[0], other->_impl_._has_bits_[0]);
  ::google::protobuf::internal::memswap<
      PROTOBUF_FIELD_OFFSET(ZeroStateSuggestionsLoggingData, _impl_.model_execution_info_)
      + sizeof(ZeroStateSuggestionsLoggingData::_impl_.model_execution_info_)
      - PROTOBUF_FIELD_OFFSET(ZeroStateSuggestionsLoggingData, _impl_.request_)>(
          reinterpret_cast<char*>(&_impl_.request_),
          reinterpret_cast<char*>(&other->_impl_.request_));
}

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

void ZeroStateSuggestionsRequest::set_allocated_page_context(::optimization_guide::proto::PageContext* PROTOBUF_NULLABLE page_context) {
  ::google::protobuf::Arena* message_arena = GetArena();
  clear_request();
  if (page_context) {
    ::google::protobuf::Arena* submessage_arena = reinterpret_cast<::google::protobuf::MessageLite*>(page_context)->GetArena();
    if (message_arena != submessage_arena) {
      page_context = ::google::protobuf::internal::GetOwnedMessage(message_arena, page_context, submessage_arena);
    }
    set_has_page_context();
    _impl_.request_.page_context_ = page_context;
  }
  // @@protoc_insertion_point(field_set_allocated:optimization_guide.proto.ZeroStateSuggestionsRequest.page_context)
}
void ZeroStateSuggestionsRequest::clear_page_context() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (request_case() == kPageContext) {
    if (GetArena() == nullptr) {
      delete _impl_.request_.page_context_;
    } else if (::google::protobuf::internal::DebugHardenClearOneofMessageOnArena()) {
      if (_impl_.request_.page_context_ != nullptr) {
        _impl_.request_.page_context_->Clear();
      }
    }
    clear_has_request();
  }
}
void ZeroStateSuggestionsRequest::set_allocated_page_context_list(::optimization_guide::proto::ZeroStatePageContextList* PROTOBUF_NULLABLE page_context_list) {
  ::google::protobuf::Arena* message_arena = GetArena();
  clear_request();
  if (page_context_list) {
    ::google::protobuf::Arena* submessage_arena = page_context_list->GetArena();
    if (message_arena != submessage_arena) {
      page_context_list = ::google::protobuf::internal::GetOwnedMessage(message_arena, page_context_list, submessage_arena);
    }
    set_has_page_context_list();
    _impl_.request_.page_context_list_ = page_context_list;
  }
  // @@protoc_insertion_point(field_set_allocated:optimization_guide.proto.ZeroStateSuggestionsRequest.page_context_list)
}
ZeroStateSuggestionsRequest::ZeroStateSuggestionsRequest(::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, ZeroStateSuggestionsRequest_get_class_data()) {
#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  SharedCtor(arena);
  // @@protoc_insertion_point(arena_constructor:optimization_guide.proto.ZeroStateSuggestionsRequest)
}
PROTOBUF_NDEBUG_INLINE ZeroStateSuggestionsRequest::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Impl_& from,
    [[maybe_unused]] const ::optimization_guide::proto::ZeroStateSuggestionsRequest& from_msg)
      : _has_bits_{from._has_bits_},
        _cached_size_{0},
        supported_tools_ {
          visibility, ::_pbi::InternalMetadataOffset::Build<
              ::optimization_guide::proto::ZeroStateSuggestionsRequest,
              PROTOBUF_FIELD_OFFSET(::optimization_guide::proto::ZeroStateSuggestionsRequest, _impl_.supported_tools_)>()
          , from.supported_tools_
        }
        ,
        locale_(arena, from.locale_),
        request_{},
        _oneof_case_{from._oneof_case_[0]} {}

ZeroStateSuggestionsRequest::ZeroStateSuggestionsRequest(
    ::google::protobuf::Arena* PROTOBUF_NULLABLE arena,
    const ZeroStateSuggestionsRequest& from)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, ZeroStateSuggestionsRequest_get_class_data()) {

#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  ZeroStateSuggestionsRequest* const _this = this;
  (void)_this;
  _internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
  new (&_impl_) Impl_(internal_visibility(), arena, from._impl_, from);
  ::memcpy(reinterpret_cast<char*>(&_impl_) +
               offsetof(Impl_, is_fre_),
           reinterpret_cast<const char*>(&from._impl_) +
               offsetof(Impl_, is_fre_),
           offsetof(Impl_, chrome_platform_) -
               offsetof(Impl_, is_fre_) +
               sizeof(Impl_::chrome_platform_));
  switch (request_case()) {
    case REQUEST_NOT_SET:
      break;
      case kPageContext:
        _impl_.request_.page_context_ = ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.request_.page_context_);
        break;
      case kPageContextList:
        _impl_.request_.page_context_list_ = ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.request_.page_context_list_);
        break;
  }

  // @@protoc_insertion_point(copy_constructor:optimization_guide.proto.ZeroStateSuggestionsRequest)
}
PROTOBUF_NDEBUG_INLINE ZeroStateSuggestionsRequest::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
      : _cached_size_{0},
        supported_tools_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::optimization_guide::proto::ZeroStateSuggestionsRequest,
            PROTOBUF_FIELD_OFFSET(::optimization_guide::proto::ZeroStateSuggestionsRequest, _impl_.supported_tools_)>()
         }
        ,
        locale_(arena),
        request_{},
        _oneof_case_{} {}

inline void ZeroStateSuggestionsRequest::SharedCtor(::_pb::Arena* PROTOBUF_NULLABLE arena) {
  new (&_impl_) Impl_(internal_visibility(), arena);
  ::memset(reinterpret_cast<char*>(&_impl_) +
               offsetof(Impl_, is_fre_),
           0,
           offsetof(Impl_, chrome_platform_) -
               offsetof(Impl_, is_fre_) +
               sizeof(Impl_::chrome_platform_));
}
ZeroStateSuggestionsRequest::~ZeroStateSuggestionsRequest() {
  // @@protoc_insertion_point(destructor:optimization_guide.proto.ZeroStateSuggestionsRequest)
  SharedDtor(*this);
}
inline void ZeroStateSuggestionsRequest::SharedDtor(MessageLite& self) {
  ZeroStateSuggestionsRequest& this_ = static_cast<ZeroStateSuggestionsRequest&>(self);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    this_.CheckHasBitConsistency();
  }
  this_._internal_metadata_.Delete<::std::string>();
  ABSL_DCHECK(this_.GetArena() == nullptr);
  this_._impl_.locale_.Destroy();
  if (this_.has_request()) {
    this_.clear_request();
  }
  this_._impl_.~Impl_();
}

void ZeroStateSuggestionsRequest::clear_request() {
// @@protoc_insertion_point(one_of_clear_start:optimization_guide.proto.ZeroStateSuggestionsRequest)
  ::google::protobuf::internal::TSanWrite(&_impl_);
  switch (request_case()) {
    case kPageContext: {
      if (GetArena() == nullptr) {
        delete _impl_.request_.page_context_;
      } else if (::google::protobuf::internal::DebugHardenClearOneofMessageOnArena()) {
        if (_impl_.request_.page_context_ != nullptr) {
          _impl_.request_.page_context_->Clear();
        }
      }
      break;
    }
    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();
        }
      }
      break;
    }
    case REQUEST_NOT_SET: {
      break;
    }
  }
  _impl_._oneof_case_[0] = REQUEST_NOT_SET;
}


#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite ZeroStateSuggestionsRequest_class_data_ =
    ZeroStateSuggestionsRequest::InternalGenerateClassData_(ZeroStateSuggestionsRequest_globals_._default);

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
ZeroStateSuggestionsRequest::GetClassData() const {
  return ZeroStateSuggestionsRequest_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
ZeroStateSuggestionsRequest::GetClassData() const {
  return ZeroStateSuggestionsRequest_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const ZeroStateSuggestionsRequest::ParseTableT_
    ZeroStateSuggestionsRequest::_table_ =
        ZeroStateSuggestionsRequest::InternalGenerateParseTable_(ZeroStateSuggestionsRequest_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void ZeroStateSuggestionsRequest::Clear() {
// @@protoc_insertion_point(message_clear_start:optimization_guide.proto.ZeroStateSuggestionsRequest)
  ::google::protobuf::internal::TSanWrite(&_impl_);
  ::uint32_t cached_has_bits = 0;
  // Prevent compiler warnings about cached_has_bits being unused
  (void) cached_has_bits;

  cached_has_bits = _impl_._has_bits_[0];
  if (BatchCheckHasBit(cached_has_bits, 0x00000003U)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      _impl_.supported_tools_.Clear();
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _impl_.locale_.ClearNonDefaultToEmpty();
    }
  }
  if (BatchCheckHasBit(cached_has_bits, 0x0000001cU)) {
    ::memset(&_impl_.is_fre_, 0, static_cast<::size_t>(
        reinterpret_cast<char*>(&_impl_.chrome_platform_) -
        reinterpret_cast<char*>(&_impl_.is_fre_)) + sizeof(_impl_.chrome_platform_));
  }
  clear_request();
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::uint8_t* PROTOBUF_NONNULL ZeroStateSuggestionsRequest::_InternalSerialize(
    const ::google::protobuf::MessageLite& base, ::uint8_t* PROTOBUF_NONNULL target,
    ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) {
  const ZeroStateSuggestionsRequest& this_ = static_cast<const ZeroStateSuggestionsRequest&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::uint8_t* PROTOBUF_NONNULL ZeroStateSuggestionsRequest::_InternalSerialize(
    ::uint8_t* PROTOBUF_NONNULL target,
    ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const {
  const ZeroStateSuggestionsRequest& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    this_.CheckHasBitConsistency();
  }
  // @@protoc_insertion_point(serialize_to_array_start:optimization_guide.proto.ZeroStateSuggestionsRequest)
  ::uint32_t cached_has_bits = 0;
  (void)cached_has_bits;

  // .optimization_guide.proto.PageContext page_context = 1;
  if (this_.request_case() == kPageContext) {
    target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
        1, *this_._impl_.request_.page_context_, this_._impl_.request_.page_context_->GetCachedSize(), target,
        stream);
  }

  cached_has_bits = this_._impl_._has_bits_[0];
  // bool is_fre = 2 [features = {
  if (CheckHasBit(cached_has_bits, 0x00000004U)) {
    target = stream->EnsureSpace(target);
    target = ::_pbi::WireFormatLite::WriteBoolToArray(
        2, this_._internal_is_fre(), target);
  }

  // .optimization_guide.proto.ZeroStatePageContextList page_context_list = 3;
  if (this_.request_case() == kPageContextList) {
    target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
        3, *this_._impl_.request_.page_context_list_, this_._impl_.request_.page_context_list_->GetCachedSize(), target,
        stream);
  }

  // repeated string supported_tools = 4;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    for (int i = 0, n = this_._internal_supported_tools_size(); i < n; ++i) {
      const auto& s = this_._internal_supported_tools().Get(i);
      ::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
          s.data(), static_cast<int>(s.length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, "optimization_guide.proto.ZeroStateSuggestionsRequest.supported_tools");
      target = stream->WriteString(4, s, target);
    }
  }

  // string locale = 5 [features = {
  if (CheckHasBit(cached_has_bits, 0x00000002U)) {
    const ::std::string& _s = this_._internal_locale();
    ::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
        _s.data(), static_cast<int>(_s.length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, "optimization_guide.proto.ZeroStateSuggestionsRequest.locale");
    target = stream->WriteStringMaybeAliased(5, _s, target);
  }

  // .optimization_guide.proto.ChromePlatform chrome_platform = 6 [features = {
  if (CheckHasBit(cached_has_bits, 0x00000010U)) {
    target = stream->EnsureSpace(target);
    target = ::_pbi::WireFormatLite::WriteEnumToArray(
        6, this_._internal_chrome_platform(), target);
  }

  // bool is_account_managed = 7 [features = {
  if (CheckHasBit(cached_has_bits, 0x00000008U)) {
    target = stream->EnsureSpace(target);
    target = ::_pbi::WireFormatLite::WriteBoolToArray(
        7, this_._internal_is_account_managed(), target);
  }

  if (ABSL_PREDICT_FALSE(this_._internal_metadata_.have_unknown_fields())) {
    target = stream->WriteRaw(
        this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).data(),
        static_cast<int>(this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).size()), target);
  }
  // @@protoc_insertion_point(serialize_to_array_end:optimization_guide.proto.ZeroStateSuggestionsRequest)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t ZeroStateSuggestionsRequest::ByteSizeLong(const MessageLite& base) {
  const ZeroStateSuggestionsRequest& this_ = static_cast<const ZeroStateSuggestionsRequest&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t ZeroStateSuggestionsRequest::ByteSizeLong() const {
  const ZeroStateSuggestionsRequest& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:optimization_guide.proto.ZeroStateSuggestionsRequest)
  ::size_t total_size = 0;

  ::uint32_t cached_has_bits = 0;
  // Prevent compiler warnings about cached_has_bits being unused
  (void)cached_has_bits;

  ::_pbi::Prefetch5LinesFrom7Lines(&this_);
  cached_has_bits = this_._impl_._has_bits_[0];
  total_size += ::absl::popcount(0x0000000cU & cached_has_bits) * 2;
  if (BatchCheckHasBit(cached_has_bits, 0x00000013U)) {
    // repeated string supported_tools = 4;
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      total_size +=
          1 * ::google::protobuf::internal::FromIntSize(this_._internal_supported_tools().size());
      for (int i = 0, n = this_._internal_supported_tools().size(); i < n; ++i) {
        total_size += ::google::protobuf::internal::WireFormatLite::StringSize(
            this_._internal_supported_tools().Get(i));
      }
    }
    // string locale = 5 [features = {
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_locale());
    }
    // .optimization_guide.proto.ChromePlatform chrome_platform = 6 [features = {
    if (CheckHasBit(cached_has_bits, 0x00000010U)) {
      total_size += 1 +
                    ::_pbi::WireFormatLite::EnumSize(this_._internal_chrome_platform());
    }
  }
  switch (this_.request_case()) {
    // .optimization_guide.proto.PageContext page_context = 1;
    case kPageContext: {
      total_size += 1 +
                    ::google::protobuf::internal::WireFormatLite::MessageSize(*this_._impl_.request_.page_context_);
      break;
    }
    // .optimization_guide.proto.ZeroStatePageContextList page_context_list = 3;
    case kPageContextList: {
      total_size += 1 +
                    ::google::protobuf::internal::WireFormatLite::MessageSize(*this_._impl_.request_.page_context_list_);
      break;
    }
    case REQUEST_NOT_SET: {
      break;
    }
  }
  if (ABSL_PREDICT_FALSE(this_._internal_metadata_.have_unknown_fields())) {
    total_size += this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).size();
  }
  this_._impl_._cached_size_.Set(::_pbi::ToCachedSize(total_size));
  return total_size;
}

void ZeroStateSuggestionsRequest::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<ZeroStateSuggestionsRequest*>(&to_msg);
  auto& from = static_cast<const ZeroStateSuggestionsRequest&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  ::google::protobuf::Arena* arena = _this->GetArena();
  // @@protoc_insertion_point(class_specific_merge_from_start:optimization_guide.proto.ZeroStateSuggestionsRequest)
  ABSL_DCHECK_NE(&from, _this);
  ::uint32_t cached_has_bits = 0;
  (void)cached_has_bits;

  cached_has_bits = from._impl_._has_bits_[0];
  if (BatchCheckHasBit(cached_has_bits, 0x0000001fU)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      _this->_internal_mutable_supported_tools()->InternalMergeFromWithArena(
          ::google::protobuf::MessageLite::internal_visibility(), arena,
          from._internal_supported_tools());
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _this->_internal_set_locale(from._internal_locale());
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      _this->_impl_.is_fre_ = from._impl_.is_fre_;
    }
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      _this->_impl_.is_account_managed_ = from._impl_.is_account_managed_;
    }
    if (CheckHasBit(cached_has_bits, 0x00000010U)) {
      _this->_impl_.chrome_platform_ = from._impl_.chrome_platform_;
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  if (const uint32_t oneof_from_case =
          from._impl_._oneof_case_[0]) {
    const uint32_t oneof_to_case = _this->_impl_._oneof_case_[0];
    const bool oneof_needs_init = oneof_to_case != oneof_from_case;
    if (oneof_needs_init) {
      if (oneof_to_case != 0) {
        _this->clear_request();
      }
      _this->_impl_._oneof_case_[0] = oneof_from_case;
    }

    switch (oneof_from_case) {
      case kPageContext: {
        if (oneof_needs_init) {
          _this->_impl_.request_.page_context_ = ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.request_.page_context_);
        } else {
          _this->_impl_.request_.page_context_->MergeFrom(*from._impl_.request_.page_context_);
        }
        break;
      }
      case kPageContextList: {
        if (oneof_needs_init) {
          _this->_impl_.request_.page_context_list_ = ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.request_.page_context_list_);
        } else {
          _this->_impl_.request_.page_context_list_->MergeFrom(*from._impl_.request_.page_context_list_);
        }
        break;
      }
      case REQUEST_NOT_SET:
        break;
    }
  }
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

void ZeroStateSuggestionsRequest::CopyFrom(const ZeroStateSuggestionsRequest& from) {
  // @@protoc_insertion_point(class_specific_copy_from_start:optimization_guide.proto.ZeroStateSuggestionsRequest)
  if (&from == this) return;
  Clear();
  MergeFrom(from);
}


void ZeroStateSuggestionsRequest::InternalSwap(ZeroStateSuggestionsRequest* PROTOBUF_RESTRICT PROTOBUF_NONNULL other) {
  using ::std::swap;
  auto* arena = GetArena();
  ABSL_DCHECK_EQ(arena, other->GetArena());
  _internal_metadata_.InternalSwap(&other->_internal_metadata_);
  swap(_impl_._has_bits_[0], other->_impl_._has_bits_[0]);
  _impl_.supported_tools_.InternalSwap(&other->_impl_.supported_tools_);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.locale_, &other->_impl_.locale_, arena);
  ::google::protobuf::internal::memswap<
      PROTOBUF_FIELD_OFFSET(ZeroStateSuggestionsRequest, _impl_.chrome_platform_)
      + sizeof(ZeroStateSuggestionsRequest::_impl_.chrome_platform_)
      - PROTOBUF_FIELD_OFFSET(ZeroStateSuggestionsRequest, _impl_.is_fre_)>(
          reinterpret_cast<char*>(&_impl_.is_fre_),
          reinterpret_cast<char*>(&other->_impl_.is_fre_));
  swap(_impl_.request_, other->_impl_.request_);
  swap(_impl_._oneof_case_[0], other->_impl_._oneof_case_[0]);
}

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

ZeroStatePageContextList::ZeroStatePageContextList(::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, ZeroStatePageContextList_get_class_data()) {
#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  SharedCtor(arena);
  // @@protoc_insertion_point(arena_constructor:optimization_guide.proto.ZeroStatePageContextList)
}
PROTOBUF_NDEBUG_INLINE ZeroStatePageContextList::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Impl_& from,
    [[maybe_unused]] const ::optimization_guide::proto::ZeroStatePageContextList& from_msg)
      : _has_bits_{from._has_bits_},
        _cached_size_{0},
        page_contexts_ {
          visibility, ::_pbi::InternalMetadataOffset::Build<
              ::optimization_guide::proto::ZeroStatePageContextList,
              PROTOBUF_FIELD_OFFSET(::optimization_guide::proto::ZeroStatePageContextList, _impl_.page_contexts_)>()
          , from.page_contexts_
        }
     {}

ZeroStatePageContextList::ZeroStatePageContextList(
    ::google::protobuf::Arena* PROTOBUF_NULLABLE arena,
    const ZeroStatePageContextList& from)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, ZeroStatePageContextList_get_class_data()) {

#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  ZeroStatePageContextList* const _this = this;
  (void)_this;
  _internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
  new (&_impl_) Impl_(internal_visibility(), arena, from._impl_, from);

  // @@protoc_insertion_point(copy_constructor:optimization_guide.proto.ZeroStatePageContextList)
}
PROTOBUF_NDEBUG_INLINE ZeroStatePageContextList::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
      : _cached_size_{0},
        page_contexts_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::optimization_guide::proto::ZeroStatePageContextList,
            PROTOBUF_FIELD_OFFSET(::optimization_guide::proto::ZeroStatePageContextList, _impl_.page_contexts_)>()
         }
     {}

inline void ZeroStatePageContextList::SharedCtor(::_pb::Arena* PROTOBUF_NULLABLE arena) {
  new (&_impl_) Impl_(internal_visibility(), arena);
}
ZeroStatePageContextList::~ZeroStatePageContextList() {
  // @@protoc_insertion_point(destructor:optimization_guide.proto.ZeroStatePageContextList)
  SharedDtor(*this);
}
inline void ZeroStatePageContextList::SharedDtor(MessageLite& self) {
  ZeroStatePageContextList& this_ = static_cast<ZeroStatePageContextList&>(self);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    this_.CheckHasBitConsistency();
  }
  this_._internal_metadata_.Delete<::std::string>();
  ABSL_DCHECK(this_.GetArena() == nullptr);
  this_._impl_.~Impl_();
}

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite ZeroStatePageContextList_class_data_ =
    ZeroStatePageContextList::InternalGenerateClassData_(ZeroStatePageContextList_globals_._default);

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
ZeroStatePageContextList::GetClassData() const {
  return ZeroStatePageContextList_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
ZeroStatePageContextList::GetClassData() const {
  return ZeroStatePageContextList_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const ZeroStatePageContextList::ParseTableT_
    ZeroStatePageContextList::_table_ =
        ZeroStatePageContextList::InternalGenerateParseTable_(ZeroStatePageContextList_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void ZeroStatePageContextList::Clear() {
// @@protoc_insertion_point(message_clear_start:optimization_guide.proto.ZeroStatePageContextList)
  ::google::protobuf::internal::TSanWrite(&_impl_);
  ::uint32_t cached_has_bits = 0;
  // Prevent compiler warnings about cached_has_bits being unused
  (void) cached_has_bits;

  cached_has_bits = _impl_._has_bits_[0];
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    _impl_.page_contexts_.Clear();
  }
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::uint8_t* PROTOBUF_NONNULL ZeroStatePageContextList::_InternalSerialize(
    const ::google::protobuf::MessageLite& base, ::uint8_t* PROTOBUF_NONNULL target,
    ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) {
  const ZeroStatePageContextList& this_ = static_cast<const ZeroStatePageContextList&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::uint8_t* PROTOBUF_NONNULL ZeroStatePageContextList::_InternalSerialize(
    ::uint8_t* PROTOBUF_NONNULL target,
    ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const {
  const ZeroStatePageContextList& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    this_.CheckHasBitConsistency();
  }
  // @@protoc_insertion_point(serialize_to_array_start:optimization_guide.proto.ZeroStatePageContextList)
  ::uint32_t cached_has_bits = 0;
  (void)cached_has_bits;

  cached_has_bits = this_._impl_._has_bits_[0];
  // repeated .optimization_guide.proto.ZeroStatePageContext page_contexts = 1;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    for (unsigned i = 0, n = static_cast<unsigned>(
                             this_._internal_page_contexts_size());
         i < n; i++) {
      const auto& repfield = this_._internal_page_contexts().Get(i);
      target =
          ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
              1, repfield, repfield.GetCachedSize(),
              target, stream);
    }
  }

  if (ABSL_PREDICT_FALSE(this_._internal_metadata_.have_unknown_fields())) {
    target = stream->WriteRaw(
        this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).data(),
        static_cast<int>(this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).size()), target);
  }
  // @@protoc_insertion_point(serialize_to_array_end:optimization_guide.proto.ZeroStatePageContextList)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t ZeroStatePageContextList::ByteSizeLong(const MessageLite& base) {
  const ZeroStatePageContextList& this_ = static_cast<const ZeroStatePageContextList&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t ZeroStatePageContextList::ByteSizeLong() const {
  const ZeroStatePageContextList& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:optimization_guide.proto.ZeroStatePageContextList)
  ::size_t total_size = 0;

  ::uint32_t cached_has_bits = 0;
  // Prevent compiler warnings about cached_has_bits being unused
  (void)cached_has_bits;

  ::_pbi::Prefetch5LinesFrom7Lines(&this_);
   {
    // repeated .optimization_guide.proto.ZeroStatePageContext page_contexts = 1;
    cached_has_bits = this_._impl_._has_bits_[0];
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      total_size += 1UL * this_._internal_page_contexts_size();
      for (const auto& msg : this_._internal_page_contexts()) {
        total_size += ::google::protobuf::internal::WireFormatLite::MessageSize(msg);
      }
    }
  }
  if (ABSL_PREDICT_FALSE(this_._internal_metadata_.have_unknown_fields())) {
    total_size += this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).size();
  }
  this_._impl_._cached_size_.Set(::_pbi::ToCachedSize(total_size));
  return total_size;
}

void ZeroStatePageContextList::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<ZeroStatePageContextList*>(&to_msg);
  auto& from = static_cast<const ZeroStatePageContextList&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  ::google::protobuf::Arena* arena = _this->GetArena();
  // @@protoc_insertion_point(class_specific_merge_from_start:optimization_guide.proto.ZeroStatePageContextList)
  ABSL_DCHECK_NE(&from, _this);
  ::uint32_t cached_has_bits = 0;
  (void)cached_has_bits;

  cached_has_bits = from._impl_._has_bits_[0];
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    _this->_internal_mutable_page_contexts()->InternalMergeFromWithArena(
        ::google::protobuf::MessageLite::internal_visibility(), arena,
        from._internal_page_contexts());
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

void ZeroStatePageContextList::CopyFrom(const ZeroStatePageContextList& from) {
  // @@protoc_insertion_point(class_specific_copy_from_start:optimization_guide.proto.ZeroStatePageContextList)
  if (&from == this) return;
  Clear();
  MergeFrom(from);
}


void ZeroStatePageContextList::InternalSwap(ZeroStatePageContextList* PROTOBUF_RESTRICT PROTOBUF_NONNULL other) {
  using ::std::swap;
  _internal_metadata_.InternalSwap(&other->_internal_metadata_);
  swap(_impl_._has_bits_[0], other->_impl_._has_bits_[0]);
  _impl_.page_contexts_.InternalSwap(&other->_impl_.page_contexts_);
}

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

void ZeroStatePageContext::clear_page_context() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (_impl_.page_context_ != nullptr) _impl_.page_context_->Clear();
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
}
ZeroStatePageContext::ZeroStatePageContext(::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, ZeroStatePageContext_get_class_data()) {
#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  SharedCtor(arena);
  // @@protoc_insertion_point(arena_constructor:optimization_guide.proto.ZeroStatePageContext)
}
PROTOBUF_NDEBUG_INLINE ZeroStatePageContext::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Impl_& from,
    [[maybe_unused]] const ::optimization_guide::proto::ZeroStatePageContext& from_msg)
      : _has_bits_{from._has_bits_},
        _cached_size_{0} {}

ZeroStatePageContext::ZeroStatePageContext(
    ::google::protobuf::Arena* PROTOBUF_NULLABLE arena,
    const ZeroStatePageContext& from)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, ZeroStatePageContext_get_class_data()) {

#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  ZeroStatePageContext* const _this = this;
  (void)_this;
  _internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
  new (&_impl_) Impl_(internal_visibility(), arena, from._impl_, from);
  ::uint32_t cached_has_bits = _impl_._has_bits_[0];
  _impl_.page_context_ = (CheckHasBit(cached_has_bits, 0x00000001U))
                ? ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.page_context_)
                : nullptr;
  _impl_.is_focused_ = from._impl_.is_focused_;

  // @@protoc_insertion_point(copy_constructor:optimization_guide.proto.ZeroStatePageContext)
}
PROTOBUF_NDEBUG_INLINE ZeroStatePageContext::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
      : _cached_size_{0} {}

inline void ZeroStatePageContext::SharedCtor(::_pb::Arena* PROTOBUF_NULLABLE arena) {
  new (&_impl_) Impl_(internal_visibility(), arena);
  ::memset(reinterpret_cast<char*>(&_impl_) +
               offsetof(Impl_, page_context_),
           0,
           offsetof(Impl_, is_focused_) -
               offsetof(Impl_, page_context_) +
               sizeof(Impl_::is_focused_));
}
ZeroStatePageContext::~ZeroStatePageContext() {
  // @@protoc_insertion_point(destructor:optimization_guide.proto.ZeroStatePageContext)
  SharedDtor(*this);
}
inline void ZeroStatePageContext::SharedDtor(MessageLite& self) {
  ZeroStatePageContext& this_ = static_cast<ZeroStatePageContext&>(self);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    this_.CheckHasBitConsistency();
  }
  this_._internal_metadata_.Delete<::std::string>();
  ABSL_DCHECK(this_.GetArena() == nullptr);
  delete this_._impl_.page_context_;
  this_._impl_.~Impl_();
}

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite ZeroStatePageContext_class_data_ =
    ZeroStatePageContext::InternalGenerateClassData_(ZeroStatePageContext_globals_._default);

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
ZeroStatePageContext::GetClassData() const {
  return ZeroStatePageContext_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
ZeroStatePageContext::GetClassData() const {
  return ZeroStatePageContext_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const ZeroStatePageContext::ParseTableT_
    ZeroStatePageContext::_table_ =
        ZeroStatePageContext::InternalGenerateParseTable_(ZeroStatePageContext_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void ZeroStatePageContext::Clear() {
// @@protoc_insertion_point(message_clear_start:optimization_guide.proto.ZeroStatePageContext)
  ::google::protobuf::internal::TSanWrite(&_impl_);
  ::uint32_t cached_has_bits = 0;
  // Prevent compiler warnings about cached_has_bits being unused
  (void) cached_has_bits;

  cached_has_bits = _impl_._has_bits_[0];
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    ABSL_DCHECK(_impl_.page_context_ != nullptr);
    _impl_.page_context_->Clear();
  }
  _impl_.is_focused_ = false;
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::uint8_t* PROTOBUF_NONNULL ZeroStatePageContext::_InternalSerialize(
    const ::google::protobuf::MessageLite& base, ::uint8_t* PROTOBUF_NONNULL target,
    ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) {
  const ZeroStatePageContext& this_ = static_cast<const ZeroStatePageContext&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::uint8_t* PROTOBUF_NONNULL ZeroStatePageContext::_InternalSerialize(
    ::uint8_t* PROTOBUF_NONNULL target,
    ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const {
  const ZeroStatePageContext& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    this_.CheckHasBitConsistency();
  }
  // @@protoc_insertion_point(serialize_to_array_start:optimization_guide.proto.ZeroStatePageContext)
  ::uint32_t cached_has_bits = 0;
  (void)cached_has_bits;

  cached_has_bits = this_._impl_._has_bits_[0];
  // .optimization_guide.proto.PageContext page_context = 1 [features = {
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
        1, *this_._impl_.page_context_, this_._impl_.page_context_->GetCachedSize(), target,
        stream);
  }

  // bool is_focused = 2 [features = {
  if (CheckHasBit(cached_has_bits, 0x00000002U)) {
    target = stream->EnsureSpace(target);
    target = ::_pbi::WireFormatLite::WriteBoolToArray(
        2, this_._internal_is_focused(), target);
  }

  if (ABSL_PREDICT_FALSE(this_._internal_metadata_.have_unknown_fields())) {
    target = stream->WriteRaw(
        this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).data(),
        static_cast<int>(this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).size()), target);
  }
  // @@protoc_insertion_point(serialize_to_array_end:optimization_guide.proto.ZeroStatePageContext)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t ZeroStatePageContext::ByteSizeLong(const MessageLite& base) {
  const ZeroStatePageContext& this_ = static_cast<const ZeroStatePageContext&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t ZeroStatePageContext::ByteSizeLong() const {
  const ZeroStatePageContext& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:optimization_guide.proto.ZeroStatePageContext)
  ::size_t total_size = 0;

  ::uint32_t cached_has_bits = 0;
  // Prevent compiler warnings about cached_has_bits being unused
  (void)cached_has_bits;

  ::_pbi::Prefetch5LinesFrom7Lines(&this_);
  cached_has_bits = this_._impl_._has_bits_[0];
  total_size += static_cast<bool>(0x00000002U & cached_has_bits) * 2;
   {
    // .optimization_guide.proto.PageContext page_context = 1 [features = {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      total_size += 1 +
                    ::google::protobuf::internal::WireFormatLite::MessageSize(*this_._impl_.page_context_);
    }
  }
  if (ABSL_PREDICT_FALSE(this_._internal_metadata_.have_unknown_fields())) {
    total_size += this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).size();
  }
  this_._impl_._cached_size_.Set(::_pbi::ToCachedSize(total_size));
  return total_size;
}

void ZeroStatePageContext::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<ZeroStatePageContext*>(&to_msg);
  auto& from = static_cast<const ZeroStatePageContext&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  ::google::protobuf::Arena* arena = _this->GetArena();
  // @@protoc_insertion_point(class_specific_merge_from_start:optimization_guide.proto.ZeroStatePageContext)
  ABSL_DCHECK_NE(&from, _this);
  ::uint32_t cached_has_bits = 0;
  (void)cached_has_bits;

  cached_has_bits = from._impl_._has_bits_[0];
  if (BatchCheckHasBit(cached_has_bits, 0x00000003U)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      ABSL_DCHECK(from._impl_.page_context_ != nullptr);
      if (_this->_impl_.page_context_ == nullptr) {
        _this->_impl_.page_context_ = ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.page_context_);
      } else {
        _this->_impl_.page_context_->MergeFrom(*from._impl_.page_context_);
      }
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _this->_impl_.is_focused_ = from._impl_.is_focused_;
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

void ZeroStatePageContext::CopyFrom(const ZeroStatePageContext& from) {
  // @@protoc_insertion_point(class_specific_copy_from_start:optimization_guide.proto.ZeroStatePageContext)
  if (&from == this) return;
  Clear();
  MergeFrom(from);
}


void ZeroStatePageContext::InternalSwap(ZeroStatePageContext* PROTOBUF_RESTRICT PROTOBUF_NONNULL other) {
  using ::std::swap;
  _internal_metadata_.InternalSwap(&other->_internal_metadata_);
  swap(_impl_._has_bits_[0], other->_impl_._has_bits_[0]);
  ::google::protobuf::internal::memswap<
      PROTOBUF_FIELD_OFFSET(ZeroStatePageContext, _impl_.is_focused_)
      + sizeof(ZeroStatePageContext::_impl_.is_focused_)
      - PROTOBUF_FIELD_OFFSET(ZeroStatePageContext, _impl_.page_context_)>(
          reinterpret_cast<char*>(&_impl_.page_context_),
          reinterpret_cast<char*>(&other->_impl_.page_context_));
}

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

ZeroStateSuggestionsResponse::ZeroStateSuggestionsResponse(::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, ZeroStateSuggestionsResponse_get_class_data()) {
#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  SharedCtor(arena);
  // @@protoc_insertion_point(arena_constructor:optimization_guide.proto.ZeroStateSuggestionsResponse)
}
PROTOBUF_NDEBUG_INLINE ZeroStateSuggestionsResponse::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Impl_& from,
    [[maybe_unused]] const ::optimization_guide::proto::ZeroStateSuggestionsResponse& from_msg)
      : _has_bits_{from._has_bits_},
        _cached_size_{0},
        suggestions_ {
          visibility, ::_pbi::InternalMetadataOffset::Build<
              ::optimization_guide::proto::ZeroStateSuggestionsResponse,
              PROTOBUF_FIELD_OFFSET(::optimization_guide::proto::ZeroStateSuggestionsResponse, _impl_.suggestions_)>()
          , from.suggestions_
        }
     {}

ZeroStateSuggestionsResponse::ZeroStateSuggestionsResponse(
    ::google::protobuf::Arena* PROTOBUF_NULLABLE arena,
    const ZeroStateSuggestionsResponse& from)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, ZeroStateSuggestionsResponse_get_class_data()) {

#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  ZeroStateSuggestionsResponse* const _this = this;
  (void)_this;
  _internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
  new (&_impl_) Impl_(internal_visibility(), arena, from._impl_, from);

  // @@protoc_insertion_point(copy_constructor:optimization_guide.proto.ZeroStateSuggestionsResponse)
}
PROTOBUF_NDEBUG_INLINE ZeroStateSuggestionsResponse::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
      : _cached_size_{0},
        suggestions_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::optimization_guide::proto::ZeroStateSuggestionsResponse,
            PROTOBUF_FIELD_OFFSET(::optimization_guide::proto::ZeroStateSuggestionsResponse, _impl_.suggestions_)>()
         }
     {}

inline void ZeroStateSuggestionsResponse::SharedCtor(::_pb::Arena* PROTOBUF_NULLABLE arena) {
  new (&_impl_) Impl_(internal_visibility(), arena);
}
ZeroStateSuggestionsResponse::~ZeroStateSuggestionsResponse() {
  // @@protoc_insertion_point(destructor:optimization_guide.proto.ZeroStateSuggestionsResponse)
  SharedDtor(*this);
}
inline void ZeroStateSuggestionsResponse::SharedDtor(MessageLite& self) {
  ZeroStateSuggestionsResponse& this_ = static_cast<ZeroStateSuggestionsResponse&>(self);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    this_.CheckHasBitConsistency();
  }
  this_._internal_metadata_.Delete<::std::string>();
  ABSL_DCHECK(this_.GetArena() == nullptr);
  this_._impl_.~Impl_();
}

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite ZeroStateSuggestionsResponse_class_data_ =
    ZeroStateSuggestionsResponse::InternalGenerateClassData_(ZeroStateSuggestionsResponse_globals_._default);

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
ZeroStateSuggestionsResponse::GetClassData() const {
  return ZeroStateSuggestionsResponse_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
ZeroStateSuggestionsResponse::GetClassData() const {
  return ZeroStateSuggestionsResponse_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const ZeroStateSuggestionsResponse::ParseTableT_
    ZeroStateSuggestionsResponse::_table_ =
        ZeroStateSuggestionsResponse::InternalGenerateParseTable_(ZeroStateSuggestionsResponse_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void ZeroStateSuggestionsResponse::Clear() {
// @@protoc_insertion_point(message_clear_start:optimization_guide.proto.ZeroStateSuggestionsResponse)
  ::google::protobuf::internal::TSanWrite(&_impl_);
  ::uint32_t cached_has_bits = 0;
  // Prevent compiler warnings about cached_has_bits being unused
  (void) cached_has_bits;

  cached_has_bits = _impl_._has_bits_[0];
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    _impl_.suggestions_.Clear();
  }
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::uint8_t* PROTOBUF_NONNULL ZeroStateSuggestionsResponse::_InternalSerialize(
    const ::google::protobuf::MessageLite& base, ::uint8_t* PROTOBUF_NONNULL target,
    ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) {
  const ZeroStateSuggestionsResponse& this_ = static_cast<const ZeroStateSuggestionsResponse&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::uint8_t* PROTOBUF_NONNULL ZeroStateSuggestionsResponse::_InternalSerialize(
    ::uint8_t* PROTOBUF_NONNULL target,
    ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const {
  const ZeroStateSuggestionsResponse& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    this_.CheckHasBitConsistency();
  }
  // @@protoc_insertion_point(serialize_to_array_start:optimization_guide.proto.ZeroStateSuggestionsResponse)
  ::uint32_t cached_has_bits = 0;
  (void)cached_has_bits;

  cached_has_bits = this_._impl_._has_bits_[0];
  // repeated .optimization_guide.proto.Suggestion suggestions = 1;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    for (unsigned i = 0, n = static_cast<unsigned>(
                             this_._internal_suggestions_size());
         i < n; i++) {
      const auto& repfield = this_._internal_suggestions().Get(i);
      target =
          ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
              1, repfield, repfield.GetCachedSize(),
              target, stream);
    }
  }

  if (ABSL_PREDICT_FALSE(this_._internal_metadata_.have_unknown_fields())) {
    target = stream->WriteRaw(
        this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).data(),
        static_cast<int>(this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).size()), target);
  }
  // @@protoc_insertion_point(serialize_to_array_end:optimization_guide.proto.ZeroStateSuggestionsResponse)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t ZeroStateSuggestionsResponse::ByteSizeLong(const MessageLite& base) {
  const ZeroStateSuggestionsResponse& this_ = static_cast<const ZeroStateSuggestionsResponse&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t ZeroStateSuggestionsResponse::ByteSizeLong() const {
  const ZeroStateSuggestionsResponse& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:optimization_guide.proto.ZeroStateSuggestionsResponse)
  ::size_t total_size = 0;

  ::uint32_t cached_has_bits = 0;
  // Prevent compiler warnings about cached_has_bits being unused
  (void)cached_has_bits;

  ::_pbi::Prefetch5LinesFrom7Lines(&this_);
   {
    // repeated .optimization_guide.proto.Suggestion suggestions = 1;
    cached_has_bits = this_._impl_._has_bits_[0];
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      total_size += 1UL * this_._internal_suggestions_size();
      for (const auto& msg : this_._internal_suggestions()) {
        total_size += ::google::protobuf::internal::WireFormatLite::MessageSize(msg);
      }
    }
  }
  if (ABSL_PREDICT_FALSE(this_._internal_metadata_.have_unknown_fields())) {
    total_size += this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).size();
  }
  this_._impl_._cached_size_.Set(::_pbi::ToCachedSize(total_size));
  return total_size;
}

void ZeroStateSuggestionsResponse::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<ZeroStateSuggestionsResponse*>(&to_msg);
  auto& from = static_cast<const ZeroStateSuggestionsResponse&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  ::google::protobuf::Arena* arena = _this->GetArena();
  // @@protoc_insertion_point(class_specific_merge_from_start:optimization_guide.proto.ZeroStateSuggestionsResponse)
  ABSL_DCHECK_NE(&from, _this);
  ::uint32_t cached_has_bits = 0;
  (void)cached_has_bits;

  cached_has_bits = from._impl_._has_bits_[0];
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    _this->_internal_mutable_suggestions()->InternalMergeFromWithArena(
        ::google::protobuf::MessageLite::internal_visibility(), arena,
        from._internal_suggestions());
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

void ZeroStateSuggestionsResponse::CopyFrom(const ZeroStateSuggestionsResponse& from) {
  // @@protoc_insertion_point(class_specific_copy_from_start:optimization_guide.proto.ZeroStateSuggestionsResponse)
  if (&from == this) return;
  Clear();
  MergeFrom(from);
}


void ZeroStateSuggestionsResponse::InternalSwap(ZeroStateSuggestionsResponse* PROTOBUF_RESTRICT PROTOBUF_NONNULL other) {
  using ::std::swap;
  _internal_metadata_.InternalSwap(&other->_internal_metadata_);
  swap(_impl_._has_bits_[0], other->_impl_._has_bits_[0]);
  _impl_.suggestions_.InternalSwap(&other->_impl_.suggestions_);
}

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

Suggestion::Suggestion(::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, Suggestion_get_class_data()) {
#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  SharedCtor(arena);
  // @@protoc_insertion_point(arena_constructor:optimization_guide.proto.Suggestion)
}
PROTOBUF_NDEBUG_INLINE Suggestion::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Impl_& from,
    [[maybe_unused]] const ::optimization_guide::proto::Suggestion& from_msg)
      : _has_bits_{from._has_bits_},
        _cached_size_{0},
        label_(arena, from.label_) {}

Suggestion::Suggestion(
    ::google::protobuf::Arena* PROTOBUF_NULLABLE arena,
    const Suggestion& from)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, Suggestion_get_class_data()) {

#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  Suggestion* const _this = this;
  (void)_this;
  _internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
  new (&_impl_) Impl_(internal_visibility(), arena, from._impl_, from);

  // @@protoc_insertion_point(copy_constructor:optimization_guide.proto.Suggestion)
}
PROTOBUF_NDEBUG_INLINE Suggestion::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
      : _cached_size_{0},
        label_(arena) {}

inline void Suggestion::SharedCtor(::_pb::Arena* PROTOBUF_NULLABLE arena) {
  new (&_impl_) Impl_(internal_visibility(), arena);
}
Suggestion::~Suggestion() {
  // @@protoc_insertion_point(destructor:optimization_guide.proto.Suggestion)
  SharedDtor(*this);
}
inline void Suggestion::SharedDtor(MessageLite& self) {
  Suggestion& this_ = static_cast<Suggestion&>(self);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    this_.CheckHasBitConsistency();
  }
  this_._internal_metadata_.Delete<::std::string>();
  ABSL_DCHECK(this_.GetArena() == nullptr);
  this_._impl_.label_.Destroy();
  this_._impl_.~Impl_();
}

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite Suggestion_class_data_ =
    Suggestion::InternalGenerateClassData_(Suggestion_globals_._default);

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
Suggestion::GetClassData() const {
  return Suggestion_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
Suggestion::GetClassData() const {
  return Suggestion_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const Suggestion::ParseTableT_
    Suggestion::_table_ =
        Suggestion::InternalGenerateParseTable_(Suggestion_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void Suggestion::Clear() {
// @@protoc_insertion_point(message_clear_start:optimization_guide.proto.Suggestion)
  ::google::protobuf::internal::TSanWrite(&_impl_);
  ::uint32_t cached_has_bits = 0;
  // Prevent compiler warnings about cached_has_bits being unused
  (void) cached_has_bits;

  cached_has_bits = _impl_._has_bits_[0];
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    _impl_.label_.ClearNonDefaultToEmpty();
  }
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::uint8_t* PROTOBUF_NONNULL Suggestion::_InternalSerialize(
    const ::google::protobuf::MessageLite& base, ::uint8_t* PROTOBUF_NONNULL target,
    ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) {
  const Suggestion& this_ = static_cast<const Suggestion&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::uint8_t* PROTOBUF_NONNULL Suggestion::_InternalSerialize(
    ::uint8_t* PROTOBUF_NONNULL target,
    ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const {
  const Suggestion& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    this_.CheckHasBitConsistency();
  }
  // @@protoc_insertion_point(serialize_to_array_start:optimization_guide.proto.Suggestion)
  ::uint32_t cached_has_bits = 0;
  (void)cached_has_bits;

  cached_has_bits = this_._impl_._has_bits_[0];
  // string label = 1 [features = {
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    const ::std::string& _s = this_._internal_label();
    ::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
        _s.data(), static_cast<int>(_s.length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, "optimization_guide.proto.Suggestion.label");
    target = stream->WriteStringMaybeAliased(1, _s, target);
  }

  if (ABSL_PREDICT_FALSE(this_._internal_metadata_.have_unknown_fields())) {
    target = stream->WriteRaw(
        this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).data(),
        static_cast<int>(this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).size()), target);
  }
  // @@protoc_insertion_point(serialize_to_array_end:optimization_guide.proto.Suggestion)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t Suggestion::ByteSizeLong(const MessageLite& base) {
  const Suggestion& this_ = static_cast<const Suggestion&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t Suggestion::ByteSizeLong() const {
  const Suggestion& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:optimization_guide.proto.Suggestion)
  ::size_t total_size = 0;

  ::uint32_t cached_has_bits = 0;
  // Prevent compiler warnings about cached_has_bits being unused
  (void)cached_has_bits;

   {
    // string label = 1 [features = {
    cached_has_bits = this_._impl_._has_bits_[0];
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_label());
    }
  }
  if (ABSL_PREDICT_FALSE(this_._internal_metadata_.have_unknown_fields())) {
    total_size += this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).size();
  }
  this_._impl_._cached_size_.Set(::_pbi::ToCachedSize(total_size));
  return total_size;
}

void Suggestion::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<Suggestion*>(&to_msg);
  auto& from = static_cast<const Suggestion&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  // @@protoc_insertion_point(class_specific_merge_from_start:optimization_guide.proto.Suggestion)
  ABSL_DCHECK_NE(&from, _this);
  ::uint32_t cached_has_bits = 0;
  (void)cached_has_bits;

  cached_has_bits = from._impl_._has_bits_[0];
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    _this->_internal_set_label(from._internal_label());
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

void Suggestion::CopyFrom(const Suggestion& from) {
  // @@protoc_insertion_point(class_specific_copy_from_start:optimization_guide.proto.Suggestion)
  if (&from == this) return;
  Clear();
  MergeFrom(from);
}


void Suggestion::InternalSwap(Suggestion* PROTOBUF_RESTRICT PROTOBUF_NONNULL other) {
  using ::std::swap;
  auto* arena = GetArena();
  ABSL_DCHECK_EQ(arena, other->GetArena());
  _internal_metadata_.InternalSwap(&other->_internal_metadata_);
  swap(_impl_._has_bits_[0], other->_impl_._has_bits_[0]);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.label_, &other->_impl_.label_, arena);
}

// @@protoc_insertion_point(namespace_scope)
}  // namespace proto
}  // namespace optimization_guide
namespace google {
namespace protobuf {
}  // namespace protobuf
}  // namespace google
// @@protoc_insertion_point(global_scope)
#include "google/protobuf/port_undef.inc"
