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

#include "components/optimization_guide/proto/features/atmem_query_analyzer.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 TypedValue_StringList::_Internal {
 public:
  using HasBits = decltype(::std::declval<TypedValue_StringList>()._impl_._has_bits_);
  static constexpr ::int32_t kHasBitsOffset =
      8 * PROTOBUF_FIELD_OFFSET(TypedValue_StringList, _impl_._has_bits_);
};

constexpr TypedValue_StringList::ParseTableT_ TypedValue_StringList::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(TypedValue_StringList, _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::TypedValue_StringList>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      // repeated string values = 1;
      {::_pbi::TcParser::FastUR1,
       {10, 0, 0,
        PROTOBUF_FIELD_OFFSET(TypedValue_StringList, _impl_.values_)}},
    }}, {{
      65535, 65535
    }}, {{
      // repeated string values = 1;
      {PROTOBUF_FIELD_OFFSET(TypedValue_StringList, _impl_.values_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcRepeated | ::_fl::kUtf8String | ::_fl::kRepSString)},
    }},
    // no aux_entries
    {{
      "\56\6\0\0\0\0\0\0"
      "optimization_guide.proto.TypedValue.StringList"
      "values"
    }},
  };
}


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

template <typename>
constexpr TypedValue_StringList::TypedValue_StringList(::_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 TypedValue_StringList::PlacementNew_(
    const void* PROTOBUF_NONNULL, void* PROTOBUF_NONNULL mem,
    ::google::protobuf::Arena* PROTOBUF_NULLABLE arena) {
  return ::new (mem) TypedValue_StringList(arena);
}
constexpr auto TypedValue_StringList::InternalNewImpl_() {
  return ::google::protobuf::internal::MessageCreator::CopyInit(sizeof(TypedValue_StringList), alignof(TypedValue_StringList));
}
constexpr auto TypedValue_StringList::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
          &TypedValue_StringList::MergeImpl,
          ::google::protobuf::MessageLite::GetNewImpl<TypedValue_StringList>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
          &TypedValue_StringList::SharedDtor,
          ::google::protobuf::MessageLite::GetClearImpl<TypedValue_StringList>(), &TypedValue_StringList::ByteSizeLong,
              &TypedValue_StringList::_InternalSerialize,
#endif  // PROTOBUF_CUSTOM_VTABLE
          PROTOBUF_FIELD_OFFSET(TypedValue_StringList, _impl_._cached_size_),
          true,
      },
      "optimization_guide.proto.TypedValue.StringList",
  };
}
struct TypedValue_StringListGlobalsTypeInternal : ::_pbi::MessageGlobalsBase {
  constexpr TypedValue_StringListGlobalsTypeInternal()
      :
#ifndef PROTOBUF_MESSAGE_GLOBALS
        _default(::_pbi::ConstantInitialized{},
                 TypedValue_StringList_class_data_.base())
#else   // !PROTOBUF_MESSAGE_GLOBALS
        MessageGlobalsBase(TypedValue_StringList::InternalGenerateClassData_(
            _default, &TypedValue_StringList_globals_._table.header)),
        _default(::_pbi::ConstantInitialized{}, GetClassData()),
        _table(::_pbi::PrivateAccess::GenerateParseTable<TypedValue_StringList>(
            GetClassData()))
#endif  // PROTOBUF_MESSAGE_GLOBALS
  {
  }
  ~TypedValue_StringListGlobalsTypeInternal() {}
  union {
    alignas(::_pbi::kMaxMessageAlignment) TypedValue_StringList _default;
  };
#ifdef PROTOBUF_MESSAGE_GLOBALS
  decltype(::_pbi::PrivateAccess::GenerateParseTable<TypedValue_StringList>(
      ::std::declval<const ::_pbi::ClassData*>())) _table;
#endif
};
#ifdef PROTOBUF_MESSAGE_GLOBALS
static_assert(PROTOBUF_FIELD_OFFSET(TypedValue_StringListGlobalsTypeInternal, _default) ==
              ::_pbi::MessageGlobalsBase::OffsetToDefault());
#endif  // PROTOBUF_MESSAGE_GLOBALS

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

constexpr TypedValue_Date::ParseTableT_ TypedValue_Date::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(TypedValue_Date, _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
      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::TypedValue_Date>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      {::_pbi::TcParser::MiniParse, {}},
      // int32 year = 1 [features = {
      {::_pbi::TcParser::FastV32S1,
       {8, 0, 0,
        PROTOBUF_FIELD_OFFSET(TypedValue_Date, _impl_.year_)}},
      // int32 month = 2 [features = {
      {::_pbi::TcParser::FastV32S1,
       {16, 1, 0,
        PROTOBUF_FIELD_OFFSET(TypedValue_Date, _impl_.month_)}},
      // int32 day = 3 [features = {
      {::_pbi::TcParser::FastV32S1,
       {24, 2, 0,
        PROTOBUF_FIELD_OFFSET(TypedValue_Date, _impl_.day_)}},
    }}, {{
      65535, 65535
    }}, {{
      // int32 year = 1 [features = {
      {PROTOBUF_FIELD_OFFSET(TypedValue_Date, _impl_.year_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcOptional | ::_fl::kInt32)},
      // int32 month = 2 [features = {
      {PROTOBUF_FIELD_OFFSET(TypedValue_Date, _impl_.month_), _Internal::kHasBitsOffset + 1, 0, (0 | ::_fl::kFcOptional | ::_fl::kInt32)},
      // int32 day = 3 [features = {
      {PROTOBUF_FIELD_OFFSET(TypedValue_Date, _impl_.day_), _Internal::kHasBitsOffset + 2, 0, (0 | ::_fl::kFcOptional | ::_fl::kInt32)},
    }},
    // no aux_entries
    {{
    }},
  };
}


inline constexpr TypedValue_Date::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        year_{0},
        month_{0},
        day_{0} {}

template <typename>
constexpr TypedValue_Date::TypedValue_Date(::_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 TypedValue_Date::PlacementNew_(
    const void* PROTOBUF_NONNULL, void* PROTOBUF_NONNULL mem,
    ::google::protobuf::Arena* PROTOBUF_NULLABLE arena) {
  return ::new (mem) TypedValue_Date(arena);
}
constexpr auto TypedValue_Date::InternalNewImpl_() {
  return ::google::protobuf::internal::MessageCreator::ZeroInit(sizeof(TypedValue_Date), alignof(TypedValue_Date));
}
constexpr auto TypedValue_Date::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
          &TypedValue_Date::MergeImpl,
          ::google::protobuf::MessageLite::GetNewImpl<TypedValue_Date>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
          &TypedValue_Date::SharedDtor,
          ::google::protobuf::MessageLite::GetClearImpl<TypedValue_Date>(), &TypedValue_Date::ByteSizeLong,
              &TypedValue_Date::_InternalSerialize,
#endif  // PROTOBUF_CUSTOM_VTABLE
          PROTOBUF_FIELD_OFFSET(TypedValue_Date, _impl_._cached_size_),
          true,
      },
      "optimization_guide.proto.TypedValue.Date",
  };
}
struct TypedValue_DateGlobalsTypeInternal : ::_pbi::MessageGlobalsBase {
  constexpr TypedValue_DateGlobalsTypeInternal()
      :
#ifndef PROTOBUF_MESSAGE_GLOBALS
        _default(::_pbi::ConstantInitialized{},
                 TypedValue_Date_class_data_.base())
#else   // !PROTOBUF_MESSAGE_GLOBALS
        MessageGlobalsBase(TypedValue_Date::InternalGenerateClassData_(
            _default, &TypedValue_Date_globals_._table.header)),
        _default(::_pbi::ConstantInitialized{}, GetClassData()),
        _table(::_pbi::PrivateAccess::GenerateParseTable<TypedValue_Date>(
            GetClassData()))
#endif  // PROTOBUF_MESSAGE_GLOBALS
  {
  }
  ~TypedValue_DateGlobalsTypeInternal() {}
  union {
    alignas(::_pbi::kMaxMessageAlignment) TypedValue_Date _default;
  };
#ifdef PROTOBUF_MESSAGE_GLOBALS
  decltype(::_pbi::PrivateAccess::GenerateParseTable<TypedValue_Date>(
      ::std::declval<const ::_pbi::ClassData*>())) _table;
#endif
};
#ifdef PROTOBUF_MESSAGE_GLOBALS
static_assert(PROTOBUF_FIELD_OFFSET(TypedValue_DateGlobalsTypeInternal, _default) ==
              ::_pbi::MessageGlobalsBase::OffsetToDefault());
#endif  // PROTOBUF_MESSAGE_GLOBALS

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

constexpr StringFilter::ParseTableT_ StringFilter::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(StringFilter, _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
      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::StringFilter>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      // .optimization_guide.proto.StringFilter.StringFilterMode mode = 2 [features = {
      {::_pbi::TcParser::FastV32S1,
       {16, 1, 0,
        PROTOBUF_FIELD_OFFSET(StringFilter, _impl_.mode_)}},
      // string value = 1 [features = {
      {::_pbi::TcParser::FastUS1,
       {10, 0, 0,
        PROTOBUF_FIELD_OFFSET(StringFilter, _impl_.value_)}},
    }}, {{
      65535, 65535
    }}, {{
      // string value = 1 [features = {
      {PROTOBUF_FIELD_OFFSET(StringFilter, _impl_.value_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcOptional | ::_fl::kUtf8String | ::_fl::kRepAString)},
      // .optimization_guide.proto.StringFilter.StringFilterMode mode = 2 [features = {
      {PROTOBUF_FIELD_OFFSET(StringFilter, _impl_.mode_), _Internal::kHasBitsOffset + 1, 0, (0 | ::_fl::kFcOptional | ::_fl::kOpenEnum)},
    }},
    // no aux_entries
    {{
      "\45\5\0\0\0\0\0\0"
      "optimization_guide.proto.StringFilter"
      "value"
    }},
  };
}


inline constexpr StringFilter::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        value_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        mode_{static_cast< ::optimization_guide::proto::StringFilter_StringFilterMode >(0)} {}

template <typename>
constexpr StringFilter::StringFilter(::_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 StringFilter::PlacementNew_(
    const void* PROTOBUF_NONNULL, void* PROTOBUF_NONNULL mem,
    ::google::protobuf::Arena* PROTOBUF_NULLABLE arena) {
  return ::new (mem) StringFilter(arena);
}
constexpr auto StringFilter::InternalNewImpl_() {
  return ::google::protobuf::internal::MessageCreator::CopyInit(sizeof(StringFilter), alignof(StringFilter));
}
constexpr auto StringFilter::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
          &StringFilter::MergeImpl,
          ::google::protobuf::MessageLite::GetNewImpl<StringFilter>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
          &StringFilter::SharedDtor,
          ::google::protobuf::MessageLite::GetClearImpl<StringFilter>(), &StringFilter::ByteSizeLong,
              &StringFilter::_InternalSerialize,
#endif  // PROTOBUF_CUSTOM_VTABLE
          PROTOBUF_FIELD_OFFSET(StringFilter, _impl_._cached_size_),
          true,
      },
      "optimization_guide.proto.StringFilter",
  };
}
struct StringFilterGlobalsTypeInternal : ::_pbi::MessageGlobalsBase {
  constexpr StringFilterGlobalsTypeInternal()
      :
#ifndef PROTOBUF_MESSAGE_GLOBALS
        _default(::_pbi::ConstantInitialized{},
                 StringFilter_class_data_.base())
#else   // !PROTOBUF_MESSAGE_GLOBALS
        MessageGlobalsBase(StringFilter::InternalGenerateClassData_(
            _default, &StringFilter_globals_._table.header)),
        _default(::_pbi::ConstantInitialized{}, GetClassData()),
        _table(::_pbi::PrivateAccess::GenerateParseTable<StringFilter>(
            GetClassData()))
#endif  // PROTOBUF_MESSAGE_GLOBALS
  {
  }
  ~StringFilterGlobalsTypeInternal() {}
  union {
    alignas(::_pbi::kMaxMessageAlignment) StringFilter _default;
  };
#ifdef PROTOBUF_MESSAGE_GLOBALS
  decltype(::_pbi::PrivateAccess::GenerateParseTable<StringFilter>(
      ::std::declval<const ::_pbi::ClassData*>())) _table;
#endif
};
#ifdef PROTOBUF_MESSAGE_GLOBALS
static_assert(PROTOBUF_FIELD_OFFSET(StringFilterGlobalsTypeInternal, _default) ==
              ::_pbi::MessageGlobalsBase::OffsetToDefault());
#endif  // PROTOBUF_MESSAGE_GLOBALS

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

constexpr AtmemQueryAnalyzerRequest::ParseTableT_ AtmemQueryAnalyzerRequest::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(AtmemQueryAnalyzerRequest, _impl_._has_bits_),
      0, // no _extensions_
      4, 24,  // max_field_number, fast_idx_mask
      offsetof(ParseTableT_, field_lookup_table),
      4294967280,  // skipmap
      offsetof(ParseTableT_, field_entries),
      4,  // 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::AtmemQueryAnalyzerRequest>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      // string current_date = 4 [features = {
      {::_pbi::TcParser::FastUS1,
       {34, 3, 0,
        PROTOBUF_FIELD_OFFSET(AtmemQueryAnalyzerRequest, _impl_.current_date_)}},
      // string user_query = 1 [features = {
      {::_pbi::TcParser::FastUS1,
       {10, 0, 0,
        PROTOBUF_FIELD_OFFSET(AtmemQueryAnalyzerRequest, _impl_.user_query_)}},
      // string url = 2 [features = {
      {::_pbi::TcParser::FastUS1,
       {18, 1, 0,
        PROTOBUF_FIELD_OFFSET(AtmemQueryAnalyzerRequest, _impl_.url_)}},
      // string title = 3 [features = {
      {::_pbi::TcParser::FastUS1,
       {26, 2, 0,
        PROTOBUF_FIELD_OFFSET(AtmemQueryAnalyzerRequest, _impl_.title_)}},
    }}, {{
      65535, 65535
    }}, {{
      // string user_query = 1 [features = {
      {PROTOBUF_FIELD_OFFSET(AtmemQueryAnalyzerRequest, _impl_.user_query_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcOptional | ::_fl::kUtf8String | ::_fl::kRepAString)},
      // string url = 2 [features = {
      {PROTOBUF_FIELD_OFFSET(AtmemQueryAnalyzerRequest, _impl_.url_), _Internal::kHasBitsOffset + 1, 0, (0 | ::_fl::kFcOptional | ::_fl::kUtf8String | ::_fl::kRepAString)},
      // string title = 3 [features = {
      {PROTOBUF_FIELD_OFFSET(AtmemQueryAnalyzerRequest, _impl_.title_), _Internal::kHasBitsOffset + 2, 0, (0 | ::_fl::kFcOptional | ::_fl::kUtf8String | ::_fl::kRepAString)},
      // string current_date = 4 [features = {
      {PROTOBUF_FIELD_OFFSET(AtmemQueryAnalyzerRequest, _impl_.current_date_), _Internal::kHasBitsOffset + 3, 0, (0 | ::_fl::kFcOptional | ::_fl::kUtf8String | ::_fl::kRepAString)},
    }},
    // no aux_entries
    {{
      "\62\12\3\5\14\0\0\0"
      "optimization_guide.proto.AtmemQueryAnalyzerRequest"
      "user_query"
      "url"
      "title"
      "current_date"
    }},
  };
}


inline constexpr AtmemQueryAnalyzerRequest::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        user_query_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        url_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        title_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        current_date_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()) {}

template <typename>
constexpr AtmemQueryAnalyzerRequest::AtmemQueryAnalyzerRequest(::_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 AtmemQueryAnalyzerRequest::PlacementNew_(
    const void* PROTOBUF_NONNULL, void* PROTOBUF_NONNULL mem,
    ::google::protobuf::Arena* PROTOBUF_NULLABLE arena) {
  return ::new (mem) AtmemQueryAnalyzerRequest(arena);
}
constexpr auto AtmemQueryAnalyzerRequest::InternalNewImpl_() {
  return ::google::protobuf::internal::MessageCreator::CopyInit(sizeof(AtmemQueryAnalyzerRequest), alignof(AtmemQueryAnalyzerRequest));
}
constexpr auto AtmemQueryAnalyzerRequest::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
          &AtmemQueryAnalyzerRequest::MergeImpl,
          ::google::protobuf::MessageLite::GetNewImpl<AtmemQueryAnalyzerRequest>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
          &AtmemQueryAnalyzerRequest::SharedDtor,
          ::google::protobuf::MessageLite::GetClearImpl<AtmemQueryAnalyzerRequest>(), &AtmemQueryAnalyzerRequest::ByteSizeLong,
              &AtmemQueryAnalyzerRequest::_InternalSerialize,
#endif  // PROTOBUF_CUSTOM_VTABLE
          PROTOBUF_FIELD_OFFSET(AtmemQueryAnalyzerRequest, _impl_._cached_size_),
          true,
      },
      "optimization_guide.proto.AtmemQueryAnalyzerRequest",
  };
}
struct AtmemQueryAnalyzerRequestGlobalsTypeInternal : ::_pbi::MessageGlobalsBase {
  constexpr AtmemQueryAnalyzerRequestGlobalsTypeInternal()
      :
#ifndef PROTOBUF_MESSAGE_GLOBALS
        _default(::_pbi::ConstantInitialized{},
                 AtmemQueryAnalyzerRequest_class_data_.base())
#else   // !PROTOBUF_MESSAGE_GLOBALS
        MessageGlobalsBase(AtmemQueryAnalyzerRequest::InternalGenerateClassData_(
            _default, &AtmemQueryAnalyzerRequest_globals_._table.header)),
        _default(::_pbi::ConstantInitialized{}, GetClassData()),
        _table(::_pbi::PrivateAccess::GenerateParseTable<AtmemQueryAnalyzerRequest>(
            GetClassData()))
#endif  // PROTOBUF_MESSAGE_GLOBALS
  {
  }
  ~AtmemQueryAnalyzerRequestGlobalsTypeInternal() {}
  union {
    alignas(::_pbi::kMaxMessageAlignment) AtmemQueryAnalyzerRequest _default;
  };
#ifdef PROTOBUF_MESSAGE_GLOBALS
  decltype(::_pbi::PrivateAccess::GenerateParseTable<AtmemQueryAnalyzerRequest>(
      ::std::declval<const ::_pbi::ClassData*>())) _table;
#endif
};
#ifdef PROTOBUF_MESSAGE_GLOBALS
static_assert(PROTOBUF_FIELD_OFFSET(AtmemQueryAnalyzerRequestGlobalsTypeInternal, _default) ==
              ::_pbi::MessageGlobalsBase::OffsetToDefault());
#endif  // PROTOBUF_MESSAGE_GLOBALS

PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
    PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 PROTOBUF_MESSAGE_GLOBALS_CONST AtmemQueryAnalyzerRequestGlobalsTypeInternal AtmemQueryAnalyzerRequest_globals_
        PROTOBUF_MESSAGE_GLOBALS_SECTION(.data.rel.ro);
#if defined(PROTOBUF_CUSTOM_VTABLE)
namespace {
const ::_pbi::ClassData* AtmemQueryAnalyzerRequest_get_class_data() {
#ifdef PROTOBUF_MESSAGE_GLOBALS
  return AtmemQueryAnalyzerRequest_globals_.GetClassData();
#else
  return AtmemQueryAnalyzerRequest_class_data_.base();
#endif  // PROTOBUF_MESSAGE_GLOBALS
}
}  // namespace
#endif  // PROTOBUF_CUSTOM_VTABLE
class TypedValue::_Internal {
 public:
  static constexpr ::int32_t kOneofCaseOffset =
      PROTOBUF_FIELD_OFFSET(::optimization_guide::proto::TypedValue, _impl_._oneof_case_);
};

constexpr TypedValue::ParseTableT_ TypedValue::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(TypedValue,
                            _impl_._cached_size_),  // no hasbits
      0, // no _extensions_
      4, 0,  // max_field_number, fast_idx_mask
      offsetof(ParseTableT_, field_lookup_table),
      4294967280,  // skipmap
      offsetof(ParseTableT_, field_entries),
      4,  // 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::TypedValue>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      {::_pbi::TcParser::MiniParse, {}},
    }}, {{
      65535, 65535
    }}, {{
      // string country_code = 1;
      {PROTOBUF_FIELD_OFFSET(TypedValue, _impl_.value_.country_code_), _Internal::kOneofCaseOffset + 0, 0, (0 | ::_fl::kFcOneof | ::_fl::kUtf8String | ::_fl::kRepAString)},
      // .optimization_guide.proto.TypedValue.Date date = 2;
      {PROTOBUF_FIELD_OFFSET(TypedValue, _impl_.value_.date_), _Internal::kOneofCaseOffset + 0, 0, (0 | ::_fl::kFcOneof | ::_fl::kMessage | ::_fl::kTvTable)},
      // .optimization_guide.proto.DateTime date_time = 3;
      {PROTOBUF_FIELD_OFFSET(TypedValue, _impl_.value_.date_time_), _Internal::kOneofCaseOffset + 0, 1, (0 | ::_fl::kFcOneof | ::_fl::kMessage | ::_fl::kTvTable)},
      // .optimization_guide.proto.TypedValue.StringList string_list = 4;
      {PROTOBUF_FIELD_OFFSET(TypedValue, _impl_.value_.string_list_), _Internal::kOneofCaseOffset + 0, 2, (0 | ::_fl::kFcOneof | ::_fl::kMessage | ::_fl::kTvTable)},
    }},
    {{
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::optimization_guide::proto::TypedValue_Date>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::optimization_guide::proto::TypedValue_Date_globals_},
        #endif
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::optimization_guide::proto::DateTime>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::optimization_guide::proto::DateTime_globals_},
        #endif
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::optimization_guide::proto::TypedValue_StringList>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::optimization_guide::proto::TypedValue_StringList_globals_},
        #endif
    }},
    {{
      "\43\14\0\0\0\0\0\0"
      "optimization_guide.proto.TypedValue"
      "country_code"
    }},
  };
}


inline constexpr TypedValue::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : value_{},
        _cached_size_{0},
        _oneof_case_{} {}

template <typename>
constexpr TypedValue::TypedValue(::_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 TypedValue::PlacementNew_(
    const void* PROTOBUF_NONNULL, void* PROTOBUF_NONNULL mem,
    ::google::protobuf::Arena* PROTOBUF_NULLABLE arena) {
  return ::new (mem) TypedValue(arena);
}
constexpr auto TypedValue::InternalNewImpl_() {
  return ::google::protobuf::internal::MessageCreator::ZeroInit(sizeof(TypedValue), alignof(TypedValue));
}
constexpr auto TypedValue::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
          &TypedValue::MergeImpl,
          ::google::protobuf::MessageLite::GetNewImpl<TypedValue>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
          &TypedValue::SharedDtor,
          ::google::protobuf::MessageLite::GetClearImpl<TypedValue>(), &TypedValue::ByteSizeLong,
              &TypedValue::_InternalSerialize,
#endif  // PROTOBUF_CUSTOM_VTABLE
          PROTOBUF_FIELD_OFFSET(TypedValue, _impl_._cached_size_),
          true,
      },
      "optimization_guide.proto.TypedValue",
  };
}
struct TypedValueGlobalsTypeInternal : ::_pbi::MessageGlobalsBase {
  constexpr TypedValueGlobalsTypeInternal()
      :
#ifndef PROTOBUF_MESSAGE_GLOBALS
        _default(::_pbi::ConstantInitialized{},
                 TypedValue_class_data_.base())
#else   // !PROTOBUF_MESSAGE_GLOBALS
        MessageGlobalsBase(TypedValue::InternalGenerateClassData_(
            _default, &TypedValue_globals_._table.header)),
        _default(::_pbi::ConstantInitialized{}, GetClassData()),
        _table(::_pbi::PrivateAccess::GenerateParseTable<TypedValue>(
            GetClassData()))
#endif  // PROTOBUF_MESSAGE_GLOBALS
  {
  }
  ~TypedValueGlobalsTypeInternal() {}
  union {
    alignas(::_pbi::kMaxMessageAlignment) TypedValue _default;
  };
#ifdef PROTOBUF_MESSAGE_GLOBALS
  decltype(::_pbi::PrivateAccess::GenerateParseTable<TypedValue>(
      ::std::declval<const ::_pbi::ClassData*>())) _table;
#endif
};
#ifdef PROTOBUF_MESSAGE_GLOBALS
static_assert(PROTOBUF_FIELD_OFFSET(TypedValueGlobalsTypeInternal, _default) ==
              ::_pbi::MessageGlobalsBase::OffsetToDefault());
#endif  // PROTOBUF_MESSAGE_GLOBALS

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

constexpr TypedValueFilter::ParseTableT_ TypedValueFilter::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(TypedValueFilter, _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::TypedValueFilter>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      // .optimization_guide.proto.TypedValueFilter.FilterOperator filter_operator = 2 [features = {
      {::_pbi::TcParser::FastV32S1,
       {16, 1, 0,
        PROTOBUF_FIELD_OFFSET(TypedValueFilter, _impl_.filter_operator_)}},
      // .optimization_guide.proto.TypedValue typed_value = 1 [features = {
      {::_pbi::TcParser::FastMtS1,
       {10, 0, 0,
        PROTOBUF_FIELD_OFFSET(TypedValueFilter, _impl_.typed_value_)}},
    }}, {{
      65535, 65535
    }}, {{
      // .optimization_guide.proto.TypedValue typed_value = 1 [features = {
      {PROTOBUF_FIELD_OFFSET(TypedValueFilter, _impl_.typed_value_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcOptional | ::_fl::kMessage | ::_fl::kTvTable)},
      // .optimization_guide.proto.TypedValueFilter.FilterOperator filter_operator = 2 [features = {
      {PROTOBUF_FIELD_OFFSET(TypedValueFilter, _impl_.filter_operator_), _Internal::kHasBitsOffset + 1, 0, (0 | ::_fl::kFcOptional | ::_fl::kOpenEnum)},
    }},
    {{
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::optimization_guide::proto::TypedValue>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::optimization_guide::proto::TypedValue_globals_},
        #endif
    }},
    {{
    }},
  };
}


inline constexpr TypedValueFilter::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        typed_value_{nullptr},
        filter_operator_{static_cast< ::optimization_guide::proto::TypedValueFilter_FilterOperator >(0)} {}

template <typename>
constexpr TypedValueFilter::TypedValueFilter(::_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 TypedValueFilter::PlacementNew_(
    const void* PROTOBUF_NONNULL, void* PROTOBUF_NONNULL mem,
    ::google::protobuf::Arena* PROTOBUF_NULLABLE arena) {
  return ::new (mem) TypedValueFilter(arena);
}
constexpr auto TypedValueFilter::InternalNewImpl_() {
  return ::google::protobuf::internal::MessageCreator::ZeroInit(sizeof(TypedValueFilter), alignof(TypedValueFilter));
}
constexpr auto TypedValueFilter::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
          &TypedValueFilter::MergeImpl,
          ::google::protobuf::MessageLite::GetNewImpl<TypedValueFilter>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
          &TypedValueFilter::SharedDtor,
          ::google::protobuf::MessageLite::GetClearImpl<TypedValueFilter>(), &TypedValueFilter::ByteSizeLong,
              &TypedValueFilter::_InternalSerialize,
#endif  // PROTOBUF_CUSTOM_VTABLE
          PROTOBUF_FIELD_OFFSET(TypedValueFilter, _impl_._cached_size_),
          true,
      },
      "optimization_guide.proto.TypedValueFilter",
  };
}
struct TypedValueFilterGlobalsTypeInternal : ::_pbi::MessageGlobalsBase {
  constexpr TypedValueFilterGlobalsTypeInternal()
      :
#ifndef PROTOBUF_MESSAGE_GLOBALS
        _default(::_pbi::ConstantInitialized{},
                 TypedValueFilter_class_data_.base())
#else   // !PROTOBUF_MESSAGE_GLOBALS
        MessageGlobalsBase(TypedValueFilter::InternalGenerateClassData_(
            _default, &TypedValueFilter_globals_._table.header)),
        _default(::_pbi::ConstantInitialized{}, GetClassData()),
        _table(::_pbi::PrivateAccess::GenerateParseTable<TypedValueFilter>(
            GetClassData()))
#endif  // PROTOBUF_MESSAGE_GLOBALS
  {
  }
  ~TypedValueFilterGlobalsTypeInternal() {}
  union {
    alignas(::_pbi::kMaxMessageAlignment) TypedValueFilter _default;
  };
#ifdef PROTOBUF_MESSAGE_GLOBALS
  decltype(::_pbi::PrivateAccess::GenerateParseTable<TypedValueFilter>(
      ::std::declval<const ::_pbi::ClassData*>())) _table;
#endif
};
#ifdef PROTOBUF_MESSAGE_GLOBALS
static_assert(PROTOBUF_FIELD_OFFSET(TypedValueFilterGlobalsTypeInternal, _default) ==
              ::_pbi::MessageGlobalsBase::OffsetToDefault());
#endif  // PROTOBUF_MESSAGE_GLOBALS

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

constexpr Filter::ParseTableT_ Filter::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(Filter, _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
      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::Filter>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      {::_pbi::TcParser::MiniParse, {}},
      // repeated .optimization_guide.proto.MemoryDataType data_types = 1;
      {::_pbi::TcParser::FastV32P1,
       {10, 0, 0,
        PROTOBUF_FIELD_OFFSET(Filter, _impl_.data_types_)}},
      // .optimization_guide.proto.StringFilter string_filter = 2 [features = {
      {::_pbi::TcParser::FastMtS1,
       {18, 1, 0,
        PROTOBUF_FIELD_OFFSET(Filter, _impl_.string_filter_)}},
      // .optimization_guide.proto.TypedValueFilter typed_value_filter = 3 [features = {
      {::_pbi::TcParser::FastMtS1,
       {26, 2, 1,
        PROTOBUF_FIELD_OFFSET(Filter, _impl_.typed_value_filter_)}},
    }}, {{
      65535, 65535
    }}, {{
      // repeated .optimization_guide.proto.MemoryDataType data_types = 1;
      {PROTOBUF_FIELD_OFFSET(Filter, _impl_.data_types_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcRepeated | ::_fl::kPackedOpenEnum)},
      // .optimization_guide.proto.StringFilter string_filter = 2 [features = {
      {PROTOBUF_FIELD_OFFSET(Filter, _impl_.string_filter_), _Internal::kHasBitsOffset + 1, 0, (0 | ::_fl::kFcOptional | ::_fl::kMessage | ::_fl::kTvTable)},
      // .optimization_guide.proto.TypedValueFilter typed_value_filter = 3 [features = {
      {PROTOBUF_FIELD_OFFSET(Filter, _impl_.typed_value_filter_), _Internal::kHasBitsOffset + 2, 1, (0 | ::_fl::kFcOptional | ::_fl::kMessage | ::_fl::kTvTable)},
    }},
    {{
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::optimization_guide::proto::StringFilter>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::optimization_guide::proto::StringFilter_globals_},
        #endif
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::optimization_guide::proto::TypedValueFilter>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::optimization_guide::proto::TypedValueFilter_globals_},
        #endif
    }},
    {{
    }},
  };
}


inline constexpr Filter::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        data_types_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::optimization_guide::proto::Filter,
            PROTOBUF_FIELD_OFFSET(::optimization_guide::proto::Filter, _impl_.data_types_)>()
         }
        ,
        _data_types_cached_byte_size_{0},
        string_filter_{nullptr},
        typed_value_filter_{nullptr} {}

template <typename>
constexpr Filter::Filter(::_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 Filter::PlacementNew_(
    const void* PROTOBUF_NONNULL, void* PROTOBUF_NONNULL mem,
    ::google::protobuf::Arena* PROTOBUF_NULLABLE arena) {
  return ::new (mem) Filter(arena);
}
constexpr auto Filter::InternalNewImpl_() {
  return ::google::protobuf::internal::MessageCreator::CopyInit(sizeof(Filter), alignof(Filter));
}
constexpr auto Filter::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
          &Filter::MergeImpl,
          ::google::protobuf::MessageLite::GetNewImpl<Filter>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
          &Filter::SharedDtor,
          ::google::protobuf::MessageLite::GetClearImpl<Filter>(), &Filter::ByteSizeLong,
              &Filter::_InternalSerialize,
#endif  // PROTOBUF_CUSTOM_VTABLE
          PROTOBUF_FIELD_OFFSET(Filter, _impl_._cached_size_),
          true,
      },
      "optimization_guide.proto.Filter",
  };
}
struct FilterGlobalsTypeInternal : ::_pbi::MessageGlobalsBase {
  constexpr FilterGlobalsTypeInternal()
      :
#ifndef PROTOBUF_MESSAGE_GLOBALS
        _default(::_pbi::ConstantInitialized{},
                 Filter_class_data_.base())
#else   // !PROTOBUF_MESSAGE_GLOBALS
        MessageGlobalsBase(Filter::InternalGenerateClassData_(
            _default, &Filter_globals_._table.header)),
        _default(::_pbi::ConstantInitialized{}, GetClassData()),
        _table(::_pbi::PrivateAccess::GenerateParseTable<Filter>(
            GetClassData()))
#endif  // PROTOBUF_MESSAGE_GLOBALS
  {
  }
  ~FilterGlobalsTypeInternal() {}
  union {
    alignas(::_pbi::kMaxMessageAlignment) Filter _default;
  };
#ifdef PROTOBUF_MESSAGE_GLOBALS
  decltype(::_pbi::PrivateAccess::GenerateParseTable<Filter>(
      ::std::declval<const ::_pbi::ClassData*>())) _table;
#endif
};
#ifdef PROTOBUF_MESSAGE_GLOBALS
static_assert(PROTOBUF_FIELD_OFFSET(FilterGlobalsTypeInternal, _default) ==
              ::_pbi::MessageGlobalsBase::OffsetToDefault());
#endif  // PROTOBUF_MESSAGE_GLOBALS

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

constexpr AutofillFetchPlan::ParseTableT_ AutofillFetchPlan::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(AutofillFetchPlan, _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
      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::AutofillFetchPlan>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      {::_pbi::TcParser::MiniParse, {}},
      // repeated .optimization_guide.proto.MemoryDataType data_types = 1;
      {::_pbi::TcParser::FastV32P1,
       {10, 0, 0,
        PROTOBUF_FIELD_OFFSET(AutofillFetchPlan, _impl_.data_types_)}},
      // repeated string filter_keywords = 2;
      {::_pbi::TcParser::FastUR1,
       {18, 1, 0,
        PROTOBUF_FIELD_OFFSET(AutofillFetchPlan, _impl_.filter_keywords_)}},
      // repeated .optimization_guide.proto.Filter filters = 3;
      {::_pbi::TcParser::FastMtR1,
       {26, 2, 0,
        PROTOBUF_FIELD_OFFSET(AutofillFetchPlan, _impl_.filters_)}},
    }}, {{
      65535, 65535
    }}, {{
      // repeated .optimization_guide.proto.MemoryDataType data_types = 1;
      {PROTOBUF_FIELD_OFFSET(AutofillFetchPlan, _impl_.data_types_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcRepeated | ::_fl::kPackedOpenEnum)},
      // repeated string filter_keywords = 2;
      {PROTOBUF_FIELD_OFFSET(AutofillFetchPlan, _impl_.filter_keywords_), _Internal::kHasBitsOffset + 1, 0, (0 | ::_fl::kFcRepeated | ::_fl::kUtf8String | ::_fl::kRepSString)},
      // repeated .optimization_guide.proto.Filter filters = 3;
      {PROTOBUF_FIELD_OFFSET(AutofillFetchPlan, _impl_.filters_), _Internal::kHasBitsOffset + 2, 0, (0 | ::_fl::kFcRepeated | ::_fl::kMessage | ::_fl::kTvTable)},
    }},
    {{
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::optimization_guide::proto::Filter>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::optimization_guide::proto::Filter_globals_},
        #endif
    }},
    {{
      "\52\0\17\0\0\0\0\0"
      "optimization_guide.proto.AutofillFetchPlan"
      "filter_keywords"
    }},
  };
}


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

template <typename>
constexpr AutofillFetchPlan::AutofillFetchPlan(::_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 AutofillFetchPlan::PlacementNew_(
    const void* PROTOBUF_NONNULL, void* PROTOBUF_NONNULL mem,
    ::google::protobuf::Arena* PROTOBUF_NULLABLE arena) {
  return ::new (mem) AutofillFetchPlan(arena);
}
constexpr auto AutofillFetchPlan::InternalNewImpl_() {
  return ::google::protobuf::internal::MessageCreator::CopyInit(sizeof(AutofillFetchPlan), alignof(AutofillFetchPlan));
}
constexpr auto AutofillFetchPlan::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
          &AutofillFetchPlan::MergeImpl,
          ::google::protobuf::MessageLite::GetNewImpl<AutofillFetchPlan>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
          &AutofillFetchPlan::SharedDtor,
          ::google::protobuf::MessageLite::GetClearImpl<AutofillFetchPlan>(), &AutofillFetchPlan::ByteSizeLong,
              &AutofillFetchPlan::_InternalSerialize,
#endif  // PROTOBUF_CUSTOM_VTABLE
          PROTOBUF_FIELD_OFFSET(AutofillFetchPlan, _impl_._cached_size_),
          true,
      },
      "optimization_guide.proto.AutofillFetchPlan",
  };
}
struct AutofillFetchPlanGlobalsTypeInternal : ::_pbi::MessageGlobalsBase {
  constexpr AutofillFetchPlanGlobalsTypeInternal()
      :
#ifndef PROTOBUF_MESSAGE_GLOBALS
        _default(::_pbi::ConstantInitialized{},
                 AutofillFetchPlan_class_data_.base())
#else   // !PROTOBUF_MESSAGE_GLOBALS
        MessageGlobalsBase(AutofillFetchPlan::InternalGenerateClassData_(
            _default, &AutofillFetchPlan_globals_._table.header)),
        _default(::_pbi::ConstantInitialized{}, GetClassData()),
        _table(::_pbi::PrivateAccess::GenerateParseTable<AutofillFetchPlan>(
            GetClassData()))
#endif  // PROTOBUF_MESSAGE_GLOBALS
  {
  }
  ~AutofillFetchPlanGlobalsTypeInternal() {}
  union {
    alignas(::_pbi::kMaxMessageAlignment) AutofillFetchPlan _default;
  };
#ifdef PROTOBUF_MESSAGE_GLOBALS
  decltype(::_pbi::PrivateAccess::GenerateParseTable<AutofillFetchPlan>(
      ::std::declval<const ::_pbi::ClassData*>())) _table;
#endif
};
#ifdef PROTOBUF_MESSAGE_GLOBALS
static_assert(PROTOBUF_FIELD_OFFSET(AutofillFetchPlanGlobalsTypeInternal, _default) ==
              ::_pbi::MessageGlobalsBase::OffsetToDefault());
#endif  // PROTOBUF_MESSAGE_GLOBALS

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

constexpr AtmemQueryAnalyzerResponse::ParseTableT_ AtmemQueryAnalyzerResponse::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(AtmemQueryAnalyzerResponse, _impl_._has_bits_),
      0, // no _extensions_
      4, 24,  // max_field_number, fast_idx_mask
      offsetof(ParseTableT_, field_lookup_table),
      4294967280,  // skipmap
      offsetof(ParseTableT_, field_entries),
      4,  // 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::AtmemQueryAnalyzerResponse>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      // repeated .optimization_guide.proto.AutofillFetchPlan autofill_fetch_plans = 4;
      {::_pbi::TcParser::FastMtR1,
       {34, 0, 1,
        PROTOBUF_FIELD_OFFSET(AtmemQueryAnalyzerResponse, _impl_.autofill_fetch_plans_)}},
      // .optimization_guide.proto.QueryType query_type = 1 [features = {
      {::_pbi::TcParser::FastV32S1,
       {8, 3, 0,
        PROTOBUF_FIELD_OFFSET(AtmemQueryAnalyzerResponse, _impl_.query_type_)}},
      // .optimization_guide.proto.AutofillFetchPlan autofill_fetch_plan = 2 [features = {
      {::_pbi::TcParser::FastMtS1,
       {18, 2, 0,
        PROTOBUF_FIELD_OFFSET(AtmemQueryAnalyzerResponse, _impl_.autofill_fetch_plan_)}},
      // string rewritten_query = 3 [features = {
      {::_pbi::TcParser::FastUS1,
       {26, 1, 0,
        PROTOBUF_FIELD_OFFSET(AtmemQueryAnalyzerResponse, _impl_.rewritten_query_)}},
    }}, {{
      65535, 65535
    }}, {{
      // .optimization_guide.proto.QueryType query_type = 1 [features = {
      {PROTOBUF_FIELD_OFFSET(AtmemQueryAnalyzerResponse, _impl_.query_type_), _Internal::kHasBitsOffset + 3, 0, (0 | ::_fl::kFcOptional | ::_fl::kOpenEnum)},
      // .optimization_guide.proto.AutofillFetchPlan autofill_fetch_plan = 2 [features = {
      {PROTOBUF_FIELD_OFFSET(AtmemQueryAnalyzerResponse, _impl_.autofill_fetch_plan_), _Internal::kHasBitsOffset + 2, 0, (0 | ::_fl::kFcOptional | ::_fl::kMessage | ::_fl::kTvTable)},
      // string rewritten_query = 3 [features = {
      {PROTOBUF_FIELD_OFFSET(AtmemQueryAnalyzerResponse, _impl_.rewritten_query_), _Internal::kHasBitsOffset + 1, 0, (0 | ::_fl::kFcOptional | ::_fl::kUtf8String | ::_fl::kRepAString)},
      // repeated .optimization_guide.proto.AutofillFetchPlan autofill_fetch_plans = 4;
      {PROTOBUF_FIELD_OFFSET(AtmemQueryAnalyzerResponse, _impl_.autofill_fetch_plans_), _Internal::kHasBitsOffset + 0, 1, (0 | ::_fl::kFcRepeated | ::_fl::kMessage | ::_fl::kTvTable)},
    }},
    {{
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::optimization_guide::proto::AutofillFetchPlan>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::optimization_guide::proto::AutofillFetchPlan_globals_},
        #endif
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::optimization_guide::proto::AutofillFetchPlan>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::optimization_guide::proto::AutofillFetchPlan_globals_},
        #endif
    }},
    {{
      "\63\0\0\17\0\0\0\0"
      "optimization_guide.proto.AtmemQueryAnalyzerResponse"
      "rewritten_query"
    }},
  };
}


inline constexpr AtmemQueryAnalyzerResponse::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        autofill_fetch_plans_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::optimization_guide::proto::AtmemQueryAnalyzerResponse,
            PROTOBUF_FIELD_OFFSET(::optimization_guide::proto::AtmemQueryAnalyzerResponse, _impl_.autofill_fetch_plans_)>()
         }
        ,
        rewritten_query_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        autofill_fetch_plan_{nullptr},
        query_type_{static_cast< ::optimization_guide::proto::QueryType >(0)} {}

template <typename>
constexpr AtmemQueryAnalyzerResponse::AtmemQueryAnalyzerResponse(::_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 AtmemQueryAnalyzerResponse::PlacementNew_(
    const void* PROTOBUF_NONNULL, void* PROTOBUF_NONNULL mem,
    ::google::protobuf::Arena* PROTOBUF_NULLABLE arena) {
  return ::new (mem) AtmemQueryAnalyzerResponse(arena);
}
constexpr auto AtmemQueryAnalyzerResponse::InternalNewImpl_() {
  return ::google::protobuf::internal::MessageCreator::CopyInit(sizeof(AtmemQueryAnalyzerResponse), alignof(AtmemQueryAnalyzerResponse));
}
constexpr auto AtmemQueryAnalyzerResponse::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
          &AtmemQueryAnalyzerResponse::MergeImpl,
          ::google::protobuf::MessageLite::GetNewImpl<AtmemQueryAnalyzerResponse>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
          &AtmemQueryAnalyzerResponse::SharedDtor,
          ::google::protobuf::MessageLite::GetClearImpl<AtmemQueryAnalyzerResponse>(), &AtmemQueryAnalyzerResponse::ByteSizeLong,
              &AtmemQueryAnalyzerResponse::_InternalSerialize,
#endif  // PROTOBUF_CUSTOM_VTABLE
          PROTOBUF_FIELD_OFFSET(AtmemQueryAnalyzerResponse, _impl_._cached_size_),
          true,
      },
      "optimization_guide.proto.AtmemQueryAnalyzerResponse",
  };
}
struct AtmemQueryAnalyzerResponseGlobalsTypeInternal : ::_pbi::MessageGlobalsBase {
  constexpr AtmemQueryAnalyzerResponseGlobalsTypeInternal()
      :
#ifndef PROTOBUF_MESSAGE_GLOBALS
        _default(::_pbi::ConstantInitialized{},
                 AtmemQueryAnalyzerResponse_class_data_.base())
#else   // !PROTOBUF_MESSAGE_GLOBALS
        MessageGlobalsBase(AtmemQueryAnalyzerResponse::InternalGenerateClassData_(
            _default, &AtmemQueryAnalyzerResponse_globals_._table.header)),
        _default(::_pbi::ConstantInitialized{}, GetClassData()),
        _table(::_pbi::PrivateAccess::GenerateParseTable<AtmemQueryAnalyzerResponse>(
            GetClassData()))
#endif  // PROTOBUF_MESSAGE_GLOBALS
  {
  }
  ~AtmemQueryAnalyzerResponseGlobalsTypeInternal() {}
  union {
    alignas(::_pbi::kMaxMessageAlignment) AtmemQueryAnalyzerResponse _default;
  };
#ifdef PROTOBUF_MESSAGE_GLOBALS
  decltype(::_pbi::PrivateAccess::GenerateParseTable<AtmemQueryAnalyzerResponse>(
      ::std::declval<const ::_pbi::ClassData*>())) _table;
#endif
};
#ifdef PROTOBUF_MESSAGE_GLOBALS
static_assert(PROTOBUF_FIELD_OFFSET(AtmemQueryAnalyzerResponseGlobalsTypeInternal, _default) ==
              ::_pbi::MessageGlobalsBase::OffsetToDefault());
#endif  // PROTOBUF_MESSAGE_GLOBALS

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

constexpr AtmemQueryAnalyzerLoggingData::ParseTableT_ AtmemQueryAnalyzerLoggingData::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(AtmemQueryAnalyzerLoggingData, _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::AtmemQueryAnalyzerLoggingData>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      {::_pbi::TcParser::MiniParse, {}},
      // .optimization_guide.proto.AtmemQueryAnalyzerRequest request = 1 [features = {
      {::_pbi::TcParser::FastMtS1,
       {10, 0, 0,
        PROTOBUF_FIELD_OFFSET(AtmemQueryAnalyzerLoggingData, _impl_.request_)}},
      // .optimization_guide.proto.AtmemQueryAnalyzerResponse response = 2 [features = {
      {::_pbi::TcParser::FastMtS1,
       {18, 1, 1,
        PROTOBUF_FIELD_OFFSET(AtmemQueryAnalyzerLoggingData, _impl_.response_)}},
      // .optimization_guide.proto.ModelExecutionInfo model_execution_info = 3 [features = {
      {::_pbi::TcParser::FastMtS1,
       {26, 2, 2,
        PROTOBUF_FIELD_OFFSET(AtmemQueryAnalyzerLoggingData, _impl_.model_execution_info_)}},
    }}, {{
      65535, 65535
    }}, {{
      // .optimization_guide.proto.AtmemQueryAnalyzerRequest request = 1 [features = {
      {PROTOBUF_FIELD_OFFSET(AtmemQueryAnalyzerLoggingData, _impl_.request_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcOptional | ::_fl::kMessage | ::_fl::kTvTable)},
      // .optimization_guide.proto.AtmemQueryAnalyzerResponse response = 2 [features = {
      {PROTOBUF_FIELD_OFFSET(AtmemQueryAnalyzerLoggingData, _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(AtmemQueryAnalyzerLoggingData, _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::AtmemQueryAnalyzerRequest>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::optimization_guide::proto::AtmemQueryAnalyzerRequest_globals_},
        #endif
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::optimization_guide::proto::AtmemQueryAnalyzerResponse>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::optimization_guide::proto::AtmemQueryAnalyzerResponse_globals_},
        #endif
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::optimization_guide::proto::ModelExecutionInfo>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::optimization_guide::proto::ModelExecutionInfo_globals_},
        #endif
    }},
    {{
    }},
  };
}


inline constexpr AtmemQueryAnalyzerLoggingData::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 AtmemQueryAnalyzerLoggingData::AtmemQueryAnalyzerLoggingData(::_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 AtmemQueryAnalyzerLoggingData::PlacementNew_(
    const void* PROTOBUF_NONNULL, void* PROTOBUF_NONNULL mem,
    ::google::protobuf::Arena* PROTOBUF_NULLABLE arena) {
  return ::new (mem) AtmemQueryAnalyzerLoggingData(arena);
}
constexpr auto AtmemQueryAnalyzerLoggingData::InternalNewImpl_() {
  return ::google::protobuf::internal::MessageCreator::ZeroInit(sizeof(AtmemQueryAnalyzerLoggingData), alignof(AtmemQueryAnalyzerLoggingData));
}
constexpr auto AtmemQueryAnalyzerLoggingData::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
          &AtmemQueryAnalyzerLoggingData::MergeImpl,
          ::google::protobuf::MessageLite::GetNewImpl<AtmemQueryAnalyzerLoggingData>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
          &AtmemQueryAnalyzerLoggingData::SharedDtor,
          ::google::protobuf::MessageLite::GetClearImpl<AtmemQueryAnalyzerLoggingData>(), &AtmemQueryAnalyzerLoggingData::ByteSizeLong,
              &AtmemQueryAnalyzerLoggingData::_InternalSerialize,
#endif  // PROTOBUF_CUSTOM_VTABLE
          PROTOBUF_FIELD_OFFSET(AtmemQueryAnalyzerLoggingData, _impl_._cached_size_),
          true,
      },
      "optimization_guide.proto.AtmemQueryAnalyzerLoggingData",
  };
}
struct AtmemQueryAnalyzerLoggingDataGlobalsTypeInternal : ::_pbi::MessageGlobalsBase {
  constexpr AtmemQueryAnalyzerLoggingDataGlobalsTypeInternal()
      :
#ifndef PROTOBUF_MESSAGE_GLOBALS
        _default(::_pbi::ConstantInitialized{},
                 AtmemQueryAnalyzerLoggingData_class_data_.base())
#else   // !PROTOBUF_MESSAGE_GLOBALS
        MessageGlobalsBase(AtmemQueryAnalyzerLoggingData::InternalGenerateClassData_(
            _default, &AtmemQueryAnalyzerLoggingData_globals_._table.header)),
        _default(::_pbi::ConstantInitialized{}, GetClassData()),
        _table(::_pbi::PrivateAccess::GenerateParseTable<AtmemQueryAnalyzerLoggingData>(
            GetClassData()))
#endif  // PROTOBUF_MESSAGE_GLOBALS
  {
  }
  ~AtmemQueryAnalyzerLoggingDataGlobalsTypeInternal() {}
  union {
    alignas(::_pbi::kMaxMessageAlignment) AtmemQueryAnalyzerLoggingData _default;
  };
#ifdef PROTOBUF_MESSAGE_GLOBALS
  decltype(::_pbi::PrivateAccess::GenerateParseTable<AtmemQueryAnalyzerLoggingData>(
      ::std::declval<const ::_pbi::ClassData*>())) _table;
#endif
};
#ifdef PROTOBUF_MESSAGE_GLOBALS
static_assert(PROTOBUF_FIELD_OFFSET(AtmemQueryAnalyzerLoggingDataGlobalsTypeInternal, _default) ==
              ::_pbi::MessageGlobalsBase::OffsetToDefault());
#endif  // PROTOBUF_MESSAGE_GLOBALS

PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
    PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 PROTOBUF_MESSAGE_GLOBALS_CONST AtmemQueryAnalyzerLoggingDataGlobalsTypeInternal AtmemQueryAnalyzerLoggingData_globals_
        PROTOBUF_MESSAGE_GLOBALS_SECTION(.data.rel.ro);
#if defined(PROTOBUF_CUSTOM_VTABLE)
namespace {
const ::_pbi::ClassData* AtmemQueryAnalyzerLoggingData_get_class_data() {
#ifdef PROTOBUF_MESSAGE_GLOBALS
  return AtmemQueryAnalyzerLoggingData_globals_.GetClassData();
#else
  return AtmemQueryAnalyzerLoggingData_class_data_.base();
#endif  // PROTOBUF_MESSAGE_GLOBALS
}
}  // namespace
#endif  // PROTOBUF_CUSTOM_VTABLE
}  // namespace proto
}  // namespace optimization_guide
namespace optimization_guide {
namespace proto {
PROTOBUF_CONSTINIT const uint32_t StringFilter_StringFilterMode_internal_data_[] = {
    262144u, 0u, };
static const char StringFilter_StringFilterMode_names[] = {
    "STRING_FILTER_MODE_EXACT"
    "STRING_FILTER_MODE_FUZZY"
    "STRING_FILTER_MODE_SUBSTRING"
    "STRING_FILTER_MODE_UNSPECIFIED"
};

static const ::google::protobuf::internal::EnumEntry StringFilter_StringFilterMode_entries[] = {
    {{&StringFilter_StringFilterMode_names[0], 24}, 2},
    {{&StringFilter_StringFilterMode_names[24], 24}, 3},
    {{&StringFilter_StringFilterMode_names[48], 28}, 1},
    {{&StringFilter_StringFilterMode_names[76], 30}, 0},
};

static const int StringFilter_StringFilterMode_entries_by_number[] = {
    3,  // 0 -> STRING_FILTER_MODE_UNSPECIFIED
    2,  // 1 -> STRING_FILTER_MODE_SUBSTRING
    0,  // 2 -> STRING_FILTER_MODE_EXACT
    1,  // 3 -> STRING_FILTER_MODE_FUZZY
};

bool StringFilter_StringFilterMode_Parse(::absl::string_view name,
                                  StringFilter_StringFilterMode* PROTOBUF_NONNULL value) {
  int int_value;
  bool success = ::google::protobuf::internal::LookUpEnumValue(
      StringFilter_StringFilterMode_entries, 4, name, &int_value);
  if (success) {
    *value = static_cast<StringFilter_StringFilterMode>(int_value);
  }
  return success;
}
static ::google::protobuf::internal::ExplicitlyConstructed<::std::string>
    StringFilter_StringFilterMode_strings[4] = {};

const ::std::string& StringFilter_StringFilterMode_Name(StringFilter_StringFilterMode value) {
  static const bool kDummy = ::google::protobuf::internal::InitializeEnumStrings(
      StringFilter_StringFilterMode_entries, StringFilter_StringFilterMode_entries_by_number, 4,
      StringFilter_StringFilterMode_strings);
  (void)kDummy;

  int idx = ::google::protobuf::internal::LookUpEnumName(StringFilter_StringFilterMode_entries,
                                  StringFilter_StringFilterMode_entries_by_number,
                                  4, value);
  return idx == -1 ? ::google::protobuf::internal::GetEmptyString() : StringFilter_StringFilterMode_strings[idx].get();
}
PROTOBUF_CONSTINIT const uint32_t TypedValueFilter_FilterOperator_internal_data_[] = {
    458752u, 0u, };
static const char TypedValueFilter_FilterOperator_names[] = {
    "FILTER_OPERATOR_EQUAL"
    "FILTER_OPERATOR_GREATER_THAN"
    "FILTER_OPERATOR_GREATER_THAN_OR_EQUAL"
    "FILTER_OPERATOR_LESS_THAN"
    "FILTER_OPERATOR_LESS_THAN_OR_EQUAL"
    "FILTER_OPERATOR_NOT_EQUAL"
    "FILTER_OPERATOR_UNSPECIFIED"
};

static const ::google::protobuf::internal::EnumEntry TypedValueFilter_FilterOperator_entries[] = {
    {{&TypedValueFilter_FilterOperator_names[0], 21}, 1},
    {{&TypedValueFilter_FilterOperator_names[21], 28}, 5},
    {{&TypedValueFilter_FilterOperator_names[49], 37}, 6},
    {{&TypedValueFilter_FilterOperator_names[86], 25}, 3},
    {{&TypedValueFilter_FilterOperator_names[111], 34}, 4},
    {{&TypedValueFilter_FilterOperator_names[145], 25}, 2},
    {{&TypedValueFilter_FilterOperator_names[170], 27}, 0},
};

static const int TypedValueFilter_FilterOperator_entries_by_number[] = {
    6,  // 0 -> FILTER_OPERATOR_UNSPECIFIED
    0,  // 1 -> FILTER_OPERATOR_EQUAL
    5,  // 2 -> FILTER_OPERATOR_NOT_EQUAL
    3,  // 3 -> FILTER_OPERATOR_LESS_THAN
    4,  // 4 -> FILTER_OPERATOR_LESS_THAN_OR_EQUAL
    1,  // 5 -> FILTER_OPERATOR_GREATER_THAN
    2,  // 6 -> FILTER_OPERATOR_GREATER_THAN_OR_EQUAL
};

bool TypedValueFilter_FilterOperator_Parse(::absl::string_view name,
                                  TypedValueFilter_FilterOperator* PROTOBUF_NONNULL value) {
  int int_value;
  bool success = ::google::protobuf::internal::LookUpEnumValue(
      TypedValueFilter_FilterOperator_entries, 7, name, &int_value);
  if (success) {
    *value = static_cast<TypedValueFilter_FilterOperator>(int_value);
  }
  return success;
}
static ::google::protobuf::internal::ExplicitlyConstructed<::std::string>
    TypedValueFilter_FilterOperator_strings[7] = {};

const ::std::string& TypedValueFilter_FilterOperator_Name(TypedValueFilter_FilterOperator value) {
  static const bool kDummy = ::google::protobuf::internal::InitializeEnumStrings(
      TypedValueFilter_FilterOperator_entries, TypedValueFilter_FilterOperator_entries_by_number, 7,
      TypedValueFilter_FilterOperator_strings);
  (void)kDummy;

  int idx = ::google::protobuf::internal::LookUpEnumName(TypedValueFilter_FilterOperator_entries,
                                  TypedValueFilter_FilterOperator_entries_by_number,
                                  7, value);
  return idx == -1 ? ::google::protobuf::internal::GetEmptyString() : TypedValueFilter_FilterOperator_strings[idx].get();
}
PROTOBUF_CONSTINIT const uint32_t QueryType_internal_data_[] = {
    196608u, 0u, };
static const char QueryType_names[] = {
    "QUERY_TYPE_SUPPORTED"
    "QUERY_TYPE_UNSPECIFIED"
    "QUERY_TYPE_UNSUPPORTED"
};

static const ::google::protobuf::internal::EnumEntry QueryType_entries[] = {
    {{&QueryType_names[0], 20}, 1},
    {{&QueryType_names[20], 22}, 0},
    {{&QueryType_names[42], 22}, 2},
};

static const int QueryType_entries_by_number[] = {
    1,  // 0 -> QUERY_TYPE_UNSPECIFIED
    0,  // 1 -> QUERY_TYPE_SUPPORTED
    2,  // 2 -> QUERY_TYPE_UNSUPPORTED
};

bool QueryType_Parse(::absl::string_view name,
                                  QueryType* PROTOBUF_NONNULL value) {
  int int_value;
  bool success = ::google::protobuf::internal::LookUpEnumValue(
      QueryType_entries, 3, name, &int_value);
  if (success) {
    *value = static_cast<QueryType>(int_value);
  }
  return success;
}
static ::google::protobuf::internal::ExplicitlyConstructed<::std::string>
    QueryType_strings[3] = {};

const ::std::string& QueryType_Name(QueryType value) {
  static const bool kDummy = ::google::protobuf::internal::InitializeEnumStrings(
      QueryType_entries, QueryType_entries_by_number, 3,
      QueryType_strings);
  (void)kDummy;

  int idx = ::google::protobuf::internal::LookUpEnumName(QueryType_entries,
                                  QueryType_entries_by_number,
                                  3, value);
  return idx == -1 ? ::google::protobuf::internal::GetEmptyString() : QueryType_strings[idx].get();
}
PROTOBUF_CONSTINIT const uint32_t MemoryDataType_internal_data_[] = {
    5046272u, 0u, };
static const char MemoryDataType_names[] = {
    "MEMORY_DATA_TYPE_ADDRESS_CITY"
    "MEMORY_DATA_TYPE_ADDRESS_COUNTRY"
    "MEMORY_DATA_TYPE_ADDRESS_FULL"
    "MEMORY_DATA_TYPE_ADDRESS_STATE"
    "MEMORY_DATA_TYPE_ADDRESS_STREET_ADDRESS"
    "MEMORY_DATA_TYPE_ADDRESS_ZIP"
    "MEMORY_DATA_TYPE_COMPANY_NAME"
    "MEMORY_DATA_TYPE_CREDIT_CARD_EXPIRATION_DATE"
    "MEMORY_DATA_TYPE_CREDIT_CARD_NAME_ON_CARD"
    "MEMORY_DATA_TYPE_CREDIT_CARD_NICKNAME"
    "MEMORY_DATA_TYPE_CREDIT_CARD_NUMBER"
    "MEMORY_DATA_TYPE_CREDIT_CARD_SECURITY_CODE"
    "MEMORY_DATA_TYPE_DRIVERS_LICENSE_EXPIRATION_DATE"
    "MEMORY_DATA_TYPE_DRIVERS_LICENSE_FULL"
    "MEMORY_DATA_TYPE_DRIVERS_LICENSE_ISSUE_DATE"
    "MEMORY_DATA_TYPE_DRIVERS_LICENSE_NAME"
    "MEMORY_DATA_TYPE_DRIVERS_LICENSE_NUMBER"
    "MEMORY_DATA_TYPE_DRIVERS_LICENSE_STATE"
    "MEMORY_DATA_TYPE_EMAIL"
    "MEMORY_DATA_TYPE_FLIGHT_RESERVATION_ARRIVAL_AIRPORT"
    "MEMORY_DATA_TYPE_FLIGHT_RESERVATION_ARRIVAL_DATE"
    "MEMORY_DATA_TYPE_FLIGHT_RESERVATION_CONFIRMATION_CODE"
    "MEMORY_DATA_TYPE_FLIGHT_RESERVATION_DEPARTURE_AIRPORT"
    "MEMORY_DATA_TYPE_FLIGHT_RESERVATION_DEPARTURE_DATE"
    "MEMORY_DATA_TYPE_FLIGHT_RESERVATION_FLIGHT_NUMBER"
    "MEMORY_DATA_TYPE_FLIGHT_RESERVATION_FULL"
    "MEMORY_DATA_TYPE_FLIGHT_RESERVATION_PASSENGER_NAME"
    "MEMORY_DATA_TYPE_FLIGHT_RESERVATION_TICKET_NUMBER"
    "MEMORY_DATA_TYPE_IBAN"
    "MEMORY_DATA_TYPE_IBAN_NICKNAME"
    "MEMORY_DATA_TYPE_KNOWN_TRAVELER_NUMBER_EXPIRATION_DATE"
    "MEMORY_DATA_TYPE_KNOWN_TRAVELER_NUMBER_FULL"
    "MEMORY_DATA_TYPE_KNOWN_TRAVELER_NUMBER_NAME"
    "MEMORY_DATA_TYPE_KNOWN_TRAVELER_NUMBER_NUMBER"
    "MEMORY_DATA_TYPE_NAME_FULL"
    "MEMORY_DATA_TYPE_NATIONAL_ID_CARD_COUNTRY"
    "MEMORY_DATA_TYPE_NATIONAL_ID_CARD_EXPIRATION_DATE"
    "MEMORY_DATA_TYPE_NATIONAL_ID_CARD_FULL"
    "MEMORY_DATA_TYPE_NATIONAL_ID_CARD_ISSUE_DATE"
    "MEMORY_DATA_TYPE_NATIONAL_ID_CARD_NAME"
    "MEMORY_DATA_TYPE_NATIONAL_ID_CARD_NUMBER"
    "MEMORY_DATA_TYPE_ORDER_ACCOUNT"
    "MEMORY_DATA_TYPE_ORDER_DATE"
    "MEMORY_DATA_TYPE_ORDER_FULL"
    "MEMORY_DATA_TYPE_ORDER_GRAND_TOTAL"
    "MEMORY_DATA_TYPE_ORDER_ID"
    "MEMORY_DATA_TYPE_ORDER_MERCHANT_DOMAIN"
    "MEMORY_DATA_TYPE_ORDER_MERCHANT_NAME"
    "MEMORY_DATA_TYPE_ORDER_PRODUCT_NAMES"
    "MEMORY_DATA_TYPE_PASSPORT_COUNTRY"
    "MEMORY_DATA_TYPE_PASSPORT_EXPIRATION_DATE"
    "MEMORY_DATA_TYPE_PASSPORT_FULL"
    "MEMORY_DATA_TYPE_PASSPORT_ISSUE_DATE"
    "MEMORY_DATA_TYPE_PASSPORT_NAME"
    "MEMORY_DATA_TYPE_PASSPORT_NUMBER"
    "MEMORY_DATA_TYPE_PHONE"
    "MEMORY_DATA_TYPE_REDRESS_NUMBER_FULL"
    "MEMORY_DATA_TYPE_REDRESS_NUMBER_NAME"
    "MEMORY_DATA_TYPE_REDRESS_NUMBER_NUMBER"
    "MEMORY_DATA_TYPE_SHIPMENT_ASSOCIATED_ORDER_ID"
    "MEMORY_DATA_TYPE_SHIPMENT_CARRIER_DOMAIN"
    "MEMORY_DATA_TYPE_SHIPMENT_CARRIER_NAME"
    "MEMORY_DATA_TYPE_SHIPMENT_DELIVERY_ADDRESS"
    "MEMORY_DATA_TYPE_SHIPMENT_DELIVERY_ZIP_CODE"
    "MEMORY_DATA_TYPE_SHIPMENT_ESTIMATED_DELIVERY_DATE"
    "MEMORY_DATA_TYPE_SHIPMENT_FULL"
    "MEMORY_DATA_TYPE_SHIPMENT_SHIP_DATE"
    "MEMORY_DATA_TYPE_SHIPMENT_TRACKING_NUMBER"
    "MEMORY_DATA_TYPE_UNSPECIFIED"
    "MEMORY_DATA_TYPE_VEHICLE"
    "MEMORY_DATA_TYPE_VEHICLE_MAKE"
    "MEMORY_DATA_TYPE_VEHICLE_MODEL"
    "MEMORY_DATA_TYPE_VEHICLE_OWNER"
    "MEMORY_DATA_TYPE_VEHICLE_PLATE_NUMBER"
    "MEMORY_DATA_TYPE_VEHICLE_PLATE_STATE"
    "MEMORY_DATA_TYPE_VEHICLE_VIN"
    "MEMORY_DATA_TYPE_VEHICLE_YEAR"
};

static const ::google::protobuf::internal::EnumEntry MemoryDataType_entries[] = {
    {{&MemoryDataType_names[0], 29}, 4},
    {{&MemoryDataType_names[29], 32}, 7},
    {{&MemoryDataType_names[61], 29}, 2},
    {{&MemoryDataType_names[90], 30}, 5},
    {{&MemoryDataType_names[120], 39}, 3},
    {{&MemoryDataType_names[159], 28}, 6},
    {{&MemoryDataType_names[187], 29}, 10},
    {{&MemoryDataType_names[216], 44}, 72},
    {{&MemoryDataType_names[260], 41}, 74},
    {{&MemoryDataType_names[301], 37}, 75},
    {{&MemoryDataType_names[338], 35}, 71},
    {{&MemoryDataType_names[373], 42}, 73},
    {{&MemoryDataType_names[415], 48}, 62},
    {{&MemoryDataType_names[463], 37}, 57},
    {{&MemoryDataType_names[500], 43}, 61},
    {{&MemoryDataType_names[543], 37}, 58},
    {{&MemoryDataType_names[580], 39}, 60},
    {{&MemoryDataType_names[619], 38}, 59},
    {{&MemoryDataType_names[657], 22}, 9},
    {{&MemoryDataType_names[679], 51}, 33},
    {{&MemoryDataType_names[730], 48}, 35},
    {{&MemoryDataType_names[778], 53}, 30},
    {{&MemoryDataType_names[831], 53}, 32},
    {{&MemoryDataType_names[884], 50}, 34},
    {{&MemoryDataType_names[934], 49}, 28},
    {{&MemoryDataType_names[983], 40}, 27},
    {{&MemoryDataType_names[1023], 50}, 31},
    {{&MemoryDataType_names[1073], 49}, 29},
    {{&MemoryDataType_names[1122], 21}, 11},
    {{&MemoryDataType_names[1143], 30}, 12},
    {{&MemoryDataType_names[1173], 54}, 56},
    {{&MemoryDataType_names[1227], 43}, 53},
    {{&MemoryDataType_names[1270], 43}, 54},
    {{&MemoryDataType_names[1313], 45}, 55},
    {{&MemoryDataType_names[1358], 26}, 1},
    {{&MemoryDataType_names[1384], 41}, 46},
    {{&MemoryDataType_names[1425], 49}, 49},
    {{&MemoryDataType_names[1474], 38}, 44},
    {{&MemoryDataType_names[1512], 44}, 48},
    {{&MemoryDataType_names[1556], 38}, 45},
    {{&MemoryDataType_names[1594], 40}, 47},
    {{&MemoryDataType_names[1634], 30}, 65},
    {{&MemoryDataType_names[1664], 27}, 66},
    {{&MemoryDataType_names[1691], 27}, 63},
    {{&MemoryDataType_names[1718], 34}, 70},
    {{&MemoryDataType_names[1752], 25}, 64},
    {{&MemoryDataType_names[1777], 38}, 68},
    {{&MemoryDataType_names[1815], 36}, 67},
    {{&MemoryDataType_names[1851], 36}, 69},
    {{&MemoryDataType_names[1887], 33}, 23},
    {{&MemoryDataType_names[1920], 41}, 26},
    {{&MemoryDataType_names[1961], 30}, 21},
    {{&MemoryDataType_names[1991], 36}, 25},
    {{&MemoryDataType_names[2027], 30}, 22},
    {{&MemoryDataType_names[2057], 32}, 24},
    {{&MemoryDataType_names[2089], 22}, 8},
    {{&MemoryDataType_names[2111], 36}, 50},
    {{&MemoryDataType_names[2147], 36}, 51},
    {{&MemoryDataType_names[2183], 38}, 52},
    {{&MemoryDataType_names[2221], 45}, 38},
    {{&MemoryDataType_names[2266], 40}, 42},
    {{&MemoryDataType_names[2306], 38}, 41},
    {{&MemoryDataType_names[2344], 42}, 39},
    {{&MemoryDataType_names[2386], 43}, 40},
    {{&MemoryDataType_names[2429], 49}, 43},
    {{&MemoryDataType_names[2478], 30}, 36},
    {{&MemoryDataType_names[2508], 35}, 76},
    {{&MemoryDataType_names[2543], 41}, 37},
    {{&MemoryDataType_names[2584], 28}, 0},
    {{&MemoryDataType_names[2612], 24}, 13},
    {{&MemoryDataType_names[2636], 29}, 14},
    {{&MemoryDataType_names[2665], 30}, 15},
    {{&MemoryDataType_names[2695], 30}, 17},
    {{&MemoryDataType_names[2725], 37}, 18},
    {{&MemoryDataType_names[2762], 36}, 19},
    {{&MemoryDataType_names[2798], 28}, 20},
    {{&MemoryDataType_names[2826], 29}, 16},
};

static const int MemoryDataType_entries_by_number[] = {
    68,  // 0 -> MEMORY_DATA_TYPE_UNSPECIFIED
    34,  // 1 -> MEMORY_DATA_TYPE_NAME_FULL
    2,  // 2 -> MEMORY_DATA_TYPE_ADDRESS_FULL
    4,  // 3 -> MEMORY_DATA_TYPE_ADDRESS_STREET_ADDRESS
    0,  // 4 -> MEMORY_DATA_TYPE_ADDRESS_CITY
    3,  // 5 -> MEMORY_DATA_TYPE_ADDRESS_STATE
    5,  // 6 -> MEMORY_DATA_TYPE_ADDRESS_ZIP
    1,  // 7 -> MEMORY_DATA_TYPE_ADDRESS_COUNTRY
    55,  // 8 -> MEMORY_DATA_TYPE_PHONE
    18,  // 9 -> MEMORY_DATA_TYPE_EMAIL
    6,  // 10 -> MEMORY_DATA_TYPE_COMPANY_NAME
    28,  // 11 -> MEMORY_DATA_TYPE_IBAN
    29,  // 12 -> MEMORY_DATA_TYPE_IBAN_NICKNAME
    69,  // 13 -> MEMORY_DATA_TYPE_VEHICLE
    70,  // 14 -> MEMORY_DATA_TYPE_VEHICLE_MAKE
    71,  // 15 -> MEMORY_DATA_TYPE_VEHICLE_MODEL
    76,  // 16 -> MEMORY_DATA_TYPE_VEHICLE_YEAR
    72,  // 17 -> MEMORY_DATA_TYPE_VEHICLE_OWNER
    73,  // 18 -> MEMORY_DATA_TYPE_VEHICLE_PLATE_NUMBER
    74,  // 19 -> MEMORY_DATA_TYPE_VEHICLE_PLATE_STATE
    75,  // 20 -> MEMORY_DATA_TYPE_VEHICLE_VIN
    51,  // 21 -> MEMORY_DATA_TYPE_PASSPORT_FULL
    53,  // 22 -> MEMORY_DATA_TYPE_PASSPORT_NAME
    49,  // 23 -> MEMORY_DATA_TYPE_PASSPORT_COUNTRY
    54,  // 24 -> MEMORY_DATA_TYPE_PASSPORT_NUMBER
    52,  // 25 -> MEMORY_DATA_TYPE_PASSPORT_ISSUE_DATE
    50,  // 26 -> MEMORY_DATA_TYPE_PASSPORT_EXPIRATION_DATE
    25,  // 27 -> MEMORY_DATA_TYPE_FLIGHT_RESERVATION_FULL
    24,  // 28 -> MEMORY_DATA_TYPE_FLIGHT_RESERVATION_FLIGHT_NUMBER
    27,  // 29 -> MEMORY_DATA_TYPE_FLIGHT_RESERVATION_TICKET_NUMBER
    21,  // 30 -> MEMORY_DATA_TYPE_FLIGHT_RESERVATION_CONFIRMATION_CODE
    26,  // 31 -> MEMORY_DATA_TYPE_FLIGHT_RESERVATION_PASSENGER_NAME
    22,  // 32 -> MEMORY_DATA_TYPE_FLIGHT_RESERVATION_DEPARTURE_AIRPORT
    19,  // 33 -> MEMORY_DATA_TYPE_FLIGHT_RESERVATION_ARRIVAL_AIRPORT
    23,  // 34 -> MEMORY_DATA_TYPE_FLIGHT_RESERVATION_DEPARTURE_DATE
    20,  // 35 -> MEMORY_DATA_TYPE_FLIGHT_RESERVATION_ARRIVAL_DATE
    65,  // 36 -> MEMORY_DATA_TYPE_SHIPMENT_FULL
    67,  // 37 -> MEMORY_DATA_TYPE_SHIPMENT_TRACKING_NUMBER
    59,  // 38 -> MEMORY_DATA_TYPE_SHIPMENT_ASSOCIATED_ORDER_ID
    62,  // 39 -> MEMORY_DATA_TYPE_SHIPMENT_DELIVERY_ADDRESS
    63,  // 40 -> MEMORY_DATA_TYPE_SHIPMENT_DELIVERY_ZIP_CODE
    61,  // 41 -> MEMORY_DATA_TYPE_SHIPMENT_CARRIER_NAME
    60,  // 42 -> MEMORY_DATA_TYPE_SHIPMENT_CARRIER_DOMAIN
    64,  // 43 -> MEMORY_DATA_TYPE_SHIPMENT_ESTIMATED_DELIVERY_DATE
    37,  // 44 -> MEMORY_DATA_TYPE_NATIONAL_ID_CARD_FULL
    39,  // 45 -> MEMORY_DATA_TYPE_NATIONAL_ID_CARD_NAME
    35,  // 46 -> MEMORY_DATA_TYPE_NATIONAL_ID_CARD_COUNTRY
    40,  // 47 -> MEMORY_DATA_TYPE_NATIONAL_ID_CARD_NUMBER
    38,  // 48 -> MEMORY_DATA_TYPE_NATIONAL_ID_CARD_ISSUE_DATE
    36,  // 49 -> MEMORY_DATA_TYPE_NATIONAL_ID_CARD_EXPIRATION_DATE
    56,  // 50 -> MEMORY_DATA_TYPE_REDRESS_NUMBER_FULL
    57,  // 51 -> MEMORY_DATA_TYPE_REDRESS_NUMBER_NAME
    58,  // 52 -> MEMORY_DATA_TYPE_REDRESS_NUMBER_NUMBER
    31,  // 53 -> MEMORY_DATA_TYPE_KNOWN_TRAVELER_NUMBER_FULL
    32,  // 54 -> MEMORY_DATA_TYPE_KNOWN_TRAVELER_NUMBER_NAME
    33,  // 55 -> MEMORY_DATA_TYPE_KNOWN_TRAVELER_NUMBER_NUMBER
    30,  // 56 -> MEMORY_DATA_TYPE_KNOWN_TRAVELER_NUMBER_EXPIRATION_DATE
    13,  // 57 -> MEMORY_DATA_TYPE_DRIVERS_LICENSE_FULL
    15,  // 58 -> MEMORY_DATA_TYPE_DRIVERS_LICENSE_NAME
    17,  // 59 -> MEMORY_DATA_TYPE_DRIVERS_LICENSE_STATE
    16,  // 60 -> MEMORY_DATA_TYPE_DRIVERS_LICENSE_NUMBER
    14,  // 61 -> MEMORY_DATA_TYPE_DRIVERS_LICENSE_ISSUE_DATE
    12,  // 62 -> MEMORY_DATA_TYPE_DRIVERS_LICENSE_EXPIRATION_DATE
    43,  // 63 -> MEMORY_DATA_TYPE_ORDER_FULL
    45,  // 64 -> MEMORY_DATA_TYPE_ORDER_ID
    41,  // 65 -> MEMORY_DATA_TYPE_ORDER_ACCOUNT
    42,  // 66 -> MEMORY_DATA_TYPE_ORDER_DATE
    47,  // 67 -> MEMORY_DATA_TYPE_ORDER_MERCHANT_NAME
    46,  // 68 -> MEMORY_DATA_TYPE_ORDER_MERCHANT_DOMAIN
    48,  // 69 -> MEMORY_DATA_TYPE_ORDER_PRODUCT_NAMES
    44,  // 70 -> MEMORY_DATA_TYPE_ORDER_GRAND_TOTAL
    10,  // 71 -> MEMORY_DATA_TYPE_CREDIT_CARD_NUMBER
    7,  // 72 -> MEMORY_DATA_TYPE_CREDIT_CARD_EXPIRATION_DATE
    11,  // 73 -> MEMORY_DATA_TYPE_CREDIT_CARD_SECURITY_CODE
    8,  // 74 -> MEMORY_DATA_TYPE_CREDIT_CARD_NAME_ON_CARD
    9,  // 75 -> MEMORY_DATA_TYPE_CREDIT_CARD_NICKNAME
    66,  // 76 -> MEMORY_DATA_TYPE_SHIPMENT_SHIP_DATE
};

bool MemoryDataType_Parse(::absl::string_view name,
                                  MemoryDataType* PROTOBUF_NONNULL value) {
  int int_value;
  bool success = ::google::protobuf::internal::LookUpEnumValue(
      MemoryDataType_entries, 77, name, &int_value);
  if (success) {
    *value = static_cast<MemoryDataType>(int_value);
  }
  return success;
}
static ::google::protobuf::internal::ExplicitlyConstructed<::std::string>
    MemoryDataType_strings[77] = {};

const ::std::string& MemoryDataType_Name(MemoryDataType value) {
  static const bool kDummy = ::google::protobuf::internal::InitializeEnumStrings(
      MemoryDataType_entries, MemoryDataType_entries_by_number, 77,
      MemoryDataType_strings);
  (void)kDummy;

  int idx = ::google::protobuf::internal::LookUpEnumName(MemoryDataType_entries,
                                  MemoryDataType_entries_by_number,
                                  77, value);
  return idx == -1 ? ::google::protobuf::internal::GetEmptyString() : MemoryDataType_strings[idx].get();
}
// ===================================================================

void AtmemQueryAnalyzerLoggingData::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);
}
AtmemQueryAnalyzerLoggingData::AtmemQueryAnalyzerLoggingData(::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, AtmemQueryAnalyzerLoggingData_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.AtmemQueryAnalyzerLoggingData)
}
PROTOBUF_NDEBUG_INLINE AtmemQueryAnalyzerLoggingData::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::AtmemQueryAnalyzerLoggingData& from_msg)
      : _has_bits_{from._has_bits_},
        _cached_size_{0} {}

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

#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  AtmemQueryAnalyzerLoggingData* 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.AtmemQueryAnalyzerLoggingData)
}
PROTOBUF_NDEBUG_INLINE AtmemQueryAnalyzerLoggingData::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
      : _cached_size_{0} {}

inline void AtmemQueryAnalyzerLoggingData::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_));
}
AtmemQueryAnalyzerLoggingData::~AtmemQueryAnalyzerLoggingData() {
  // @@protoc_insertion_point(destructor:optimization_guide.proto.AtmemQueryAnalyzerLoggingData)
  SharedDtor(*this);
}
inline void AtmemQueryAnalyzerLoggingData::SharedDtor(MessageLite& self) {
  AtmemQueryAnalyzerLoggingData& this_ = static_cast<AtmemQueryAnalyzerLoggingData&>(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 AtmemQueryAnalyzerLoggingData_class_data_ =
    AtmemQueryAnalyzerLoggingData::InternalGenerateClassData_(AtmemQueryAnalyzerLoggingData_globals_._default);

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
AtmemQueryAnalyzerLoggingData::GetClassData() const {
  return AtmemQueryAnalyzerLoggingData_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
AtmemQueryAnalyzerLoggingData::GetClassData() const {
  return AtmemQueryAnalyzerLoggingData_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const AtmemQueryAnalyzerLoggingData::ParseTableT_
    AtmemQueryAnalyzerLoggingData::_table_ =
        AtmemQueryAnalyzerLoggingData::InternalGenerateParseTable_(AtmemQueryAnalyzerLoggingData_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void AtmemQueryAnalyzerLoggingData::Clear() {
// @@protoc_insertion_point(message_clear_start:optimization_guide.proto.AtmemQueryAnalyzerLoggingData)
  ::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 AtmemQueryAnalyzerLoggingData::_InternalSerialize(
    const ::google::protobuf::MessageLite& base, ::uint8_t* PROTOBUF_NONNULL target,
    ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) {
  const AtmemQueryAnalyzerLoggingData& this_ = static_cast<const AtmemQueryAnalyzerLoggingData&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::uint8_t* PROTOBUF_NONNULL AtmemQueryAnalyzerLoggingData::_InternalSerialize(
    ::uint8_t* PROTOBUF_NONNULL target,
    ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const {
  const AtmemQueryAnalyzerLoggingData& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    this_.CheckHasBitConsistency();
  }
  // @@protoc_insertion_point(serialize_to_array_start:optimization_guide.proto.AtmemQueryAnalyzerLoggingData)
  ::uint32_t cached_has_bits = 0;
  (void)cached_has_bits;

  cached_has_bits = this_._impl_._has_bits_[0];
  // .optimization_guide.proto.AtmemQueryAnalyzerRequest 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.AtmemQueryAnalyzerResponse 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.AtmemQueryAnalyzerLoggingData)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t AtmemQueryAnalyzerLoggingData::ByteSizeLong(const MessageLite& base) {
  const AtmemQueryAnalyzerLoggingData& this_ = static_cast<const AtmemQueryAnalyzerLoggingData&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t AtmemQueryAnalyzerLoggingData::ByteSizeLong() const {
  const AtmemQueryAnalyzerLoggingData& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:optimization_guide.proto.AtmemQueryAnalyzerLoggingData)
  ::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.AtmemQueryAnalyzerRequest request = 1 [features = {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      total_size += 1 +
                    ::google::protobuf::internal::WireFormatLite::MessageSize(*this_._impl_.request_);
    }
    // .optimization_guide.proto.AtmemQueryAnalyzerResponse 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 AtmemQueryAnalyzerLoggingData::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<AtmemQueryAnalyzerLoggingData*>(&to_msg);
  auto& from = static_cast<const AtmemQueryAnalyzerLoggingData&>(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.AtmemQueryAnalyzerLoggingData)
  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 AtmemQueryAnalyzerLoggingData::CopyFrom(const AtmemQueryAnalyzerLoggingData& from) {
  // @@protoc_insertion_point(class_specific_copy_from_start:optimization_guide.proto.AtmemQueryAnalyzerLoggingData)
  if (&from == this) return;
  Clear();
  MergeFrom(from);
}


void AtmemQueryAnalyzerLoggingData::InternalSwap(AtmemQueryAnalyzerLoggingData* 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(AtmemQueryAnalyzerLoggingData, _impl_.model_execution_info_)
      + sizeof(AtmemQueryAnalyzerLoggingData::_impl_.model_execution_info_)
      - PROTOBUF_FIELD_OFFSET(AtmemQueryAnalyzerLoggingData, _impl_.request_)>(
          reinterpret_cast<char*>(&_impl_.request_),
          reinterpret_cast<char*>(&other->_impl_.request_));
}

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

AtmemQueryAnalyzerRequest::AtmemQueryAnalyzerRequest(::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, AtmemQueryAnalyzerRequest_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.AtmemQueryAnalyzerRequest)
}
PROTOBUF_NDEBUG_INLINE AtmemQueryAnalyzerRequest::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::AtmemQueryAnalyzerRequest& from_msg)
      : _has_bits_{from._has_bits_},
        _cached_size_{0},
        user_query_(arena, from.user_query_),
        url_(arena, from.url_),
        title_(arena, from.title_),
        current_date_(arena, from.current_date_) {}

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

#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  AtmemQueryAnalyzerRequest* 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.AtmemQueryAnalyzerRequest)
}
PROTOBUF_NDEBUG_INLINE AtmemQueryAnalyzerRequest::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
      : _cached_size_{0},
        user_query_(arena),
        url_(arena),
        title_(arena),
        current_date_(arena) {}

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

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite AtmemQueryAnalyzerRequest_class_data_ =
    AtmemQueryAnalyzerRequest::InternalGenerateClassData_(AtmemQueryAnalyzerRequest_globals_._default);

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
AtmemQueryAnalyzerRequest::GetClassData() const {
  return AtmemQueryAnalyzerRequest_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
AtmemQueryAnalyzerRequest::GetClassData() const {
  return AtmemQueryAnalyzerRequest_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const AtmemQueryAnalyzerRequest::ParseTableT_
    AtmemQueryAnalyzerRequest::_table_ =
        AtmemQueryAnalyzerRequest::InternalGenerateParseTable_(AtmemQueryAnalyzerRequest_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void AtmemQueryAnalyzerRequest::Clear() {
// @@protoc_insertion_point(message_clear_start:optimization_guide.proto.AtmemQueryAnalyzerRequest)
  ::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, 0x0000000fU)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      _impl_.user_query_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _impl_.url_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      _impl_.title_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      _impl_.current_date_.ClearNonDefaultToEmpty();
    }
  }
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

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

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

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

  // string title = 3 [features = {
  if (CheckHasBit(cached_has_bits, 0x00000004U)) {
    if (!this_._internal_title().empty()) {
      const ::std::string& _s = this_._internal_title();
      ::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
          _s.data(), static_cast<int>(_s.length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, "optimization_guide.proto.AtmemQueryAnalyzerRequest.title");
      target = stream->WriteStringMaybeAliased(3, _s, target);
    }
  }

  // string current_date = 4 [features = {
  if (CheckHasBit(cached_has_bits, 0x00000008U)) {
    if (!this_._internal_current_date().empty()) {
      const ::std::string& _s = this_._internal_current_date();
      ::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
          _s.data(), static_cast<int>(_s.length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, "optimization_guide.proto.AtmemQueryAnalyzerRequest.current_date");
      target = stream->WriteStringMaybeAliased(4, _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.AtmemQueryAnalyzerRequest)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t AtmemQueryAnalyzerRequest::ByteSizeLong(const MessageLite& base) {
  const AtmemQueryAnalyzerRequest& this_ = static_cast<const AtmemQueryAnalyzerRequest&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t AtmemQueryAnalyzerRequest::ByteSizeLong() const {
  const AtmemQueryAnalyzerRequest& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:optimization_guide.proto.AtmemQueryAnalyzerRequest)
  ::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, 0x0000000fU)) {
    // string user_query = 1 [features = {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      if (!this_._internal_user_query().empty()) {
        total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                        this_._internal_user_query());
      }
    }
    // string url = 2 [features = {
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      if (!this_._internal_url().empty()) {
        total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                        this_._internal_url());
      }
    }
    // string title = 3 [features = {
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      if (!this_._internal_title().empty()) {
        total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                        this_._internal_title());
      }
    }
    // string current_date = 4 [features = {
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      if (!this_._internal_current_date().empty()) {
        total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                        this_._internal_current_date());
      }
    }
  }
  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 AtmemQueryAnalyzerRequest::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<AtmemQueryAnalyzerRequest*>(&to_msg);
  auto& from = static_cast<const AtmemQueryAnalyzerRequest&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  // @@protoc_insertion_point(class_specific_merge_from_start:optimization_guide.proto.AtmemQueryAnalyzerRequest)
  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, 0x0000000fU)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      if (!from._internal_user_query().empty()) {
        _this->_internal_set_user_query(from._internal_user_query());
      } else {
        if (_this->_impl_.user_query_.IsDefault()) {
          _this->_internal_set_user_query("");
        }
      }
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      if (!from._internal_url().empty()) {
        _this->_internal_set_url(from._internal_url());
      } else {
        if (_this->_impl_.url_.IsDefault()) {
          _this->_internal_set_url("");
        }
      }
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      if (!from._internal_title().empty()) {
        _this->_internal_set_title(from._internal_title());
      } else {
        if (_this->_impl_.title_.IsDefault()) {
          _this->_internal_set_title("");
        }
      }
    }
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      if (!from._internal_current_date().empty()) {
        _this->_internal_set_current_date(from._internal_current_date());
      } else {
        if (_this->_impl_.current_date_.IsDefault()) {
          _this->_internal_set_current_date("");
        }
      }
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

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


void AtmemQueryAnalyzerRequest::InternalSwap(AtmemQueryAnalyzerRequest* 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_.user_query_, &other->_impl_.user_query_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.url_, &other->_impl_.url_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.title_, &other->_impl_.title_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.current_date_, &other->_impl_.current_date_, arena);
}

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

AtmemQueryAnalyzerResponse::AtmemQueryAnalyzerResponse(::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, AtmemQueryAnalyzerResponse_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.AtmemQueryAnalyzerResponse)
}
PROTOBUF_NDEBUG_INLINE AtmemQueryAnalyzerResponse::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::AtmemQueryAnalyzerResponse& from_msg)
      : _has_bits_{from._has_bits_},
        _cached_size_{0},
        autofill_fetch_plans_ {
          visibility, ::_pbi::InternalMetadataOffset::Build<
              ::optimization_guide::proto::AtmemQueryAnalyzerResponse,
              PROTOBUF_FIELD_OFFSET(::optimization_guide::proto::AtmemQueryAnalyzerResponse, _impl_.autofill_fetch_plans_)>()
          , from.autofill_fetch_plans_
        }
        ,
        rewritten_query_(arena, from.rewritten_query_) {}

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

#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  AtmemQueryAnalyzerResponse* 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_.autofill_fetch_plan_ = (CheckHasBit(cached_has_bits, 0x00000004U))
                ? ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.autofill_fetch_plan_)
                : nullptr;
  _impl_.query_type_ = from._impl_.query_type_;

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

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

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite AtmemQueryAnalyzerResponse_class_data_ =
    AtmemQueryAnalyzerResponse::InternalGenerateClassData_(AtmemQueryAnalyzerResponse_globals_._default);

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
AtmemQueryAnalyzerResponse::GetClassData() const {
  return AtmemQueryAnalyzerResponse_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
AtmemQueryAnalyzerResponse::GetClassData() const {
  return AtmemQueryAnalyzerResponse_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const AtmemQueryAnalyzerResponse::ParseTableT_
    AtmemQueryAnalyzerResponse::_table_ =
        AtmemQueryAnalyzerResponse::InternalGenerateParseTable_(AtmemQueryAnalyzerResponse_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void AtmemQueryAnalyzerResponse::Clear() {
// @@protoc_insertion_point(message_clear_start:optimization_guide.proto.AtmemQueryAnalyzerResponse)
  ::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)) {
      _impl_.autofill_fetch_plans_.Clear();
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _impl_.rewritten_query_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      ABSL_DCHECK(_impl_.autofill_fetch_plan_ != nullptr);
      _impl_.autofill_fetch_plan_->Clear();
    }
  }
  _impl_.query_type_ = 0;
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

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

  cached_has_bits = this_._impl_._has_bits_[0];
  // .optimization_guide.proto.QueryType query_type = 1 [features = {
  if (CheckHasBit(cached_has_bits, 0x00000008U)) {
    if (this_._internal_query_type() != 0) {
      target = stream->EnsureSpace(target);
      target = ::_pbi::WireFormatLite::WriteEnumToArray(
          1, this_._internal_query_type(), target);
    }
  }

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

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

  // repeated .optimization_guide.proto.AutofillFetchPlan autofill_fetch_plans = 4;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    for (unsigned i = 0, n = static_cast<unsigned>(
                             this_._internal_autofill_fetch_plans_size());
         i < n; i++) {
      const auto& repfield = this_._internal_autofill_fetch_plans().Get(i);
      target =
          ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
              4, 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.AtmemQueryAnalyzerResponse)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t AtmemQueryAnalyzerResponse::ByteSizeLong(const MessageLite& base) {
  const AtmemQueryAnalyzerResponse& this_ = static_cast<const AtmemQueryAnalyzerResponse&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t AtmemQueryAnalyzerResponse::ByteSizeLong() const {
  const AtmemQueryAnalyzerResponse& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:optimization_guide.proto.AtmemQueryAnalyzerResponse)
  ::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, 0x0000000fU)) {
    // repeated .optimization_guide.proto.AutofillFetchPlan autofill_fetch_plans = 4;
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      total_size += 1UL * this_._internal_autofill_fetch_plans_size();
      for (const auto& msg : this_._internal_autofill_fetch_plans()) {
        total_size += ::google::protobuf::internal::WireFormatLite::MessageSize(msg);
      }
    }
    // string rewritten_query = 3 [features = {
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      if (!this_._internal_rewritten_query().empty()) {
        total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                        this_._internal_rewritten_query());
      }
    }
    // .optimization_guide.proto.AutofillFetchPlan autofill_fetch_plan = 2 [features = {
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      total_size += 1 +
                    ::google::protobuf::internal::WireFormatLite::MessageSize(*this_._impl_.autofill_fetch_plan_);
    }
    // .optimization_guide.proto.QueryType query_type = 1 [features = {
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      if (this_._internal_query_type() != 0) {
        total_size += 1 +
                      ::_pbi::WireFormatLite::EnumSize(this_._internal_query_type());
      }
    }
  }
  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 AtmemQueryAnalyzerResponse::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<AtmemQueryAnalyzerResponse*>(&to_msg);
  auto& from = static_cast<const AtmemQueryAnalyzerResponse&>(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.AtmemQueryAnalyzerResponse)
  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, 0x0000000fU)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      _this->_internal_mutable_autofill_fetch_plans()->InternalMergeFromWithArena(
          ::google::protobuf::MessageLite::internal_visibility(), arena,
          from._internal_autofill_fetch_plans());
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      if (!from._internal_rewritten_query().empty()) {
        _this->_internal_set_rewritten_query(from._internal_rewritten_query());
      } else {
        if (_this->_impl_.rewritten_query_.IsDefault()) {
          _this->_internal_set_rewritten_query("");
        }
      }
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      ABSL_DCHECK(from._impl_.autofill_fetch_plan_ != nullptr);
      if (_this->_impl_.autofill_fetch_plan_ == nullptr) {
        _this->_impl_.autofill_fetch_plan_ = ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.autofill_fetch_plan_);
      } else {
        _this->_impl_.autofill_fetch_plan_->MergeFrom(*from._impl_.autofill_fetch_plan_);
      }
    }
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      if (from._internal_query_type() != 0) {
        _this->_impl_.query_type_ = from._impl_.query_type_;
      }
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

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


void AtmemQueryAnalyzerResponse::InternalSwap(AtmemQueryAnalyzerResponse* 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_.autofill_fetch_plans_.InternalSwap(&other->_impl_.autofill_fetch_plans_);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.rewritten_query_, &other->_impl_.rewritten_query_, arena);
  ::google::protobuf::internal::memswap<
      PROTOBUF_FIELD_OFFSET(AtmemQueryAnalyzerResponse, _impl_.query_type_)
      + sizeof(AtmemQueryAnalyzerResponse::_impl_.query_type_)
      - PROTOBUF_FIELD_OFFSET(AtmemQueryAnalyzerResponse, _impl_.autofill_fetch_plan_)>(
          reinterpret_cast<char*>(&_impl_.autofill_fetch_plan_),
          reinterpret_cast<char*>(&other->_impl_.autofill_fetch_plan_));
}

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

AutofillFetchPlan::AutofillFetchPlan(::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, AutofillFetchPlan_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.AutofillFetchPlan)
}
PROTOBUF_NDEBUG_INLINE AutofillFetchPlan::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::AutofillFetchPlan& from_msg)
      : _has_bits_{from._has_bits_},
        _cached_size_{0},
        data_types_ {
          visibility, ::_pbi::InternalMetadataOffset::Build<
              ::optimization_guide::proto::AutofillFetchPlan,
              PROTOBUF_FIELD_OFFSET(::optimization_guide::proto::AutofillFetchPlan, _impl_.data_types_)>()
          , from.data_types_
        }
        ,
        _data_types_cached_byte_size_{0},
        filter_keywords_ {
          visibility, ::_pbi::InternalMetadataOffset::Build<
              ::optimization_guide::proto::AutofillFetchPlan,
              PROTOBUF_FIELD_OFFSET(::optimization_guide::proto::AutofillFetchPlan, _impl_.filter_keywords_)>()
          , from.filter_keywords_
        }
        ,
        filters_ {
          visibility, ::_pbi::InternalMetadataOffset::Build<
              ::optimization_guide::proto::AutofillFetchPlan,
              PROTOBUF_FIELD_OFFSET(::optimization_guide::proto::AutofillFetchPlan, _impl_.filters_)>()
          , from.filters_
        }
     {}

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

#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  AutofillFetchPlan* 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.AutofillFetchPlan)
}
PROTOBUF_NDEBUG_INLINE AutofillFetchPlan::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
      : _cached_size_{0},
        data_types_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::optimization_guide::proto::AutofillFetchPlan,
            PROTOBUF_FIELD_OFFSET(::optimization_guide::proto::AutofillFetchPlan, _impl_.data_types_)>()
         }
        ,
        _data_types_cached_byte_size_{0},
        filter_keywords_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::optimization_guide::proto::AutofillFetchPlan,
            PROTOBUF_FIELD_OFFSET(::optimization_guide::proto::AutofillFetchPlan, _impl_.filter_keywords_)>()
         }
        ,
        filters_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::optimization_guide::proto::AutofillFetchPlan,
            PROTOBUF_FIELD_OFFSET(::optimization_guide::proto::AutofillFetchPlan, _impl_.filters_)>()
         }
     {}

inline void AutofillFetchPlan::SharedCtor(::_pb::Arena* PROTOBUF_NULLABLE arena) {
  new (&_impl_) Impl_(internal_visibility(), arena);
}
AutofillFetchPlan::~AutofillFetchPlan() {
  // @@protoc_insertion_point(destructor:optimization_guide.proto.AutofillFetchPlan)
  SharedDtor(*this);
}
inline void AutofillFetchPlan::SharedDtor(MessageLite& self) {
  AutofillFetchPlan& this_ = static_cast<AutofillFetchPlan&>(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 AutofillFetchPlan_class_data_ =
    AutofillFetchPlan::InternalGenerateClassData_(AutofillFetchPlan_globals_._default);

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
AutofillFetchPlan::GetClassData() const {
  return AutofillFetchPlan_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
AutofillFetchPlan::GetClassData() const {
  return AutofillFetchPlan_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const AutofillFetchPlan::ParseTableT_
    AutofillFetchPlan::_table_ =
        AutofillFetchPlan::InternalGenerateParseTable_(AutofillFetchPlan_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void AutofillFetchPlan::Clear() {
// @@protoc_insertion_point(message_clear_start:optimization_guide.proto.AutofillFetchPlan)
  ::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)) {
      _impl_.data_types_.Clear();
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _impl_.filter_keywords_.Clear();
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      _impl_.filters_.Clear();
    }
  }
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

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

  cached_has_bits = this_._impl_._has_bits_[0];
  // repeated .optimization_guide.proto.MemoryDataType data_types = 1;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    {
      ::size_t byte_size = this_._impl_._data_types_cached_byte_size_.Get();
      if (byte_size > 0) {
        target = stream->WriteEnumPacked(
            1, this_._internal_data_types(), byte_size, target);
      }
    }
  }

  // repeated string filter_keywords = 2;
  if (CheckHasBit(cached_has_bits, 0x00000002U)) {
    for (int i = 0, n = this_._internal_filter_keywords_size(); i < n; ++i) {
      const auto& s = this_._internal_filter_keywords().Get(i);
      ::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
          s.data(), static_cast<int>(s.length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, "optimization_guide.proto.AutofillFetchPlan.filter_keywords");
      target = stream->WriteString(2, s, target);
    }
  }

  // repeated .optimization_guide.proto.Filter filters = 3;
  if (CheckHasBit(cached_has_bits, 0x00000004U)) {
    for (unsigned i = 0, n = static_cast<unsigned>(
                             this_._internal_filters_size());
         i < n; i++) {
      const auto& repfield = this_._internal_filters().Get(i);
      target =
          ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
              3, 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.AutofillFetchPlan)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t AutofillFetchPlan::ByteSizeLong(const MessageLite& base) {
  const AutofillFetchPlan& this_ = static_cast<const AutofillFetchPlan&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t AutofillFetchPlan::ByteSizeLong() const {
  const AutofillFetchPlan& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:optimization_guide.proto.AutofillFetchPlan)
  ::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)) {
    // repeated .optimization_guide.proto.MemoryDataType data_types = 1;
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      total_size += ::_pbi::WireFormatLite::EnumSizeWithPackedTagSize(
          this_._internal_data_types(), 1, this_._impl_._data_types_cached_byte_size_);
    }
    // repeated string filter_keywords = 2;
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      total_size +=
          1 * ::google::protobuf::internal::FromIntSize(this_._internal_filter_keywords().size());
      for (int i = 0, n = this_._internal_filter_keywords().size(); i < n; ++i) {
        total_size += ::google::protobuf::internal::WireFormatLite::StringSize(
            this_._internal_filter_keywords().Get(i));
      }
    }
    // repeated .optimization_guide.proto.Filter filters = 3;
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      total_size += 1UL * this_._internal_filters_size();
      for (const auto& msg : this_._internal_filters()) {
        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 AutofillFetchPlan::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<AutofillFetchPlan*>(&to_msg);
  auto& from = static_cast<const AutofillFetchPlan&>(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.AutofillFetchPlan)
  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)) {
      _this->_internal_mutable_data_types()->MergeFrom(from._internal_data_types());
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _this->_internal_mutable_filter_keywords()->InternalMergeFromWithArena(
          ::google::protobuf::MessageLite::internal_visibility(), arena,
          from._internal_filter_keywords());
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      _this->_internal_mutable_filters()->InternalMergeFromWithArena(
          ::google::protobuf::MessageLite::internal_visibility(), arena,
          from._internal_filters());
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

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


void AutofillFetchPlan::InternalSwap(AutofillFetchPlan* 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_.data_types_.InternalSwap(&other->_impl_.data_types_);
  _impl_.filter_keywords_.InternalSwap(&other->_impl_.filter_keywords_);
  _impl_.filters_.InternalSwap(&other->_impl_.filters_);
}

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

Filter::Filter(::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, Filter_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.Filter)
}
PROTOBUF_NDEBUG_INLINE Filter::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::Filter& from_msg)
      : _has_bits_{from._has_bits_},
        _cached_size_{0},
        data_types_ {
          visibility, ::_pbi::InternalMetadataOffset::Build<
              ::optimization_guide::proto::Filter,
              PROTOBUF_FIELD_OFFSET(::optimization_guide::proto::Filter, _impl_.data_types_)>()
          , from.data_types_
        }
        ,
        _data_types_cached_byte_size_{0} {}

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

#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  Filter* 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_.string_filter_ = (CheckHasBit(cached_has_bits, 0x00000002U))
                ? ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.string_filter_)
                : nullptr;
  _impl_.typed_value_filter_ = (CheckHasBit(cached_has_bits, 0x00000004U))
                ? ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.typed_value_filter_)
                : nullptr;

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

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

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite Filter_class_data_ =
    Filter::InternalGenerateClassData_(Filter_globals_._default);

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
Filter::GetClassData() const {
  return Filter_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
Filter::GetClassData() const {
  return Filter_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const Filter::ParseTableT_
    Filter::_table_ =
        Filter::InternalGenerateParseTable_(Filter_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void Filter::Clear() {
// @@protoc_insertion_point(message_clear_start:optimization_guide.proto.Filter)
  ::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)) {
      _impl_.data_types_.Clear();
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      ABSL_DCHECK(_impl_.string_filter_ != nullptr);
      _impl_.string_filter_->Clear();
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      ABSL_DCHECK(_impl_.typed_value_filter_ != nullptr);
      _impl_.typed_value_filter_->Clear();
    }
  }
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

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

  cached_has_bits = this_._impl_._has_bits_[0];
  // repeated .optimization_guide.proto.MemoryDataType data_types = 1;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    {
      ::size_t byte_size = this_._impl_._data_types_cached_byte_size_.Get();
      if (byte_size > 0) {
        target = stream->WriteEnumPacked(
            1, this_._internal_data_types(), byte_size, target);
      }
    }
  }

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

  // .optimization_guide.proto.TypedValueFilter typed_value_filter = 3 [features = {
  if (CheckHasBit(cached_has_bits, 0x00000004U)) {
    target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
        3, *this_._impl_.typed_value_filter_, this_._impl_.typed_value_filter_->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.Filter)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t Filter::ByteSizeLong(const MessageLite& base) {
  const Filter& this_ = static_cast<const Filter&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t Filter::ByteSizeLong() const {
  const Filter& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:optimization_guide.proto.Filter)
  ::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)) {
    // repeated .optimization_guide.proto.MemoryDataType data_types = 1;
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      total_size += ::_pbi::WireFormatLite::EnumSizeWithPackedTagSize(
          this_._internal_data_types(), 1, this_._impl_._data_types_cached_byte_size_);
    }
    // .optimization_guide.proto.StringFilter string_filter = 2 [features = {
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      total_size += 1 +
                    ::google::protobuf::internal::WireFormatLite::MessageSize(*this_._impl_.string_filter_);
    }
    // .optimization_guide.proto.TypedValueFilter typed_value_filter = 3 [features = {
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      total_size += 1 +
                    ::google::protobuf::internal::WireFormatLite::MessageSize(*this_._impl_.typed_value_filter_);
    }
  }
  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 Filter::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<Filter*>(&to_msg);
  auto& from = static_cast<const Filter&>(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.Filter)
  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)) {
      _this->_internal_mutable_data_types()->MergeFrom(from._internal_data_types());
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      ABSL_DCHECK(from._impl_.string_filter_ != nullptr);
      if (_this->_impl_.string_filter_ == nullptr) {
        _this->_impl_.string_filter_ = ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.string_filter_);
      } else {
        _this->_impl_.string_filter_->MergeFrom(*from._impl_.string_filter_);
      }
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      ABSL_DCHECK(from._impl_.typed_value_filter_ != nullptr);
      if (_this->_impl_.typed_value_filter_ == nullptr) {
        _this->_impl_.typed_value_filter_ = ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.typed_value_filter_);
      } else {
        _this->_impl_.typed_value_filter_->MergeFrom(*from._impl_.typed_value_filter_);
      }
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

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


void Filter::InternalSwap(Filter* 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_.data_types_.InternalSwap(&other->_impl_.data_types_);
  ::google::protobuf::internal::memswap<
      PROTOBUF_FIELD_OFFSET(Filter, _impl_.typed_value_filter_)
      + sizeof(Filter::_impl_.typed_value_filter_)
      - PROTOBUF_FIELD_OFFSET(Filter, _impl_.string_filter_)>(
          reinterpret_cast<char*>(&_impl_.string_filter_),
          reinterpret_cast<char*>(&other->_impl_.string_filter_));
}

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

StringFilter::StringFilter(::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, StringFilter_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.StringFilter)
}
PROTOBUF_NDEBUG_INLINE StringFilter::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::StringFilter& from_msg)
      : _has_bits_{from._has_bits_},
        _cached_size_{0},
        value_(arena, from.value_) {}

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

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

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

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

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite StringFilter_class_data_ =
    StringFilter::InternalGenerateClassData_(StringFilter_globals_._default);

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
StringFilter::GetClassData() const {
  return StringFilter_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
StringFilter::GetClassData() const {
  return StringFilter_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const StringFilter::ParseTableT_
    StringFilter::_table_ =
        StringFilter::InternalGenerateParseTable_(StringFilter_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void StringFilter::Clear() {
// @@protoc_insertion_point(message_clear_start:optimization_guide.proto.StringFilter)
  ::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_.value_.ClearNonDefaultToEmpty();
  }
  _impl_.mode_ = 0;
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

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

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

  // .optimization_guide.proto.StringFilter.StringFilterMode mode = 2 [features = {
  if (CheckHasBit(cached_has_bits, 0x00000002U)) {
    if (this_._internal_mode() != 0) {
      target = stream->EnsureSpace(target);
      target = ::_pbi::WireFormatLite::WriteEnumToArray(
          2, this_._internal_mode(), 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.StringFilter)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t StringFilter::ByteSizeLong(const MessageLite& base) {
  const StringFilter& this_ = static_cast<const StringFilter&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t StringFilter::ByteSizeLong() const {
  const StringFilter& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:optimization_guide.proto.StringFilter)
  ::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, 0x00000003U)) {
    // string value = 1 [features = {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      if (!this_._internal_value().empty()) {
        total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                        this_._internal_value());
      }
    }
    // .optimization_guide.proto.StringFilter.StringFilterMode mode = 2 [features = {
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      if (this_._internal_mode() != 0) {
        total_size += 1 +
                      ::_pbi::WireFormatLite::EnumSize(this_._internal_mode());
      }
    }
  }
  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 StringFilter::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<StringFilter*>(&to_msg);
  auto& from = static_cast<const StringFilter&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  // @@protoc_insertion_point(class_specific_merge_from_start:optimization_guide.proto.StringFilter)
  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)) {
      if (!from._internal_value().empty()) {
        _this->_internal_set_value(from._internal_value());
      } else {
        if (_this->_impl_.value_.IsDefault()) {
          _this->_internal_set_value("");
        }
      }
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      if (from._internal_mode() != 0) {
        _this->_impl_.mode_ = from._impl_.mode_;
      }
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

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


void StringFilter::InternalSwap(StringFilter* 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_.value_, &other->_impl_.value_, arena);
  swap(_impl_.mode_, other->_impl_.mode_);
}

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

TypedValueFilter::TypedValueFilter(::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, TypedValueFilter_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.TypedValueFilter)
}
PROTOBUF_NDEBUG_INLINE TypedValueFilter::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::TypedValueFilter& from_msg)
      : _has_bits_{from._has_bits_},
        _cached_size_{0} {}

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

#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  TypedValueFilter* 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_.typed_value_ = (CheckHasBit(cached_has_bits, 0x00000001U))
                ? ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.typed_value_)
                : nullptr;
  _impl_.filter_operator_ = from._impl_.filter_operator_;

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

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

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite TypedValueFilter_class_data_ =
    TypedValueFilter::InternalGenerateClassData_(TypedValueFilter_globals_._default);

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
TypedValueFilter::GetClassData() const {
  return TypedValueFilter_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
TypedValueFilter::GetClassData() const {
  return TypedValueFilter_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const TypedValueFilter::ParseTableT_
    TypedValueFilter::_table_ =
        TypedValueFilter::InternalGenerateParseTable_(TypedValueFilter_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void TypedValueFilter::Clear() {
// @@protoc_insertion_point(message_clear_start:optimization_guide.proto.TypedValueFilter)
  ::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_.typed_value_ != nullptr);
    _impl_.typed_value_->Clear();
  }
  _impl_.filter_operator_ = 0;
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

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

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

  // .optimization_guide.proto.TypedValueFilter.FilterOperator filter_operator = 2 [features = {
  if (CheckHasBit(cached_has_bits, 0x00000002U)) {
    if (this_._internal_filter_operator() != 0) {
      target = stream->EnsureSpace(target);
      target = ::_pbi::WireFormatLite::WriteEnumToArray(
          2, this_._internal_filter_operator(), 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.TypedValueFilter)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t TypedValueFilter::ByteSizeLong(const MessageLite& base) {
  const TypedValueFilter& this_ = static_cast<const TypedValueFilter&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t TypedValueFilter::ByteSizeLong() const {
  const TypedValueFilter& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:optimization_guide.proto.TypedValueFilter)
  ::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, 0x00000003U)) {
    // .optimization_guide.proto.TypedValue typed_value = 1 [features = {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      total_size += 1 +
                    ::google::protobuf::internal::WireFormatLite::MessageSize(*this_._impl_.typed_value_);
    }
    // .optimization_guide.proto.TypedValueFilter.FilterOperator filter_operator = 2 [features = {
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      if (this_._internal_filter_operator() != 0) {
        total_size += 1 +
                      ::_pbi::WireFormatLite::EnumSize(this_._internal_filter_operator());
      }
    }
  }
  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 TypedValueFilter::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<TypedValueFilter*>(&to_msg);
  auto& from = static_cast<const TypedValueFilter&>(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.TypedValueFilter)
  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_.typed_value_ != nullptr);
      if (_this->_impl_.typed_value_ == nullptr) {
        _this->_impl_.typed_value_ = ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.typed_value_);
      } else {
        _this->_impl_.typed_value_->MergeFrom(*from._impl_.typed_value_);
      }
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      if (from._internal_filter_operator() != 0) {
        _this->_impl_.filter_operator_ = from._impl_.filter_operator_;
      }
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

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


void TypedValueFilter::InternalSwap(TypedValueFilter* 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(TypedValueFilter, _impl_.filter_operator_)
      + sizeof(TypedValueFilter::_impl_.filter_operator_)
      - PROTOBUF_FIELD_OFFSET(TypedValueFilter, _impl_.typed_value_)>(
          reinterpret_cast<char*>(&_impl_.typed_value_),
          reinterpret_cast<char*>(&other->_impl_.typed_value_));
}

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

TypedValue_Date::TypedValue_Date(::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, TypedValue_Date_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.TypedValue.Date)
}
TypedValue_Date::TypedValue_Date(
    ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const TypedValue_Date& from)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, TypedValue_Date_get_class_data()),
#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena),
#endif  // PROTOBUF_CUSTOM_VTABLE
      _impl_(from._impl_) {
  _internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}
PROTOBUF_NDEBUG_INLINE TypedValue_Date::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
      : _cached_size_{0} {}

inline void TypedValue_Date::SharedCtor(::_pb::Arena* PROTOBUF_NULLABLE arena) {
  new (&_impl_) Impl_(internal_visibility(), arena);
  ::memset(reinterpret_cast<char*>(&_impl_) +
               offsetof(Impl_, year_),
           0,
           offsetof(Impl_, day_) -
               offsetof(Impl_, year_) +
               sizeof(Impl_::day_));
}
TypedValue_Date::~TypedValue_Date() {
  // @@protoc_insertion_point(destructor:optimization_guide.proto.TypedValue.Date)
  SharedDtor(*this);
}
inline void TypedValue_Date::SharedDtor(MessageLite& self) {
  TypedValue_Date& this_ = static_cast<TypedValue_Date&>(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 TypedValue_Date_class_data_ =
    TypedValue_Date::InternalGenerateClassData_(TypedValue_Date_globals_._default);

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
TypedValue_Date::GetClassData() const {
  return TypedValue_Date_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
TypedValue_Date::GetClassData() const {
  return TypedValue_Date_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const TypedValue_Date::ParseTableT_
    TypedValue_Date::_table_ =
        TypedValue_Date::InternalGenerateParseTable_(TypedValue_Date_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void TypedValue_Date::Clear() {
// @@protoc_insertion_point(message_clear_start:optimization_guide.proto.TypedValue.Date)
  ::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)) {
    ::memset(&_impl_.year_, 0, static_cast<::size_t>(
        reinterpret_cast<char*>(&_impl_.day_) -
        reinterpret_cast<char*>(&_impl_.year_)) + sizeof(_impl_.day_));
  }
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

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

  cached_has_bits = this_._impl_._has_bits_[0];
  // int32 year = 1 [features = {
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    if (this_._internal_year() != 0) {
      target =
          ::google::protobuf::internal::WireFormatLite::WriteInt32ToArrayWithField<1>(
              stream, this_._internal_year(), target);
    }
  }

  // int32 month = 2 [features = {
  if (CheckHasBit(cached_has_bits, 0x00000002U)) {
    if (this_._internal_month() != 0) {
      target =
          ::google::protobuf::internal::WireFormatLite::WriteInt32ToArrayWithField<2>(
              stream, this_._internal_month(), target);
    }
  }

  // int32 day = 3 [features = {
  if (CheckHasBit(cached_has_bits, 0x00000004U)) {
    if (this_._internal_day() != 0) {
      target =
          ::google::protobuf::internal::WireFormatLite::WriteInt32ToArrayWithField<3>(
              stream, this_._internal_day(), 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.TypedValue.Date)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t TypedValue_Date::ByteSizeLong(const MessageLite& base) {
  const TypedValue_Date& this_ = static_cast<const TypedValue_Date&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t TypedValue_Date::ByteSizeLong() const {
  const TypedValue_Date& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:optimization_guide.proto.TypedValue.Date)
  ::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)) {
    // int32 year = 1 [features = {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      if (this_._internal_year() != 0) {
        total_size += ::_pbi::WireFormatLite::Int32SizePlusOne(
            this_._internal_year());
      }
    }
    // int32 month = 2 [features = {
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      if (this_._internal_month() != 0) {
        total_size += ::_pbi::WireFormatLite::Int32SizePlusOne(
            this_._internal_month());
      }
    }
    // int32 day = 3 [features = {
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      if (this_._internal_day() != 0) {
        total_size += ::_pbi::WireFormatLite::Int32SizePlusOne(
            this_._internal_day());
      }
    }
  }
  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 TypedValue_Date::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<TypedValue_Date*>(&to_msg);
  auto& from = static_cast<const TypedValue_Date&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  // @@protoc_insertion_point(class_specific_merge_from_start:optimization_guide.proto.TypedValue.Date)
  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)) {
      if (from._internal_year() != 0) {
        _this->_impl_.year_ = from._impl_.year_;
      }
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      if (from._internal_month() != 0) {
        _this->_impl_.month_ = from._impl_.month_;
      }
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      if (from._internal_day() != 0) {
        _this->_impl_.day_ = from._impl_.day_;
      }
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

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


void TypedValue_Date::InternalSwap(TypedValue_Date* 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(TypedValue_Date, _impl_.day_)
      + sizeof(TypedValue_Date::_impl_.day_)
      - PROTOBUF_FIELD_OFFSET(TypedValue_Date, _impl_.year_)>(
          reinterpret_cast<char*>(&_impl_.year_),
          reinterpret_cast<char*>(&other->_impl_.year_));
}

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

TypedValue_StringList::TypedValue_StringList(::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, TypedValue_StringList_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.TypedValue.StringList)
}
PROTOBUF_NDEBUG_INLINE TypedValue_StringList::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::TypedValue_StringList& from_msg)
      : _has_bits_{from._has_bits_},
        _cached_size_{0},
        values_ {
          visibility, ::_pbi::InternalMetadataOffset::Build<
              ::optimization_guide::proto::TypedValue_StringList,
              PROTOBUF_FIELD_OFFSET(::optimization_guide::proto::TypedValue_StringList, _impl_.values_)>()
          , from.values_
        }
     {}

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

#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  TypedValue_StringList* 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.TypedValue.StringList)
}
PROTOBUF_NDEBUG_INLINE TypedValue_StringList::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
      : _cached_size_{0},
        values_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::optimization_guide::proto::TypedValue_StringList,
            PROTOBUF_FIELD_OFFSET(::optimization_guide::proto::TypedValue_StringList, _impl_.values_)>()
         }
     {}

inline void TypedValue_StringList::SharedCtor(::_pb::Arena* PROTOBUF_NULLABLE arena) {
  new (&_impl_) Impl_(internal_visibility(), arena);
}
TypedValue_StringList::~TypedValue_StringList() {
  // @@protoc_insertion_point(destructor:optimization_guide.proto.TypedValue.StringList)
  SharedDtor(*this);
}
inline void TypedValue_StringList::SharedDtor(MessageLite& self) {
  TypedValue_StringList& this_ = static_cast<TypedValue_StringList&>(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 TypedValue_StringList_class_data_ =
    TypedValue_StringList::InternalGenerateClassData_(TypedValue_StringList_globals_._default);

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
TypedValue_StringList::GetClassData() const {
  return TypedValue_StringList_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
TypedValue_StringList::GetClassData() const {
  return TypedValue_StringList_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const TypedValue_StringList::ParseTableT_
    TypedValue_StringList::_table_ =
        TypedValue_StringList::InternalGenerateParseTable_(TypedValue_StringList_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void TypedValue_StringList::Clear() {
// @@protoc_insertion_point(message_clear_start:optimization_guide.proto.TypedValue.StringList)
  ::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_.values_.Clear();
  }
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

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

  cached_has_bits = this_._impl_._has_bits_[0];
  // repeated string values = 1;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    for (int i = 0, n = this_._internal_values_size(); i < n; ++i) {
      const auto& s = this_._internal_values().Get(i);
      ::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
          s.data(), static_cast<int>(s.length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, "optimization_guide.proto.TypedValue.StringList.values");
      target = stream->WriteString(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.TypedValue.StringList)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t TypedValue_StringList::ByteSizeLong(const MessageLite& base) {
  const TypedValue_StringList& this_ = static_cast<const TypedValue_StringList&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t TypedValue_StringList::ByteSizeLong() const {
  const TypedValue_StringList& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:optimization_guide.proto.TypedValue.StringList)
  ::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 string values = 1;
    cached_has_bits = this_._impl_._has_bits_[0];
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      total_size +=
          1 * ::google::protobuf::internal::FromIntSize(this_._internal_values().size());
      for (int i = 0, n = this_._internal_values().size(); i < n; ++i) {
        total_size += ::google::protobuf::internal::WireFormatLite::StringSize(
            this_._internal_values().Get(i));
      }
    }
  }
  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 TypedValue_StringList::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<TypedValue_StringList*>(&to_msg);
  auto& from = static_cast<const TypedValue_StringList&>(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.TypedValue.StringList)
  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_values()->InternalMergeFromWithArena(
        ::google::protobuf::MessageLite::internal_visibility(), arena,
        from._internal_values());
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

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


void TypedValue_StringList::InternalSwap(TypedValue_StringList* 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_.values_.InternalSwap(&other->_impl_.values_);
}

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

void TypedValue::set_allocated_date(::optimization_guide::proto::TypedValue_Date* PROTOBUF_NULLABLE date) {
  ::google::protobuf::Arena* message_arena = GetArena();
  clear_value();
  if (date) {
    ::google::protobuf::Arena* submessage_arena = date->GetArena();
    if (message_arena != submessage_arena) {
      date = ::google::protobuf::internal::GetOwnedMessage(message_arena, date, submessage_arena);
    }
    set_has_date();
    _impl_.value_.date_ = date;
  }
  // @@protoc_insertion_point(field_set_allocated:optimization_guide.proto.TypedValue.date)
}
void TypedValue::set_allocated_date_time(::optimization_guide::proto::DateTime* PROTOBUF_NULLABLE date_time) {
  ::google::protobuf::Arena* message_arena = GetArena();
  clear_value();
  if (date_time) {
    ::google::protobuf::Arena* submessage_arena = reinterpret_cast<::google::protobuf::MessageLite*>(date_time)->GetArena();
    if (message_arena != submessage_arena) {
      date_time = ::google::protobuf::internal::GetOwnedMessage(message_arena, date_time, submessage_arena);
    }
    set_has_date_time();
    _impl_.value_.date_time_ = date_time;
  }
  // @@protoc_insertion_point(field_set_allocated:optimization_guide.proto.TypedValue.date_time)
}
void TypedValue::clear_date_time() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (value_case() == kDateTime) {
    if (GetArena() == nullptr) {
      delete _impl_.value_.date_time_;
    } else if (::google::protobuf::internal::DebugHardenClearOneofMessageOnArena()) {
      if (_impl_.value_.date_time_ != nullptr) {
        _impl_.value_.date_time_->Clear();
      }
    }
    clear_has_value();
  }
}
void TypedValue::set_allocated_string_list(::optimization_guide::proto::TypedValue_StringList* PROTOBUF_NULLABLE string_list) {
  ::google::protobuf::Arena* message_arena = GetArena();
  clear_value();
  if (string_list) {
    ::google::protobuf::Arena* submessage_arena = string_list->GetArena();
    if (message_arena != submessage_arena) {
      string_list = ::google::protobuf::internal::GetOwnedMessage(message_arena, string_list, submessage_arena);
    }
    set_has_string_list();
    _impl_.value_.string_list_ = string_list;
  }
  // @@protoc_insertion_point(field_set_allocated:optimization_guide.proto.TypedValue.string_list)
}
TypedValue::TypedValue(::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, TypedValue_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.TypedValue)
}
PROTOBUF_NDEBUG_INLINE TypedValue::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::TypedValue& from_msg)
      : value_{},
        _cached_size_{0},
        _oneof_case_{from._oneof_case_[0]} {}

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

#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  TypedValue* const _this = this;
  (void)_this;
  _internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
  new (&_impl_) Impl_(internal_visibility(), arena, from._impl_, from);
  switch (value_case()) {
    case VALUE_NOT_SET:
      break;
      case kCountryCode:
        new (&_impl_.value_.country_code_) decltype(_impl_.value_.country_code_){arena, from._impl_.value_.country_code_};
        break;
      case kDate:
        _impl_.value_.date_ = ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.value_.date_);
        break;
      case kDateTime:
        _impl_.value_.date_time_ = ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.value_.date_time_);
        break;
      case kStringList:
        _impl_.value_.string_list_ = ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.value_.string_list_);
        break;
  }

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

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

void TypedValue::clear_value() {
// @@protoc_insertion_point(one_of_clear_start:optimization_guide.proto.TypedValue)
  ::google::protobuf::internal::TSanWrite(&_impl_);
  switch (value_case()) {
    case kCountryCode: {
      _impl_.value_.country_code_.Destroy();
      break;
    }
    case kDate: {
      if (GetArena() == nullptr) {
        delete _impl_.value_.date_;
      } else if (::google::protobuf::internal::DebugHardenClearOneofMessageOnArena()) {
        if (_impl_.value_.date_ != nullptr) {
          _impl_.value_.date_->Clear();
        }
      }
      break;
    }
    case kDateTime: {
      if (GetArena() == nullptr) {
        delete _impl_.value_.date_time_;
      } else if (::google::protobuf::internal::DebugHardenClearOneofMessageOnArena()) {
        if (_impl_.value_.date_time_ != nullptr) {
          _impl_.value_.date_time_->Clear();
        }
      }
      break;
    }
    case kStringList: {
      if (GetArena() == nullptr) {
        delete _impl_.value_.string_list_;
      } else if (::google::protobuf::internal::DebugHardenClearOneofMessageOnArena()) {
        if (_impl_.value_.string_list_ != nullptr) {
          _impl_.value_.string_list_->Clear();
        }
      }
      break;
    }
    case VALUE_NOT_SET: {
      break;
    }
  }
  _impl_._oneof_case_[0] = VALUE_NOT_SET;
}


#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite TypedValue_class_data_ =
    TypedValue::InternalGenerateClassData_(TypedValue_globals_._default);

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

  clear_value();
  _internal_metadata_.Clear<::std::string>();
}

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

  switch (this_.value_case()) {
    case kCountryCode: {
      const ::std::string& _s = this_._internal_country_code();
      ::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
          _s.data(), static_cast<int>(_s.length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, "optimization_guide.proto.TypedValue.country_code");
      target = stream->WriteStringMaybeAliased(1, _s, target);
      break;
    }
    case kDate: {
      target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
          2, *this_._impl_.value_.date_, this_._impl_.value_.date_->GetCachedSize(), target,
          stream);
      break;
    }
    case kDateTime: {
      target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
          3, *this_._impl_.value_.date_time_, this_._impl_.value_.date_time_->GetCachedSize(), target,
          stream);
      break;
    }
    case kStringList: {
      target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
          4, *this_._impl_.value_.string_list_, this_._impl_.value_.string_list_->GetCachedSize(), target,
          stream);
      break;
    }
    default:
      break;
  }
  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.TypedValue)
  return target;
}

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

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

  switch (this_.value_case()) {
    // string country_code = 1;
    case kCountryCode: {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_country_code());
      break;
    }
    // .optimization_guide.proto.TypedValue.Date date = 2;
    case kDate: {
      total_size += 1 +
                    ::google::protobuf::internal::WireFormatLite::MessageSize(*this_._impl_.value_.date_);
      break;
    }
    // .optimization_guide.proto.DateTime date_time = 3;
    case kDateTime: {
      total_size += 1 +
                    ::google::protobuf::internal::WireFormatLite::MessageSize(*this_._impl_.value_.date_time_);
      break;
    }
    // .optimization_guide.proto.TypedValue.StringList string_list = 4;
    case kStringList: {
      total_size += 1 +
                    ::google::protobuf::internal::WireFormatLite::MessageSize(*this_._impl_.value_.string_list_);
      break;
    }
    case VALUE_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 TypedValue::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<TypedValue*>(&to_msg);
  auto& from = static_cast<const TypedValue&>(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.TypedValue)
  ABSL_DCHECK_NE(&from, _this);
  ::uint32_t cached_has_bits = 0;
  (void)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_value();
      }
      _this->_impl_._oneof_case_[0] = oneof_from_case;
    }

    switch (oneof_from_case) {
      case kCountryCode: {
        if (oneof_needs_init) {
          _this->_impl_.value_.country_code_.InitDefault();
        }
        _this->_impl_.value_.country_code_.Set(from._internal_country_code(), arena);
        break;
      }
      case kDate: {
        if (oneof_needs_init) {
          _this->_impl_.value_.date_ = ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.value_.date_);
        } else {
          _this->_impl_.value_.date_->CheckTypeAndMergeFrom(*from._impl_.value_.date_);
        }
        break;
      }
      case kDateTime: {
        if (oneof_needs_init) {
          _this->_impl_.value_.date_time_ = ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.value_.date_time_);
        } else {
          _this->_impl_.value_.date_time_->CheckTypeAndMergeFrom(*from._impl_.value_.date_time_);
        }
        break;
      }
      case kStringList: {
        if (oneof_needs_init) {
          _this->_impl_.value_.string_list_ = ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.value_.string_list_);
        } else {
          _this->_impl_.value_.string_list_->CheckTypeAndMergeFrom(*from._impl_.value_.string_list_);
        }
        break;
      }
      case VALUE_NOT_SET:
        break;
    }
  }
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

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


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

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