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

#ifndef notification_5fdata_2eproto_2epb_2eh
#define notification_5fdata_2eproto_2epb_2eh

#include <limits>
#include <string>
#include <type_traits>
#include <utility>

// clang-format off
#include "google/protobuf/runtime_version.h"
#if PROTOBUF_VERSION != 7035001
#error "Protobuf C++ gencode is built with an incompatible version of"
#error "Protobuf C++ headers/runtime. See"
#error "https://protobuf.dev/support/cross-version-runtime-guarantee/#cpp"
#endif
#include "google/protobuf/io/coded_stream.h"
#include "google/protobuf/arena.h"
#include "google/protobuf/arenastring.h"
#include "google/protobuf/generated_message_tctable_decl.h"
#include "google/protobuf/generated_message_util.h"
#include "google/protobuf/metadata_lite.h"
#include "google/protobuf/message_lite.h"
#include "google/protobuf/repeated_field.h"  // IWYU pragma: export
#include "google/protobuf/extension_set.h"  // IWYU pragma: export
#include "google/protobuf/generated_enum_util.h"
// @@protoc_insertion_point(includes)

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

#define PROTOBUF_INTERNAL_EXPORT_notification_5fdata_2eproto

namespace google {
namespace protobuf {
namespace internal {
template <typename T>
::absl::string_view GetAnyMessageName();
}  // namespace internal
}  // namespace protobuf
}  // namespace google

// Internal implementation detail -- do not use these members.
struct TableStruct_notification_5fdata_2eproto {
  static const ::uint32_t offsets[];
};
namespace notifications {
namespace proto {
enum ActionButtonType : int;
extern const uint32_t ActionButtonType_internal_data_[];
enum IconType : int;
extern const uint32_t IconType_internal_data_[];
class CustomData;
struct CustomDataGlobalsTypeInternal;
#ifndef PROTOBUF_MESSAGE_GLOBALS
extern CustomDataGlobalsTypeInternal CustomData_globals_;
extern const ::google::protobuf::internal::ClassDataLite CustomData_class_data_;
#else
extern const CustomDataGlobalsTypeInternal CustomData_globals_;
#endif  // PROTOBUF_MESSAGE_GLOBALS
class NotificationData;
struct NotificationDataGlobalsTypeInternal;
#ifndef PROTOBUF_MESSAGE_GLOBALS
extern NotificationDataGlobalsTypeInternal NotificationData_globals_;
extern const ::google::protobuf::internal::ClassDataLite NotificationData_class_data_;
#else
extern const NotificationDataGlobalsTypeInternal NotificationData_globals_;
#endif  // PROTOBUF_MESSAGE_GLOBALS
class NotificationData_Button;
struct NotificationData_ButtonGlobalsTypeInternal;
#ifndef PROTOBUF_MESSAGE_GLOBALS
extern NotificationData_ButtonGlobalsTypeInternal NotificationData_Button_globals_;
extern const ::google::protobuf::internal::ClassDataLite NotificationData_Button_class_data_;
#else
extern const NotificationData_ButtonGlobalsTypeInternal NotificationData_Button_globals_;
#endif  // PROTOBUF_MESSAGE_GLOBALS
class NotificationData_IconUuidBundle;
struct NotificationData_IconUuidBundleGlobalsTypeInternal;
#ifndef PROTOBUF_MESSAGE_GLOBALS
extern NotificationData_IconUuidBundleGlobalsTypeInternal NotificationData_IconUuidBundle_globals_;
extern const ::google::protobuf::internal::ClassDataLite NotificationData_IconUuidBundle_class_data_;
#else
extern const NotificationData_IconUuidBundleGlobalsTypeInternal NotificationData_IconUuidBundle_globals_;
#endif  // PROTOBUF_MESSAGE_GLOBALS
}  // namespace proto
}  // namespace notifications
namespace google {
namespace protobuf {
template <>
internal::EnumTraitsT<::notifications::proto::ActionButtonType_internal_data_>
    internal::EnumTraitsImpl::value<::notifications::proto::ActionButtonType>;
template <>
internal::EnumTraitsT<::notifications::proto::IconType_internal_data_>
    internal::EnumTraitsImpl::value<::notifications::proto::IconType>;
}  // namespace protobuf
}  // namespace google

namespace notifications {
namespace proto {
enum ActionButtonType : int {
  UNKNOWN_ACTION = 0,
  HELPFUL = 1,
  UNHELPFUL = 2,
};

extern const uint32_t ActionButtonType_internal_data_[];
inline constexpr ActionButtonType ActionButtonType_MIN =
    static_cast<ActionButtonType>(0);
inline constexpr ActionButtonType ActionButtonType_MAX =
    static_cast<ActionButtonType>(2);
inline bool ActionButtonType_IsValid(int value) {
  return 0 <= value && value <= 2;
}
inline constexpr int ActionButtonType_ARRAYSIZE = 2 + 1;
const ::std::string& ActionButtonType_Name(ActionButtonType value);
template <typename T>
const ::std::string& ActionButtonType_Name(T value) {
  static_assert(::std::is_same<T, ActionButtonType>::value ||
                    ::std::is_integral<T>::value,
                "Incorrect type passed to ActionButtonType_Name().");
  return ActionButtonType_Name(static_cast<ActionButtonType>(value));
}
bool ActionButtonType_Parse(
    ::absl::string_view name, ActionButtonType* PROTOBUF_NONNULL value);
enum IconType : int {
  UNKNOWN_ICON_TYPE = 0,
  SMALL_ICON = 1,
  LARGE_ICON = 2,
};

extern const uint32_t IconType_internal_data_[];
inline constexpr IconType IconType_MIN =
    static_cast<IconType>(0);
inline constexpr IconType IconType_MAX =
    static_cast<IconType>(2);
inline bool IconType_IsValid(int value) {
  return 0 <= value && value <= 2;
}
inline constexpr int IconType_ARRAYSIZE = 2 + 1;
const ::std::string& IconType_Name(IconType value);
template <typename T>
const ::std::string& IconType_Name(T value) {
  static_assert(::std::is_same<T, IconType>::value ||
                    ::std::is_integral<T>::value,
                "Incorrect type passed to IconType_Name().");
  return IconType_Name(static_cast<IconType>(value));
}
bool IconType_Parse(
    ::absl::string_view name, IconType* PROTOBUF_NONNULL value);
using ::google::protobuf::internal::generated_enum::AbslParseFlag;
using ::google::protobuf::internal::generated_enum::AbslUnparseFlag;

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


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

class  NotificationData_IconUuidBundle final : public ::google::protobuf::MessageLite
/* @@protoc_insertion_point(class_definition:notifications.proto.NotificationData.IconUuidBundle) */ {
 public:
  inline NotificationData_IconUuidBundle() : NotificationData_IconUuidBundle(nullptr) {}
  ~NotificationData_IconUuidBundle() PROTOBUF_FINAL;

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

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

  inline NotificationData_IconUuidBundle(const NotificationData_IconUuidBundle& from) : NotificationData_IconUuidBundle(nullptr, from) {}
  inline NotificationData_IconUuidBundle(NotificationData_IconUuidBundle&& from) noexcept : NotificationData_IconUuidBundle(nullptr, ::std::move(from)) {}
  inline NotificationData_IconUuidBundle& operator=(const NotificationData_IconUuidBundle& from) {
    CopyFrom(from);
    return *this;
  }
  inline NotificationData_IconUuidBundle& operator=(NotificationData_IconUuidBundle&& from) noexcept {
    if (this == &from) return *this;
    if (::google::protobuf::internal::CanMoveWithInternalSwap(GetArena(), from.GetArena())) {
      InternalSwap(&from);
    } else {
      CopyFrom(from);
    }
    return *this;
  }

  inline const ::std::string& unknown_fields() const
      ABSL_ATTRIBUTE_LIFETIME_BOUND {
    return _internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString);
  }
  inline ::std::string* PROTOBUF_NONNULL
  mutable_unknown_fields() ABSL_ATTRIBUTE_LIFETIME_BOUND {
    return _internal_metadata_.mutable_unknown_fields<::std::string>();
  }

  static const NotificationData_IconUuidBundle& default_instance() {
    return *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<NotificationData_IconUuidBundle>(&NotificationData_IconUuidBundle_globals_);
  }
  static constexpr int kIndexInFileMessages = 2;
  friend void swap(NotificationData_IconUuidBundle& a, NotificationData_IconUuidBundle& b) { a.Swap(&b); }
  PROTOBUF_NOINLINE void Swap(NotificationData_IconUuidBundle* PROTOBUF_NONNULL other) {
    if (other == this) return;
    if (::google::protobuf::internal::CanUseInternalSwap(GetArena(), other->GetArena())) {
      InternalSwap(other);
    } else {
      ::google::protobuf::internal::GenericSwap(this, other);
    }
  }
  void UnsafeArenaSwap(NotificationData_IconUuidBundle* PROTOBUF_NONNULL other) {
    if (other == this) return;
    ABSL_DCHECK(GetArena() == other->GetArena());
    InternalSwap(other);
  }

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

  NotificationData_IconUuidBundle* PROTOBUF_NONNULL
  New(::google::protobuf::Arena* PROTOBUF_NULLABLE arena = nullptr) const {
    return ::google::protobuf::MessageLite::DefaultConstruct<NotificationData_IconUuidBundle>(arena);
  }
  void CopyFrom(const NotificationData_IconUuidBundle& from);
  void MergeFrom(const NotificationData_IconUuidBundle& from) { NotificationData_IconUuidBundle::MergeImpl(*this, from); }

  private:
  static void MergeImpl(::google::protobuf::MessageLite& to_msg,
                        const ::google::protobuf::MessageLite& from_msg);

  public:
  bool IsInitialized() const {
    return true;
  }
  ABSL_ATTRIBUTE_REINITIALIZES void Clear() PROTOBUF_FINAL;
  #if defined(PROTOBUF_CUSTOM_VTABLE)
  private:
  static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg);
  static ::uint8_t* PROTOBUF_NONNULL _InternalSerialize(
      const ::google::protobuf::MessageLite& msg, ::uint8_t* PROTOBUF_NONNULL target,
      ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream);

  public:
  ::size_t ByteSizeLong() const { return ByteSizeLong(*this); }
  ::uint8_t* PROTOBUF_NONNULL _InternalSerialize(
      ::uint8_t* PROTOBUF_NONNULL target,
      ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const {
    return _InternalSerialize(*this, target, stream);
  }
  #else   // PROTOBUF_CUSTOM_VTABLE
  ::size_t ByteSizeLong() const final;
  ::uint8_t* PROTOBUF_NONNULL _InternalSerialize(
      ::uint8_t* PROTOBUF_NONNULL target,
      ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const final;
  #endif  // PROTOBUF_CUSTOM_VTABLE
  int GetCachedSize() const {
    return _impl_._cached_size_.Get();
  }

  private:
  void SharedCtor(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  static void SharedDtor(MessageLite& self);
  void InternalSwap(NotificationData_IconUuidBundle* PROTOBUF_NONNULL other);
 private:
  template <typename T>
  friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
  static ::absl::string_view FullMessageName() { return "notifications.proto.NotificationData.IconUuidBundle"; }

  explicit NotificationData_IconUuidBundle(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  NotificationData_IconUuidBundle(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const NotificationData_IconUuidBundle& from);
  NotificationData_IconUuidBundle(
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, NotificationData_IconUuidBundle&& from) noexcept
      : NotificationData_IconUuidBundle(arena) {
    *this = ::std::move(from);
  }
  const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL GetClassData() const PROTOBUF_FINAL;
  static void* PROTOBUF_NONNULL PlacementNew_(
      const void* PROTOBUF_NONNULL, void* PROTOBUF_NONNULL mem,
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  static constexpr auto InternalNewImpl_();

 public:
  static constexpr auto InternalGenerateClassData_(
      const MessageLite& prototype,
      const ::google::protobuf::internal::TcParseTableBase* PROTOBUF_NULLABLE tc_table = nullptr);

  // nested types ----------------------------------------------------

  // accessors -------------------------------------------------------
  enum : int {
    kUuidFieldNumber = 2,
    kTypeFieldNumber = 1,
  };
  // optional string uuid = 2;
  bool has_uuid()
      const;
  void clear_uuid() ;
  const ::std::string& uuid() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_uuid(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_uuid();
  ::std::string* PROTOBUF_NULLABLE release_uuid();
  void set_allocated_uuid(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_uuid() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_uuid(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_uuid();

  public:
  // optional .notifications.proto.IconType type = 1;
  bool has_type()
      const;
  void clear_type() ;
  ::notifications::proto::IconType type() const;
  void set_type(::notifications::proto::IconType value);

  private:
  ::notifications::proto::IconType _internal_type() const;
  void _internal_set_type(::notifications::proto::IconType value);

  public:
  // @@protoc_insertion_point(class_scope:notifications.proto.NotificationData.IconUuidBundle)
 private:
  class _Internal;
  using ParseTableT_ =
      ::google::protobuf::internal::TcParseTable<1, 2,
                          1, 0,
                          2>;
  static constexpr ParseTableT_ InternalGenerateParseTable_(
      const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL class_data);
  friend class ::google::protobuf::internal::TcParser;
  #ifndef PROTOBUF_MESSAGE_GLOBALS
  static const ParseTableT_ _table_;
  #endif

  friend class ::google::protobuf::MessageLite;
  friend class ::google::protobuf::Arena;
  friend ::google::protobuf::internal::PrivateAccess;
  template <typename T>
  friend class ::google::protobuf::Arena::InternalHelper;
  using InternalArenaConstructable_ = void;
  using DestructorSkippable_ = void;
  struct Impl_ {
    inline explicit constexpr Impl_(::google::protobuf::internal::InternalVisibility visibility,
                                    ::google::protobuf::internal::ConstantInitialized) noexcept;
    inline explicit Impl_(
        ::google::protobuf::internal::InternalVisibility visibility,
        ::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
    inline explicit Impl_(
        ::google::protobuf::internal::InternalVisibility visibility,
        ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Impl_& from,
        const NotificationData_IconUuidBundle& from_msg);
    ::google::protobuf::internal::HasBits<1> _has_bits_;
    ::google::protobuf::internal::CachedSize _cached_size_;
    ::google::protobuf::internal::ArenaStringPtr uuid_;
    int type_;
    PROTOBUF_TSAN_DECLARE_MEMBER
  };
  union { Impl_ _impl_; };
  friend struct ::TableStruct_notification_5fdata_2eproto;
};
// -------------------------------------------------------------------

class  NotificationData_Button final : public ::google::protobuf::MessageLite
/* @@protoc_insertion_point(class_definition:notifications.proto.NotificationData.Button) */ {
 public:
  inline NotificationData_Button() : NotificationData_Button(nullptr) {}
  ~NotificationData_Button() PROTOBUF_FINAL;

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

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

  inline NotificationData_Button(const NotificationData_Button& from) : NotificationData_Button(nullptr, from) {}
  inline NotificationData_Button(NotificationData_Button&& from) noexcept : NotificationData_Button(nullptr, ::std::move(from)) {}
  inline NotificationData_Button& operator=(const NotificationData_Button& from) {
    CopyFrom(from);
    return *this;
  }
  inline NotificationData_Button& operator=(NotificationData_Button&& from) noexcept {
    if (this == &from) return *this;
    if (::google::protobuf::internal::CanMoveWithInternalSwap(GetArena(), from.GetArena())) {
      InternalSwap(&from);
    } else {
      CopyFrom(from);
    }
    return *this;
  }

  inline const ::std::string& unknown_fields() const
      ABSL_ATTRIBUTE_LIFETIME_BOUND {
    return _internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString);
  }
  inline ::std::string* PROTOBUF_NONNULL
  mutable_unknown_fields() ABSL_ATTRIBUTE_LIFETIME_BOUND {
    return _internal_metadata_.mutable_unknown_fields<::std::string>();
  }

  static const NotificationData_Button& default_instance() {
    return *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<NotificationData_Button>(&NotificationData_Button_globals_);
  }
  static constexpr int kIndexInFileMessages = 1;
  friend void swap(NotificationData_Button& a, NotificationData_Button& b) { a.Swap(&b); }
  PROTOBUF_NOINLINE void Swap(NotificationData_Button* PROTOBUF_NONNULL other) {
    if (other == this) return;
    if (::google::protobuf::internal::CanUseInternalSwap(GetArena(), other->GetArena())) {
      InternalSwap(other);
    } else {
      ::google::protobuf::internal::GenericSwap(this, other);
    }
  }
  void UnsafeArenaSwap(NotificationData_Button* PROTOBUF_NONNULL other) {
    if (other == this) return;
    ABSL_DCHECK(GetArena() == other->GetArena());
    InternalSwap(other);
  }

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

  NotificationData_Button* PROTOBUF_NONNULL
  New(::google::protobuf::Arena* PROTOBUF_NULLABLE arena = nullptr) const {
    return ::google::protobuf::MessageLite::DefaultConstruct<NotificationData_Button>(arena);
  }
  void CopyFrom(const NotificationData_Button& from);
  void MergeFrom(const NotificationData_Button& from) { NotificationData_Button::MergeImpl(*this, from); }

  private:
  static void MergeImpl(::google::protobuf::MessageLite& to_msg,
                        const ::google::protobuf::MessageLite& from_msg);

  public:
  bool IsInitialized() const {
    return true;
  }
  ABSL_ATTRIBUTE_REINITIALIZES void Clear() PROTOBUF_FINAL;
  #if defined(PROTOBUF_CUSTOM_VTABLE)
  private:
  static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg);
  static ::uint8_t* PROTOBUF_NONNULL _InternalSerialize(
      const ::google::protobuf::MessageLite& msg, ::uint8_t* PROTOBUF_NONNULL target,
      ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream);

  public:
  ::size_t ByteSizeLong() const { return ByteSizeLong(*this); }
  ::uint8_t* PROTOBUF_NONNULL _InternalSerialize(
      ::uint8_t* PROTOBUF_NONNULL target,
      ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const {
    return _InternalSerialize(*this, target, stream);
  }
  #else   // PROTOBUF_CUSTOM_VTABLE
  ::size_t ByteSizeLong() const final;
  ::uint8_t* PROTOBUF_NONNULL _InternalSerialize(
      ::uint8_t* PROTOBUF_NONNULL target,
      ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const final;
  #endif  // PROTOBUF_CUSTOM_VTABLE
  int GetCachedSize() const {
    return _impl_._cached_size_.Get();
  }

  private:
  void SharedCtor(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  static void SharedDtor(MessageLite& self);
  void InternalSwap(NotificationData_Button* PROTOBUF_NONNULL other);
 private:
  template <typename T>
  friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
  static ::absl::string_view FullMessageName() { return "notifications.proto.NotificationData.Button"; }

  explicit NotificationData_Button(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  NotificationData_Button(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const NotificationData_Button& from);
  NotificationData_Button(
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, NotificationData_Button&& from) noexcept
      : NotificationData_Button(arena) {
    *this = ::std::move(from);
  }
  const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL GetClassData() const PROTOBUF_FINAL;
  static void* PROTOBUF_NONNULL PlacementNew_(
      const void* PROTOBUF_NONNULL, void* PROTOBUF_NONNULL mem,
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  static constexpr auto InternalNewImpl_();

 public:
  static constexpr auto InternalGenerateClassData_(
      const MessageLite& prototype,
      const ::google::protobuf::internal::TcParseTableBase* PROTOBUF_NULLABLE tc_table = nullptr);

  // nested types ----------------------------------------------------

  // accessors -------------------------------------------------------
  enum : int {
    kTextFieldNumber = 1,
    kIdFieldNumber = 3,
    kButtonTypeFieldNumber = 2,
  };
  // optional string text = 1;
  bool has_text()
      const;
  void clear_text() ;
  const ::std::string& text() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_text(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_text();
  ::std::string* PROTOBUF_NULLABLE release_text();
  void set_allocated_text(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_text() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_text(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_text();

  public:
  // optional string id = 3;
  bool has_id()
      const;
  void clear_id() ;
  const ::std::string& id() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_id(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_id();
  ::std::string* PROTOBUF_NULLABLE release_id();
  void set_allocated_id(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_id() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_id(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_id();

  public:
  // optional .notifications.proto.ActionButtonType button_type = 2;
  bool has_button_type()
      const;
  void clear_button_type() ;
  ::notifications::proto::ActionButtonType button_type() const;
  void set_button_type(::notifications::proto::ActionButtonType value);

  private:
  ::notifications::proto::ActionButtonType _internal_button_type() const;
  void _internal_set_button_type(::notifications::proto::ActionButtonType value);

  public:
  // @@protoc_insertion_point(class_scope:notifications.proto.NotificationData.Button)
 private:
  class _Internal;
  using ParseTableT_ =
      ::google::protobuf::internal::TcParseTable<2, 3,
                          1, 0,
                          2>;
  static constexpr ParseTableT_ InternalGenerateParseTable_(
      const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL class_data);
  friend class ::google::protobuf::internal::TcParser;
  #ifndef PROTOBUF_MESSAGE_GLOBALS
  static const ParseTableT_ _table_;
  #endif

  friend class ::google::protobuf::MessageLite;
  friend class ::google::protobuf::Arena;
  friend ::google::protobuf::internal::PrivateAccess;
  template <typename T>
  friend class ::google::protobuf::Arena::InternalHelper;
  using InternalArenaConstructable_ = void;
  using DestructorSkippable_ = void;
  struct Impl_ {
    inline explicit constexpr Impl_(::google::protobuf::internal::InternalVisibility visibility,
                                    ::google::protobuf::internal::ConstantInitialized) noexcept;
    inline explicit Impl_(
        ::google::protobuf::internal::InternalVisibility visibility,
        ::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
    inline explicit Impl_(
        ::google::protobuf::internal::InternalVisibility visibility,
        ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Impl_& from,
        const NotificationData_Button& from_msg);
    ::google::protobuf::internal::HasBits<1> _has_bits_;
    ::google::protobuf::internal::CachedSize _cached_size_;
    ::google::protobuf::internal::ArenaStringPtr text_;
    ::google::protobuf::internal::ArenaStringPtr id_;
    int button_type_;
    PROTOBUF_TSAN_DECLARE_MEMBER
  };
  union { Impl_ _impl_; };
  friend struct ::TableStruct_notification_5fdata_2eproto;
};
// -------------------------------------------------------------------

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

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

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

  inline CustomData(const CustomData& from) : CustomData(nullptr, from) {}
  inline CustomData(CustomData&& from) noexcept : CustomData(nullptr, ::std::move(from)) {}
  inline CustomData& operator=(const CustomData& from) {
    CopyFrom(from);
    return *this;
  }
  inline CustomData& operator=(CustomData&& from) noexcept {
    if (this == &from) return *this;
    if (::google::protobuf::internal::CanMoveWithInternalSwap(GetArena(), from.GetArena())) {
      InternalSwap(&from);
    } else {
      CopyFrom(from);
    }
    return *this;
  }

  inline const ::std::string& unknown_fields() const
      ABSL_ATTRIBUTE_LIFETIME_BOUND {
    return _internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString);
  }
  inline ::std::string* PROTOBUF_NONNULL
  mutable_unknown_fields() ABSL_ATTRIBUTE_LIFETIME_BOUND {
    return _internal_metadata_.mutable_unknown_fields<::std::string>();
  }

  static const CustomData& default_instance() {
    return *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<CustomData>(&CustomData_globals_);
  }
  static constexpr int kIndexInFileMessages = 0;
  friend void swap(CustomData& a, CustomData& b) { a.Swap(&b); }
  PROTOBUF_NOINLINE void Swap(CustomData* PROTOBUF_NONNULL other) {
    if (other == this) return;
    if (::google::protobuf::internal::CanUseInternalSwap(GetArena(), other->GetArena())) {
      InternalSwap(other);
    } else {
      ::google::protobuf::internal::GenericSwap(this, other);
    }
  }
  void UnsafeArenaSwap(CustomData* PROTOBUF_NONNULL other) {
    if (other == this) return;
    ABSL_DCHECK(GetArena() == other->GetArena());
    InternalSwap(other);
  }

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

  CustomData* PROTOBUF_NONNULL
  New(::google::protobuf::Arena* PROTOBUF_NULLABLE arena = nullptr) const {
    return ::google::protobuf::MessageLite::DefaultConstruct<CustomData>(arena);
  }
  void CopyFrom(const CustomData& from);
  void MergeFrom(const CustomData& from) { CustomData::MergeImpl(*this, from); }

  private:
  static void MergeImpl(::google::protobuf::MessageLite& to_msg,
                        const ::google::protobuf::MessageLite& from_msg);

  public:
  bool IsInitialized() const {
    return true;
  }
  ABSL_ATTRIBUTE_REINITIALIZES void Clear() PROTOBUF_FINAL;
  #if defined(PROTOBUF_CUSTOM_VTABLE)
  private:
  static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg);
  static ::uint8_t* PROTOBUF_NONNULL _InternalSerialize(
      const ::google::protobuf::MessageLite& msg, ::uint8_t* PROTOBUF_NONNULL target,
      ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream);

  public:
  ::size_t ByteSizeLong() const { return ByteSizeLong(*this); }
  ::uint8_t* PROTOBUF_NONNULL _InternalSerialize(
      ::uint8_t* PROTOBUF_NONNULL target,
      ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const {
    return _InternalSerialize(*this, target, stream);
  }
  #else   // PROTOBUF_CUSTOM_VTABLE
  ::size_t ByteSizeLong() const final;
  ::uint8_t* PROTOBUF_NONNULL _InternalSerialize(
      ::uint8_t* PROTOBUF_NONNULL target,
      ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const final;
  #endif  // PROTOBUF_CUSTOM_VTABLE
  int GetCachedSize() const {
    return _impl_._cached_size_.Get();
  }

  private:
  void SharedCtor(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  static void SharedDtor(MessageLite& self);
  void InternalSwap(CustomData* PROTOBUF_NONNULL other);
 private:
  template <typename T>
  friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
  static ::absl::string_view FullMessageName() { return "notifications.proto.CustomData"; }

  explicit CustomData(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  CustomData(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const CustomData& from);
  CustomData(
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, CustomData&& from) noexcept
      : CustomData(arena) {
    *this = ::std::move(from);
  }
  const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL GetClassData() const PROTOBUF_FINAL;
  static void* PROTOBUF_NONNULL PlacementNew_(
      const void* PROTOBUF_NONNULL, void* PROTOBUF_NONNULL mem,
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  static constexpr auto InternalNewImpl_();

 public:
  static constexpr auto InternalGenerateClassData_(
      const MessageLite& prototype,
      const ::google::protobuf::internal::TcParseTableBase* PROTOBUF_NULLABLE tc_table = nullptr);

  // nested types ----------------------------------------------------

  // accessors -------------------------------------------------------
  enum : int {
    kKeyFieldNumber = 1,
    kValueFieldNumber = 2,
  };
  // optional string key = 1;
  bool has_key()
      const;
  void clear_key() ;
  const ::std::string& key() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_key(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_key();
  ::std::string* PROTOBUF_NULLABLE release_key();
  void set_allocated_key(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_key() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_key(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_key();

  public:
  // optional bytes value = 2;
  bool has_value()
      const;
  void clear_value() ;
  const ::std::string& value() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_value(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_value();
  ::std::string* PROTOBUF_NULLABLE release_value();
  void set_allocated_value(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_value() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_value(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_value();

  public:
  // @@protoc_insertion_point(class_scope:notifications.proto.CustomData)
 private:
  class _Internal;
  using ParseTableT_ =
      ::google::protobuf::internal::TcParseTable<1, 2,
                          0, 0,
                          2>;
  static constexpr ParseTableT_ InternalGenerateParseTable_(
      const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL class_data);
  friend class ::google::protobuf::internal::TcParser;
  #ifndef PROTOBUF_MESSAGE_GLOBALS
  static const ParseTableT_ _table_;
  #endif

  friend class ::google::protobuf::MessageLite;
  friend class ::google::protobuf::Arena;
  friend ::google::protobuf::internal::PrivateAccess;
  template <typename T>
  friend class ::google::protobuf::Arena::InternalHelper;
  using InternalArenaConstructable_ = void;
  using DestructorSkippable_ = void;
  struct Impl_ {
    inline explicit constexpr Impl_(::google::protobuf::internal::InternalVisibility visibility,
                                    ::google::protobuf::internal::ConstantInitialized) noexcept;
    inline explicit Impl_(
        ::google::protobuf::internal::InternalVisibility visibility,
        ::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
    inline explicit Impl_(
        ::google::protobuf::internal::InternalVisibility visibility,
        ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Impl_& from,
        const CustomData& from_msg);
    ::google::protobuf::internal::HasBits<1> _has_bits_;
    ::google::protobuf::internal::CachedSize _cached_size_;
    ::google::protobuf::internal::ArenaStringPtr key_;
    ::google::protobuf::internal::ArenaStringPtr value_;
    PROTOBUF_TSAN_DECLARE_MEMBER
  };
  union { Impl_ _impl_; };
  friend struct ::TableStruct_notification_5fdata_2eproto;
};
// -------------------------------------------------------------------

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

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

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

  inline NotificationData(const NotificationData& from) : NotificationData(nullptr, from) {}
  inline NotificationData(NotificationData&& from) noexcept : NotificationData(nullptr, ::std::move(from)) {}
  inline NotificationData& operator=(const NotificationData& from) {
    CopyFrom(from);
    return *this;
  }
  inline NotificationData& operator=(NotificationData&& from) noexcept {
    if (this == &from) return *this;
    if (::google::protobuf::internal::CanMoveWithInternalSwap(GetArena(), from.GetArena())) {
      InternalSwap(&from);
    } else {
      CopyFrom(from);
    }
    return *this;
  }

  inline const ::std::string& unknown_fields() const
      ABSL_ATTRIBUTE_LIFETIME_BOUND {
    return _internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString);
  }
  inline ::std::string* PROTOBUF_NONNULL
  mutable_unknown_fields() ABSL_ATTRIBUTE_LIFETIME_BOUND {
    return _internal_metadata_.mutable_unknown_fields<::std::string>();
  }

  static const NotificationData& default_instance() {
    return *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<NotificationData>(&NotificationData_globals_);
  }
  static constexpr int kIndexInFileMessages = 3;
  friend void swap(NotificationData& a, NotificationData& b) { a.Swap(&b); }
  PROTOBUF_NOINLINE void Swap(NotificationData* PROTOBUF_NONNULL other) {
    if (other == this) return;
    if (::google::protobuf::internal::CanUseInternalSwap(GetArena(), other->GetArena())) {
      InternalSwap(other);
    } else {
      ::google::protobuf::internal::GenericSwap(this, other);
    }
  }
  void UnsafeArenaSwap(NotificationData* PROTOBUF_NONNULL other) {
    if (other == this) return;
    ABSL_DCHECK(GetArena() == other->GetArena());
    InternalSwap(other);
  }

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

  NotificationData* PROTOBUF_NONNULL
  New(::google::protobuf::Arena* PROTOBUF_NULLABLE arena = nullptr) const {
    return ::google::protobuf::MessageLite::DefaultConstruct<NotificationData>(arena);
  }
  void CopyFrom(const NotificationData& from);
  void MergeFrom(const NotificationData& from) { NotificationData::MergeImpl(*this, from); }

  private:
  static void MergeImpl(::google::protobuf::MessageLite& to_msg,
                        const ::google::protobuf::MessageLite& from_msg);

  public:
  bool IsInitialized() const {
    return true;
  }
  ABSL_ATTRIBUTE_REINITIALIZES void Clear() PROTOBUF_FINAL;
  #if defined(PROTOBUF_CUSTOM_VTABLE)
  private:
  static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg);
  static ::uint8_t* PROTOBUF_NONNULL _InternalSerialize(
      const ::google::protobuf::MessageLite& msg, ::uint8_t* PROTOBUF_NONNULL target,
      ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream);

  public:
  ::size_t ByteSizeLong() const { return ByteSizeLong(*this); }
  ::uint8_t* PROTOBUF_NONNULL _InternalSerialize(
      ::uint8_t* PROTOBUF_NONNULL target,
      ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const {
    return _InternalSerialize(*this, target, stream);
  }
  #else   // PROTOBUF_CUSTOM_VTABLE
  ::size_t ByteSizeLong() const final;
  ::uint8_t* PROTOBUF_NONNULL _InternalSerialize(
      ::uint8_t* PROTOBUF_NONNULL target,
      ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const final;
  #endif  // PROTOBUF_CUSTOM_VTABLE
  int GetCachedSize() const {
    return _impl_._cached_size_.Get();
  }

  private:
  void SharedCtor(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  static void SharedDtor(MessageLite& self);
  void InternalSwap(NotificationData* PROTOBUF_NONNULL other);
 private:
  template <typename T>
  friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
  static ::absl::string_view FullMessageName() { return "notifications.proto.NotificationData"; }

  explicit NotificationData(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  NotificationData(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const NotificationData& from);
  NotificationData(
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, NotificationData&& from) noexcept
      : NotificationData(arena) {
    *this = ::std::move(from);
  }
  const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL GetClassData() const PROTOBUF_FINAL;
  static void* PROTOBUF_NONNULL PlacementNew_(
      const void* PROTOBUF_NONNULL, void* PROTOBUF_NONNULL mem,
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  static constexpr auto InternalNewImpl_();

 public:
  static constexpr auto InternalGenerateClassData_(
      const MessageLite& prototype,
      const ::google::protobuf::internal::TcParseTableBase* PROTOBUF_NULLABLE tc_table = nullptr);

  // nested types ----------------------------------------------------
  using Button = NotificationData_Button;
  using IconUuidBundle = NotificationData_IconUuidBundle;

  // accessors -------------------------------------------------------
  enum : int {
    kCustomDataFieldNumber = 3,
    kButtonsFieldNumber = 4,
    kIconsUuidFieldNumber = 5,
    kTitleFieldNumber = 1,
    kMessageFieldNumber = 2,
  };
  // repeated .notifications.proto.CustomData custom_data = 3;
  int custom_data_size()
      const;
  private:
  int _internal_custom_data_size() const;

  public:
  void clear_custom_data() ;
  const ::notifications::proto::CustomData& custom_data(int index) const;
  ::notifications::proto::CustomData* PROTOBUF_NONNULL mutable_custom_data(int index);
  ::notifications::proto::CustomData* PROTOBUF_NONNULL add_custom_data();
  const ::google::protobuf::RepeatedPtrField<::notifications::proto::CustomData>&
  custom_data() const;
  ::google::protobuf::RepeatedPtrField<::notifications::proto::CustomData>* PROTOBUF_NONNULL
  mutable_custom_data();

  private:
  const ::google::protobuf::RepeatedPtrField<::notifications::proto::CustomData>& _internal_custom_data() const;
  ::google::protobuf::RepeatedPtrField<::notifications::proto::CustomData>* PROTOBUF_NONNULL _internal_mutable_custom_data();

  public:
  // repeated .notifications.proto.NotificationData.Button buttons = 4;
  int buttons_size()
      const;
  private:
  int _internal_buttons_size() const;

  public:
  void clear_buttons() ;
  const ::notifications::proto::NotificationData_Button& buttons(int index) const;
  ::notifications::proto::NotificationData_Button* PROTOBUF_NONNULL mutable_buttons(int index);
  ::notifications::proto::NotificationData_Button* PROTOBUF_NONNULL add_buttons();
  const ::google::protobuf::RepeatedPtrField<::notifications::proto::NotificationData_Button>&
  buttons() const;
  ::google::protobuf::RepeatedPtrField<::notifications::proto::NotificationData_Button>* PROTOBUF_NONNULL
  mutable_buttons();

  private:
  const ::google::protobuf::RepeatedPtrField<::notifications::proto::NotificationData_Button>& _internal_buttons() const;
  ::google::protobuf::RepeatedPtrField<::notifications::proto::NotificationData_Button>* PROTOBUF_NONNULL _internal_mutable_buttons();

  public:
  // repeated .notifications.proto.NotificationData.IconUuidBundle icons_uuid = 5;
  int icons_uuid_size()
      const;
  private:
  int _internal_icons_uuid_size() const;

  public:
  void clear_icons_uuid() ;
  const ::notifications::proto::NotificationData_IconUuidBundle& icons_uuid(int index) const;
  ::notifications::proto::NotificationData_IconUuidBundle* PROTOBUF_NONNULL mutable_icons_uuid(int index);
  ::notifications::proto::NotificationData_IconUuidBundle* PROTOBUF_NONNULL add_icons_uuid();
  const ::google::protobuf::RepeatedPtrField<::notifications::proto::NotificationData_IconUuidBundle>&
  icons_uuid() const;
  ::google::protobuf::RepeatedPtrField<::notifications::proto::NotificationData_IconUuidBundle>* PROTOBUF_NONNULL
  mutable_icons_uuid();

  private:
  const ::google::protobuf::RepeatedPtrField<::notifications::proto::NotificationData_IconUuidBundle>& _internal_icons_uuid() const;
  ::google::protobuf::RepeatedPtrField<::notifications::proto::NotificationData_IconUuidBundle>* PROTOBUF_NONNULL _internal_mutable_icons_uuid();

  public:
  // optional string title = 1;
  bool has_title()
      const;
  void clear_title() ;
  const ::std::string& title() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_title(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_title();
  ::std::string* PROTOBUF_NULLABLE release_title();
  void set_allocated_title(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_title() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_title(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_title();

  public:
  // optional string message = 2;
  bool has_message()
      const;
  void clear_message() ;
  const ::std::string& message() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_message(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_message();
  ::std::string* PROTOBUF_NULLABLE release_message();
  void set_allocated_message(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_message() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_message(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_message();

  public:
  // @@protoc_insertion_point(class_scope:notifications.proto.NotificationData)
 private:
  class _Internal;
  using ParseTableT_ =
      ::google::protobuf::internal::TcParseTable<3, 5,
                          3, 0,
                          2>;
  static constexpr ParseTableT_ InternalGenerateParseTable_(
      const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL class_data);
  friend class ::google::protobuf::internal::TcParser;
  #ifndef PROTOBUF_MESSAGE_GLOBALS
  static const ParseTableT_ _table_;
  #endif

  friend class ::google::protobuf::MessageLite;
  friend class ::google::protobuf::Arena;
  friend ::google::protobuf::internal::PrivateAccess;
  template <typename T>
  friend class ::google::protobuf::Arena::InternalHelper;
  using InternalArenaConstructable_ = void;
  using DestructorSkippable_ = void;
  struct Impl_ {
    inline explicit constexpr Impl_(::google::protobuf::internal::InternalVisibility visibility,
                                    ::google::protobuf::internal::ConstantInitialized) noexcept;
    inline explicit Impl_(
        ::google::protobuf::internal::InternalVisibility visibility,
        ::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
    inline explicit Impl_(
        ::google::protobuf::internal::InternalVisibility visibility,
        ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Impl_& from,
        const NotificationData& from_msg);
    ::google::protobuf::internal::HasBits<1> _has_bits_;
    ::google::protobuf::internal::CachedSize _cached_size_;
    ::google::protobuf::RepeatedPtrField< ::notifications::proto::CustomData > custom_data_;
    ::google::protobuf::RepeatedPtrField< ::notifications::proto::NotificationData_Button > buttons_;
    ::google::protobuf::RepeatedPtrField< ::notifications::proto::NotificationData_IconUuidBundle > icons_uuid_;
    ::google::protobuf::internal::ArenaStringPtr title_;
    ::google::protobuf::internal::ArenaStringPtr message_;
    PROTOBUF_TSAN_DECLARE_MEMBER
  };
  union { Impl_ _impl_; };
  friend struct ::TableStruct_notification_5fdata_2eproto;
};

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




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


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

// CustomData

// optional string key = 1;
inline bool CustomData::has_key() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000001U);
  return value;
}
inline void CustomData::clear_key() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.key_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
}
inline const ::std::string& CustomData::key() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:notifications.proto.CustomData.key)
  return _internal_key();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void CustomData::set_key(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  _impl_.key_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:notifications.proto.CustomData.key)
}
inline ::std::string* PROTOBUF_NONNULL CustomData::mutable_key()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  ::std::string* _s = _internal_mutable_key();
  // @@protoc_insertion_point(field_mutable:notifications.proto.CustomData.key)
  return _s;
}
inline const ::std::string& CustomData::_internal_key() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.key_.Get();
}
inline void CustomData::_internal_set_key(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.key_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL CustomData::_internal_mutable_key() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.key_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE CustomData::release_key() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:notifications.proto.CustomData.key)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000001U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
  auto* released = _impl_.key_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.key_.Set("", GetArena());
  }
  return released;
}
inline void CustomData::set_allocated_key(::std::string* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (value != nullptr) {
    SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
  }
  _impl_.key_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.key_.IsDefault()) {
    _impl_.key_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:notifications.proto.CustomData.key)
}

// optional bytes value = 2;
inline bool CustomData::has_value() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000002U);
  return value;
}
inline void CustomData::clear_value() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.value_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
}
inline const ::std::string& CustomData::value() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:notifications.proto.CustomData.value)
  return _internal_value();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void CustomData::set_value(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  _impl_.value_.SetBytes(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:notifications.proto.CustomData.value)
}
inline ::std::string* PROTOBUF_NONNULL CustomData::mutable_value()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  ::std::string* _s = _internal_mutable_value();
  // @@protoc_insertion_point(field_mutable:notifications.proto.CustomData.value)
  return _s;
}
inline const ::std::string& CustomData::_internal_value() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.value_.Get();
}
inline void CustomData::_internal_set_value(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.value_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL CustomData::_internal_mutable_value() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.value_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE CustomData::release_value() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:notifications.proto.CustomData.value)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000002U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
  auto* released = _impl_.value_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.value_.Set("", GetArena());
  }
  return released;
}
inline void CustomData::set_allocated_value(::std::string* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (value != nullptr) {
    SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
  }
  _impl_.value_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.value_.IsDefault()) {
    _impl_.value_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:notifications.proto.CustomData.value)
}

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

// NotificationData_Button

// optional string text = 1;
inline bool NotificationData_Button::has_text() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000001U);
  return value;
}
inline void NotificationData_Button::clear_text() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.text_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
}
inline const ::std::string& NotificationData_Button::text() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:notifications.proto.NotificationData.Button.text)
  return _internal_text();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void NotificationData_Button::set_text(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  _impl_.text_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:notifications.proto.NotificationData.Button.text)
}
inline ::std::string* PROTOBUF_NONNULL NotificationData_Button::mutable_text()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  ::std::string* _s = _internal_mutable_text();
  // @@protoc_insertion_point(field_mutable:notifications.proto.NotificationData.Button.text)
  return _s;
}
inline const ::std::string& NotificationData_Button::_internal_text() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.text_.Get();
}
inline void NotificationData_Button::_internal_set_text(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.text_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL NotificationData_Button::_internal_mutable_text() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.text_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE NotificationData_Button::release_text() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:notifications.proto.NotificationData.Button.text)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000001U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
  auto* released = _impl_.text_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.text_.Set("", GetArena());
  }
  return released;
}
inline void NotificationData_Button::set_allocated_text(::std::string* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (value != nullptr) {
    SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
  }
  _impl_.text_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.text_.IsDefault()) {
    _impl_.text_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:notifications.proto.NotificationData.Button.text)
}

// optional .notifications.proto.ActionButtonType button_type = 2;
inline bool NotificationData_Button::has_button_type() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000004U);
  return value;
}
inline void NotificationData_Button::clear_button_type() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.button_type_ = 0;
  ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
}
inline ::notifications::proto::ActionButtonType NotificationData_Button::button_type() const {
  // @@protoc_insertion_point(field_get:notifications.proto.NotificationData.Button.button_type)
  return _internal_button_type();
}
inline void NotificationData_Button::set_button_type(::notifications::proto::ActionButtonType value) {
  _internal_set_button_type(value);
  SetHasBit(_impl_._has_bits_[0], 0x00000004U);
  // @@protoc_insertion_point(field_set:notifications.proto.NotificationData.Button.button_type)
}
inline ::notifications::proto::ActionButtonType NotificationData_Button::_internal_button_type() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return static_cast<::notifications::proto::ActionButtonType>(_impl_.button_type_);
}
inline void NotificationData_Button::_internal_set_button_type(::notifications::proto::ActionButtonType value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);

                                          assert(::google::protobuf::internal::ValidateEnum(
                                              value, ::notifications::proto::ActionButtonType_internal_data_));
                                          _impl_.button_type_ = value;
}

// optional string id = 3;
inline bool NotificationData_Button::has_id() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000002U);
  return value;
}
inline void NotificationData_Button::clear_id() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.id_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
}
inline const ::std::string& NotificationData_Button::id() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:notifications.proto.NotificationData.Button.id)
  return _internal_id();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void NotificationData_Button::set_id(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  _impl_.id_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:notifications.proto.NotificationData.Button.id)
}
inline ::std::string* PROTOBUF_NONNULL NotificationData_Button::mutable_id()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  ::std::string* _s = _internal_mutable_id();
  // @@protoc_insertion_point(field_mutable:notifications.proto.NotificationData.Button.id)
  return _s;
}
inline const ::std::string& NotificationData_Button::_internal_id() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.id_.Get();
}
inline void NotificationData_Button::_internal_set_id(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.id_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL NotificationData_Button::_internal_mutable_id() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.id_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE NotificationData_Button::release_id() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:notifications.proto.NotificationData.Button.id)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000002U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
  auto* released = _impl_.id_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.id_.Set("", GetArena());
  }
  return released;
}
inline void NotificationData_Button::set_allocated_id(::std::string* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (value != nullptr) {
    SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
  }
  _impl_.id_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.id_.IsDefault()) {
    _impl_.id_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:notifications.proto.NotificationData.Button.id)
}

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

// NotificationData_IconUuidBundle

// optional .notifications.proto.IconType type = 1;
inline bool NotificationData_IconUuidBundle::has_type() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000002U);
  return value;
}
inline void NotificationData_IconUuidBundle::clear_type() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.type_ = 0;
  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
}
inline ::notifications::proto::IconType NotificationData_IconUuidBundle::type() const {
  // @@protoc_insertion_point(field_get:notifications.proto.NotificationData.IconUuidBundle.type)
  return _internal_type();
}
inline void NotificationData_IconUuidBundle::set_type(::notifications::proto::IconType value) {
  _internal_set_type(value);
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  // @@protoc_insertion_point(field_set:notifications.proto.NotificationData.IconUuidBundle.type)
}
inline ::notifications::proto::IconType NotificationData_IconUuidBundle::_internal_type() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return static_cast<::notifications::proto::IconType>(_impl_.type_);
}
inline void NotificationData_IconUuidBundle::_internal_set_type(::notifications::proto::IconType value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);

                                          assert(::google::protobuf::internal::ValidateEnum(
                                              value, ::notifications::proto::IconType_internal_data_));
                                          _impl_.type_ = value;
}

// optional string uuid = 2;
inline bool NotificationData_IconUuidBundle::has_uuid() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000001U);
  return value;
}
inline void NotificationData_IconUuidBundle::clear_uuid() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.uuid_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
}
inline const ::std::string& NotificationData_IconUuidBundle::uuid() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:notifications.proto.NotificationData.IconUuidBundle.uuid)
  return _internal_uuid();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void NotificationData_IconUuidBundle::set_uuid(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  _impl_.uuid_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:notifications.proto.NotificationData.IconUuidBundle.uuid)
}
inline ::std::string* PROTOBUF_NONNULL NotificationData_IconUuidBundle::mutable_uuid()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  ::std::string* _s = _internal_mutable_uuid();
  // @@protoc_insertion_point(field_mutable:notifications.proto.NotificationData.IconUuidBundle.uuid)
  return _s;
}
inline const ::std::string& NotificationData_IconUuidBundle::_internal_uuid() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.uuid_.Get();
}
inline void NotificationData_IconUuidBundle::_internal_set_uuid(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.uuid_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL NotificationData_IconUuidBundle::_internal_mutable_uuid() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.uuid_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE NotificationData_IconUuidBundle::release_uuid() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:notifications.proto.NotificationData.IconUuidBundle.uuid)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000001U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
  auto* released = _impl_.uuid_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.uuid_.Set("", GetArena());
  }
  return released;
}
inline void NotificationData_IconUuidBundle::set_allocated_uuid(::std::string* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (value != nullptr) {
    SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
  }
  _impl_.uuid_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.uuid_.IsDefault()) {
    _impl_.uuid_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:notifications.proto.NotificationData.IconUuidBundle.uuid)
}

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

// NotificationData

// optional string title = 1;
inline bool NotificationData::has_title() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000008U);
  return value;
}
inline void NotificationData::clear_title() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.title_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000008U);
}
inline const ::std::string& NotificationData::title() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:notifications.proto.NotificationData.title)
  return _internal_title();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void NotificationData::set_title(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000008U);
  _impl_.title_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:notifications.proto.NotificationData.title)
}
inline ::std::string* PROTOBUF_NONNULL NotificationData::mutable_title()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000008U);
  ::std::string* _s = _internal_mutable_title();
  // @@protoc_insertion_point(field_mutable:notifications.proto.NotificationData.title)
  return _s;
}
inline const ::std::string& NotificationData::_internal_title() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.title_.Get();
}
inline void NotificationData::_internal_set_title(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.title_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL NotificationData::_internal_mutable_title() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.title_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE NotificationData::release_title() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:notifications.proto.NotificationData.title)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000008U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000008U);
  auto* released = _impl_.title_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.title_.Set("", GetArena());
  }
  return released;
}
inline void NotificationData::set_allocated_title(::std::string* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (value != nullptr) {
    SetHasBit(_impl_._has_bits_[0], 0x00000008U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000008U);
  }
  _impl_.title_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.title_.IsDefault()) {
    _impl_.title_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:notifications.proto.NotificationData.title)
}

// optional string message = 2;
inline bool NotificationData::has_message() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000010U);
  return value;
}
inline void NotificationData::clear_message() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.message_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000010U);
}
inline const ::std::string& NotificationData::message() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:notifications.proto.NotificationData.message)
  return _internal_message();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void NotificationData::set_message(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000010U);
  _impl_.message_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:notifications.proto.NotificationData.message)
}
inline ::std::string* PROTOBUF_NONNULL NotificationData::mutable_message()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000010U);
  ::std::string* _s = _internal_mutable_message();
  // @@protoc_insertion_point(field_mutable:notifications.proto.NotificationData.message)
  return _s;
}
inline const ::std::string& NotificationData::_internal_message() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.message_.Get();
}
inline void NotificationData::_internal_set_message(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.message_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL NotificationData::_internal_mutable_message() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.message_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE NotificationData::release_message() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:notifications.proto.NotificationData.message)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000010U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000010U);
  auto* released = _impl_.message_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.message_.Set("", GetArena());
  }
  return released;
}
inline void NotificationData::set_allocated_message(::std::string* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (value != nullptr) {
    SetHasBit(_impl_._has_bits_[0], 0x00000010U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000010U);
  }
  _impl_.message_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.message_.IsDefault()) {
    _impl_.message_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:notifications.proto.NotificationData.message)
}

// repeated .notifications.proto.CustomData custom_data = 3;
inline int NotificationData::_internal_custom_data_size() const {
  return _internal_custom_data().size();
}
inline int NotificationData::custom_data_size() const {
  return _internal_custom_data_size();
}
inline void NotificationData::clear_custom_data() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.custom_data_.Clear();
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
}
inline const ::notifications::proto::CustomData& NotificationData::custom_data(int index) const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:notifications.proto.NotificationData.custom_data)
  return _internal_custom_data().Get(index);
}
inline ::notifications::proto::CustomData* PROTOBUF_NONNULL NotificationData::mutable_custom_data(int index)
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_mutable:notifications.proto.NotificationData.custom_data)
  return _internal_mutable_custom_data()->Mutable(index);
}
inline ::notifications::proto::CustomData* PROTOBUF_NONNULL NotificationData::add_custom_data()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  ::notifications::proto::CustomData* _add =
      _internal_mutable_custom_data()->InternalAddWithArena(
          ::google::protobuf::MessageLite::internal_visibility(), GetArena());
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  // @@protoc_insertion_point(field_add:notifications.proto.NotificationData.custom_data)
  return _add;
}
inline const ::google::protobuf::RepeatedPtrField<::notifications::proto::CustomData>& NotificationData::custom_data() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_list:notifications.proto.NotificationData.custom_data)
  return _internal_custom_data();
}
inline ::google::protobuf::RepeatedPtrField<::notifications::proto::CustomData>* PROTOBUF_NONNULL
NotificationData::mutable_custom_data() ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  // @@protoc_insertion_point(field_mutable_list:notifications.proto.NotificationData.custom_data)
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _internal_mutable_custom_data();
}
inline const ::google::protobuf::RepeatedPtrField<::notifications::proto::CustomData>&
NotificationData::_internal_custom_data() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.custom_data_;
}
inline ::google::protobuf::RepeatedPtrField<::notifications::proto::CustomData>* PROTOBUF_NONNULL
NotificationData::_internal_mutable_custom_data() {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return &_impl_.custom_data_;
}

// repeated .notifications.proto.NotificationData.Button buttons = 4;
inline int NotificationData::_internal_buttons_size() const {
  return _internal_buttons().size();
}
inline int NotificationData::buttons_size() const {
  return _internal_buttons_size();
}
inline void NotificationData::clear_buttons() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.buttons_.Clear();
  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
}
inline const ::notifications::proto::NotificationData_Button& NotificationData::buttons(int index) const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:notifications.proto.NotificationData.buttons)
  return _internal_buttons().Get(index);
}
inline ::notifications::proto::NotificationData_Button* PROTOBUF_NONNULL NotificationData::mutable_buttons(int index)
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_mutable:notifications.proto.NotificationData.buttons)
  return _internal_mutable_buttons()->Mutable(index);
}
inline ::notifications::proto::NotificationData_Button* PROTOBUF_NONNULL NotificationData::add_buttons()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  ::notifications::proto::NotificationData_Button* _add =
      _internal_mutable_buttons()->InternalAddWithArena(
          ::google::protobuf::MessageLite::internal_visibility(), GetArena());
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  // @@protoc_insertion_point(field_add:notifications.proto.NotificationData.buttons)
  return _add;
}
inline const ::google::protobuf::RepeatedPtrField<::notifications::proto::NotificationData_Button>& NotificationData::buttons() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_list:notifications.proto.NotificationData.buttons)
  return _internal_buttons();
}
inline ::google::protobuf::RepeatedPtrField<::notifications::proto::NotificationData_Button>* PROTOBUF_NONNULL
NotificationData::mutable_buttons() ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  // @@protoc_insertion_point(field_mutable_list:notifications.proto.NotificationData.buttons)
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _internal_mutable_buttons();
}
inline const ::google::protobuf::RepeatedPtrField<::notifications::proto::NotificationData_Button>&
NotificationData::_internal_buttons() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.buttons_;
}
inline ::google::protobuf::RepeatedPtrField<::notifications::proto::NotificationData_Button>* PROTOBUF_NONNULL
NotificationData::_internal_mutable_buttons() {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return &_impl_.buttons_;
}

// repeated .notifications.proto.NotificationData.IconUuidBundle icons_uuid = 5;
inline int NotificationData::_internal_icons_uuid_size() const {
  return _internal_icons_uuid().size();
}
inline int NotificationData::icons_uuid_size() const {
  return _internal_icons_uuid_size();
}
inline void NotificationData::clear_icons_uuid() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.icons_uuid_.Clear();
  ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
}
inline const ::notifications::proto::NotificationData_IconUuidBundle& NotificationData::icons_uuid(int index) const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:notifications.proto.NotificationData.icons_uuid)
  return _internal_icons_uuid().Get(index);
}
inline ::notifications::proto::NotificationData_IconUuidBundle* PROTOBUF_NONNULL NotificationData::mutable_icons_uuid(int index)
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_mutable:notifications.proto.NotificationData.icons_uuid)
  return _internal_mutable_icons_uuid()->Mutable(index);
}
inline ::notifications::proto::NotificationData_IconUuidBundle* PROTOBUF_NONNULL NotificationData::add_icons_uuid()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  ::notifications::proto::NotificationData_IconUuidBundle* _add =
      _internal_mutable_icons_uuid()->InternalAddWithArena(
          ::google::protobuf::MessageLite::internal_visibility(), GetArena());
  SetHasBit(_impl_._has_bits_[0], 0x00000004U);
  // @@protoc_insertion_point(field_add:notifications.proto.NotificationData.icons_uuid)
  return _add;
}
inline const ::google::protobuf::RepeatedPtrField<::notifications::proto::NotificationData_IconUuidBundle>& NotificationData::icons_uuid() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_list:notifications.proto.NotificationData.icons_uuid)
  return _internal_icons_uuid();
}
inline ::google::protobuf::RepeatedPtrField<::notifications::proto::NotificationData_IconUuidBundle>* PROTOBUF_NONNULL
NotificationData::mutable_icons_uuid() ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000004U);
  // @@protoc_insertion_point(field_mutable_list:notifications.proto.NotificationData.icons_uuid)
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _internal_mutable_icons_uuid();
}
inline const ::google::protobuf::RepeatedPtrField<::notifications::proto::NotificationData_IconUuidBundle>&
NotificationData::_internal_icons_uuid() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.icons_uuid_;
}
inline ::google::protobuf::RepeatedPtrField<::notifications::proto::NotificationData_IconUuidBundle>* PROTOBUF_NONNULL
NotificationData::_internal_mutable_icons_uuid() {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return &_impl_.icons_uuid_;
}

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

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


namespace google {
namespace protobuf {

template <>
struct is_proto_enum<::notifications::proto::ActionButtonType> : std::true_type {};
template <>
struct internal::LiteEnumFuncs<::notifications::proto::ActionButtonType> {
  static constexpr bool kIsDefined = true;
  static constexpr auto kParseFunc = ::notifications::proto::ActionButtonType_Parse;
  static constexpr auto kNameFunc = ::notifications::proto::ActionButtonType_Name<int>;
};
template <>
struct is_proto_enum<::notifications::proto::IconType> : std::true_type {};
template <>
struct internal::LiteEnumFuncs<::notifications::proto::IconType> {
  static constexpr bool kIsDefined = true;
  static constexpr auto kParseFunc = ::notifications::proto::IconType_Parse;
  static constexpr auto kNameFunc = ::notifications::proto::IconType_Name<int>;
};

}  // namespace protobuf
}  // namespace google

// @@protoc_insertion_point(global_scope)

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

#endif  // notification_5fdata_2eproto_2epb_2eh
