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

#ifndef components_2fskills_2fproto_2fskill_2eproto_2epb_2eh
#define components_2fskills_2fproto_2fskill_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_components_2fskills_2fproto_2fskill_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_components_2fskills_2fproto_2fskill_2eproto {
  static const ::uint32_t offsets[];
};
namespace skills {
namespace proto {
class Skill;
struct SkillGlobalsTypeInternal;
#ifndef PROTOBUF_MESSAGE_GLOBALS
extern SkillGlobalsTypeInternal Skill_globals_;
extern const ::google::protobuf::internal::ClassDataLite Skill_class_data_;
#else
extern const SkillGlobalsTypeInternal Skill_globals_;
#endif  // PROTOBUF_MESSAGE_GLOBALS
class SkillsList;
struct SkillsListGlobalsTypeInternal;
#ifndef PROTOBUF_MESSAGE_GLOBALS
extern SkillsListGlobalsTypeInternal SkillsList_globals_;
extern const ::google::protobuf::internal::ClassDataLite SkillsList_class_data_;
#else
extern const SkillsListGlobalsTypeInternal SkillsList_globals_;
#endif  // PROTOBUF_MESSAGE_GLOBALS
class TopicInfo;
struct TopicInfoGlobalsTypeInternal;
#ifndef PROTOBUF_MESSAGE_GLOBALS
extern TopicInfoGlobalsTypeInternal TopicInfo_globals_;
extern const ::google::protobuf::internal::ClassDataLite TopicInfo_class_data_;
#else
extern const TopicInfoGlobalsTypeInternal TopicInfo_globals_;
#endif  // PROTOBUF_MESSAGE_GLOBALS
}  // namespace proto
}  // namespace skills
namespace google {
namespace protobuf {
}  // namespace protobuf
}  // namespace google

namespace skills {
namespace proto {

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


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

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

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

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

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

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

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

  explicit TopicInfo(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  TopicInfo(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const TopicInfo& from);
  TopicInfo(
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, TopicInfo&& from) noexcept
      : TopicInfo(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 {
    kCategoryNameFieldNumber = 1,
    kDisplayNameFieldNumber = 2,
  };
  // optional string category_name = 1;
  bool has_category_name()
      const;
  void clear_category_name() ;
  const ::std::string& category_name() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_category_name(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_category_name();
  ::std::string* PROTOBUF_NULLABLE release_category_name();
  void set_allocated_category_name(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_category_name() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_category_name(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_category_name();

  public:
  // optional string display_name = 2;
  bool has_display_name()
      const;
  void clear_display_name() ;
  const ::std::string& display_name() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_display_name(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_display_name();
  ::std::string* PROTOBUF_NULLABLE release_display_name();
  void set_allocated_display_name(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_display_name() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_display_name(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_display_name();

  public:
  // @@protoc_insertion_point(class_scope:skills.proto.TopicInfo)
 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 TopicInfo& from_msg);
    ::google::protobuf::internal::HasBits<1> _has_bits_;
    ::google::protobuf::internal::CachedSize _cached_size_;
    ::google::protobuf::internal::ArenaStringPtr category_name_;
    ::google::protobuf::internal::ArenaStringPtr display_name_;
    PROTOBUF_TSAN_DECLARE_MEMBER
  };
  union { Impl_ _impl_; };
  friend struct ::TableStruct_components_2fskills_2fproto_2fskill_2eproto;
};
// -------------------------------------------------------------------

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

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

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

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

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

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

  explicit Skill(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  Skill(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Skill& from);
  Skill(
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, Skill&& from) noexcept
      : Skill(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 {
    kIdFieldNumber = 1,
    kNameFieldNumber = 2,
    kCategoryFieldNumber = 3,
    kIconFieldNumber = 4,
    kPromptFieldNumber = 5,
    kDescriptionFieldNumber = 6,
    kImageUrlFieldNumber = 8,
    kCuratedByFieldNumber = 9,
  };
  // optional string id = 1;
  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 string name = 2;
  bool has_name()
      const;
  void clear_name() ;
  const ::std::string& name() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_name(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_name();
  ::std::string* PROTOBUF_NULLABLE release_name();
  void set_allocated_name(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_name() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_name(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_name();

  public:
  // optional string category = 3;
  bool has_category()
      const;
  void clear_category() ;
  const ::std::string& category() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_category(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_category();
  ::std::string* PROTOBUF_NULLABLE release_category();
  void set_allocated_category(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_category() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_category(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_category();

  public:
  // optional string icon = 4;
  bool has_icon()
      const;
  void clear_icon() ;
  const ::std::string& icon() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_icon(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_icon();
  ::std::string* PROTOBUF_NULLABLE release_icon();
  void set_allocated_icon(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_icon() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_icon(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_icon();

  public:
  // optional string prompt = 5;
  bool has_prompt()
      const;
  void clear_prompt() ;
  const ::std::string& prompt() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_prompt(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_prompt();
  ::std::string* PROTOBUF_NULLABLE release_prompt();
  void set_allocated_prompt(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_prompt() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_prompt(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_prompt();

  public:
  // optional string description = 6;
  bool has_description()
      const;
  void clear_description() ;
  const ::std::string& description() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_description(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_description();
  ::std::string* PROTOBUF_NULLABLE release_description();
  void set_allocated_description(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_description() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_description(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_description();

  public:
  // optional string image_url = 8;
  bool has_image_url()
      const;
  void clear_image_url() ;
  const ::std::string& image_url() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_image_url(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_image_url();
  ::std::string* PROTOBUF_NULLABLE release_image_url();
  void set_allocated_image_url(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_image_url() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_image_url(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_image_url();

  public:
  // optional string curated_by = 9;
  bool has_curated_by()
      const;
  void clear_curated_by() ;
  const ::std::string& curated_by() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_curated_by(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_curated_by();
  ::std::string* PROTOBUF_NULLABLE release_curated_by();
  void set_allocated_curated_by(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_curated_by() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_curated_by(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_curated_by();

  public:
  // @@protoc_insertion_point(class_scope:skills.proto.Skill)
 private:
  class _Internal;
  using ParseTableT_ =
      ::google::protobuf::internal::TcParseTable<4, 8,
                          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 Skill& from_msg);
    ::google::protobuf::internal::HasBits<1> _has_bits_;
    ::google::protobuf::internal::CachedSize _cached_size_;
    ::google::protobuf::internal::ArenaStringPtr id_;
    ::google::protobuf::internal::ArenaStringPtr name_;
    ::google::protobuf::internal::ArenaStringPtr category_;
    ::google::protobuf::internal::ArenaStringPtr icon_;
    ::google::protobuf::internal::ArenaStringPtr prompt_;
    ::google::protobuf::internal::ArenaStringPtr description_;
    ::google::protobuf::internal::ArenaStringPtr image_url_;
    ::google::protobuf::internal::ArenaStringPtr curated_by_;
    PROTOBUF_TSAN_DECLARE_MEMBER
  };
  union { Impl_ _impl_; };
  friend struct ::TableStruct_components_2fskills_2fproto_2fskill_2eproto;
};
// -------------------------------------------------------------------

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

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

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

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

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

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

  explicit SkillsList(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  SkillsList(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const SkillsList& from);
  SkillsList(
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, SkillsList&& from) noexcept
      : SkillsList(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 {
    kSkillsFieldNumber = 1,
    kTopicsListFieldNumber = 2,
    kTopicsInfoListFieldNumber = 3,
  };
  // repeated .skills.proto.Skill skills = 1;
  int skills_size()
      const;
  private:
  int _internal_skills_size() const;

  public:
  void clear_skills() ;
  const ::skills::proto::Skill& skills(int index) const;
  ::skills::proto::Skill* PROTOBUF_NONNULL mutable_skills(int index);
  ::skills::proto::Skill* PROTOBUF_NONNULL add_skills();
  const ::google::protobuf::RepeatedPtrField<::skills::proto::Skill>&
  skills() const;
  ::google::protobuf::RepeatedPtrField<::skills::proto::Skill>* PROTOBUF_NONNULL
  mutable_skills();

  private:
  const ::google::protobuf::RepeatedPtrField<::skills::proto::Skill>& _internal_skills() const;
  ::google::protobuf::RepeatedPtrField<::skills::proto::Skill>* PROTOBUF_NONNULL _internal_mutable_skills();

  public:
  // repeated string topics_list = 2 [deprecated = true];
  int topics_list_size()
      const;
  private:
  int _internal_topics_list_size() const;

  public:
  void clear_topics_list() ;
  const ::std::string& topics_list(int index) const;
  ::std::string* PROTOBUF_NONNULL mutable_topics_list(int index);
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_topics_list(int index, Arg_&& value, Args_... args);
  ::std::string* PROTOBUF_NONNULL add_topics_list();
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void add_topics_list(Arg_&& value, Args_... args);
  const
      ::google::protobuf::RepeatedPtrField<::std::string>&
      topics_list() const;
  ::google::protobuf::RepeatedPtrField<::std::string>*
      PROTOBUF_NONNULL
      mutable_topics_list();

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

  public:
  // repeated .skills.proto.TopicInfo topics_info_list = 3;
  int topics_info_list_size()
      const;
  private:
  int _internal_topics_info_list_size() const;

  public:
  void clear_topics_info_list() ;
  const ::skills::proto::TopicInfo& topics_info_list(int index) const;
  ::skills::proto::TopicInfo* PROTOBUF_NONNULL mutable_topics_info_list(int index);
  ::skills::proto::TopicInfo* PROTOBUF_NONNULL add_topics_info_list();
  const ::google::protobuf::RepeatedPtrField<::skills::proto::TopicInfo>&
  topics_info_list() const;
  ::google::protobuf::RepeatedPtrField<::skills::proto::TopicInfo>* PROTOBUF_NONNULL
  mutable_topics_info_list();

  private:
  const ::google::protobuf::RepeatedPtrField<::skills::proto::TopicInfo>& _internal_topics_info_list() const;
  ::google::protobuf::RepeatedPtrField<::skills::proto::TopicInfo>* PROTOBUF_NONNULL _internal_mutable_topics_info_list();

  public:
  // @@protoc_insertion_point(class_scope:skills.proto.SkillsList)
 private:
  class _Internal;
  using ParseTableT_ =
      ::google::protobuf::internal::TcParseTable<2, 3,
                          2, 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 SkillsList& from_msg);
    ::google::protobuf::internal::HasBits<1> _has_bits_;
    ::google::protobuf::internal::CachedSize _cached_size_;
    ::google::protobuf::RepeatedPtrField< ::skills::proto::Skill > skills_;
    ::google::protobuf::RepeatedPtrField<::std::string> topics_list_;
    ::google::protobuf::RepeatedPtrField< ::skills::proto::TopicInfo > topics_info_list_;
    PROTOBUF_TSAN_DECLARE_MEMBER
  };
  union { Impl_ _impl_; };
  friend struct ::TableStruct_components_2fskills_2fproto_2fskill_2eproto;
};

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




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


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

// Skill

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

// optional string name = 2;
inline bool Skill::has_name() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000002U);
  return value;
}
inline void Skill::clear_name() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.name_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
}
inline const ::std::string& Skill::name() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:skills.proto.Skill.name)
  return _internal_name();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void Skill::set_name(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  _impl_.name_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:skills.proto.Skill.name)
}
inline ::std::string* PROTOBUF_NONNULL Skill::mutable_name()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  ::std::string* _s = _internal_mutable_name();
  // @@protoc_insertion_point(field_mutable:skills.proto.Skill.name)
  return _s;
}
inline const ::std::string& Skill::_internal_name() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.name_.Get();
}
inline void Skill::_internal_set_name(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.name_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL Skill::_internal_mutable_name() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.name_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE Skill::release_name() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:skills.proto.Skill.name)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000002U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
  auto* released = _impl_.name_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.name_.Set("", GetArena());
  }
  return released;
}
inline void Skill::set_allocated_name(::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_.name_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.name_.IsDefault()) {
    _impl_.name_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:skills.proto.Skill.name)
}

// optional string category = 3;
inline bool Skill::has_category() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000004U);
  return value;
}
inline void Skill::clear_category() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.category_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
}
inline const ::std::string& Skill::category() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:skills.proto.Skill.category)
  return _internal_category();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void Skill::set_category(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000004U);
  _impl_.category_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:skills.proto.Skill.category)
}
inline ::std::string* PROTOBUF_NONNULL Skill::mutable_category()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000004U);
  ::std::string* _s = _internal_mutable_category();
  // @@protoc_insertion_point(field_mutable:skills.proto.Skill.category)
  return _s;
}
inline const ::std::string& Skill::_internal_category() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.category_.Get();
}
inline void Skill::_internal_set_category(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.category_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL Skill::_internal_mutable_category() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.category_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE Skill::release_category() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:skills.proto.Skill.category)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000004U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
  auto* released = _impl_.category_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.category_.Set("", GetArena());
  }
  return released;
}
inline void Skill::set_allocated_category(::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_.category_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.category_.IsDefault()) {
    _impl_.category_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:skills.proto.Skill.category)
}

// optional string icon = 4;
inline bool Skill::has_icon() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000008U);
  return value;
}
inline void Skill::clear_icon() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.icon_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000008U);
}
inline const ::std::string& Skill::icon() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:skills.proto.Skill.icon)
  return _internal_icon();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void Skill::set_icon(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000008U);
  _impl_.icon_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:skills.proto.Skill.icon)
}
inline ::std::string* PROTOBUF_NONNULL Skill::mutable_icon()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000008U);
  ::std::string* _s = _internal_mutable_icon();
  // @@protoc_insertion_point(field_mutable:skills.proto.Skill.icon)
  return _s;
}
inline const ::std::string& Skill::_internal_icon() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.icon_.Get();
}
inline void Skill::_internal_set_icon(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.icon_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL Skill::_internal_mutable_icon() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.icon_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE Skill::release_icon() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:skills.proto.Skill.icon)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000008U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000008U);
  auto* released = _impl_.icon_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.icon_.Set("", GetArena());
  }
  return released;
}
inline void Skill::set_allocated_icon(::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_.icon_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.icon_.IsDefault()) {
    _impl_.icon_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:skills.proto.Skill.icon)
}

// optional string prompt = 5;
inline bool Skill::has_prompt() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000010U);
  return value;
}
inline void Skill::clear_prompt() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.prompt_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000010U);
}
inline const ::std::string& Skill::prompt() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:skills.proto.Skill.prompt)
  return _internal_prompt();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void Skill::set_prompt(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000010U);
  _impl_.prompt_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:skills.proto.Skill.prompt)
}
inline ::std::string* PROTOBUF_NONNULL Skill::mutable_prompt()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000010U);
  ::std::string* _s = _internal_mutable_prompt();
  // @@protoc_insertion_point(field_mutable:skills.proto.Skill.prompt)
  return _s;
}
inline const ::std::string& Skill::_internal_prompt() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.prompt_.Get();
}
inline void Skill::_internal_set_prompt(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.prompt_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL Skill::_internal_mutable_prompt() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.prompt_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE Skill::release_prompt() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:skills.proto.Skill.prompt)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000010U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000010U);
  auto* released = _impl_.prompt_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.prompt_.Set("", GetArena());
  }
  return released;
}
inline void Skill::set_allocated_prompt(::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_.prompt_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.prompt_.IsDefault()) {
    _impl_.prompt_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:skills.proto.Skill.prompt)
}

// optional string description = 6;
inline bool Skill::has_description() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000020U);
  return value;
}
inline void Skill::clear_description() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.description_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000020U);
}
inline const ::std::string& Skill::description() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:skills.proto.Skill.description)
  return _internal_description();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void Skill::set_description(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000020U);
  _impl_.description_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:skills.proto.Skill.description)
}
inline ::std::string* PROTOBUF_NONNULL Skill::mutable_description()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000020U);
  ::std::string* _s = _internal_mutable_description();
  // @@protoc_insertion_point(field_mutable:skills.proto.Skill.description)
  return _s;
}
inline const ::std::string& Skill::_internal_description() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.description_.Get();
}
inline void Skill::_internal_set_description(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.description_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL Skill::_internal_mutable_description() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.description_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE Skill::release_description() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:skills.proto.Skill.description)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000020U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000020U);
  auto* released = _impl_.description_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.description_.Set("", GetArena());
  }
  return released;
}
inline void Skill::set_allocated_description(::std::string* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (value != nullptr) {
    SetHasBit(_impl_._has_bits_[0], 0x00000020U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000020U);
  }
  _impl_.description_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.description_.IsDefault()) {
    _impl_.description_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:skills.proto.Skill.description)
}

// optional string image_url = 8;
inline bool Skill::has_image_url() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000040U);
  return value;
}
inline void Skill::clear_image_url() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.image_url_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000040U);
}
inline const ::std::string& Skill::image_url() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:skills.proto.Skill.image_url)
  return _internal_image_url();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void Skill::set_image_url(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000040U);
  _impl_.image_url_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:skills.proto.Skill.image_url)
}
inline ::std::string* PROTOBUF_NONNULL Skill::mutable_image_url()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000040U);
  ::std::string* _s = _internal_mutable_image_url();
  // @@protoc_insertion_point(field_mutable:skills.proto.Skill.image_url)
  return _s;
}
inline const ::std::string& Skill::_internal_image_url() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.image_url_.Get();
}
inline void Skill::_internal_set_image_url(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.image_url_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL Skill::_internal_mutable_image_url() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.image_url_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE Skill::release_image_url() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:skills.proto.Skill.image_url)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000040U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000040U);
  auto* released = _impl_.image_url_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.image_url_.Set("", GetArena());
  }
  return released;
}
inline void Skill::set_allocated_image_url(::std::string* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (value != nullptr) {
    SetHasBit(_impl_._has_bits_[0], 0x00000040U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000040U);
  }
  _impl_.image_url_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.image_url_.IsDefault()) {
    _impl_.image_url_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:skills.proto.Skill.image_url)
}

// optional string curated_by = 9;
inline bool Skill::has_curated_by() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000080U);
  return value;
}
inline void Skill::clear_curated_by() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.curated_by_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000080U);
}
inline const ::std::string& Skill::curated_by() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:skills.proto.Skill.curated_by)
  return _internal_curated_by();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void Skill::set_curated_by(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000080U);
  _impl_.curated_by_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:skills.proto.Skill.curated_by)
}
inline ::std::string* PROTOBUF_NONNULL Skill::mutable_curated_by()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000080U);
  ::std::string* _s = _internal_mutable_curated_by();
  // @@protoc_insertion_point(field_mutable:skills.proto.Skill.curated_by)
  return _s;
}
inline const ::std::string& Skill::_internal_curated_by() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.curated_by_.Get();
}
inline void Skill::_internal_set_curated_by(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.curated_by_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL Skill::_internal_mutable_curated_by() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.curated_by_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE Skill::release_curated_by() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:skills.proto.Skill.curated_by)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000080U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000080U);
  auto* released = _impl_.curated_by_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.curated_by_.Set("", GetArena());
  }
  return released;
}
inline void Skill::set_allocated_curated_by(::std::string* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (value != nullptr) {
    SetHasBit(_impl_._has_bits_[0], 0x00000080U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000080U);
  }
  _impl_.curated_by_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.curated_by_.IsDefault()) {
    _impl_.curated_by_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:skills.proto.Skill.curated_by)
}

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

// TopicInfo

// optional string category_name = 1;
inline bool TopicInfo::has_category_name() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000001U);
  return value;
}
inline void TopicInfo::clear_category_name() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.category_name_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
}
inline const ::std::string& TopicInfo::category_name() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:skills.proto.TopicInfo.category_name)
  return _internal_category_name();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void TopicInfo::set_category_name(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  _impl_.category_name_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:skills.proto.TopicInfo.category_name)
}
inline ::std::string* PROTOBUF_NONNULL TopicInfo::mutable_category_name()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  ::std::string* _s = _internal_mutable_category_name();
  // @@protoc_insertion_point(field_mutable:skills.proto.TopicInfo.category_name)
  return _s;
}
inline const ::std::string& TopicInfo::_internal_category_name() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.category_name_.Get();
}
inline void TopicInfo::_internal_set_category_name(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.category_name_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL TopicInfo::_internal_mutable_category_name() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.category_name_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE TopicInfo::release_category_name() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:skills.proto.TopicInfo.category_name)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000001U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
  auto* released = _impl_.category_name_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.category_name_.Set("", GetArena());
  }
  return released;
}
inline void TopicInfo::set_allocated_category_name(::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_.category_name_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.category_name_.IsDefault()) {
    _impl_.category_name_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:skills.proto.TopicInfo.category_name)
}

// optional string display_name = 2;
inline bool TopicInfo::has_display_name() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000002U);
  return value;
}
inline void TopicInfo::clear_display_name() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.display_name_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
}
inline const ::std::string& TopicInfo::display_name() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:skills.proto.TopicInfo.display_name)
  return _internal_display_name();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void TopicInfo::set_display_name(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  _impl_.display_name_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:skills.proto.TopicInfo.display_name)
}
inline ::std::string* PROTOBUF_NONNULL TopicInfo::mutable_display_name()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  ::std::string* _s = _internal_mutable_display_name();
  // @@protoc_insertion_point(field_mutable:skills.proto.TopicInfo.display_name)
  return _s;
}
inline const ::std::string& TopicInfo::_internal_display_name() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.display_name_.Get();
}
inline void TopicInfo::_internal_set_display_name(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.display_name_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL TopicInfo::_internal_mutable_display_name() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.display_name_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE TopicInfo::release_display_name() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:skills.proto.TopicInfo.display_name)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000002U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
  auto* released = _impl_.display_name_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.display_name_.Set("", GetArena());
  }
  return released;
}
inline void TopicInfo::set_allocated_display_name(::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_.display_name_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.display_name_.IsDefault()) {
    _impl_.display_name_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:skills.proto.TopicInfo.display_name)
}

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

// SkillsList

// repeated .skills.proto.Skill skills = 1;
inline int SkillsList::_internal_skills_size() const {
  return _internal_skills().size();
}
inline int SkillsList::skills_size() const {
  return _internal_skills_size();
}
inline void SkillsList::clear_skills() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.skills_.Clear();
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
}
inline const ::skills::proto::Skill& SkillsList::skills(int index) const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:skills.proto.SkillsList.skills)
  return _internal_skills().Get(index);
}
inline ::skills::proto::Skill* PROTOBUF_NONNULL SkillsList::mutable_skills(int index)
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_mutable:skills.proto.SkillsList.skills)
  return _internal_mutable_skills()->Mutable(index);
}
inline ::skills::proto::Skill* PROTOBUF_NONNULL SkillsList::add_skills()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  ::skills::proto::Skill* _add =
      _internal_mutable_skills()->InternalAddWithArena(
          ::google::protobuf::MessageLite::internal_visibility(), GetArena());
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  // @@protoc_insertion_point(field_add:skills.proto.SkillsList.skills)
  return _add;
}
inline const ::google::protobuf::RepeatedPtrField<::skills::proto::Skill>& SkillsList::skills() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_list:skills.proto.SkillsList.skills)
  return _internal_skills();
}
inline ::google::protobuf::RepeatedPtrField<::skills::proto::Skill>* PROTOBUF_NONNULL
SkillsList::mutable_skills() ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  // @@protoc_insertion_point(field_mutable_list:skills.proto.SkillsList.skills)
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _internal_mutable_skills();
}
inline const ::google::protobuf::RepeatedPtrField<::skills::proto::Skill>&
SkillsList::_internal_skills() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.skills_;
}
inline ::google::protobuf::RepeatedPtrField<::skills::proto::Skill>* PROTOBUF_NONNULL
SkillsList::_internal_mutable_skills() {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return &_impl_.skills_;
}

// repeated string topics_list = 2 [deprecated = true];
inline int SkillsList::_internal_topics_list_size() const {
  return _internal_topics_list().size();
}
inline int SkillsList::topics_list_size() const {
  return _internal_topics_list_size();
}
inline void SkillsList::clear_topics_list() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.topics_list_.Clear();
  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
}
inline ::std::string* PROTOBUF_NONNULL SkillsList::add_topics_list()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  ::std::string* _s =
      _internal_mutable_topics_list()->InternalAddWithArena(
          ::google::protobuf::MessageLite::internal_visibility(), GetArena());
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  // @@protoc_insertion_point(field_add_mutable:skills.proto.SkillsList.topics_list)
  return _s;
}
inline const ::std::string& SkillsList::topics_list(int index) const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:skills.proto.SkillsList.topics_list)
  return _internal_topics_list().Get(index);
}
inline ::std::string* PROTOBUF_NONNULL SkillsList::mutable_topics_list(int index)
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_mutable:skills.proto.SkillsList.topics_list)
  return _internal_mutable_topics_list()->Mutable(index);
}
template <typename Arg_, typename... Args_>
inline void SkillsList::set_topics_list(int index, Arg_&& value, Args_... args) {
  ::google::protobuf::internal::AssignToString(
      *_internal_mutable_topics_list()->Mutable(index),
      ::std::forward<Arg_>(value), args... );
  // @@protoc_insertion_point(field_set:skills.proto.SkillsList.topics_list)
}
template <typename Arg_, typename... Args_>
inline void SkillsList::add_topics_list(Arg_&& value, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  ::google::protobuf::internal::AddToRepeatedPtrField(
      ::google::protobuf::MessageLite::internal_visibility(), GetArena(),
      *_internal_mutable_topics_list(), ::std::forward<Arg_>(value),
      args... );
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  // @@protoc_insertion_point(field_add:skills.proto.SkillsList.topics_list)
}
inline const ::google::protobuf::RepeatedPtrField<::std::string>& SkillsList::topics_list()
    const ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_list:skills.proto.SkillsList.topics_list)
  return _internal_topics_list();
}
inline ::google::protobuf::RepeatedPtrField<::std::string>* PROTOBUF_NONNULL
SkillsList::mutable_topics_list() ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  // @@protoc_insertion_point(field_mutable_list:skills.proto.SkillsList.topics_list)
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _internal_mutable_topics_list();
}
inline const ::google::protobuf::RepeatedPtrField<::std::string>&
SkillsList::_internal_topics_list() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.topics_list_;
}
inline ::google::protobuf::RepeatedPtrField<::std::string>* PROTOBUF_NONNULL
SkillsList::_internal_mutable_topics_list() {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return &_impl_.topics_list_;
}

// repeated .skills.proto.TopicInfo topics_info_list = 3;
inline int SkillsList::_internal_topics_info_list_size() const {
  return _internal_topics_info_list().size();
}
inline int SkillsList::topics_info_list_size() const {
  return _internal_topics_info_list_size();
}
inline void SkillsList::clear_topics_info_list() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.topics_info_list_.Clear();
  ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
}
inline const ::skills::proto::TopicInfo& SkillsList::topics_info_list(int index) const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:skills.proto.SkillsList.topics_info_list)
  return _internal_topics_info_list().Get(index);
}
inline ::skills::proto::TopicInfo* PROTOBUF_NONNULL SkillsList::mutable_topics_info_list(int index)
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_mutable:skills.proto.SkillsList.topics_info_list)
  return _internal_mutable_topics_info_list()->Mutable(index);
}
inline ::skills::proto::TopicInfo* PROTOBUF_NONNULL SkillsList::add_topics_info_list()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  ::skills::proto::TopicInfo* _add =
      _internal_mutable_topics_info_list()->InternalAddWithArena(
          ::google::protobuf::MessageLite::internal_visibility(), GetArena());
  SetHasBit(_impl_._has_bits_[0], 0x00000004U);
  // @@protoc_insertion_point(field_add:skills.proto.SkillsList.topics_info_list)
  return _add;
}
inline const ::google::protobuf::RepeatedPtrField<::skills::proto::TopicInfo>& SkillsList::topics_info_list() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_list:skills.proto.SkillsList.topics_info_list)
  return _internal_topics_info_list();
}
inline ::google::protobuf::RepeatedPtrField<::skills::proto::TopicInfo>* PROTOBUF_NONNULL
SkillsList::mutable_topics_info_list() ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000004U);
  // @@protoc_insertion_point(field_mutable_list:skills.proto.SkillsList.topics_info_list)
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _internal_mutable_topics_info_list();
}
inline const ::google::protobuf::RepeatedPtrField<::skills::proto::TopicInfo>&
SkillsList::_internal_topics_info_list() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.topics_info_list_;
}
inline ::google::protobuf::RepeatedPtrField<::skills::proto::TopicInfo>* PROTOBUF_NONNULL
SkillsList::_internal_mutable_topics_info_list() {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return &_impl_.topics_info_list_;
}

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

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


// @@protoc_insertion_point(global_scope)

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

#endif  // components_2fskills_2fproto_2fskill_2eproto_2epb_2eh
