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

#include "contextual_cue_log_event.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 private_insights {
namespace events {
class ContextualCueLogEvent_SystemProfile::_Internal {
 public:
  using HasBits = decltype(::std::declval<ContextualCueLogEvent_SystemProfile>()._impl_._has_bits_);
  static constexpr ::int32_t kHasBitsOffset =
      8 * PROTOBUF_FIELD_OFFSET(ContextualCueLogEvent_SystemProfile, _impl_._has_bits_);
};

constexpr ContextualCueLogEvent_SystemProfile::ParseTableT_ ContextualCueLogEvent_SystemProfile::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(ContextualCueLogEvent_SystemProfile, _impl_._has_bits_),
      0, // no _extensions_
      5, 56,  // max_field_number, fast_idx_mask
      offsetof(ParseTableT_, field_lookup_table),
      4294967264,  // skipmap
      offsetof(ParseTableT_, field_entries),
      5,  // 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<::private_insights::events::ContextualCueLogEvent_SystemProfile>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      {::_pbi::TcParser::MiniParse, {}},
      // string country = 1;
      {::_pbi::TcParser::FastUS1,
       {10, 0, 0,
        PROTOBUF_FIELD_OFFSET(ContextualCueLogEvent_SystemProfile, _impl_.country_)}},
      // string language = 2;
      {::_pbi::TcParser::FastUS1,
       {18, 1, 0,
        PROTOBUF_FIELD_OFFSET(ContextualCueLogEvent_SystemProfile, _impl_.language_)}},
      // string chrome_version = 3;
      {::_pbi::TcParser::FastUS1,
       {26, 2, 0,
        PROTOBUF_FIELD_OFFSET(ContextualCueLogEvent_SystemProfile, _impl_.chrome_version_)}},
      // string milestone = 4;
      {::_pbi::TcParser::FastUS1,
       {34, 3, 0,
        PROTOBUF_FIELD_OFFSET(ContextualCueLogEvent_SystemProfile, _impl_.milestone_)}},
      // string chrome_channel = 5;
      {::_pbi::TcParser::FastUS1,
       {42, 4, 0,
        PROTOBUF_FIELD_OFFSET(ContextualCueLogEvent_SystemProfile, _impl_.chrome_channel_)}},
      {::_pbi::TcParser::MiniParse, {}},
      {::_pbi::TcParser::MiniParse, {}},
    }}, {{
      65535, 65535
    }}, {{
      // string country = 1;
      {PROTOBUF_FIELD_OFFSET(ContextualCueLogEvent_SystemProfile, _impl_.country_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcOptional | ::_fl::kUtf8String | ::_fl::kRepAString)},
      // string language = 2;
      {PROTOBUF_FIELD_OFFSET(ContextualCueLogEvent_SystemProfile, _impl_.language_), _Internal::kHasBitsOffset + 1, 0, (0 | ::_fl::kFcOptional | ::_fl::kUtf8String | ::_fl::kRepAString)},
      // string chrome_version = 3;
      {PROTOBUF_FIELD_OFFSET(ContextualCueLogEvent_SystemProfile, _impl_.chrome_version_), _Internal::kHasBitsOffset + 2, 0, (0 | ::_fl::kFcOptional | ::_fl::kUtf8String | ::_fl::kRepAString)},
      // string milestone = 4;
      {PROTOBUF_FIELD_OFFSET(ContextualCueLogEvent_SystemProfile, _impl_.milestone_), _Internal::kHasBitsOffset + 3, 0, (0 | ::_fl::kFcOptional | ::_fl::kUtf8String | ::_fl::kRepAString)},
      // string chrome_channel = 5;
      {PROTOBUF_FIELD_OFFSET(ContextualCueLogEvent_SystemProfile, _impl_.chrome_channel_), _Internal::kHasBitsOffset + 4, 0, (0 | ::_fl::kFcOptional | ::_fl::kUtf8String | ::_fl::kRepAString)},
    }},
    // no aux_entries
    {{
      "\73\7\10\16\11\16\0\0"
      "private_insights.events.ContextualCueLogEvent.SystemProfile"
      "country"
      "language"
      "chrome_version"
      "milestone"
      "chrome_channel"
    }},
  };
}


inline constexpr ContextualCueLogEvent_SystemProfile::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        country_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        language_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        chrome_version_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        milestone_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        chrome_channel_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()) {}

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

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

constexpr ContextualCueLogEvent_PageInfo::ParseTableT_ ContextualCueLogEvent_PageInfo::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(ContextualCueLogEvent_PageInfo, _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<::private_insights::events::ContextualCueLogEvent_PageInfo>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      // string title = 2;
      {::_pbi::TcParser::FastUS1,
       {18, 1, 0,
        PROTOBUF_FIELD_OFFSET(ContextualCueLogEvent_PageInfo, _impl_.title_)}},
      // string url = 1;
      {::_pbi::TcParser::FastUS1,
       {10, 0, 0,
        PROTOBUF_FIELD_OFFSET(ContextualCueLogEvent_PageInfo, _impl_.url_)}},
    }}, {{
      65535, 65535
    }}, {{
      // string url = 1;
      {PROTOBUF_FIELD_OFFSET(ContextualCueLogEvent_PageInfo, _impl_.url_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcOptional | ::_fl::kUtf8String | ::_fl::kRepAString)},
      // string title = 2;
      {PROTOBUF_FIELD_OFFSET(ContextualCueLogEvent_PageInfo, _impl_.title_), _Internal::kHasBitsOffset + 1, 0, (0 | ::_fl::kFcOptional | ::_fl::kUtf8String | ::_fl::kRepAString)},
    }},
    // no aux_entries
    {{
      "\66\3\5\0\0\0\0\0"
      "private_insights.events.ContextualCueLogEvent.PageInfo"
      "url"
      "title"
    }},
  };
}


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

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

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

constexpr ContextualCueLogEvent_CueDetails::ParseTableT_ ContextualCueLogEvent_CueDetails::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(ContextualCueLogEvent_CueDetails, _impl_._has_bits_),
      0, // no _extensions_
      5, 56,  // max_field_number, fast_idx_mask
      offsetof(ParseTableT_, field_lookup_table),
      4294967264,  // skipmap
      offsetof(ParseTableT_, field_entries),
      5,  // 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<::private_insights::events::ContextualCueLogEvent_CueDetails>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      {::_pbi::TcParser::MiniParse, {}},
      // string cuj_type = 1;
      {::_pbi::TcParser::FastUS1,
       {10, 0, 0,
        PROTOBUF_FIELD_OFFSET(ContextualCueLogEvent_CueDetails, _impl_.cuj_type_)}},
      // string suggestion_text = 2;
      {::_pbi::TcParser::FastUS1,
       {18, 1, 0,
        PROTOBUF_FIELD_OFFSET(ContextualCueLogEvent_CueDetails, _impl_.suggestion_text_)}},
      // string button_text = 3;
      {::_pbi::TcParser::FastUS1,
       {26, 2, 0,
        PROTOBUF_FIELD_OFFSET(ContextualCueLogEvent_CueDetails, _impl_.button_text_)}},
      // string prompt = 4;
      {::_pbi::TcParser::FastUS1,
       {34, 3, 0,
        PROTOBUF_FIELD_OFFSET(ContextualCueLogEvent_CueDetails, _impl_.prompt_)}},
      // string promoted_feature = 5;
      {::_pbi::TcParser::FastUS1,
       {42, 4, 0,
        PROTOBUF_FIELD_OFFSET(ContextualCueLogEvent_CueDetails, _impl_.promoted_feature_)}},
      {::_pbi::TcParser::MiniParse, {}},
      {::_pbi::TcParser::MiniParse, {}},
    }}, {{
      65535, 65535
    }}, {{
      // string cuj_type = 1;
      {PROTOBUF_FIELD_OFFSET(ContextualCueLogEvent_CueDetails, _impl_.cuj_type_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcOptional | ::_fl::kUtf8String | ::_fl::kRepAString)},
      // string suggestion_text = 2;
      {PROTOBUF_FIELD_OFFSET(ContextualCueLogEvent_CueDetails, _impl_.suggestion_text_), _Internal::kHasBitsOffset + 1, 0, (0 | ::_fl::kFcOptional | ::_fl::kUtf8String | ::_fl::kRepAString)},
      // string button_text = 3;
      {PROTOBUF_FIELD_OFFSET(ContextualCueLogEvent_CueDetails, _impl_.button_text_), _Internal::kHasBitsOffset + 2, 0, (0 | ::_fl::kFcOptional | ::_fl::kUtf8String | ::_fl::kRepAString)},
      // string prompt = 4;
      {PROTOBUF_FIELD_OFFSET(ContextualCueLogEvent_CueDetails, _impl_.prompt_), _Internal::kHasBitsOffset + 3, 0, (0 | ::_fl::kFcOptional | ::_fl::kUtf8String | ::_fl::kRepAString)},
      // string promoted_feature = 5;
      {PROTOBUF_FIELD_OFFSET(ContextualCueLogEvent_CueDetails, _impl_.promoted_feature_), _Internal::kHasBitsOffset + 4, 0, (0 | ::_fl::kFcOptional | ::_fl::kUtf8String | ::_fl::kRepAString)},
    }},
    // no aux_entries
    {{
      "\70\10\17\13\6\20\0\0"
      "private_insights.events.ContextualCueLogEvent.CueDetails"
      "cuj_type"
      "suggestion_text"
      "button_text"
      "prompt"
      "promoted_feature"
    }},
  };
}


inline constexpr ContextualCueLogEvent_CueDetails::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        cuj_type_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        suggestion_text_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        button_text_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        prompt_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        promoted_feature_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()) {}

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

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

constexpr ContextualCueLogEvent_CueContext::ParseTableT_ ContextualCueLogEvent_CueContext::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(ContextualCueLogEvent_CueContext, _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<::private_insights::events::ContextualCueLogEvent_CueContext>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      {::_pbi::TcParser::MiniParse, {}},
      // .private_insights.events.ContextualCueLogEvent.PageInfo active_page = 1;
      {::_pbi::TcParser::FastMtS1,
       {10, 2, 0,
        PROTOBUF_FIELD_OFFSET(ContextualCueLogEvent_CueContext, _impl_.active_page_)}},
      // string recent_pages = 2;
      {::_pbi::TcParser::FastUS1,
       {18, 0, 0,
        PROTOBUF_FIELD_OFFSET(ContextualCueLogEvent_CueContext, _impl_.recent_pages_)}},
      // string tabs_shown = 3;
      {::_pbi::TcParser::FastUS1,
       {26, 1, 0,
        PROTOBUF_FIELD_OFFSET(ContextualCueLogEvent_CueContext, _impl_.tabs_shown_)}},
    }}, {{
      65535, 65535
    }}, {{
      // .private_insights.events.ContextualCueLogEvent.PageInfo active_page = 1;
      {PROTOBUF_FIELD_OFFSET(ContextualCueLogEvent_CueContext, _impl_.active_page_), _Internal::kHasBitsOffset + 2, 0, (0 | ::_fl::kFcOptional | ::_fl::kMessage | ::_fl::kTvTable)},
      // string recent_pages = 2;
      {PROTOBUF_FIELD_OFFSET(ContextualCueLogEvent_CueContext, _impl_.recent_pages_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcOptional | ::_fl::kUtf8String | ::_fl::kRepAString)},
      // string tabs_shown = 3;
      {PROTOBUF_FIELD_OFFSET(ContextualCueLogEvent_CueContext, _impl_.tabs_shown_), _Internal::kHasBitsOffset + 1, 0, (0 | ::_fl::kFcOptional | ::_fl::kUtf8String | ::_fl::kRepAString)},
    }},
    {{
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::private_insights::events::ContextualCueLogEvent_PageInfo>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::private_insights::events::ContextualCueLogEvent_PageInfo_globals_},
        #endif
    }},
    {{
      "\70\0\14\12\0\0\0\0"
      "private_insights.events.ContextualCueLogEvent.CueContext"
      "recent_pages"
      "tabs_shown"
    }},
  };
}


inline constexpr ContextualCueLogEvent_CueContext::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        recent_pages_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        tabs_shown_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        active_page_{nullptr} {}

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

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

constexpr ContextualCueLogEvent::ParseTableT_ ContextualCueLogEvent::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(ContextualCueLogEvent, _impl_._has_bits_),
      0, // no _extensions_
      6, 56,  // max_field_number, fast_idx_mask
      offsetof(ParseTableT_, field_lookup_table),
      4294967232,  // skipmap
      offsetof(ParseTableT_, field_entries),
      6,  // 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<::private_insights::events::ContextualCueLogEvent>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      {::_pbi::TcParser::MiniParse, {}},
      // string cue_id = 1;
      {::_pbi::TcParser::FastUS1,
       {10, 0, 0,
        PROTOBUF_FIELD_OFFSET(ContextualCueLogEvent, _impl_.cue_id_)}},
      // .private_insights.events.ContextualCueLogEvent.CueContext cue_context = 2;
      {::_pbi::TcParser::FastMtS1,
       {18, 1, 0,
        PROTOBUF_FIELD_OFFSET(ContextualCueLogEvent, _impl_.cue_context_)}},
      // .private_insights.events.ContextualCueLogEvent.CueDetails cue_details = 3;
      {::_pbi::TcParser::FastMtS1,
       {26, 2, 1,
        PROTOBUF_FIELD_OFFSET(ContextualCueLogEvent, _impl_.cue_details_)}},
      // .private_insights.events.ContextualCueLogEvent.SystemProfile system_profile = 4;
      {::_pbi::TcParser::FastMtS1,
       {34, 3, 2,
        PROTOBUF_FIELD_OFFSET(ContextualCueLogEvent, _impl_.system_profile_)}},
      // .private_insights.events.ContextualCueLogEvent.EventType event_type = 5;
      {::_pbi::TcParser::FastV32S1,
       {40, 5, 0,
        PROTOBUF_FIELD_OFFSET(ContextualCueLogEvent, _impl_.event_type_)}},
      // int64 event_timestamp_ms = 6;
      {::_pbi::TcParser::FastV64S1,
       {48, 4, 0,
        PROTOBUF_FIELD_OFFSET(ContextualCueLogEvent, _impl_.event_timestamp_ms_)}},
      {::_pbi::TcParser::MiniParse, {}},
    }}, {{
      65535, 65535
    }}, {{
      // string cue_id = 1;
      {PROTOBUF_FIELD_OFFSET(ContextualCueLogEvent, _impl_.cue_id_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcOptional | ::_fl::kUtf8String | ::_fl::kRepAString)},
      // .private_insights.events.ContextualCueLogEvent.CueContext cue_context = 2;
      {PROTOBUF_FIELD_OFFSET(ContextualCueLogEvent, _impl_.cue_context_), _Internal::kHasBitsOffset + 1, 0, (0 | ::_fl::kFcOptional | ::_fl::kMessage | ::_fl::kTvTable)},
      // .private_insights.events.ContextualCueLogEvent.CueDetails cue_details = 3;
      {PROTOBUF_FIELD_OFFSET(ContextualCueLogEvent, _impl_.cue_details_), _Internal::kHasBitsOffset + 2, 1, (0 | ::_fl::kFcOptional | ::_fl::kMessage | ::_fl::kTvTable)},
      // .private_insights.events.ContextualCueLogEvent.SystemProfile system_profile = 4;
      {PROTOBUF_FIELD_OFFSET(ContextualCueLogEvent, _impl_.system_profile_), _Internal::kHasBitsOffset + 3, 2, (0 | ::_fl::kFcOptional | ::_fl::kMessage | ::_fl::kTvTable)},
      // .private_insights.events.ContextualCueLogEvent.EventType event_type = 5;
      {PROTOBUF_FIELD_OFFSET(ContextualCueLogEvent, _impl_.event_type_), _Internal::kHasBitsOffset + 5, 0, (0 | ::_fl::kFcOptional | ::_fl::kOpenEnum)},
      // int64 event_timestamp_ms = 6;
      {PROTOBUF_FIELD_OFFSET(ContextualCueLogEvent, _impl_.event_timestamp_ms_), _Internal::kHasBitsOffset + 4, 0, (0 | ::_fl::kFcOptional | ::_fl::kInt64)},
    }},
    {{
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::private_insights::events::ContextualCueLogEvent_CueContext>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::private_insights::events::ContextualCueLogEvent_CueContext_globals_},
        #endif
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::private_insights::events::ContextualCueLogEvent_CueDetails>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::private_insights::events::ContextualCueLogEvent_CueDetails_globals_},
        #endif
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::private_insights::events::ContextualCueLogEvent_SystemProfile>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::private_insights::events::ContextualCueLogEvent_SystemProfile_globals_},
        #endif
    }},
    {{
      "\55\6\0\0\0\0\0\0"
      "private_insights.events.ContextualCueLogEvent"
      "cue_id"
    }},
  };
}


inline constexpr ContextualCueLogEvent::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        cue_id_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        cue_context_{nullptr},
        cue_details_{nullptr},
        system_profile_{nullptr},
        event_timestamp_ms_{::int64_t{0}},
        event_type_{static_cast< ::private_insights::events::ContextualCueLogEvent_EventType >(0)} {}

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

PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
    PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 PROTOBUF_MESSAGE_GLOBALS_CONST ContextualCueLogEventGlobalsTypeInternal ContextualCueLogEvent_globals_
        PROTOBUF_MESSAGE_GLOBALS_SECTION(.data.rel.ro);
#if defined(PROTOBUF_CUSTOM_VTABLE)
namespace {
const ::_pbi::ClassData* ContextualCueLogEvent_get_class_data() {
#ifdef PROTOBUF_MESSAGE_GLOBALS
  return ContextualCueLogEvent_globals_.GetClassData();
#else
  return ContextualCueLogEvent_class_data_.base();
#endif  // PROTOBUF_MESSAGE_GLOBALS
}
}  // namespace
#endif  // PROTOBUF_CUSTOM_VTABLE
}  // namespace events
}  // namespace private_insights
namespace private_insights {
namespace events {
PROTOBUF_CONSTINIT const uint32_t ContextualCueLogEvent_EventType_internal_data_[] = {
    393216u, 0u, };
static const char ContextualCueLogEvent_EventType_names[] = {
    "CLICKED"
    "CLICKED_SETTINGS"
    "DISMISSED"
    "EDIT_PROMPT"
    "SHOWN"
    "UNSPECIFIED"
};

static const ::google::protobuf::internal::EnumEntry ContextualCueLogEvent_EventType_entries[] = {
    {{&ContextualCueLogEvent_EventType_names[0], 7}, 2},
    {{&ContextualCueLogEvent_EventType_names[7], 16}, 4},
    {{&ContextualCueLogEvent_EventType_names[23], 9}, 3},
    {{&ContextualCueLogEvent_EventType_names[32], 11}, 5},
    {{&ContextualCueLogEvent_EventType_names[43], 5}, 1},
    {{&ContextualCueLogEvent_EventType_names[48], 11}, 0},
};

static const int ContextualCueLogEvent_EventType_entries_by_number[] = {
    5,  // 0 -> UNSPECIFIED
    4,  // 1 -> SHOWN
    0,  // 2 -> CLICKED
    2,  // 3 -> DISMISSED
    1,  // 4 -> CLICKED_SETTINGS
    3,  // 5 -> EDIT_PROMPT
};

bool ContextualCueLogEvent_EventType_Parse(::absl::string_view name,
                                  ContextualCueLogEvent_EventType* PROTOBUF_NONNULL value) {
  int int_value;
  bool success = ::google::protobuf::internal::LookUpEnumValue(
      ContextualCueLogEvent_EventType_entries, 6, name, &int_value);
  if (success) {
    *value = static_cast<ContextualCueLogEvent_EventType>(int_value);
  }
  return success;
}
static ::google::protobuf::internal::ExplicitlyConstructed<::std::string>
    ContextualCueLogEvent_EventType_strings[6] = {};

const ::std::string& ContextualCueLogEvent_EventType_Name(ContextualCueLogEvent_EventType value) {
  static const bool kDummy = ::google::protobuf::internal::InitializeEnumStrings(
      ContextualCueLogEvent_EventType_entries, ContextualCueLogEvent_EventType_entries_by_number, 6,
      ContextualCueLogEvent_EventType_strings);
  (void)kDummy;

  int idx = ::google::protobuf::internal::LookUpEnumName(ContextualCueLogEvent_EventType_entries,
                                  ContextualCueLogEvent_EventType_entries_by_number,
                                  6, value);
  return idx == -1 ? ::google::protobuf::internal::GetEmptyString() : ContextualCueLogEvent_EventType_strings[idx].get();
}
// ===================================================================

ContextualCueLogEvent_PageInfo::ContextualCueLogEvent_PageInfo(::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, ContextualCueLogEvent_PageInfo_get_class_data()) {
#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  SharedCtor(arena);
  // @@protoc_insertion_point(arena_constructor:private_insights.events.ContextualCueLogEvent.PageInfo)
}
PROTOBUF_NDEBUG_INLINE ContextualCueLogEvent_PageInfo::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Impl_& from,
    [[maybe_unused]] const ::private_insights::events::ContextualCueLogEvent_PageInfo& from_msg)
      : _has_bits_{from._has_bits_},
        _cached_size_{0},
        url_(arena, from.url_),
        title_(arena, from.title_) {}

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

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

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

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite ContextualCueLogEvent_PageInfo_class_data_ =
    ContextualCueLogEvent_PageInfo::InternalGenerateClassData_(ContextualCueLogEvent_PageInfo_globals_._default);

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

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

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

  cached_has_bits = this_._impl_._has_bits_[0];
  // string url = 1;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    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, "private_insights.events.ContextualCueLogEvent.PageInfo.url");
      target = stream->WriteStringMaybeAliased(1, _s, target);
    }
  }

  // string title = 2;
  if (CheckHasBit(cached_has_bits, 0x00000002U)) {
    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, "private_insights.events.ContextualCueLogEvent.PageInfo.title");
      target = stream->WriteStringMaybeAliased(2, _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:private_insights.events.ContextualCueLogEvent.PageInfo)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t ContextualCueLogEvent_PageInfo::ByteSizeLong(const MessageLite& base) {
  const ContextualCueLogEvent_PageInfo& this_ = static_cast<const ContextualCueLogEvent_PageInfo&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t ContextualCueLogEvent_PageInfo::ByteSizeLong() const {
  const ContextualCueLogEvent_PageInfo& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:private_insights.events.ContextualCueLogEvent.PageInfo)
  ::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 url = 1;
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      if (!this_._internal_url().empty()) {
        total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                        this_._internal_url());
      }
    }
    // string title = 2;
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      if (!this_._internal_title().empty()) {
        total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                        this_._internal_title());
      }
    }
  }
  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 ContextualCueLogEvent_PageInfo::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<ContextualCueLogEvent_PageInfo*>(&to_msg);
  auto& from = static_cast<const ContextualCueLogEvent_PageInfo&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  // @@protoc_insertion_point(class_specific_merge_from_start:private_insights.events.ContextualCueLogEvent.PageInfo)
  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_url().empty()) {
        _this->_internal_set_url(from._internal_url());
      } else {
        if (_this->_impl_.url_.IsDefault()) {
          _this->_internal_set_url("");
        }
      }
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      if (!from._internal_title().empty()) {
        _this->_internal_set_title(from._internal_title());
      } else {
        if (_this->_impl_.title_.IsDefault()) {
          _this->_internal_set_title("");
        }
      }
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

void ContextualCueLogEvent_PageInfo::CopyFrom(const ContextualCueLogEvent_PageInfo& from) {
  // @@protoc_insertion_point(class_specific_copy_from_start:private_insights.events.ContextualCueLogEvent.PageInfo)
  if (&from == this) return;
  Clear();
  MergeFrom(from);
}


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

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

ContextualCueLogEvent_CueContext::ContextualCueLogEvent_CueContext(::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, ContextualCueLogEvent_CueContext_get_class_data()) {
#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  SharedCtor(arena);
  // @@protoc_insertion_point(arena_constructor:private_insights.events.ContextualCueLogEvent.CueContext)
}
PROTOBUF_NDEBUG_INLINE ContextualCueLogEvent_CueContext::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Impl_& from,
    [[maybe_unused]] const ::private_insights::events::ContextualCueLogEvent_CueContext& from_msg)
      : _has_bits_{from._has_bits_},
        _cached_size_{0},
        recent_pages_(arena, from.recent_pages_),
        tabs_shown_(arena, from.tabs_shown_) {}

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

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

  // @@protoc_insertion_point(copy_constructor:private_insights.events.ContextualCueLogEvent.CueContext)
}
PROTOBUF_NDEBUG_INLINE ContextualCueLogEvent_CueContext::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
      : _cached_size_{0},
        recent_pages_(arena),
        tabs_shown_(arena) {}

inline void ContextualCueLogEvent_CueContext::SharedCtor(::_pb::Arena* PROTOBUF_NULLABLE arena) {
  new (&_impl_) Impl_(internal_visibility(), arena);
  _impl_.active_page_ = {};
}
ContextualCueLogEvent_CueContext::~ContextualCueLogEvent_CueContext() {
  // @@protoc_insertion_point(destructor:private_insights.events.ContextualCueLogEvent.CueContext)
  SharedDtor(*this);
}
inline void ContextualCueLogEvent_CueContext::SharedDtor(MessageLite& self) {
  ContextualCueLogEvent_CueContext& this_ = static_cast<ContextualCueLogEvent_CueContext&>(self);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    this_.CheckHasBitConsistency();
  }
  this_._internal_metadata_.Delete<::std::string>();
  ABSL_DCHECK(this_.GetArena() == nullptr);
  this_._impl_.recent_pages_.Destroy();
  this_._impl_.tabs_shown_.Destroy();
  delete this_._impl_.active_page_;
  this_._impl_.~Impl_();
}

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite ContextualCueLogEvent_CueContext_class_data_ =
    ContextualCueLogEvent_CueContext::InternalGenerateClassData_(ContextualCueLogEvent_CueContext_globals_._default);

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
ContextualCueLogEvent_CueContext::GetClassData() const {
  return ContextualCueLogEvent_CueContext_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
ContextualCueLogEvent_CueContext::GetClassData() const {
  return ContextualCueLogEvent_CueContext_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const ContextualCueLogEvent_CueContext::ParseTableT_
    ContextualCueLogEvent_CueContext::_table_ =
        ContextualCueLogEvent_CueContext::InternalGenerateParseTable_(ContextualCueLogEvent_CueContext_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void ContextualCueLogEvent_CueContext::Clear() {
// @@protoc_insertion_point(message_clear_start:private_insights.events.ContextualCueLogEvent.CueContext)
  ::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_.recent_pages_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _impl_.tabs_shown_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      ABSL_DCHECK(_impl_.active_page_ != nullptr);
      _impl_.active_page_->Clear();
    }
  }
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

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

  cached_has_bits = this_._impl_._has_bits_[0];
  // .private_insights.events.ContextualCueLogEvent.PageInfo active_page = 1;
  if (CheckHasBit(cached_has_bits, 0x00000004U)) {
    target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
        1, *this_._impl_.active_page_, this_._impl_.active_page_->GetCachedSize(), target,
        stream);
  }

  // string recent_pages = 2;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    if (!this_._internal_recent_pages().empty()) {
      const ::std::string& _s = this_._internal_recent_pages();
      ::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
          _s.data(), static_cast<int>(_s.length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, "private_insights.events.ContextualCueLogEvent.CueContext.recent_pages");
      target = stream->WriteStringMaybeAliased(2, _s, target);
    }
  }

  // string tabs_shown = 3;
  if (CheckHasBit(cached_has_bits, 0x00000002U)) {
    if (!this_._internal_tabs_shown().empty()) {
      const ::std::string& _s = this_._internal_tabs_shown();
      ::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
          _s.data(), static_cast<int>(_s.length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, "private_insights.events.ContextualCueLogEvent.CueContext.tabs_shown");
      target = stream->WriteStringMaybeAliased(3, _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:private_insights.events.ContextualCueLogEvent.CueContext)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t ContextualCueLogEvent_CueContext::ByteSizeLong(const MessageLite& base) {
  const ContextualCueLogEvent_CueContext& this_ = static_cast<const ContextualCueLogEvent_CueContext&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t ContextualCueLogEvent_CueContext::ByteSizeLong() const {
  const ContextualCueLogEvent_CueContext& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:private_insights.events.ContextualCueLogEvent.CueContext)
  ::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)) {
    // string recent_pages = 2;
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      if (!this_._internal_recent_pages().empty()) {
        total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                        this_._internal_recent_pages());
      }
    }
    // string tabs_shown = 3;
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      if (!this_._internal_tabs_shown().empty()) {
        total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                        this_._internal_tabs_shown());
      }
    }
    // .private_insights.events.ContextualCueLogEvent.PageInfo active_page = 1;
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      total_size += 1 +
                    ::google::protobuf::internal::WireFormatLite::MessageSize(*this_._impl_.active_page_);
    }
  }
  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 ContextualCueLogEvent_CueContext::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<ContextualCueLogEvent_CueContext*>(&to_msg);
  auto& from = static_cast<const ContextualCueLogEvent_CueContext&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  ::google::protobuf::Arena* arena = _this->GetArena();
  // @@protoc_insertion_point(class_specific_merge_from_start:private_insights.events.ContextualCueLogEvent.CueContext)
  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_recent_pages().empty()) {
        _this->_internal_set_recent_pages(from._internal_recent_pages());
      } else {
        if (_this->_impl_.recent_pages_.IsDefault()) {
          _this->_internal_set_recent_pages("");
        }
      }
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      if (!from._internal_tabs_shown().empty()) {
        _this->_internal_set_tabs_shown(from._internal_tabs_shown());
      } else {
        if (_this->_impl_.tabs_shown_.IsDefault()) {
          _this->_internal_set_tabs_shown("");
        }
      }
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      ABSL_DCHECK(from._impl_.active_page_ != nullptr);
      if (_this->_impl_.active_page_ == nullptr) {
        _this->_impl_.active_page_ = ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.active_page_);
      } else {
        _this->_impl_.active_page_->MergeFrom(*from._impl_.active_page_);
      }
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

void ContextualCueLogEvent_CueContext::CopyFrom(const ContextualCueLogEvent_CueContext& from) {
  // @@protoc_insertion_point(class_specific_copy_from_start:private_insights.events.ContextualCueLogEvent.CueContext)
  if (&from == this) return;
  Clear();
  MergeFrom(from);
}


void ContextualCueLogEvent_CueContext::InternalSwap(ContextualCueLogEvent_CueContext* 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_.recent_pages_, &other->_impl_.recent_pages_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.tabs_shown_, &other->_impl_.tabs_shown_, arena);
  swap(_impl_.active_page_, other->_impl_.active_page_);
}

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

ContextualCueLogEvent_CueDetails::ContextualCueLogEvent_CueDetails(::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, ContextualCueLogEvent_CueDetails_get_class_data()) {
#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  SharedCtor(arena);
  // @@protoc_insertion_point(arena_constructor:private_insights.events.ContextualCueLogEvent.CueDetails)
}
PROTOBUF_NDEBUG_INLINE ContextualCueLogEvent_CueDetails::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Impl_& from,
    [[maybe_unused]] const ::private_insights::events::ContextualCueLogEvent_CueDetails& from_msg)
      : _has_bits_{from._has_bits_},
        _cached_size_{0},
        cuj_type_(arena, from.cuj_type_),
        suggestion_text_(arena, from.suggestion_text_),
        button_text_(arena, from.button_text_),
        prompt_(arena, from.prompt_),
        promoted_feature_(arena, from.promoted_feature_) {}

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

#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  ContextualCueLogEvent_CueDetails* 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:private_insights.events.ContextualCueLogEvent.CueDetails)
}
PROTOBUF_NDEBUG_INLINE ContextualCueLogEvent_CueDetails::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
      : _cached_size_{0},
        cuj_type_(arena),
        suggestion_text_(arena),
        button_text_(arena),
        prompt_(arena),
        promoted_feature_(arena) {}

inline void ContextualCueLogEvent_CueDetails::SharedCtor(::_pb::Arena* PROTOBUF_NULLABLE arena) {
  new (&_impl_) Impl_(internal_visibility(), arena);
}
ContextualCueLogEvent_CueDetails::~ContextualCueLogEvent_CueDetails() {
  // @@protoc_insertion_point(destructor:private_insights.events.ContextualCueLogEvent.CueDetails)
  SharedDtor(*this);
}
inline void ContextualCueLogEvent_CueDetails::SharedDtor(MessageLite& self) {
  ContextualCueLogEvent_CueDetails& this_ = static_cast<ContextualCueLogEvent_CueDetails&>(self);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    this_.CheckHasBitConsistency();
  }
  this_._internal_metadata_.Delete<::std::string>();
  ABSL_DCHECK(this_.GetArena() == nullptr);
  this_._impl_.cuj_type_.Destroy();
  this_._impl_.suggestion_text_.Destroy();
  this_._impl_.button_text_.Destroy();
  this_._impl_.prompt_.Destroy();
  this_._impl_.promoted_feature_.Destroy();
  this_._impl_.~Impl_();
}

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite ContextualCueLogEvent_CueDetails_class_data_ =
    ContextualCueLogEvent_CueDetails::InternalGenerateClassData_(ContextualCueLogEvent_CueDetails_globals_._default);

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
ContextualCueLogEvent_CueDetails::GetClassData() const {
  return ContextualCueLogEvent_CueDetails_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
ContextualCueLogEvent_CueDetails::GetClassData() const {
  return ContextualCueLogEvent_CueDetails_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const ContextualCueLogEvent_CueDetails::ParseTableT_
    ContextualCueLogEvent_CueDetails::_table_ =
        ContextualCueLogEvent_CueDetails::InternalGenerateParseTable_(ContextualCueLogEvent_CueDetails_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void ContextualCueLogEvent_CueDetails::Clear() {
// @@protoc_insertion_point(message_clear_start:private_insights.events.ContextualCueLogEvent.CueDetails)
  ::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, 0x0000001fU)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      _impl_.cuj_type_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _impl_.suggestion_text_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      _impl_.button_text_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      _impl_.prompt_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000010U)) {
      _impl_.promoted_feature_.ClearNonDefaultToEmpty();
    }
  }
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

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

  cached_has_bits = this_._impl_._has_bits_[0];
  // string cuj_type = 1;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    if (!this_._internal_cuj_type().empty()) {
      const ::std::string& _s = this_._internal_cuj_type();
      ::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
          _s.data(), static_cast<int>(_s.length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, "private_insights.events.ContextualCueLogEvent.CueDetails.cuj_type");
      target = stream->WriteStringMaybeAliased(1, _s, target);
    }
  }

  // string suggestion_text = 2;
  if (CheckHasBit(cached_has_bits, 0x00000002U)) {
    if (!this_._internal_suggestion_text().empty()) {
      const ::std::string& _s = this_._internal_suggestion_text();
      ::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
          _s.data(), static_cast<int>(_s.length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, "private_insights.events.ContextualCueLogEvent.CueDetails.suggestion_text");
      target = stream->WriteStringMaybeAliased(2, _s, target);
    }
  }

  // string button_text = 3;
  if (CheckHasBit(cached_has_bits, 0x00000004U)) {
    if (!this_._internal_button_text().empty()) {
      const ::std::string& _s = this_._internal_button_text();
      ::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
          _s.data(), static_cast<int>(_s.length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, "private_insights.events.ContextualCueLogEvent.CueDetails.button_text");
      target = stream->WriteStringMaybeAliased(3, _s, target);
    }
  }

  // string prompt = 4;
  if (CheckHasBit(cached_has_bits, 0x00000008U)) {
    if (!this_._internal_prompt().empty()) {
      const ::std::string& _s = this_._internal_prompt();
      ::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
          _s.data(), static_cast<int>(_s.length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, "private_insights.events.ContextualCueLogEvent.CueDetails.prompt");
      target = stream->WriteStringMaybeAliased(4, _s, target);
    }
  }

  // string promoted_feature = 5;
  if (CheckHasBit(cached_has_bits, 0x00000010U)) {
    if (!this_._internal_promoted_feature().empty()) {
      const ::std::string& _s = this_._internal_promoted_feature();
      ::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
          _s.data(), static_cast<int>(_s.length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, "private_insights.events.ContextualCueLogEvent.CueDetails.promoted_feature");
      target = stream->WriteStringMaybeAliased(5, _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:private_insights.events.ContextualCueLogEvent.CueDetails)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t ContextualCueLogEvent_CueDetails::ByteSizeLong(const MessageLite& base) {
  const ContextualCueLogEvent_CueDetails& this_ = static_cast<const ContextualCueLogEvent_CueDetails&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t ContextualCueLogEvent_CueDetails::ByteSizeLong() const {
  const ContextualCueLogEvent_CueDetails& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:private_insights.events.ContextualCueLogEvent.CueDetails)
  ::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, 0x0000001fU)) {
    // string cuj_type = 1;
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      if (!this_._internal_cuj_type().empty()) {
        total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                        this_._internal_cuj_type());
      }
    }
    // string suggestion_text = 2;
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      if (!this_._internal_suggestion_text().empty()) {
        total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                        this_._internal_suggestion_text());
      }
    }
    // string button_text = 3;
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      if (!this_._internal_button_text().empty()) {
        total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                        this_._internal_button_text());
      }
    }
    // string prompt = 4;
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      if (!this_._internal_prompt().empty()) {
        total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                        this_._internal_prompt());
      }
    }
    // string promoted_feature = 5;
    if (CheckHasBit(cached_has_bits, 0x00000010U)) {
      if (!this_._internal_promoted_feature().empty()) {
        total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                        this_._internal_promoted_feature());
      }
    }
  }
  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 ContextualCueLogEvent_CueDetails::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<ContextualCueLogEvent_CueDetails*>(&to_msg);
  auto& from = static_cast<const ContextualCueLogEvent_CueDetails&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  // @@protoc_insertion_point(class_specific_merge_from_start:private_insights.events.ContextualCueLogEvent.CueDetails)
  ABSL_DCHECK_NE(&from, _this);
  ::uint32_t cached_has_bits = 0;
  (void)cached_has_bits;

  cached_has_bits = from._impl_._has_bits_[0];
  if (BatchCheckHasBit(cached_has_bits, 0x0000001fU)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      if (!from._internal_cuj_type().empty()) {
        _this->_internal_set_cuj_type(from._internal_cuj_type());
      } else {
        if (_this->_impl_.cuj_type_.IsDefault()) {
          _this->_internal_set_cuj_type("");
        }
      }
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      if (!from._internal_suggestion_text().empty()) {
        _this->_internal_set_suggestion_text(from._internal_suggestion_text());
      } else {
        if (_this->_impl_.suggestion_text_.IsDefault()) {
          _this->_internal_set_suggestion_text("");
        }
      }
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      if (!from._internal_button_text().empty()) {
        _this->_internal_set_button_text(from._internal_button_text());
      } else {
        if (_this->_impl_.button_text_.IsDefault()) {
          _this->_internal_set_button_text("");
        }
      }
    }
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      if (!from._internal_prompt().empty()) {
        _this->_internal_set_prompt(from._internal_prompt());
      } else {
        if (_this->_impl_.prompt_.IsDefault()) {
          _this->_internal_set_prompt("");
        }
      }
    }
    if (CheckHasBit(cached_has_bits, 0x00000010U)) {
      if (!from._internal_promoted_feature().empty()) {
        _this->_internal_set_promoted_feature(from._internal_promoted_feature());
      } else {
        if (_this->_impl_.promoted_feature_.IsDefault()) {
          _this->_internal_set_promoted_feature("");
        }
      }
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

void ContextualCueLogEvent_CueDetails::CopyFrom(const ContextualCueLogEvent_CueDetails& from) {
  // @@protoc_insertion_point(class_specific_copy_from_start:private_insights.events.ContextualCueLogEvent.CueDetails)
  if (&from == this) return;
  Clear();
  MergeFrom(from);
}


void ContextualCueLogEvent_CueDetails::InternalSwap(ContextualCueLogEvent_CueDetails* 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_.cuj_type_, &other->_impl_.cuj_type_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.suggestion_text_, &other->_impl_.suggestion_text_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.button_text_, &other->_impl_.button_text_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.prompt_, &other->_impl_.prompt_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.promoted_feature_, &other->_impl_.promoted_feature_, arena);
}

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

ContextualCueLogEvent_SystemProfile::ContextualCueLogEvent_SystemProfile(::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, ContextualCueLogEvent_SystemProfile_get_class_data()) {
#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  SharedCtor(arena);
  // @@protoc_insertion_point(arena_constructor:private_insights.events.ContextualCueLogEvent.SystemProfile)
}
PROTOBUF_NDEBUG_INLINE ContextualCueLogEvent_SystemProfile::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Impl_& from,
    [[maybe_unused]] const ::private_insights::events::ContextualCueLogEvent_SystemProfile& from_msg)
      : _has_bits_{from._has_bits_},
        _cached_size_{0},
        country_(arena, from.country_),
        language_(arena, from.language_),
        chrome_version_(arena, from.chrome_version_),
        milestone_(arena, from.milestone_),
        chrome_channel_(arena, from.chrome_channel_) {}

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

#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  ContextualCueLogEvent_SystemProfile* 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:private_insights.events.ContextualCueLogEvent.SystemProfile)
}
PROTOBUF_NDEBUG_INLINE ContextualCueLogEvent_SystemProfile::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
      : _cached_size_{0},
        country_(arena),
        language_(arena),
        chrome_version_(arena),
        milestone_(arena),
        chrome_channel_(arena) {}

inline void ContextualCueLogEvent_SystemProfile::SharedCtor(::_pb::Arena* PROTOBUF_NULLABLE arena) {
  new (&_impl_) Impl_(internal_visibility(), arena);
}
ContextualCueLogEvent_SystemProfile::~ContextualCueLogEvent_SystemProfile() {
  // @@protoc_insertion_point(destructor:private_insights.events.ContextualCueLogEvent.SystemProfile)
  SharedDtor(*this);
}
inline void ContextualCueLogEvent_SystemProfile::SharedDtor(MessageLite& self) {
  ContextualCueLogEvent_SystemProfile& this_ = static_cast<ContextualCueLogEvent_SystemProfile&>(self);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    this_.CheckHasBitConsistency();
  }
  this_._internal_metadata_.Delete<::std::string>();
  ABSL_DCHECK(this_.GetArena() == nullptr);
  this_._impl_.country_.Destroy();
  this_._impl_.language_.Destroy();
  this_._impl_.chrome_version_.Destroy();
  this_._impl_.milestone_.Destroy();
  this_._impl_.chrome_channel_.Destroy();
  this_._impl_.~Impl_();
}

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite ContextualCueLogEvent_SystemProfile_class_data_ =
    ContextualCueLogEvent_SystemProfile::InternalGenerateClassData_(ContextualCueLogEvent_SystemProfile_globals_._default);

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
ContextualCueLogEvent_SystemProfile::GetClassData() const {
  return ContextualCueLogEvent_SystemProfile_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
ContextualCueLogEvent_SystemProfile::GetClassData() const {
  return ContextualCueLogEvent_SystemProfile_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const ContextualCueLogEvent_SystemProfile::ParseTableT_
    ContextualCueLogEvent_SystemProfile::_table_ =
        ContextualCueLogEvent_SystemProfile::InternalGenerateParseTable_(ContextualCueLogEvent_SystemProfile_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void ContextualCueLogEvent_SystemProfile::Clear() {
// @@protoc_insertion_point(message_clear_start:private_insights.events.ContextualCueLogEvent.SystemProfile)
  ::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, 0x0000001fU)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      _impl_.country_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _impl_.language_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      _impl_.chrome_version_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      _impl_.milestone_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000010U)) {
      _impl_.chrome_channel_.ClearNonDefaultToEmpty();
    }
  }
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

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

  cached_has_bits = this_._impl_._has_bits_[0];
  // string country = 1;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    if (!this_._internal_country().empty()) {
      const ::std::string& _s = this_._internal_country();
      ::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
          _s.data(), static_cast<int>(_s.length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, "private_insights.events.ContextualCueLogEvent.SystemProfile.country");
      target = stream->WriteStringMaybeAliased(1, _s, target);
    }
  }

  // string language = 2;
  if (CheckHasBit(cached_has_bits, 0x00000002U)) {
    if (!this_._internal_language().empty()) {
      const ::std::string& _s = this_._internal_language();
      ::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
          _s.data(), static_cast<int>(_s.length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, "private_insights.events.ContextualCueLogEvent.SystemProfile.language");
      target = stream->WriteStringMaybeAliased(2, _s, target);
    }
  }

  // string chrome_version = 3;
  if (CheckHasBit(cached_has_bits, 0x00000004U)) {
    if (!this_._internal_chrome_version().empty()) {
      const ::std::string& _s = this_._internal_chrome_version();
      ::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
          _s.data(), static_cast<int>(_s.length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, "private_insights.events.ContextualCueLogEvent.SystemProfile.chrome_version");
      target = stream->WriteStringMaybeAliased(3, _s, target);
    }
  }

  // string milestone = 4;
  if (CheckHasBit(cached_has_bits, 0x00000008U)) {
    if (!this_._internal_milestone().empty()) {
      const ::std::string& _s = this_._internal_milestone();
      ::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
          _s.data(), static_cast<int>(_s.length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, "private_insights.events.ContextualCueLogEvent.SystemProfile.milestone");
      target = stream->WriteStringMaybeAliased(4, _s, target);
    }
  }

  // string chrome_channel = 5;
  if (CheckHasBit(cached_has_bits, 0x00000010U)) {
    if (!this_._internal_chrome_channel().empty()) {
      const ::std::string& _s = this_._internal_chrome_channel();
      ::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
          _s.data(), static_cast<int>(_s.length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, "private_insights.events.ContextualCueLogEvent.SystemProfile.chrome_channel");
      target = stream->WriteStringMaybeAliased(5, _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:private_insights.events.ContextualCueLogEvent.SystemProfile)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t ContextualCueLogEvent_SystemProfile::ByteSizeLong(const MessageLite& base) {
  const ContextualCueLogEvent_SystemProfile& this_ = static_cast<const ContextualCueLogEvent_SystemProfile&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t ContextualCueLogEvent_SystemProfile::ByteSizeLong() const {
  const ContextualCueLogEvent_SystemProfile& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:private_insights.events.ContextualCueLogEvent.SystemProfile)
  ::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, 0x0000001fU)) {
    // string country = 1;
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      if (!this_._internal_country().empty()) {
        total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                        this_._internal_country());
      }
    }
    // string language = 2;
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      if (!this_._internal_language().empty()) {
        total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                        this_._internal_language());
      }
    }
    // string chrome_version = 3;
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      if (!this_._internal_chrome_version().empty()) {
        total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                        this_._internal_chrome_version());
      }
    }
    // string milestone = 4;
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      if (!this_._internal_milestone().empty()) {
        total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                        this_._internal_milestone());
      }
    }
    // string chrome_channel = 5;
    if (CheckHasBit(cached_has_bits, 0x00000010U)) {
      if (!this_._internal_chrome_channel().empty()) {
        total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                        this_._internal_chrome_channel());
      }
    }
  }
  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 ContextualCueLogEvent_SystemProfile::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<ContextualCueLogEvent_SystemProfile*>(&to_msg);
  auto& from = static_cast<const ContextualCueLogEvent_SystemProfile&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  // @@protoc_insertion_point(class_specific_merge_from_start:private_insights.events.ContextualCueLogEvent.SystemProfile)
  ABSL_DCHECK_NE(&from, _this);
  ::uint32_t cached_has_bits = 0;
  (void)cached_has_bits;

  cached_has_bits = from._impl_._has_bits_[0];
  if (BatchCheckHasBit(cached_has_bits, 0x0000001fU)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      if (!from._internal_country().empty()) {
        _this->_internal_set_country(from._internal_country());
      } else {
        if (_this->_impl_.country_.IsDefault()) {
          _this->_internal_set_country("");
        }
      }
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      if (!from._internal_language().empty()) {
        _this->_internal_set_language(from._internal_language());
      } else {
        if (_this->_impl_.language_.IsDefault()) {
          _this->_internal_set_language("");
        }
      }
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      if (!from._internal_chrome_version().empty()) {
        _this->_internal_set_chrome_version(from._internal_chrome_version());
      } else {
        if (_this->_impl_.chrome_version_.IsDefault()) {
          _this->_internal_set_chrome_version("");
        }
      }
    }
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      if (!from._internal_milestone().empty()) {
        _this->_internal_set_milestone(from._internal_milestone());
      } else {
        if (_this->_impl_.milestone_.IsDefault()) {
          _this->_internal_set_milestone("");
        }
      }
    }
    if (CheckHasBit(cached_has_bits, 0x00000010U)) {
      if (!from._internal_chrome_channel().empty()) {
        _this->_internal_set_chrome_channel(from._internal_chrome_channel());
      } else {
        if (_this->_impl_.chrome_channel_.IsDefault()) {
          _this->_internal_set_chrome_channel("");
        }
      }
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

void ContextualCueLogEvent_SystemProfile::CopyFrom(const ContextualCueLogEvent_SystemProfile& from) {
  // @@protoc_insertion_point(class_specific_copy_from_start:private_insights.events.ContextualCueLogEvent.SystemProfile)
  if (&from == this) return;
  Clear();
  MergeFrom(from);
}


void ContextualCueLogEvent_SystemProfile::InternalSwap(ContextualCueLogEvent_SystemProfile* 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_.country_, &other->_impl_.country_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.language_, &other->_impl_.language_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.chrome_version_, &other->_impl_.chrome_version_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.milestone_, &other->_impl_.milestone_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.chrome_channel_, &other->_impl_.chrome_channel_, arena);
}

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

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

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

#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  ContextualCueLogEvent* 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_.cue_context_ = (CheckHasBit(cached_has_bits, 0x00000002U))
                ? ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.cue_context_)
                : nullptr;
  _impl_.cue_details_ = (CheckHasBit(cached_has_bits, 0x00000004U))
                ? ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.cue_details_)
                : nullptr;
  _impl_.system_profile_ = (CheckHasBit(cached_has_bits, 0x00000008U))
                ? ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.system_profile_)
                : nullptr;
  ::memcpy(reinterpret_cast<char*>(&_impl_) +
               offsetof(Impl_, event_timestamp_ms_),
           reinterpret_cast<const char*>(&from._impl_) +
               offsetof(Impl_, event_timestamp_ms_),
           offsetof(Impl_, event_type_) -
               offsetof(Impl_, event_timestamp_ms_) +
               sizeof(Impl_::event_type_));

  // @@protoc_insertion_point(copy_constructor:private_insights.events.ContextualCueLogEvent)
}
PROTOBUF_NDEBUG_INLINE ContextualCueLogEvent::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
      : _cached_size_{0},
        cue_id_(arena) {}

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

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite ContextualCueLogEvent_class_data_ =
    ContextualCueLogEvent::InternalGenerateClassData_(ContextualCueLogEvent_globals_._default);

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
ContextualCueLogEvent::GetClassData() const {
  return ContextualCueLogEvent_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
ContextualCueLogEvent::GetClassData() const {
  return ContextualCueLogEvent_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const ContextualCueLogEvent::ParseTableT_
    ContextualCueLogEvent::_table_ =
        ContextualCueLogEvent::InternalGenerateParseTable_(ContextualCueLogEvent_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void ContextualCueLogEvent::Clear() {
// @@protoc_insertion_point(message_clear_start:private_insights.events.ContextualCueLogEvent)
  ::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_.cue_id_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      ABSL_DCHECK(_impl_.cue_context_ != nullptr);
      _impl_.cue_context_->Clear();
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      ABSL_DCHECK(_impl_.cue_details_ != nullptr);
      _impl_.cue_details_->Clear();
    }
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      ABSL_DCHECK(_impl_.system_profile_ != nullptr);
      _impl_.system_profile_->Clear();
    }
  }
  if (BatchCheckHasBit(cached_has_bits, 0x00000030U)) {
    ::memset(&_impl_.event_timestamp_ms_, 0, static_cast<::size_t>(
        reinterpret_cast<char*>(&_impl_.event_type_) -
        reinterpret_cast<char*>(&_impl_.event_timestamp_ms_)) + sizeof(_impl_.event_type_));
  }
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

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

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

  // .private_insights.events.ContextualCueLogEvent.CueContext cue_context = 2;
  if (CheckHasBit(cached_has_bits, 0x00000002U)) {
    target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
        2, *this_._impl_.cue_context_, this_._impl_.cue_context_->GetCachedSize(), target,
        stream);
  }

  // .private_insights.events.ContextualCueLogEvent.CueDetails cue_details = 3;
  if (CheckHasBit(cached_has_bits, 0x00000004U)) {
    target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
        3, *this_._impl_.cue_details_, this_._impl_.cue_details_->GetCachedSize(), target,
        stream);
  }

  // .private_insights.events.ContextualCueLogEvent.SystemProfile system_profile = 4;
  if (CheckHasBit(cached_has_bits, 0x00000008U)) {
    target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
        4, *this_._impl_.system_profile_, this_._impl_.system_profile_->GetCachedSize(), target,
        stream);
  }

  // .private_insights.events.ContextualCueLogEvent.EventType event_type = 5;
  if (CheckHasBit(cached_has_bits, 0x00000020U)) {
    if (this_._internal_event_type() != 0) {
      target = stream->EnsureSpace(target);
      target = ::_pbi::WireFormatLite::WriteEnumToArray(
          5, this_._internal_event_type(), target);
    }
  }

  // int64 event_timestamp_ms = 6;
  if (CheckHasBit(cached_has_bits, 0x00000010U)) {
    if (this_._internal_event_timestamp_ms() != 0) {
      target =
          ::google::protobuf::internal::WireFormatLite::WriteInt64ToArrayWithField<6>(
              stream, this_._internal_event_timestamp_ms(), 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:private_insights.events.ContextualCueLogEvent)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t ContextualCueLogEvent::ByteSizeLong(const MessageLite& base) {
  const ContextualCueLogEvent& this_ = static_cast<const ContextualCueLogEvent&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t ContextualCueLogEvent::ByteSizeLong() const {
  const ContextualCueLogEvent& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:private_insights.events.ContextualCueLogEvent)
  ::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, 0x0000003fU)) {
    // string cue_id = 1;
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      if (!this_._internal_cue_id().empty()) {
        total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                        this_._internal_cue_id());
      }
    }
    // .private_insights.events.ContextualCueLogEvent.CueContext cue_context = 2;
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      total_size += 1 +
                    ::google::protobuf::internal::WireFormatLite::MessageSize(*this_._impl_.cue_context_);
    }
    // .private_insights.events.ContextualCueLogEvent.CueDetails cue_details = 3;
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      total_size += 1 +
                    ::google::protobuf::internal::WireFormatLite::MessageSize(*this_._impl_.cue_details_);
    }
    // .private_insights.events.ContextualCueLogEvent.SystemProfile system_profile = 4;
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      total_size += 1 +
                    ::google::protobuf::internal::WireFormatLite::MessageSize(*this_._impl_.system_profile_);
    }
    // int64 event_timestamp_ms = 6;
    if (CheckHasBit(cached_has_bits, 0x00000010U)) {
      if (this_._internal_event_timestamp_ms() != 0) {
        total_size += ::_pbi::WireFormatLite::Int64SizePlusOne(
            this_._internal_event_timestamp_ms());
      }
    }
    // .private_insights.events.ContextualCueLogEvent.EventType event_type = 5;
    if (CheckHasBit(cached_has_bits, 0x00000020U)) {
      if (this_._internal_event_type() != 0) {
        total_size += 1 +
                      ::_pbi::WireFormatLite::EnumSize(this_._internal_event_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 ContextualCueLogEvent::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<ContextualCueLogEvent*>(&to_msg);
  auto& from = static_cast<const ContextualCueLogEvent&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  ::google::protobuf::Arena* arena = _this->GetArena();
  // @@protoc_insertion_point(class_specific_merge_from_start:private_insights.events.ContextualCueLogEvent)
  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, 0x0000003fU)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      if (!from._internal_cue_id().empty()) {
        _this->_internal_set_cue_id(from._internal_cue_id());
      } else {
        if (_this->_impl_.cue_id_.IsDefault()) {
          _this->_internal_set_cue_id("");
        }
      }
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      ABSL_DCHECK(from._impl_.cue_context_ != nullptr);
      if (_this->_impl_.cue_context_ == nullptr) {
        _this->_impl_.cue_context_ = ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.cue_context_);
      } else {
        _this->_impl_.cue_context_->MergeFrom(*from._impl_.cue_context_);
      }
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      ABSL_DCHECK(from._impl_.cue_details_ != nullptr);
      if (_this->_impl_.cue_details_ == nullptr) {
        _this->_impl_.cue_details_ = ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.cue_details_);
      } else {
        _this->_impl_.cue_details_->MergeFrom(*from._impl_.cue_details_);
      }
    }
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      ABSL_DCHECK(from._impl_.system_profile_ != nullptr);
      if (_this->_impl_.system_profile_ == nullptr) {
        _this->_impl_.system_profile_ = ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.system_profile_);
      } else {
        _this->_impl_.system_profile_->MergeFrom(*from._impl_.system_profile_);
      }
    }
    if (CheckHasBit(cached_has_bits, 0x00000010U)) {
      if (from._internal_event_timestamp_ms() != 0) {
        _this->_impl_.event_timestamp_ms_ = from._impl_.event_timestamp_ms_;
      }
    }
    if (CheckHasBit(cached_has_bits, 0x00000020U)) {
      if (from._internal_event_type() != 0) {
        _this->_impl_.event_type_ = from._impl_.event_type_;
      }
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

void ContextualCueLogEvent::CopyFrom(const ContextualCueLogEvent& from) {
  // @@protoc_insertion_point(class_specific_copy_from_start:private_insights.events.ContextualCueLogEvent)
  if (&from == this) return;
  Clear();
  MergeFrom(from);
}


void ContextualCueLogEvent::InternalSwap(ContextualCueLogEvent* 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_.cue_id_, &other->_impl_.cue_id_, arena);
  ::google::protobuf::internal::memswap<
      PROTOBUF_FIELD_OFFSET(ContextualCueLogEvent, _impl_.event_type_)
      + sizeof(ContextualCueLogEvent::_impl_.event_type_)
      - PROTOBUF_FIELD_OFFSET(ContextualCueLogEvent, _impl_.cue_context_)>(
          reinterpret_cast<char*>(&_impl_.cue_context_),
          reinterpret_cast<char*>(&other->_impl_.cue_context_));
}

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