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

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

constexpr NotificationDatabaseDataProto_NotificationAction::ParseTableT_ NotificationDatabaseDataProto_NotificationAction::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(NotificationDatabaseDataProto_NotificationAction, _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
      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<::content::NotificationDatabaseDataProto_NotificationAction>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      {::_pbi::TcParser::MiniParse, {}},
      // optional string action = 1;
      {::_pbi::TcParser::FastBS1,
       {10, 0, 0,
        PROTOBUF_FIELD_OFFSET(NotificationDatabaseDataProto_NotificationAction, _impl_.action_)}},
      // optional string title = 2;
      {::_pbi::TcParser::FastBS1,
       {18, 1, 0,
        PROTOBUF_FIELD_OFFSET(NotificationDatabaseDataProto_NotificationAction, _impl_.title_)}},
      // optional string icon = 3;
      {::_pbi::TcParser::FastBS1,
       {26, 2, 0,
        PROTOBUF_FIELD_OFFSET(NotificationDatabaseDataProto_NotificationAction, _impl_.icon_)}},
      // optional .content.NotificationDatabaseDataProto.NotificationAction.Type type = 4;
      {::_pbi::TcParser::FastEr0S1,
       {32, 4, 1,
        PROTOBUF_FIELD_OFFSET(NotificationDatabaseDataProto_NotificationAction, _impl_.type_)}},
      // optional string placeholder = 5;
      {::_pbi::TcParser::FastBS1,
       {42, 3, 0,
        PROTOBUF_FIELD_OFFSET(NotificationDatabaseDataProto_NotificationAction, _impl_.placeholder_)}},
      {::_pbi::TcParser::MiniParse, {}},
      {::_pbi::TcParser::MiniParse, {}},
    }}, {{
      65535, 65535
    }}, {{
      // optional string action = 1;
      {PROTOBUF_FIELD_OFFSET(NotificationDatabaseDataProto_NotificationAction, _impl_.action_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // optional string title = 2;
      {PROTOBUF_FIELD_OFFSET(NotificationDatabaseDataProto_NotificationAction, _impl_.title_), _Internal::kHasBitsOffset + 1, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // optional string icon = 3;
      {PROTOBUF_FIELD_OFFSET(NotificationDatabaseDataProto_NotificationAction, _impl_.icon_), _Internal::kHasBitsOffset + 2, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // optional .content.NotificationDatabaseDataProto.NotificationAction.Type type = 4;
      {PROTOBUF_FIELD_OFFSET(NotificationDatabaseDataProto_NotificationAction, _impl_.type_), _Internal::kHasBitsOffset + 4, 0, (0 | ::_fl::kFcOptional | ::_fl::kEnumRange)},
      // optional string placeholder = 5;
      {PROTOBUF_FIELD_OFFSET(NotificationDatabaseDataProto_NotificationAction, _impl_.placeholder_), _Internal::kHasBitsOffset + 3, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
    }},
    {{
        {0, 1},
    }},
    {{
    }},
  };
}


inline constexpr NotificationDatabaseDataProto_NotificationAction::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        action_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        title_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        icon_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        placeholder_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        type_{static_cast< ::content::NotificationDatabaseDataProto_NotificationAction_Type >(0)} {}

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

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

constexpr NotificationDatabaseDataProto_NotificationData::ParseTableT_ NotificationDatabaseDataProto_NotificationData::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(NotificationDatabaseDataProto_NotificationData, _impl_._has_bits_),
      0, // no _extensions_
      16, 120,  // max_field_number, fast_idx_mask
      offsetof(ParseTableT_, field_lookup_table),
      4294901760,  // skipmap
      offsetof(ParseTableT_, field_entries),
      16,  // num_field_entries
      2,  // num_aux_entries
      offsetof(ParseTableT_, aux_entries),
      class_data,
      nullptr,  // post_loop_handler
      ::_pbi::TcParser::GenericFallbackLite,  // fallback
      #ifdef PROTOBUF_PREFETCH_PARSE_TABLE
      ::_pbi::TcParser::GetTable<::content::NotificationDatabaseDataProto_NotificationData>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      // optional int64 show_trigger_timestamp = 16;
      {::_pbi::TcParser::FastV64S2,
       {384, 15, 0,
        PROTOBUF_FIELD_OFFSET(NotificationDatabaseDataProto_NotificationData, _impl_.show_trigger_timestamp_)}},
      // optional string title = 1;
      {::_pbi::TcParser::FastBS1,
       {10, 2, 0,
        PROTOBUF_FIELD_OFFSET(NotificationDatabaseDataProto_NotificationData, _impl_.title_)}},
      // optional .content.NotificationDatabaseDataProto.NotificationData.Direction direction = 2;
      {::_pbi::TcParser::FastEr0S1,
       {16, 10, 2,
        PROTOBUF_FIELD_OFFSET(NotificationDatabaseDataProto_NotificationData, _impl_.direction_)}},
      // optional string lang = 3;
      {::_pbi::TcParser::FastBS1,
       {26, 3, 0,
        PROTOBUF_FIELD_OFFSET(NotificationDatabaseDataProto_NotificationData, _impl_.lang_)}},
      // optional string body = 4;
      {::_pbi::TcParser::FastBS1,
       {34, 4, 0,
        PROTOBUF_FIELD_OFFSET(NotificationDatabaseDataProto_NotificationData, _impl_.body_)}},
      // optional string tag = 5;
      {::_pbi::TcParser::FastBS1,
       {42, 5, 0,
        PROTOBUF_FIELD_OFFSET(NotificationDatabaseDataProto_NotificationData, _impl_.tag_)}},
      // optional string icon = 6;
      {::_pbi::TcParser::FastBS1,
       {50, 6, 0,
        PROTOBUF_FIELD_OFFSET(NotificationDatabaseDataProto_NotificationData, _impl_.icon_)}},
      // optional bool silent = 7;
      {::_pbi::TcParser::FastV8S1,
       {56, 11, 0,
        PROTOBUF_FIELD_OFFSET(NotificationDatabaseDataProto_NotificationData, _impl_.silent_)}},
      // optional bytes data = 8;
      {::_pbi::TcParser::FastBS1,
       {66, 7, 0,
        PROTOBUF_FIELD_OFFSET(NotificationDatabaseDataProto_NotificationData, _impl_.data_)}},
      // repeated int32 vibration_pattern = 9 [packed = true];
      {::_pbi::TcParser::FastV32P1,
       {74, 0, 0,
        PROTOBUF_FIELD_OFFSET(NotificationDatabaseDataProto_NotificationData, _impl_.vibration_pattern_)}},
      // repeated .content.NotificationDatabaseDataProto.NotificationAction actions = 10;
      {::_pbi::TcParser::FastMtR1,
       {82, 1, 0,
        PROTOBUF_FIELD_OFFSET(NotificationDatabaseDataProto_NotificationData, _impl_.actions_)}},
      // optional bool require_interaction = 11;
      {::_pbi::TcParser::FastV8S1,
       {88, 12, 0,
        PROTOBUF_FIELD_OFFSET(NotificationDatabaseDataProto_NotificationData, _impl_.require_interaction_)}},
      // optional int64 timestamp = 12;
      {::_pbi::TcParser::FastV64S1,
       {96, 14, 0,
        PROTOBUF_FIELD_OFFSET(NotificationDatabaseDataProto_NotificationData, _impl_.timestamp_)}},
      // optional bool renotify = 13;
      {::_pbi::TcParser::FastV8S1,
       {104, 13, 0,
        PROTOBUF_FIELD_OFFSET(NotificationDatabaseDataProto_NotificationData, _impl_.renotify_)}},
      // optional string badge = 14;
      {::_pbi::TcParser::FastBS1,
       {114, 8, 0,
        PROTOBUF_FIELD_OFFSET(NotificationDatabaseDataProto_NotificationData, _impl_.badge_)}},
      // optional string image = 15;
      {::_pbi::TcParser::FastBS1,
       {122, 9, 0,
        PROTOBUF_FIELD_OFFSET(NotificationDatabaseDataProto_NotificationData, _impl_.image_)}},
    }}, {{
      65535, 65535
    }}, {{
      // optional string title = 1;
      {PROTOBUF_FIELD_OFFSET(NotificationDatabaseDataProto_NotificationData, _impl_.title_), _Internal::kHasBitsOffset + 2, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // optional .content.NotificationDatabaseDataProto.NotificationData.Direction direction = 2;
      {PROTOBUF_FIELD_OFFSET(NotificationDatabaseDataProto_NotificationData, _impl_.direction_), _Internal::kHasBitsOffset + 10, 1, (0 | ::_fl::kFcOptional | ::_fl::kEnumRange)},
      // optional string lang = 3;
      {PROTOBUF_FIELD_OFFSET(NotificationDatabaseDataProto_NotificationData, _impl_.lang_), _Internal::kHasBitsOffset + 3, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // optional string body = 4;
      {PROTOBUF_FIELD_OFFSET(NotificationDatabaseDataProto_NotificationData, _impl_.body_), _Internal::kHasBitsOffset + 4, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // optional string tag = 5;
      {PROTOBUF_FIELD_OFFSET(NotificationDatabaseDataProto_NotificationData, _impl_.tag_), _Internal::kHasBitsOffset + 5, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // optional string icon = 6;
      {PROTOBUF_FIELD_OFFSET(NotificationDatabaseDataProto_NotificationData, _impl_.icon_), _Internal::kHasBitsOffset + 6, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // optional bool silent = 7;
      {PROTOBUF_FIELD_OFFSET(NotificationDatabaseDataProto_NotificationData, _impl_.silent_), _Internal::kHasBitsOffset + 11, 0, (0 | ::_fl::kFcOptional | ::_fl::kBool)},
      // optional bytes data = 8;
      {PROTOBUF_FIELD_OFFSET(NotificationDatabaseDataProto_NotificationData, _impl_.data_), _Internal::kHasBitsOffset + 7, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // repeated int32 vibration_pattern = 9 [packed = true];
      {PROTOBUF_FIELD_OFFSET(NotificationDatabaseDataProto_NotificationData, _impl_.vibration_pattern_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcRepeated | ::_fl::kPackedInt32)},
      // repeated .content.NotificationDatabaseDataProto.NotificationAction actions = 10;
      {PROTOBUF_FIELD_OFFSET(NotificationDatabaseDataProto_NotificationData, _impl_.actions_), _Internal::kHasBitsOffset + 1, 0, (0 | ::_fl::kFcRepeated | ::_fl::kMessage | ::_fl::kTvTable)},
      // optional bool require_interaction = 11;
      {PROTOBUF_FIELD_OFFSET(NotificationDatabaseDataProto_NotificationData, _impl_.require_interaction_), _Internal::kHasBitsOffset + 12, 0, (0 | ::_fl::kFcOptional | ::_fl::kBool)},
      // optional int64 timestamp = 12;
      {PROTOBUF_FIELD_OFFSET(NotificationDatabaseDataProto_NotificationData, _impl_.timestamp_), _Internal::kHasBitsOffset + 14, 0, (0 | ::_fl::kFcOptional | ::_fl::kInt64)},
      // optional bool renotify = 13;
      {PROTOBUF_FIELD_OFFSET(NotificationDatabaseDataProto_NotificationData, _impl_.renotify_), _Internal::kHasBitsOffset + 13, 0, (0 | ::_fl::kFcOptional | ::_fl::kBool)},
      // optional string badge = 14;
      {PROTOBUF_FIELD_OFFSET(NotificationDatabaseDataProto_NotificationData, _impl_.badge_), _Internal::kHasBitsOffset + 8, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // optional string image = 15;
      {PROTOBUF_FIELD_OFFSET(NotificationDatabaseDataProto_NotificationData, _impl_.image_), _Internal::kHasBitsOffset + 9, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // optional int64 show_trigger_timestamp = 16;
      {PROTOBUF_FIELD_OFFSET(NotificationDatabaseDataProto_NotificationData, _impl_.show_trigger_timestamp_), _Internal::kHasBitsOffset + 15, 0, (0 | ::_fl::kFcOptional | ::_fl::kInt64)},
    }},
    {{
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::content::NotificationDatabaseDataProto_NotificationAction>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::content::NotificationDatabaseDataProto_NotificationAction_globals_},
        #endif
        {0, 2},
    }},
    {{
    }},
  };
}


inline constexpr NotificationDatabaseDataProto_NotificationData::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        vibration_pattern_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::content::NotificationDatabaseDataProto_NotificationData,
            PROTOBUF_FIELD_OFFSET(::content::NotificationDatabaseDataProto_NotificationData, _impl_.vibration_pattern_)>()
         }
        ,
        _vibration_pattern_cached_byte_size_{0},
        actions_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::content::NotificationDatabaseDataProto_NotificationData,
            PROTOBUF_FIELD_OFFSET(::content::NotificationDatabaseDataProto_NotificationData, _impl_.actions_)>()
         }
        ,
        title_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        lang_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        body_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        tag_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        icon_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        data_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        badge_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        image_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        direction_{static_cast< ::content::NotificationDatabaseDataProto_NotificationData_Direction >(0)},
        silent_{false},
        require_interaction_{false},
        renotify_{false},
        timestamp_{::int64_t{0}},
        show_trigger_timestamp_{::int64_t{0}} {}

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

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

constexpr NotificationDatabaseDataProto::ParseTableT_ NotificationDatabaseDataProto::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(NotificationDatabaseDataProto, _impl_._has_bits_),
      0, // no _extensions_
      16, 120,  // max_field_number, fast_idx_mask
      offsetof(ParseTableT_, field_lookup_table),
      4294901760,  // skipmap
      offsetof(ParseTableT_, field_entries),
      16,  // 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<::content::NotificationDatabaseDataProto>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      {::_pbi::TcParser::MiniParse, {}},
      // optional int64 persistent_notification_id = 1;
      {::_pbi::TcParser::FastV64S1,
       {8, 3, 0,
        PROTOBUF_FIELD_OFFSET(NotificationDatabaseDataProto, _impl_.persistent_notification_id_)}},
      // optional string origin = 2;
      {::_pbi::TcParser::FastBS1,
       {18, 0, 0,
        PROTOBUF_FIELD_OFFSET(NotificationDatabaseDataProto, _impl_.origin_)}},
      // optional int64 service_worker_registration_id = 3;
      {::_pbi::TcParser::FastV64S1,
       {24, 4, 0,
        PROTOBUF_FIELD_OFFSET(NotificationDatabaseDataProto, _impl_.service_worker_registration_id_)}},
      // optional .content.NotificationDatabaseDataProto.NotificationData notification_data = 4;
      {::_pbi::TcParser::FastMtS1,
       {34, 2, 0,
        PROTOBUF_FIELD_OFFSET(NotificationDatabaseDataProto, _impl_.notification_data_)}},
      // optional string notification_id = 5;
      {::_pbi::TcParser::FastBS1,
       {42, 1, 0,
        PROTOBUF_FIELD_OFFSET(NotificationDatabaseDataProto, _impl_.notification_id_)}},
      // optional bool replaced_existing_notification = 6;
      {::_pbi::TcParser::FastV8S1,
       {48, 11, 0,
        PROTOBUF_FIELD_OFFSET(NotificationDatabaseDataProto, _impl_.replaced_existing_notification_)}},
      // optional int32 num_clicks = 7;
      {::_pbi::TcParser::FastV32S1,
       {56, 5, 0,
        PROTOBUF_FIELD_OFFSET(NotificationDatabaseDataProto, _impl_.num_clicks_)}},
      // optional int32 num_action_button_clicks = 8;
      {::_pbi::TcParser::FastV32S1,
       {64, 6, 0,
        PROTOBUF_FIELD_OFFSET(NotificationDatabaseDataProto, _impl_.num_action_button_clicks_)}},
      // optional int64 creation_time_millis = 9;
      {::_pbi::TcParser::FastV64S1,
       {72, 7, 0,
        PROTOBUF_FIELD_OFFSET(NotificationDatabaseDataProto, _impl_.creation_time_millis_)}},
      // optional int64 time_until_first_click_millis = 10;
      {::_pbi::TcParser::FastV64S1,
       {80, 8, 0,
        PROTOBUF_FIELD_OFFSET(NotificationDatabaseDataProto, _impl_.time_until_first_click_millis_)}},
      // optional int64 time_until_last_click_millis = 11;
      {::_pbi::TcParser::FastV64S1,
       {88, 9, 0,
        PROTOBUF_FIELD_OFFSET(NotificationDatabaseDataProto, _impl_.time_until_last_click_millis_)}},
      // optional int64 time_until_close_millis = 12;
      {::_pbi::TcParser::FastV64S1,
       {96, 10, 0,
        PROTOBUF_FIELD_OFFSET(NotificationDatabaseDataProto, _impl_.time_until_close_millis_)}},
      // optional .content.NotificationDatabaseDataProto.ClosedReason closed_reason = 13;
      {::_pbi::TcParser::FastEr0S1,
       {104, 14, 2,
        PROTOBUF_FIELD_OFFSET(NotificationDatabaseDataProto, _impl_.closed_reason_)}},
      // optional bool has_triggered = 14;
      {::_pbi::TcParser::FastV8S1,
       {112, 12, 0,
        PROTOBUF_FIELD_OFFSET(NotificationDatabaseDataProto, _impl_.has_triggered_)}},
      // optional bool is_shown_by_browser = 15;
      {::_pbi::TcParser::FastV8S1,
       {120, 13, 0,
        PROTOBUF_FIELD_OFFSET(NotificationDatabaseDataProto, _impl_.is_shown_by_browser_)}},
    }}, {{
      65535, 65535
    }}, {{
      // optional int64 persistent_notification_id = 1;
      {PROTOBUF_FIELD_OFFSET(NotificationDatabaseDataProto, _impl_.persistent_notification_id_), _Internal::kHasBitsOffset + 3, 0, (0 | ::_fl::kFcOptional | ::_fl::kInt64)},
      // optional string origin = 2;
      {PROTOBUF_FIELD_OFFSET(NotificationDatabaseDataProto, _impl_.origin_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // optional int64 service_worker_registration_id = 3;
      {PROTOBUF_FIELD_OFFSET(NotificationDatabaseDataProto, _impl_.service_worker_registration_id_), _Internal::kHasBitsOffset + 4, 0, (0 | ::_fl::kFcOptional | ::_fl::kInt64)},
      // optional .content.NotificationDatabaseDataProto.NotificationData notification_data = 4;
      {PROTOBUF_FIELD_OFFSET(NotificationDatabaseDataProto, _impl_.notification_data_), _Internal::kHasBitsOffset + 2, 0, (0 | ::_fl::kFcOptional | ::_fl::kMessage | ::_fl::kTvTable)},
      // optional string notification_id = 5;
      {PROTOBUF_FIELD_OFFSET(NotificationDatabaseDataProto, _impl_.notification_id_), _Internal::kHasBitsOffset + 1, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // optional bool replaced_existing_notification = 6;
      {PROTOBUF_FIELD_OFFSET(NotificationDatabaseDataProto, _impl_.replaced_existing_notification_), _Internal::kHasBitsOffset + 11, 0, (0 | ::_fl::kFcOptional | ::_fl::kBool)},
      // optional int32 num_clicks = 7;
      {PROTOBUF_FIELD_OFFSET(NotificationDatabaseDataProto, _impl_.num_clicks_), _Internal::kHasBitsOffset + 5, 0, (0 | ::_fl::kFcOptional | ::_fl::kInt32)},
      // optional int32 num_action_button_clicks = 8;
      {PROTOBUF_FIELD_OFFSET(NotificationDatabaseDataProto, _impl_.num_action_button_clicks_), _Internal::kHasBitsOffset + 6, 0, (0 | ::_fl::kFcOptional | ::_fl::kInt32)},
      // optional int64 creation_time_millis = 9;
      {PROTOBUF_FIELD_OFFSET(NotificationDatabaseDataProto, _impl_.creation_time_millis_), _Internal::kHasBitsOffset + 7, 0, (0 | ::_fl::kFcOptional | ::_fl::kInt64)},
      // optional int64 time_until_first_click_millis = 10;
      {PROTOBUF_FIELD_OFFSET(NotificationDatabaseDataProto, _impl_.time_until_first_click_millis_), _Internal::kHasBitsOffset + 8, 0, (0 | ::_fl::kFcOptional | ::_fl::kInt64)},
      // optional int64 time_until_last_click_millis = 11;
      {PROTOBUF_FIELD_OFFSET(NotificationDatabaseDataProto, _impl_.time_until_last_click_millis_), _Internal::kHasBitsOffset + 9, 0, (0 | ::_fl::kFcOptional | ::_fl::kInt64)},
      // optional int64 time_until_close_millis = 12;
      {PROTOBUF_FIELD_OFFSET(NotificationDatabaseDataProto, _impl_.time_until_close_millis_), _Internal::kHasBitsOffset + 10, 0, (0 | ::_fl::kFcOptional | ::_fl::kInt64)},
      // optional .content.NotificationDatabaseDataProto.ClosedReason closed_reason = 13;
      {PROTOBUF_FIELD_OFFSET(NotificationDatabaseDataProto, _impl_.closed_reason_), _Internal::kHasBitsOffset + 14, 1, (0 | ::_fl::kFcOptional | ::_fl::kEnumRange)},
      // optional bool has_triggered = 14;
      {PROTOBUF_FIELD_OFFSET(NotificationDatabaseDataProto, _impl_.has_triggered_), _Internal::kHasBitsOffset + 12, 0, (0 | ::_fl::kFcOptional | ::_fl::kBool)},
      // optional bool is_shown_by_browser = 15;
      {PROTOBUF_FIELD_OFFSET(NotificationDatabaseDataProto, _impl_.is_shown_by_browser_), _Internal::kHasBitsOffset + 13, 0, (0 | ::_fl::kFcOptional | ::_fl::kBool)},
      // map<string, string> serialized_metadata = 16;
      {PROTOBUF_FIELD_OFFSET(NotificationDatabaseDataProto, _impl_.serialized_metadata_), _Internal::kHasBitsOffset + 15, 2, (0 | ::_fl::kFcRepeated | ::_fl::kMap)},
    }},
    {{
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::content::NotificationDatabaseDataProto_NotificationData>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::content::NotificationDatabaseDataProto_NotificationData_globals_},
        #endif
        {0, 2},
        {::_pbi::TcParser::GetMapAuxInfo(
            0, 0, 9, 9, 1)},
    }},
    {{
    }},
  };
}


inline constexpr NotificationDatabaseDataProto::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        origin_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        notification_id_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        notification_data_{nullptr},
        persistent_notification_id_{::int64_t{0}},
        service_worker_registration_id_{::int64_t{0}},
        num_clicks_{0},
        num_action_button_clicks_{0},
        creation_time_millis_{::int64_t{0}},
        time_until_first_click_millis_{::int64_t{0}},
        time_until_last_click_millis_{::int64_t{0}},
        time_until_close_millis_{::int64_t{0}},
        replaced_existing_notification_{false},
        has_triggered_{false},
        is_shown_by_browser_{false},
        closed_reason_{static_cast< ::content::NotificationDatabaseDataProto_ClosedReason >(0)},
        serialized_metadata_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::content::NotificationDatabaseDataProto,
            PROTOBUF_FIELD_OFFSET(::content::NotificationDatabaseDataProto, _impl_.serialized_metadata_)>()
         }
     {}

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

PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
    PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 PROTOBUF_MESSAGE_GLOBALS_CONST NotificationDatabaseDataProtoGlobalsTypeInternal NotificationDatabaseDataProto_globals_
        PROTOBUF_MESSAGE_GLOBALS_SECTION(.data.rel.ro);
#if defined(PROTOBUF_CUSTOM_VTABLE)
namespace {
const ::_pbi::ClassData* NotificationDatabaseDataProto_get_class_data() {
#ifdef PROTOBUF_MESSAGE_GLOBALS
  return NotificationDatabaseDataProto_globals_.GetClassData();
#else
  return NotificationDatabaseDataProto_class_data_.base();
#endif  // PROTOBUF_MESSAGE_GLOBALS
}
}  // namespace
#endif  // PROTOBUF_CUSTOM_VTABLE
}  // namespace content
namespace content {
PROTOBUF_CONSTINIT const uint32_t NotificationDatabaseDataProto_NotificationAction_Type_internal_data_[] = {
    131072u, 0u, };
static const char NotificationDatabaseDataProto_NotificationAction_Type_names[] = {
    "BUTTON"
    "TEXT"
};

static const ::google::protobuf::internal::EnumEntry NotificationDatabaseDataProto_NotificationAction_Type_entries[] = {
    {{&NotificationDatabaseDataProto_NotificationAction_Type_names[0], 6}, 0},
    {{&NotificationDatabaseDataProto_NotificationAction_Type_names[6], 4}, 1},
};

static const int NotificationDatabaseDataProto_NotificationAction_Type_entries_by_number[] = {
    0,  // 0 -> BUTTON
    1,  // 1 -> TEXT
};

bool NotificationDatabaseDataProto_NotificationAction_Type_Parse(::absl::string_view name,
                                  NotificationDatabaseDataProto_NotificationAction_Type* PROTOBUF_NONNULL value) {
  int int_value;
  bool success = ::google::protobuf::internal::LookUpEnumValue(
      NotificationDatabaseDataProto_NotificationAction_Type_entries, 2, name, &int_value);
  if (success) {
    *value = static_cast<NotificationDatabaseDataProto_NotificationAction_Type>(int_value);
  }
  return success;
}
static ::google::protobuf::internal::ExplicitlyConstructed<::std::string>
    NotificationDatabaseDataProto_NotificationAction_Type_strings[2] = {};

const ::std::string& NotificationDatabaseDataProto_NotificationAction_Type_Name(NotificationDatabaseDataProto_NotificationAction_Type value) {
  static const bool kDummy = ::google::protobuf::internal::InitializeEnumStrings(
      NotificationDatabaseDataProto_NotificationAction_Type_entries, NotificationDatabaseDataProto_NotificationAction_Type_entries_by_number, 2,
      NotificationDatabaseDataProto_NotificationAction_Type_strings);
  (void)kDummy;

  int idx = ::google::protobuf::internal::LookUpEnumName(NotificationDatabaseDataProto_NotificationAction_Type_entries,
                                  NotificationDatabaseDataProto_NotificationAction_Type_entries_by_number,
                                  2, value);
  return idx == -1 ? ::google::protobuf::internal::GetEmptyString() : NotificationDatabaseDataProto_NotificationAction_Type_strings[idx].get();
}
PROTOBUF_CONSTINIT const uint32_t NotificationDatabaseDataProto_NotificationData_Direction_internal_data_[] = {
    196608u, 0u, };
static const char NotificationDatabaseDataProto_NotificationData_Direction_names[] = {
    "AUTO"
    "LEFT_TO_RIGHT"
    "RIGHT_TO_LEFT"
};

static const ::google::protobuf::internal::EnumEntry NotificationDatabaseDataProto_NotificationData_Direction_entries[] = {
    {{&NotificationDatabaseDataProto_NotificationData_Direction_names[0], 4}, 2},
    {{&NotificationDatabaseDataProto_NotificationData_Direction_names[4], 13}, 0},
    {{&NotificationDatabaseDataProto_NotificationData_Direction_names[17], 13}, 1},
};

static const int NotificationDatabaseDataProto_NotificationData_Direction_entries_by_number[] = {
    1,  // 0 -> LEFT_TO_RIGHT
    2,  // 1 -> RIGHT_TO_LEFT
    0,  // 2 -> AUTO
};

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

const ::std::string& NotificationDatabaseDataProto_NotificationData_Direction_Name(NotificationDatabaseDataProto_NotificationData_Direction value) {
  static const bool kDummy = ::google::protobuf::internal::InitializeEnumStrings(
      NotificationDatabaseDataProto_NotificationData_Direction_entries, NotificationDatabaseDataProto_NotificationData_Direction_entries_by_number, 3,
      NotificationDatabaseDataProto_NotificationData_Direction_strings);
  (void)kDummy;

  int idx = ::google::protobuf::internal::LookUpEnumName(NotificationDatabaseDataProto_NotificationData_Direction_entries,
                                  NotificationDatabaseDataProto_NotificationData_Direction_entries_by_number,
                                  3, value);
  return idx == -1 ? ::google::protobuf::internal::GetEmptyString() : NotificationDatabaseDataProto_NotificationData_Direction_strings[idx].get();
}
PROTOBUF_CONSTINIT const uint32_t NotificationDatabaseDataProto_ClosedReason_internal_data_[] = {
    196608u, 0u, };
static const char NotificationDatabaseDataProto_ClosedReason_names[] = {
    "DEVELOPER"
    "UNKNOWN"
    "USER"
};

static const ::google::protobuf::internal::EnumEntry NotificationDatabaseDataProto_ClosedReason_entries[] = {
    {{&NotificationDatabaseDataProto_ClosedReason_names[0], 9}, 1},
    {{&NotificationDatabaseDataProto_ClosedReason_names[9], 7}, 2},
    {{&NotificationDatabaseDataProto_ClosedReason_names[16], 4}, 0},
};

static const int NotificationDatabaseDataProto_ClosedReason_entries_by_number[] = {
    2,  // 0 -> USER
    0,  // 1 -> DEVELOPER
    1,  // 2 -> UNKNOWN
};

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

const ::std::string& NotificationDatabaseDataProto_ClosedReason_Name(NotificationDatabaseDataProto_ClosedReason value) {
  static const bool kDummy = ::google::protobuf::internal::InitializeEnumStrings(
      NotificationDatabaseDataProto_ClosedReason_entries, NotificationDatabaseDataProto_ClosedReason_entries_by_number, 3,
      NotificationDatabaseDataProto_ClosedReason_strings);
  (void)kDummy;

  int idx = ::google::protobuf::internal::LookUpEnumName(NotificationDatabaseDataProto_ClosedReason_entries,
                                  NotificationDatabaseDataProto_ClosedReason_entries_by_number,
                                  3, value);
  return idx == -1 ? ::google::protobuf::internal::GetEmptyString() : NotificationDatabaseDataProto_ClosedReason_strings[idx].get();
}
// ===================================================================

NotificationDatabaseDataProto_NotificationAction::NotificationDatabaseDataProto_NotificationAction(::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, NotificationDatabaseDataProto_NotificationAction_get_class_data()) {
#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  SharedCtor(arena);
  // @@protoc_insertion_point(arena_constructor:content.NotificationDatabaseDataProto.NotificationAction)
}
PROTOBUF_NDEBUG_INLINE NotificationDatabaseDataProto_NotificationAction::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Impl_& from,
    [[maybe_unused]] const ::content::NotificationDatabaseDataProto_NotificationAction& from_msg)
      : _has_bits_{from._has_bits_},
        _cached_size_{0},
        action_(arena, from.action_),
        title_(arena, from.title_),
        icon_(arena, from.icon_),
        placeholder_(arena, from.placeholder_) {}

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

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

  // @@protoc_insertion_point(copy_constructor:content.NotificationDatabaseDataProto.NotificationAction)
}
PROTOBUF_NDEBUG_INLINE NotificationDatabaseDataProto_NotificationAction::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
      : _cached_size_{0},
        action_(arena),
        title_(arena),
        icon_(arena),
        placeholder_(arena) {}

inline void NotificationDatabaseDataProto_NotificationAction::SharedCtor(::_pb::Arena* PROTOBUF_NULLABLE arena) {
  new (&_impl_) Impl_(internal_visibility(), arena);
  _impl_.type_ = {};
}
NotificationDatabaseDataProto_NotificationAction::~NotificationDatabaseDataProto_NotificationAction() {
  // @@protoc_insertion_point(destructor:content.NotificationDatabaseDataProto.NotificationAction)
  SharedDtor(*this);
}
inline void NotificationDatabaseDataProto_NotificationAction::SharedDtor(MessageLite& self) {
  NotificationDatabaseDataProto_NotificationAction& this_ = static_cast<NotificationDatabaseDataProto_NotificationAction&>(self);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    this_.CheckHasBitConsistency();
  }
  this_._internal_metadata_.Delete<::std::string>();
  ABSL_DCHECK(this_.GetArena() == nullptr);
  this_._impl_.action_.Destroy();
  this_._impl_.title_.Destroy();
  this_._impl_.icon_.Destroy();
  this_._impl_.placeholder_.Destroy();
  this_._impl_.~Impl_();
}

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite NotificationDatabaseDataProto_NotificationAction_class_data_ =
    NotificationDatabaseDataProto_NotificationAction::InternalGenerateClassData_(NotificationDatabaseDataProto_NotificationAction_globals_._default);

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
NotificationDatabaseDataProto_NotificationAction::GetClassData() const {
  return NotificationDatabaseDataProto_NotificationAction_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
NotificationDatabaseDataProto_NotificationAction::GetClassData() const {
  return NotificationDatabaseDataProto_NotificationAction_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const NotificationDatabaseDataProto_NotificationAction::ParseTableT_
    NotificationDatabaseDataProto_NotificationAction::_table_ =
        NotificationDatabaseDataProto_NotificationAction::InternalGenerateParseTable_(NotificationDatabaseDataProto_NotificationAction_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void NotificationDatabaseDataProto_NotificationAction::Clear() {
// @@protoc_insertion_point(message_clear_start:content.NotificationDatabaseDataProto.NotificationAction)
  ::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_.action_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _impl_.title_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      _impl_.icon_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      _impl_.placeholder_.ClearNonDefaultToEmpty();
    }
  }
  _impl_.type_ = 0;
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

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

  cached_has_bits = this_._impl_._has_bits_[0];
  // optional string action = 1;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    const ::std::string& _s = this_._internal_action();
    target = stream->WriteStringMaybeAliased(1, _s, target);
  }

  // optional string title = 2;
  if (CheckHasBit(cached_has_bits, 0x00000002U)) {
    const ::std::string& _s = this_._internal_title();
    target = stream->WriteStringMaybeAliased(2, _s, target);
  }

  // optional string icon = 3;
  if (CheckHasBit(cached_has_bits, 0x00000004U)) {
    const ::std::string& _s = this_._internal_icon();
    target = stream->WriteStringMaybeAliased(3, _s, target);
  }

  // optional .content.NotificationDatabaseDataProto.NotificationAction.Type type = 4;
  if (CheckHasBit(cached_has_bits, 0x00000010U)) {
    target = stream->EnsureSpace(target);
    target = ::_pbi::WireFormatLite::WriteEnumToArray(
        4, this_._internal_type(), target);
  }

  // optional string placeholder = 5;
  if (CheckHasBit(cached_has_bits, 0x00000008U)) {
    const ::std::string& _s = this_._internal_placeholder();
    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:content.NotificationDatabaseDataProto.NotificationAction)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t NotificationDatabaseDataProto_NotificationAction::ByteSizeLong(const MessageLite& base) {
  const NotificationDatabaseDataProto_NotificationAction& this_ = static_cast<const NotificationDatabaseDataProto_NotificationAction&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t NotificationDatabaseDataProto_NotificationAction::ByteSizeLong() const {
  const NotificationDatabaseDataProto_NotificationAction& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:content.NotificationDatabaseDataProto.NotificationAction)
  ::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)) {
    // optional string action = 1;
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_action());
    }
    // optional string title = 2;
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_title());
    }
    // optional string icon = 3;
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_icon());
    }
    // optional string placeholder = 5;
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_placeholder());
    }
    // optional .content.NotificationDatabaseDataProto.NotificationAction.Type type = 4;
    if (CheckHasBit(cached_has_bits, 0x00000010U)) {
      total_size += 1 +
                    ::_pbi::WireFormatLite::EnumSize(this_._internal_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 NotificationDatabaseDataProto_NotificationAction::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<NotificationDatabaseDataProto_NotificationAction*>(&to_msg);
  auto& from = static_cast<const NotificationDatabaseDataProto_NotificationAction&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  // @@protoc_insertion_point(class_specific_merge_from_start:content.NotificationDatabaseDataProto.NotificationAction)
  ABSL_DCHECK_NE(&from, _this);
  ::uint32_t cached_has_bits = 0;
  (void)cached_has_bits;

  cached_has_bits = from._impl_._has_bits_[0];
  if (BatchCheckHasBit(cached_has_bits, 0x0000001fU)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      _this->_internal_set_action(from._internal_action());
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _this->_internal_set_title(from._internal_title());
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      _this->_internal_set_icon(from._internal_icon());
    }
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      _this->_internal_set_placeholder(from._internal_placeholder());
    }
    if (CheckHasBit(cached_has_bits, 0x00000010U)) {
      _this->_impl_.type_ = from._impl_.type_;
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

void NotificationDatabaseDataProto_NotificationAction::CopyFrom(const NotificationDatabaseDataProto_NotificationAction& from) {
  // @@protoc_insertion_point(class_specific_copy_from_start:content.NotificationDatabaseDataProto.NotificationAction)
  if (&from == this) return;
  Clear();
  MergeFrom(from);
}


void NotificationDatabaseDataProto_NotificationAction::InternalSwap(NotificationDatabaseDataProto_NotificationAction* 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_.action_, &other->_impl_.action_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.title_, &other->_impl_.title_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.icon_, &other->_impl_.icon_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.placeholder_, &other->_impl_.placeholder_, arena);
  swap(_impl_.type_, other->_impl_.type_);
}

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

NotificationDatabaseDataProto_NotificationData::NotificationDatabaseDataProto_NotificationData(::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, NotificationDatabaseDataProto_NotificationData_get_class_data()) {
#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  SharedCtor(arena);
  // @@protoc_insertion_point(arena_constructor:content.NotificationDatabaseDataProto.NotificationData)
}
PROTOBUF_NDEBUG_INLINE NotificationDatabaseDataProto_NotificationData::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Impl_& from,
    [[maybe_unused]] const ::content::NotificationDatabaseDataProto_NotificationData& from_msg)
      : _has_bits_{from._has_bits_},
        _cached_size_{0},
        vibration_pattern_ {
          visibility, ::_pbi::InternalMetadataOffset::Build<
              ::content::NotificationDatabaseDataProto_NotificationData,
              PROTOBUF_FIELD_OFFSET(::content::NotificationDatabaseDataProto_NotificationData, _impl_.vibration_pattern_)>()
          , from.vibration_pattern_
        }
        ,
        _vibration_pattern_cached_byte_size_{0},
        actions_ {
          visibility, ::_pbi::InternalMetadataOffset::Build<
              ::content::NotificationDatabaseDataProto_NotificationData,
              PROTOBUF_FIELD_OFFSET(::content::NotificationDatabaseDataProto_NotificationData, _impl_.actions_)>()
          , from.actions_
        }
        ,
        title_(arena, from.title_),
        lang_(arena, from.lang_),
        body_(arena, from.body_),
        tag_(arena, from.tag_),
        icon_(arena, from.icon_),
        data_(arena, from.data_),
        badge_(arena, from.badge_),
        image_(arena, from.image_) {}

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

#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  NotificationDatabaseDataProto_NotificationData* const _this = this;
  (void)_this;
  _internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
  new (&_impl_) Impl_(internal_visibility(), arena, from._impl_, from);
  ::memcpy(reinterpret_cast<char*>(&_impl_) +
               offsetof(Impl_, direction_),
           reinterpret_cast<const char*>(&from._impl_) +
               offsetof(Impl_, direction_),
           offsetof(Impl_, show_trigger_timestamp_) -
               offsetof(Impl_, direction_) +
               sizeof(Impl_::show_trigger_timestamp_));

  // @@protoc_insertion_point(copy_constructor:content.NotificationDatabaseDataProto.NotificationData)
}
PROTOBUF_NDEBUG_INLINE NotificationDatabaseDataProto_NotificationData::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
      : _cached_size_{0},
        vibration_pattern_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::content::NotificationDatabaseDataProto_NotificationData,
            PROTOBUF_FIELD_OFFSET(::content::NotificationDatabaseDataProto_NotificationData, _impl_.vibration_pattern_)>()
         }
        ,
        _vibration_pattern_cached_byte_size_{0},
        actions_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::content::NotificationDatabaseDataProto_NotificationData,
            PROTOBUF_FIELD_OFFSET(::content::NotificationDatabaseDataProto_NotificationData, _impl_.actions_)>()
         }
        ,
        title_(arena),
        lang_(arena),
        body_(arena),
        tag_(arena),
        icon_(arena),
        data_(arena),
        badge_(arena),
        image_(arena) {}

inline void NotificationDatabaseDataProto_NotificationData::SharedCtor(::_pb::Arena* PROTOBUF_NULLABLE arena) {
  new (&_impl_) Impl_(internal_visibility(), arena);
  ::memset(reinterpret_cast<char*>(&_impl_) +
               offsetof(Impl_, direction_),
           0,
           offsetof(Impl_, show_trigger_timestamp_) -
               offsetof(Impl_, direction_) +
               sizeof(Impl_::show_trigger_timestamp_));
}
NotificationDatabaseDataProto_NotificationData::~NotificationDatabaseDataProto_NotificationData() {
  // @@protoc_insertion_point(destructor:content.NotificationDatabaseDataProto.NotificationData)
  SharedDtor(*this);
}
inline void NotificationDatabaseDataProto_NotificationData::SharedDtor(MessageLite& self) {
  NotificationDatabaseDataProto_NotificationData& this_ = static_cast<NotificationDatabaseDataProto_NotificationData&>(self);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    this_.CheckHasBitConsistency();
  }
  this_._internal_metadata_.Delete<::std::string>();
  ABSL_DCHECK(this_.GetArena() == nullptr);
  this_._impl_.title_.Destroy();
  this_._impl_.lang_.Destroy();
  this_._impl_.body_.Destroy();
  this_._impl_.tag_.Destroy();
  this_._impl_.icon_.Destroy();
  this_._impl_.data_.Destroy();
  this_._impl_.badge_.Destroy();
  this_._impl_.image_.Destroy();
  this_._impl_.~Impl_();
}

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite NotificationDatabaseDataProto_NotificationData_class_data_ =
    NotificationDatabaseDataProto_NotificationData::InternalGenerateClassData_(NotificationDatabaseDataProto_NotificationData_globals_._default);

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
NotificationDatabaseDataProto_NotificationData::GetClassData() const {
  return NotificationDatabaseDataProto_NotificationData_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
NotificationDatabaseDataProto_NotificationData::GetClassData() const {
  return NotificationDatabaseDataProto_NotificationData_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const NotificationDatabaseDataProto_NotificationData::ParseTableT_
    NotificationDatabaseDataProto_NotificationData::_table_ =
        NotificationDatabaseDataProto_NotificationData::InternalGenerateParseTable_(NotificationDatabaseDataProto_NotificationData_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void NotificationDatabaseDataProto_NotificationData::Clear() {
// @@protoc_insertion_point(message_clear_start:content.NotificationDatabaseDataProto.NotificationData)
  ::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, 0x000000ffU)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      _impl_.vibration_pattern_.Clear();
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _impl_.actions_.Clear();
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      _impl_.title_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      _impl_.lang_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000010U)) {
      _impl_.body_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000020U)) {
      _impl_.tag_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000040U)) {
      _impl_.icon_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000080U)) {
      _impl_.data_.ClearNonDefaultToEmpty();
    }
  }
  if (BatchCheckHasBit(cached_has_bits, 0x00000300U)) {
    if (CheckHasBit(cached_has_bits, 0x00000100U)) {
      _impl_.badge_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000200U)) {
      _impl_.image_.ClearNonDefaultToEmpty();
    }
  }
  if (BatchCheckHasBit(cached_has_bits, 0x0000fc00U)) {
    ::memset(&_impl_.direction_, 0, static_cast<::size_t>(
        reinterpret_cast<char*>(&_impl_.show_trigger_timestamp_) -
        reinterpret_cast<char*>(&_impl_.direction_)) + sizeof(_impl_.show_trigger_timestamp_));
  }
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

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

  cached_has_bits = this_._impl_._has_bits_[0];
  // optional string title = 1;
  if (CheckHasBit(cached_has_bits, 0x00000004U)) {
    const ::std::string& _s = this_._internal_title();
    target = stream->WriteStringMaybeAliased(1, _s, target);
  }

  // optional .content.NotificationDatabaseDataProto.NotificationData.Direction direction = 2;
  if (CheckHasBit(cached_has_bits, 0x00000400U)) {
    target = stream->EnsureSpace(target);
    target = ::_pbi::WireFormatLite::WriteEnumToArray(
        2, this_._internal_direction(), target);
  }

  // optional string lang = 3;
  if (CheckHasBit(cached_has_bits, 0x00000008U)) {
    const ::std::string& _s = this_._internal_lang();
    target = stream->WriteStringMaybeAliased(3, _s, target);
  }

  // optional string body = 4;
  if (CheckHasBit(cached_has_bits, 0x00000010U)) {
    const ::std::string& _s = this_._internal_body();
    target = stream->WriteStringMaybeAliased(4, _s, target);
  }

  // optional string tag = 5;
  if (CheckHasBit(cached_has_bits, 0x00000020U)) {
    const ::std::string& _s = this_._internal_tag();
    target = stream->WriteStringMaybeAliased(5, _s, target);
  }

  // optional string icon = 6;
  if (CheckHasBit(cached_has_bits, 0x00000040U)) {
    const ::std::string& _s = this_._internal_icon();
    target = stream->WriteStringMaybeAliased(6, _s, target);
  }

  // optional bool silent = 7;
  if (CheckHasBit(cached_has_bits, 0x00000800U)) {
    target = stream->EnsureSpace(target);
    target = ::_pbi::WireFormatLite::WriteBoolToArray(
        7, this_._internal_silent(), target);
  }

  // optional bytes data = 8;
  if (CheckHasBit(cached_has_bits, 0x00000080U)) {
    const ::std::string& _s = this_._internal_data();
    target = stream->WriteBytesMaybeAliased(8, _s, target);
  }

  // repeated int32 vibration_pattern = 9 [packed = true];
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    {
      int byte_size = this_._impl_._vibration_pattern_cached_byte_size_.Get();
      if (byte_size > 0) {
        target = stream->WriteInt32Packed(
            9, this_._internal_vibration_pattern(), byte_size, target);
      }
    }
  }

  // repeated .content.NotificationDatabaseDataProto.NotificationAction actions = 10;
  if (CheckHasBit(cached_has_bits, 0x00000002U)) {
    for (unsigned i = 0, n = static_cast<unsigned>(
                             this_._internal_actions_size());
         i < n; i++) {
      const auto& repfield = this_._internal_actions().Get(i);
      target =
          ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
              10, repfield, repfield.GetCachedSize(),
              target, stream);
    }
  }

  // optional bool require_interaction = 11;
  if (CheckHasBit(cached_has_bits, 0x00001000U)) {
    target = stream->EnsureSpace(target);
    target = ::_pbi::WireFormatLite::WriteBoolToArray(
        11, this_._internal_require_interaction(), target);
  }

  // optional int64 timestamp = 12;
  if (CheckHasBit(cached_has_bits, 0x00004000U)) {
    target =
        ::google::protobuf::internal::WireFormatLite::WriteInt64ToArrayWithField<12>(
            stream, this_._internal_timestamp(), target);
  }

  // optional bool renotify = 13;
  if (CheckHasBit(cached_has_bits, 0x00002000U)) {
    target = stream->EnsureSpace(target);
    target = ::_pbi::WireFormatLite::WriteBoolToArray(
        13, this_._internal_renotify(), target);
  }

  // optional string badge = 14;
  if (CheckHasBit(cached_has_bits, 0x00000100U)) {
    const ::std::string& _s = this_._internal_badge();
    target = stream->WriteStringMaybeAliased(14, _s, target);
  }

  // optional string image = 15;
  if (CheckHasBit(cached_has_bits, 0x00000200U)) {
    const ::std::string& _s = this_._internal_image();
    target = stream->WriteStringMaybeAliased(15, _s, target);
  }

  // optional int64 show_trigger_timestamp = 16;
  if (CheckHasBit(cached_has_bits, 0x00008000U)) {
    target = stream->EnsureSpace(target);
    target = ::_pbi::WireFormatLite::WriteInt64ToArray(
        16, this_._internal_show_trigger_timestamp(), 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:content.NotificationDatabaseDataProto.NotificationData)
  return target;
}

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

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

  ::_pbi::Prefetch5LinesFrom7Lines(&this_);
  cached_has_bits = this_._impl_._has_bits_[0];
  total_size += ::absl::popcount(0x00003800U & cached_has_bits) * 2;
  if (BatchCheckHasBit(cached_has_bits, 0x000000ffU)) {
    // repeated int32 vibration_pattern = 9 [packed = true];
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      total_size +=
          ::_pbi::WireFormatLite::Int32SizeWithPackedTagSize(
              this_._internal_vibration_pattern(), 1,
              this_._impl_._vibration_pattern_cached_byte_size_);
    }
    // repeated .content.NotificationDatabaseDataProto.NotificationAction actions = 10;
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      total_size += 1UL * this_._internal_actions_size();
      for (const auto& msg : this_._internal_actions()) {
        total_size += ::google::protobuf::internal::WireFormatLite::MessageSize(msg);
      }
    }
    // optional string title = 1;
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_title());
    }
    // optional string lang = 3;
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_lang());
    }
    // optional string body = 4;
    if (CheckHasBit(cached_has_bits, 0x00000010U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_body());
    }
    // optional string tag = 5;
    if (CheckHasBit(cached_has_bits, 0x00000020U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_tag());
    }
    // optional string icon = 6;
    if (CheckHasBit(cached_has_bits, 0x00000040U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_icon());
    }
    // optional bytes data = 8;
    if (CheckHasBit(cached_has_bits, 0x00000080U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::BytesSize(
                                      this_._internal_data());
    }
  }
  if (BatchCheckHasBit(cached_has_bits, 0x0000c700U)) {
    // optional string badge = 14;
    if (CheckHasBit(cached_has_bits, 0x00000100U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_badge());
    }
    // optional string image = 15;
    if (CheckHasBit(cached_has_bits, 0x00000200U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_image());
    }
    // optional .content.NotificationDatabaseDataProto.NotificationData.Direction direction = 2;
    if (CheckHasBit(cached_has_bits, 0x00000400U)) {
      total_size += 1 +
                    ::_pbi::WireFormatLite::EnumSize(this_._internal_direction());
    }
    // optional int64 timestamp = 12;
    if (CheckHasBit(cached_has_bits, 0x00004000U)) {
      total_size += ::_pbi::WireFormatLite::Int64SizePlusOne(
          this_._internal_timestamp());
    }
    // optional int64 show_trigger_timestamp = 16;
    if (CheckHasBit(cached_has_bits, 0x00008000U)) {
      total_size += 2 + ::_pbi::WireFormatLite::Int64Size(
                                      this_._internal_show_trigger_timestamp());
    }
  }
  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 NotificationDatabaseDataProto_NotificationData::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<NotificationDatabaseDataProto_NotificationData*>(&to_msg);
  auto& from = static_cast<const NotificationDatabaseDataProto_NotificationData&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  ::google::protobuf::Arena* arena = _this->GetArena();
  // @@protoc_insertion_point(class_specific_merge_from_start:content.NotificationDatabaseDataProto.NotificationData)
  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, 0x000000ffU)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      _this->_internal_mutable_vibration_pattern()->MergeFrom(from._internal_vibration_pattern());
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _this->_internal_mutable_actions()->InternalMergeFromWithArena(
          ::google::protobuf::MessageLite::internal_visibility(), arena,
          from._internal_actions());
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      _this->_internal_set_title(from._internal_title());
    }
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      _this->_internal_set_lang(from._internal_lang());
    }
    if (CheckHasBit(cached_has_bits, 0x00000010U)) {
      _this->_internal_set_body(from._internal_body());
    }
    if (CheckHasBit(cached_has_bits, 0x00000020U)) {
      _this->_internal_set_tag(from._internal_tag());
    }
    if (CheckHasBit(cached_has_bits, 0x00000040U)) {
      _this->_internal_set_icon(from._internal_icon());
    }
    if (CheckHasBit(cached_has_bits, 0x00000080U)) {
      _this->_internal_set_data(from._internal_data());
    }
  }
  if (BatchCheckHasBit(cached_has_bits, 0x0000ff00U)) {
    if (CheckHasBit(cached_has_bits, 0x00000100U)) {
      _this->_internal_set_badge(from._internal_badge());
    }
    if (CheckHasBit(cached_has_bits, 0x00000200U)) {
      _this->_internal_set_image(from._internal_image());
    }
    if (CheckHasBit(cached_has_bits, 0x00000400U)) {
      _this->_impl_.direction_ = from._impl_.direction_;
    }
    if (CheckHasBit(cached_has_bits, 0x00000800U)) {
      _this->_impl_.silent_ = from._impl_.silent_;
    }
    if (CheckHasBit(cached_has_bits, 0x00001000U)) {
      _this->_impl_.require_interaction_ = from._impl_.require_interaction_;
    }
    if (CheckHasBit(cached_has_bits, 0x00002000U)) {
      _this->_impl_.renotify_ = from._impl_.renotify_;
    }
    if (CheckHasBit(cached_has_bits, 0x00004000U)) {
      _this->_impl_.timestamp_ = from._impl_.timestamp_;
    }
    if (CheckHasBit(cached_has_bits, 0x00008000U)) {
      _this->_impl_.show_trigger_timestamp_ = from._impl_.show_trigger_timestamp_;
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

void NotificationDatabaseDataProto_NotificationData::CopyFrom(const NotificationDatabaseDataProto_NotificationData& from) {
  // @@protoc_insertion_point(class_specific_copy_from_start:content.NotificationDatabaseDataProto.NotificationData)
  if (&from == this) return;
  Clear();
  MergeFrom(from);
}


void NotificationDatabaseDataProto_NotificationData::InternalSwap(NotificationDatabaseDataProto_NotificationData* PROTOBUF_RESTRICT PROTOBUF_NONNULL other) {
  using ::std::swap;
  auto* arena = GetArena();
  ABSL_DCHECK_EQ(arena, other->GetArena());
  _internal_metadata_.InternalSwap(&other->_internal_metadata_);
  swap(_impl_._has_bits_[0], other->_impl_._has_bits_[0]);
  _impl_.vibration_pattern_.InternalSwap(&other->_impl_.vibration_pattern_);
  _impl_.actions_.InternalSwap(&other->_impl_.actions_);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.title_, &other->_impl_.title_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.lang_, &other->_impl_.lang_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.body_, &other->_impl_.body_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.tag_, &other->_impl_.tag_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.icon_, &other->_impl_.icon_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.data_, &other->_impl_.data_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.badge_, &other->_impl_.badge_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.image_, &other->_impl_.image_, arena);
  ::google::protobuf::internal::memswap<
      PROTOBUF_FIELD_OFFSET(NotificationDatabaseDataProto_NotificationData, _impl_.show_trigger_timestamp_)
      + sizeof(NotificationDatabaseDataProto_NotificationData::_impl_.show_trigger_timestamp_)
      - PROTOBUF_FIELD_OFFSET(NotificationDatabaseDataProto_NotificationData, _impl_.direction_)>(
          reinterpret_cast<char*>(&_impl_.direction_),
          reinterpret_cast<char*>(&other->_impl_.direction_));
}

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

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

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

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

#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  NotificationDatabaseDataProto* 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_.notification_data_ = (CheckHasBit(cached_has_bits, 0x00000004U))
                ? ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.notification_data_)
                : nullptr;
  ::memcpy(reinterpret_cast<char*>(&_impl_) +
               offsetof(Impl_, persistent_notification_id_),
           reinterpret_cast<const char*>(&from._impl_) +
               offsetof(Impl_, persistent_notification_id_),
           offsetof(Impl_, closed_reason_) -
               offsetof(Impl_, persistent_notification_id_) +
               sizeof(Impl_::closed_reason_));

  // @@protoc_insertion_point(copy_constructor:content.NotificationDatabaseDataProto)
}
PROTOBUF_NDEBUG_INLINE NotificationDatabaseDataProto::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
      : _cached_size_{0},
        origin_(arena),
        notification_id_(arena),
        serialized_metadata_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::content::NotificationDatabaseDataProto,
            PROTOBUF_FIELD_OFFSET(::content::NotificationDatabaseDataProto, _impl_.serialized_metadata_)>()
         }
     {}

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

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite NotificationDatabaseDataProto_class_data_ =
    NotificationDatabaseDataProto::InternalGenerateClassData_(NotificationDatabaseDataProto_globals_._default);

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
NotificationDatabaseDataProto::GetClassData() const {
  return NotificationDatabaseDataProto_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
NotificationDatabaseDataProto::GetClassData() const {
  return NotificationDatabaseDataProto_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const NotificationDatabaseDataProto::ParseTableT_
    NotificationDatabaseDataProto::_table_ =
        NotificationDatabaseDataProto::InternalGenerateParseTable_(NotificationDatabaseDataProto_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void NotificationDatabaseDataProto::Clear() {
// @@protoc_insertion_point(message_clear_start:content.NotificationDatabaseDataProto)
  ::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_.origin_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _impl_.notification_id_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      ABSL_DCHECK(_impl_.notification_data_ != nullptr);
      _impl_.notification_data_->Clear();
    }
  }
  if (BatchCheckHasBit(cached_has_bits, 0x000000f8U)) {
    ::memset(&_impl_.persistent_notification_id_, 0, static_cast<::size_t>(
        reinterpret_cast<char*>(&_impl_.creation_time_millis_) -
        reinterpret_cast<char*>(&_impl_.persistent_notification_id_)) + sizeof(_impl_.creation_time_millis_));
  }
  if (BatchCheckHasBit(cached_has_bits, 0x0000ff00U)) {
    ::memset(&_impl_.time_until_first_click_millis_, 0, static_cast<::size_t>(
        reinterpret_cast<char*>(&_impl_.closed_reason_) -
        reinterpret_cast<char*>(&_impl_.time_until_first_click_millis_)) + sizeof(_impl_.closed_reason_));
    if (CheckHasBit(cached_has_bits, 0x00008000U)) {
      _impl_.serialized_metadata_.Clear();
    }
  }
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

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

  cached_has_bits = this_._impl_._has_bits_[0];
  // optional int64 persistent_notification_id = 1;
  if (CheckHasBit(cached_has_bits, 0x00000008U)) {
    target =
        ::google::protobuf::internal::WireFormatLite::WriteInt64ToArrayWithField<1>(
            stream, this_._internal_persistent_notification_id(), target);
  }

  // optional string origin = 2;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    const ::std::string& _s = this_._internal_origin();
    target = stream->WriteStringMaybeAliased(2, _s, target);
  }

  // optional int64 service_worker_registration_id = 3;
  if (CheckHasBit(cached_has_bits, 0x00000010U)) {
    target =
        ::google::protobuf::internal::WireFormatLite::WriteInt64ToArrayWithField<3>(
            stream, this_._internal_service_worker_registration_id(), target);
  }

  // optional .content.NotificationDatabaseDataProto.NotificationData notification_data = 4;
  if (CheckHasBit(cached_has_bits, 0x00000004U)) {
    target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
        4, *this_._impl_.notification_data_, this_._impl_.notification_data_->GetCachedSize(), target,
        stream);
  }

  // optional string notification_id = 5;
  if (CheckHasBit(cached_has_bits, 0x00000002U)) {
    const ::std::string& _s = this_._internal_notification_id();
    target = stream->WriteStringMaybeAliased(5, _s, target);
  }

  // optional bool replaced_existing_notification = 6;
  if (CheckHasBit(cached_has_bits, 0x00000800U)) {
    target = stream->EnsureSpace(target);
    target = ::_pbi::WireFormatLite::WriteBoolToArray(
        6, this_._internal_replaced_existing_notification(), target);
  }

  // optional int32 num_clicks = 7;
  if (CheckHasBit(cached_has_bits, 0x00000020U)) {
    target =
        ::google::protobuf::internal::WireFormatLite::WriteInt32ToArrayWithField<7>(
            stream, this_._internal_num_clicks(), target);
  }

  // optional int32 num_action_button_clicks = 8;
  if (CheckHasBit(cached_has_bits, 0x00000040U)) {
    target =
        ::google::protobuf::internal::WireFormatLite::WriteInt32ToArrayWithField<8>(
            stream, this_._internal_num_action_button_clicks(), target);
  }

  // optional int64 creation_time_millis = 9;
  if (CheckHasBit(cached_has_bits, 0x00000080U)) {
    target =
        ::google::protobuf::internal::WireFormatLite::WriteInt64ToArrayWithField<9>(
            stream, this_._internal_creation_time_millis(), target);
  }

  // optional int64 time_until_first_click_millis = 10;
  if (CheckHasBit(cached_has_bits, 0x00000100U)) {
    target =
        ::google::protobuf::internal::WireFormatLite::WriteInt64ToArrayWithField<10>(
            stream, this_._internal_time_until_first_click_millis(), target);
  }

  // optional int64 time_until_last_click_millis = 11;
  if (CheckHasBit(cached_has_bits, 0x00000200U)) {
    target =
        ::google::protobuf::internal::WireFormatLite::WriteInt64ToArrayWithField<11>(
            stream, this_._internal_time_until_last_click_millis(), target);
  }

  // optional int64 time_until_close_millis = 12;
  if (CheckHasBit(cached_has_bits, 0x00000400U)) {
    target =
        ::google::protobuf::internal::WireFormatLite::WriteInt64ToArrayWithField<12>(
            stream, this_._internal_time_until_close_millis(), target);
  }

  // optional .content.NotificationDatabaseDataProto.ClosedReason closed_reason = 13;
  if (CheckHasBit(cached_has_bits, 0x00004000U)) {
    target = stream->EnsureSpace(target);
    target = ::_pbi::WireFormatLite::WriteEnumToArray(
        13, this_._internal_closed_reason(), target);
  }

  // optional bool has_triggered = 14;
  if (CheckHasBit(cached_has_bits, 0x00001000U)) {
    target = stream->EnsureSpace(target);
    target = ::_pbi::WireFormatLite::WriteBoolToArray(
        14, this_._internal_has_triggered(), target);
  }

  // optional bool is_shown_by_browser = 15;
  if (CheckHasBit(cached_has_bits, 0x00002000U)) {
    target = stream->EnsureSpace(target);
    target = ::_pbi::WireFormatLite::WriteBoolToArray(
        15, this_._internal_is_shown_by_browser(), target);
  }

  // map<string, string> serialized_metadata = 16;
  if (CheckHasBit(cached_has_bits, 0x00008000U)) {
    if (!this_._internal_serialized_metadata().empty()) {
      using MapType = ::google::protobuf::Map<::std::string, ::std::string>;
      using WireHelper = _pbi::MapEntryFuncs<::std::string, ::std::string,
                                     _pbi::WireFormatLite::TYPE_STRING,
                                     _pbi::WireFormatLite::TYPE_STRING>;
      const auto& field = this_._internal_serialized_metadata();

      if (stream->IsSerializationDeterministic() && field.size() > 1) {
        for (const auto& entry : ::google::protobuf::internal::MapSorterPtr<MapType>(field)) {
          target = WireHelper::InternalSerialize(
              16, entry.first, entry.second, target, stream);
        }
      } else {
        for (const auto& entry : field) {
          target = WireHelper::InternalSerialize(
              16, entry.first, entry.second, target, stream);
        }
      }
    }
  }

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

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

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

  ::_pbi::Prefetch5LinesFrom7Lines(&this_);
  cached_has_bits = this_._impl_._has_bits_[0];
  total_size += ::absl::popcount(0x00003800U & cached_has_bits) * 2;
  if (BatchCheckHasBit(cached_has_bits, 0x000000ffU)) {
    // optional string origin = 2;
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_origin());
    }
    // optional string notification_id = 5;
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_notification_id());
    }
    // optional .content.NotificationDatabaseDataProto.NotificationData notification_data = 4;
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      total_size += 1 +
                    ::google::protobuf::internal::WireFormatLite::MessageSize(*this_._impl_.notification_data_);
    }
    // optional int64 persistent_notification_id = 1;
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      total_size += ::_pbi::WireFormatLite::Int64SizePlusOne(
          this_._internal_persistent_notification_id());
    }
    // optional int64 service_worker_registration_id = 3;
    if (CheckHasBit(cached_has_bits, 0x00000010U)) {
      total_size += ::_pbi::WireFormatLite::Int64SizePlusOne(
          this_._internal_service_worker_registration_id());
    }
    // optional int32 num_clicks = 7;
    if (CheckHasBit(cached_has_bits, 0x00000020U)) {
      total_size += ::_pbi::WireFormatLite::Int32SizePlusOne(
          this_._internal_num_clicks());
    }
    // optional int32 num_action_button_clicks = 8;
    if (CheckHasBit(cached_has_bits, 0x00000040U)) {
      total_size += ::_pbi::WireFormatLite::Int32SizePlusOne(
          this_._internal_num_action_button_clicks());
    }
    // optional int64 creation_time_millis = 9;
    if (CheckHasBit(cached_has_bits, 0x00000080U)) {
      total_size += ::_pbi::WireFormatLite::Int64SizePlusOne(
          this_._internal_creation_time_millis());
    }
  }
  if (BatchCheckHasBit(cached_has_bits, 0x0000c700U)) {
    // optional int64 time_until_first_click_millis = 10;
    if (CheckHasBit(cached_has_bits, 0x00000100U)) {
      total_size += ::_pbi::WireFormatLite::Int64SizePlusOne(
          this_._internal_time_until_first_click_millis());
    }
    // optional int64 time_until_last_click_millis = 11;
    if (CheckHasBit(cached_has_bits, 0x00000200U)) {
      total_size += ::_pbi::WireFormatLite::Int64SizePlusOne(
          this_._internal_time_until_last_click_millis());
    }
    // optional int64 time_until_close_millis = 12;
    if (CheckHasBit(cached_has_bits, 0x00000400U)) {
      total_size += ::_pbi::WireFormatLite::Int64SizePlusOne(
          this_._internal_time_until_close_millis());
    }
    // optional .content.NotificationDatabaseDataProto.ClosedReason closed_reason = 13;
    if (CheckHasBit(cached_has_bits, 0x00004000U)) {
      total_size += 1 +
                    ::_pbi::WireFormatLite::EnumSize(this_._internal_closed_reason());
    }
    // map<string, string> serialized_metadata = 16;
    if (CheckHasBit(cached_has_bits, 0x00008000U)) {
      total_size +=
          2 * ::google::protobuf::internal::FromIntSize(this_._internal_serialized_metadata_size());
      for (const auto& entry : this_._internal_serialized_metadata()) {
        total_size += _pbi::MapEntryFuncs<::std::string, ::std::string,
                                       _pbi::WireFormatLite::TYPE_STRING,
                                       _pbi::WireFormatLite::TYPE_STRING>::ByteSizeLong(entry.first, entry.second);
      }
    }
  }
  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 NotificationDatabaseDataProto::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<NotificationDatabaseDataProto*>(&to_msg);
  auto& from = static_cast<const NotificationDatabaseDataProto&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  ::google::protobuf::Arena* arena = _this->GetArena();
  // @@protoc_insertion_point(class_specific_merge_from_start:content.NotificationDatabaseDataProto)
  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, 0x000000ffU)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      _this->_internal_set_origin(from._internal_origin());
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _this->_internal_set_notification_id(from._internal_notification_id());
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      ABSL_DCHECK(from._impl_.notification_data_ != nullptr);
      if (_this->_impl_.notification_data_ == nullptr) {
        _this->_impl_.notification_data_ = ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.notification_data_);
      } else {
        _this->_impl_.notification_data_->MergeFrom(*from._impl_.notification_data_);
      }
    }
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      _this->_impl_.persistent_notification_id_ = from._impl_.persistent_notification_id_;
    }
    if (CheckHasBit(cached_has_bits, 0x00000010U)) {
      _this->_impl_.service_worker_registration_id_ = from._impl_.service_worker_registration_id_;
    }
    if (CheckHasBit(cached_has_bits, 0x00000020U)) {
      _this->_impl_.num_clicks_ = from._impl_.num_clicks_;
    }
    if (CheckHasBit(cached_has_bits, 0x00000040U)) {
      _this->_impl_.num_action_button_clicks_ = from._impl_.num_action_button_clicks_;
    }
    if (CheckHasBit(cached_has_bits, 0x00000080U)) {
      _this->_impl_.creation_time_millis_ = from._impl_.creation_time_millis_;
    }
  }
  if (BatchCheckHasBit(cached_has_bits, 0x0000ff00U)) {
    if (CheckHasBit(cached_has_bits, 0x00000100U)) {
      _this->_impl_.time_until_first_click_millis_ = from._impl_.time_until_first_click_millis_;
    }
    if (CheckHasBit(cached_has_bits, 0x00000200U)) {
      _this->_impl_.time_until_last_click_millis_ = from._impl_.time_until_last_click_millis_;
    }
    if (CheckHasBit(cached_has_bits, 0x00000400U)) {
      _this->_impl_.time_until_close_millis_ = from._impl_.time_until_close_millis_;
    }
    if (CheckHasBit(cached_has_bits, 0x00000800U)) {
      _this->_impl_.replaced_existing_notification_ = from._impl_.replaced_existing_notification_;
    }
    if (CheckHasBit(cached_has_bits, 0x00001000U)) {
      _this->_impl_.has_triggered_ = from._impl_.has_triggered_;
    }
    if (CheckHasBit(cached_has_bits, 0x00002000U)) {
      _this->_impl_.is_shown_by_browser_ = from._impl_.is_shown_by_browser_;
    }
    if (CheckHasBit(cached_has_bits, 0x00004000U)) {
      _this->_impl_.closed_reason_ = from._impl_.closed_reason_;
    }
    if (CheckHasBit(cached_has_bits, 0x00008000U)) {
      _this->_impl_.serialized_metadata_.MergeFrom(from._impl_.serialized_metadata_);
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

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


void NotificationDatabaseDataProto::InternalSwap(NotificationDatabaseDataProto* 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_.origin_, &other->_impl_.origin_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.notification_id_, &other->_impl_.notification_id_, arena);
  ::google::protobuf::internal::memswap<
      PROTOBUF_FIELD_OFFSET(NotificationDatabaseDataProto, _impl_.closed_reason_)
      + sizeof(NotificationDatabaseDataProto::_impl_.closed_reason_)
      - PROTOBUF_FIELD_OFFSET(NotificationDatabaseDataProto, _impl_.notification_data_)>(
          reinterpret_cast<char*>(&_impl_.notification_data_),
          reinterpret_cast<char*>(&other->_impl_.notification_data_));
  _impl_.serialized_metadata_.InternalSwap(&other->_impl_.serialized_metadata_);
}

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