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

#ifndef notification_5fdatabase_5fresources_2eproto_2epb_2eh
#define notification_5fdatabase_5fresources_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
// @@protoc_insertion_point(includes)

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

#define PROTOBUF_INTERNAL_EXPORT_notification_5fdatabase_5fresources_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_5fdatabase_5fresources_2eproto {
  static const ::uint32_t offsets[];
};
namespace content {
class NotificationDatabaseResourcesProto;
struct NotificationDatabaseResourcesProtoGlobalsTypeInternal;
#ifndef PROTOBUF_MESSAGE_GLOBALS
extern NotificationDatabaseResourcesProtoGlobalsTypeInternal NotificationDatabaseResourcesProto_globals_;
extern const ::google::protobuf::internal::ClassDataLite NotificationDatabaseResourcesProto_class_data_;
#else
extern const NotificationDatabaseResourcesProtoGlobalsTypeInternal NotificationDatabaseResourcesProto_globals_;
#endif  // PROTOBUF_MESSAGE_GLOBALS
}  // namespace content
namespace google {
namespace protobuf {
}  // namespace protobuf
}  // namespace google

namespace content {

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


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

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

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

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

  inline NotificationDatabaseResourcesProto(const NotificationDatabaseResourcesProto& from) : NotificationDatabaseResourcesProto(nullptr, from) {}
  inline NotificationDatabaseResourcesProto(NotificationDatabaseResourcesProto&& from) noexcept : NotificationDatabaseResourcesProto(nullptr, ::std::move(from)) {}
  inline NotificationDatabaseResourcesProto& operator=(const NotificationDatabaseResourcesProto& from) {
    CopyFrom(from);
    return *this;
  }
  inline NotificationDatabaseResourcesProto& operator=(NotificationDatabaseResourcesProto&& 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 NotificationDatabaseResourcesProto& default_instance() {
    return *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<NotificationDatabaseResourcesProto>(&NotificationDatabaseResourcesProto_globals_);
  }
  static constexpr int kIndexInFileMessages = 0;
  friend void swap(NotificationDatabaseResourcesProto& a, NotificationDatabaseResourcesProto& b) { a.Swap(&b); }
  PROTOBUF_NOINLINE void Swap(NotificationDatabaseResourcesProto* 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(NotificationDatabaseResourcesProto* PROTOBUF_NONNULL other) {
    if (other == this) return;
    ABSL_DCHECK(GetArena() == other->GetArena());
    InternalSwap(other);
  }

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

  NotificationDatabaseResourcesProto* PROTOBUF_NONNULL
  New(::google::protobuf::Arena* PROTOBUF_NULLABLE arena = nullptr) const {
    return ::google::protobuf::MessageLite::DefaultConstruct<NotificationDatabaseResourcesProto>(arena);
  }
  void CopyFrom(const NotificationDatabaseResourcesProto& from);
  void MergeFrom(const NotificationDatabaseResourcesProto& from) { NotificationDatabaseResourcesProto::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(NotificationDatabaseResourcesProto* PROTOBUF_NONNULL other);
 private:
  template <typename T>
  friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
  static ::absl::string_view FullMessageName() { return "content.NotificationDatabaseResourcesProto"; }

  explicit NotificationDatabaseResourcesProto(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  NotificationDatabaseResourcesProto(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const NotificationDatabaseResourcesProto& from);
  NotificationDatabaseResourcesProto(
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, NotificationDatabaseResourcesProto&& from) noexcept
      : NotificationDatabaseResourcesProto(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 {
    kActionIconsFieldNumber = 4,
    kImageFieldNumber = 1,
    kNotificationIconFieldNumber = 2,
    kBadgeFieldNumber = 3,
  };
  // repeated bytes action_icons = 4;
  int action_icons_size()
      const;
  private:
  int _internal_action_icons_size() const;

  public:
  void clear_action_icons() ;
  const ::std::string& action_icons(int index) const;
  ::std::string* PROTOBUF_NONNULL mutable_action_icons(int index);
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_action_icons(int index, Arg_&& value, Args_... args);
  ::std::string* PROTOBUF_NONNULL add_action_icons();
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void add_action_icons(Arg_&& value, Args_... args);
  const
      ::google::protobuf::RepeatedPtrField<::std::string>&
      action_icons() const;
  ::google::protobuf::RepeatedPtrField<::std::string>*
      PROTOBUF_NONNULL
      mutable_action_icons();

  private:
  const ::google::protobuf::RepeatedPtrField<::std::string>& _internal_action_icons() const;
  ::google::protobuf::RepeatedPtrField<::std::string>* PROTOBUF_NONNULL _internal_mutable_action_icons();

  public:
  // optional bytes image = 1;
  bool has_image()
      const;
  void clear_image() ;
  const ::std::string& image() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_image(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_image();
  ::std::string* PROTOBUF_NULLABLE release_image();
  void set_allocated_image(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_image() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_image(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_image();

  public:
  // optional bytes notification_icon = 2;
  bool has_notification_icon()
      const;
  void clear_notification_icon() ;
  const ::std::string& notification_icon() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_notification_icon(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_notification_icon();
  ::std::string* PROTOBUF_NULLABLE release_notification_icon();
  void set_allocated_notification_icon(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_notification_icon() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_notification_icon(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_notification_icon();

  public:
  // optional bytes badge = 3;
  bool has_badge()
      const;
  void clear_badge() ;
  const ::std::string& badge() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_badge(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_badge();
  ::std::string* PROTOBUF_NULLABLE release_badge();
  void set_allocated_badge(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_badge() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_badge(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_badge();

  public:
  // @@protoc_insertion_point(class_scope:content.NotificationDatabaseResourcesProto)
 private:
  class _Internal;
  using ParseTableT_ =
      ::google::protobuf::internal::TcParseTable<2, 4,
                          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 NotificationDatabaseResourcesProto& from_msg);
    ::google::protobuf::internal::HasBits<1> _has_bits_;
    ::google::protobuf::internal::CachedSize _cached_size_;
    ::google::protobuf::RepeatedPtrField<::std::string> action_icons_;
    ::google::protobuf::internal::ArenaStringPtr image_;
    ::google::protobuf::internal::ArenaStringPtr notification_icon_;
    ::google::protobuf::internal::ArenaStringPtr badge_;
    PROTOBUF_TSAN_DECLARE_MEMBER
  };
  union { Impl_ _impl_; };
  friend struct ::TableStruct_notification_5fdatabase_5fresources_2eproto;
};

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




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


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

// NotificationDatabaseResourcesProto

// optional bytes image = 1;
inline bool NotificationDatabaseResourcesProto::has_image() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000002U);
  return value;
}
inline void NotificationDatabaseResourcesProto::clear_image() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.image_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
}
inline const ::std::string& NotificationDatabaseResourcesProto::image() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:content.NotificationDatabaseResourcesProto.image)
  return _internal_image();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void NotificationDatabaseResourcesProto::set_image(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  _impl_.image_.SetBytes(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:content.NotificationDatabaseResourcesProto.image)
}
inline ::std::string* PROTOBUF_NONNULL NotificationDatabaseResourcesProto::mutable_image()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  ::std::string* _s = _internal_mutable_image();
  // @@protoc_insertion_point(field_mutable:content.NotificationDatabaseResourcesProto.image)
  return _s;
}
inline const ::std::string& NotificationDatabaseResourcesProto::_internal_image() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.image_.Get();
}
inline void NotificationDatabaseResourcesProto::_internal_set_image(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.image_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL NotificationDatabaseResourcesProto::_internal_mutable_image() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.image_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE NotificationDatabaseResourcesProto::release_image() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:content.NotificationDatabaseResourcesProto.image)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000002U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
  auto* released = _impl_.image_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.image_.Set("", GetArena());
  }
  return released;
}
inline void NotificationDatabaseResourcesProto::set_allocated_image(::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_.image_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.image_.IsDefault()) {
    _impl_.image_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:content.NotificationDatabaseResourcesProto.image)
}

// optional bytes notification_icon = 2;
inline bool NotificationDatabaseResourcesProto::has_notification_icon() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000004U);
  return value;
}
inline void NotificationDatabaseResourcesProto::clear_notification_icon() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.notification_icon_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
}
inline const ::std::string& NotificationDatabaseResourcesProto::notification_icon() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:content.NotificationDatabaseResourcesProto.notification_icon)
  return _internal_notification_icon();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void NotificationDatabaseResourcesProto::set_notification_icon(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000004U);
  _impl_.notification_icon_.SetBytes(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:content.NotificationDatabaseResourcesProto.notification_icon)
}
inline ::std::string* PROTOBUF_NONNULL NotificationDatabaseResourcesProto::mutable_notification_icon()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000004U);
  ::std::string* _s = _internal_mutable_notification_icon();
  // @@protoc_insertion_point(field_mutable:content.NotificationDatabaseResourcesProto.notification_icon)
  return _s;
}
inline const ::std::string& NotificationDatabaseResourcesProto::_internal_notification_icon() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.notification_icon_.Get();
}
inline void NotificationDatabaseResourcesProto::_internal_set_notification_icon(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.notification_icon_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL NotificationDatabaseResourcesProto::_internal_mutable_notification_icon() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.notification_icon_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE NotificationDatabaseResourcesProto::release_notification_icon() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:content.NotificationDatabaseResourcesProto.notification_icon)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000004U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
  auto* released = _impl_.notification_icon_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.notification_icon_.Set("", GetArena());
  }
  return released;
}
inline void NotificationDatabaseResourcesProto::set_allocated_notification_icon(::std::string* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (value != nullptr) {
    SetHasBit(_impl_._has_bits_[0], 0x00000004U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
  }
  _impl_.notification_icon_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.notification_icon_.IsDefault()) {
    _impl_.notification_icon_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:content.NotificationDatabaseResourcesProto.notification_icon)
}

// optional bytes badge = 3;
inline bool NotificationDatabaseResourcesProto::has_badge() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000008U);
  return value;
}
inline void NotificationDatabaseResourcesProto::clear_badge() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.badge_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000008U);
}
inline const ::std::string& NotificationDatabaseResourcesProto::badge() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:content.NotificationDatabaseResourcesProto.badge)
  return _internal_badge();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void NotificationDatabaseResourcesProto::set_badge(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000008U);
  _impl_.badge_.SetBytes(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:content.NotificationDatabaseResourcesProto.badge)
}
inline ::std::string* PROTOBUF_NONNULL NotificationDatabaseResourcesProto::mutable_badge()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000008U);
  ::std::string* _s = _internal_mutable_badge();
  // @@protoc_insertion_point(field_mutable:content.NotificationDatabaseResourcesProto.badge)
  return _s;
}
inline const ::std::string& NotificationDatabaseResourcesProto::_internal_badge() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.badge_.Get();
}
inline void NotificationDatabaseResourcesProto::_internal_set_badge(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.badge_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL NotificationDatabaseResourcesProto::_internal_mutable_badge() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.badge_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE NotificationDatabaseResourcesProto::release_badge() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:content.NotificationDatabaseResourcesProto.badge)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000008U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000008U);
  auto* released = _impl_.badge_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.badge_.Set("", GetArena());
  }
  return released;
}
inline void NotificationDatabaseResourcesProto::set_allocated_badge(::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_.badge_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.badge_.IsDefault()) {
    _impl_.badge_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:content.NotificationDatabaseResourcesProto.badge)
}

// repeated bytes action_icons = 4;
inline int NotificationDatabaseResourcesProto::_internal_action_icons_size() const {
  return _internal_action_icons().size();
}
inline int NotificationDatabaseResourcesProto::action_icons_size() const {
  return _internal_action_icons_size();
}
inline void NotificationDatabaseResourcesProto::clear_action_icons() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.action_icons_.Clear();
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
}
inline ::std::string* PROTOBUF_NONNULL NotificationDatabaseResourcesProto::add_action_icons()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  ::std::string* _s =
      _internal_mutable_action_icons()->InternalAddWithArena(
          ::google::protobuf::MessageLite::internal_visibility(), GetArena());
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  // @@protoc_insertion_point(field_add_mutable:content.NotificationDatabaseResourcesProto.action_icons)
  return _s;
}
inline const ::std::string& NotificationDatabaseResourcesProto::action_icons(int index) const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:content.NotificationDatabaseResourcesProto.action_icons)
  return _internal_action_icons().Get(index);
}
inline ::std::string* PROTOBUF_NONNULL NotificationDatabaseResourcesProto::mutable_action_icons(int index)
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_mutable:content.NotificationDatabaseResourcesProto.action_icons)
  return _internal_mutable_action_icons()->Mutable(index);
}
template <typename Arg_, typename... Args_>
inline void NotificationDatabaseResourcesProto::set_action_icons(int index, Arg_&& value, Args_... args) {
  ::google::protobuf::internal::AssignToString(
      *_internal_mutable_action_icons()->Mutable(index),
      ::std::forward<Arg_>(value), args... , ::google::protobuf::internal::BytesTag{});
  // @@protoc_insertion_point(field_set:content.NotificationDatabaseResourcesProto.action_icons)
}
template <typename Arg_, typename... Args_>
inline void NotificationDatabaseResourcesProto::add_action_icons(Arg_&& value, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  ::google::protobuf::internal::AddToRepeatedPtrField(
      ::google::protobuf::MessageLite::internal_visibility(), GetArena(),
      *_internal_mutable_action_icons(), ::std::forward<Arg_>(value),
      args... , ::google::protobuf::internal::BytesTag{});
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  // @@protoc_insertion_point(field_add:content.NotificationDatabaseResourcesProto.action_icons)
}
inline const ::google::protobuf::RepeatedPtrField<::std::string>& NotificationDatabaseResourcesProto::action_icons()
    const ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_list:content.NotificationDatabaseResourcesProto.action_icons)
  return _internal_action_icons();
}
inline ::google::protobuf::RepeatedPtrField<::std::string>* PROTOBUF_NONNULL
NotificationDatabaseResourcesProto::mutable_action_icons() ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  // @@protoc_insertion_point(field_mutable_list:content.NotificationDatabaseResourcesProto.action_icons)
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _internal_mutable_action_icons();
}
inline const ::google::protobuf::RepeatedPtrField<::std::string>&
NotificationDatabaseResourcesProto::_internal_action_icons() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.action_icons_;
}
inline ::google::protobuf::RepeatedPtrField<::std::string>* PROTOBUF_NONNULL
NotificationDatabaseResourcesProto::_internal_mutable_action_icons() {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return &_impl_.action_icons_;
}

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

// @@protoc_insertion_point(namespace_scope)
}  // namespace content


// @@protoc_insertion_point(global_scope)

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

#endif  // notification_5fdatabase_5fresources_2eproto_2epb_2eh
