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

#ifndef components_2fsync_2fprotocol_2fskill_5fspecifics_2eproto_2epb_2eh
#define components_2fsync_2fprotocol_2fskill_5fspecifics_2eproto_2epb_2eh

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

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

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

#define PROTOBUF_INTERNAL_EXPORT_components_2fsync_2fprotocol_2fskill_5fspecifics_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_2fsync_2fprotocol_2fskill_5fspecifics_2eproto {
  static const ::uint32_t offsets[];
};
namespace sync_pb {
enum SkillSource : int;
extern const uint32_t SkillSource_internal_data_[];
class SimpleSkill;
struct SimpleSkillGlobalsTypeInternal;
#ifndef PROTOBUF_MESSAGE_GLOBALS
extern SimpleSkillGlobalsTypeInternal SimpleSkill_globals_;
extern const ::google::protobuf::internal::ClassDataLite SimpleSkill_class_data_;
#else
extern const SimpleSkillGlobalsTypeInternal SimpleSkill_globals_;
#endif  // PROTOBUF_MESSAGE_GLOBALS
class SkillSpecifics;
struct SkillSpecificsGlobalsTypeInternal;
#ifndef PROTOBUF_MESSAGE_GLOBALS
extern SkillSpecificsGlobalsTypeInternal SkillSpecifics_globals_;
extern const ::google::protobuf::internal::ClassDataLite SkillSpecifics_class_data_;
#else
extern const SkillSpecificsGlobalsTypeInternal SkillSpecifics_globals_;
#endif  // PROTOBUF_MESSAGE_GLOBALS
}  // namespace sync_pb
namespace google {
namespace protobuf {
template <>
internal::EnumTraitsT<::sync_pb::SkillSource_internal_data_>
    internal::EnumTraitsImpl::value<::sync_pb::SkillSource>;
}  // namespace protobuf
}  // namespace google

namespace sync_pb {
enum SkillSource : int {
  SKILL_SOURCE_UNKNOWN = 0,
  SKILL_SOURCE_FIRST_PARTY = 1,
  SKILL_SOURCE_USER_CREATED = 2,
  SKILL_SOURCE_DERIVED_FROM_FIRST_PARTY = 3,
  SKILL_SOURCE_ENTERPRISE = 4,
  SKILL_SOURCE_DERIVED_FROM_ENTERPRISE = 5,
};

extern const uint32_t SkillSource_internal_data_[];
inline constexpr SkillSource SkillSource_MIN =
    static_cast<SkillSource>(0);
inline constexpr SkillSource SkillSource_MAX =
    static_cast<SkillSource>(5);
inline bool SkillSource_IsValid(int value) {
  return 0 <= value && value <= 5;
}
inline constexpr int SkillSource_ARRAYSIZE = 5 + 1;
const ::std::string& SkillSource_Name(SkillSource value);
template <typename T>
const ::std::string& SkillSource_Name(T value) {
  static_assert(::std::is_same<T, SkillSource>::value ||
                    ::std::is_integral<T>::value,
                "Incorrect type passed to SkillSource_Name().");
  return SkillSource_Name(static_cast<SkillSource>(value));
}
bool SkillSource_Parse(
    ::absl::string_view name, SkillSource* PROTOBUF_NONNULL value);
using ::google::protobuf::internal::generated_enum::AbslParseFlag;
using ::google::protobuf::internal::generated_enum::AbslUnparseFlag;

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


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

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

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

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

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

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

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

  explicit SimpleSkill(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  SimpleSkill(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const SimpleSkill& from);
  SimpleSkill(
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, SimpleSkill&& from) noexcept
      : SimpleSkill(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 {
    kPromptFieldNumber = 1,
    kDescriptionFieldNumber = 2,
  };
  // optional string prompt = 1;
  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 = 2;
  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:
  // @@protoc_insertion_point(class_scope:sync_pb.SimpleSkill)
 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 SimpleSkill& from_msg);
    ::google::protobuf::internal::HasBits<1> _has_bits_;
    ::google::protobuf::internal::CachedSize _cached_size_;
    ::google::protobuf::internal::ArenaStringPtr prompt_;
    ::google::protobuf::internal::ArenaStringPtr description_;
    PROTOBUF_TSAN_DECLARE_MEMBER
  };
  union { Impl_ _impl_; };
  friend struct ::TableStruct_components_2fsync_2fprotocol_2fskill_5fspecifics_2eproto;
};
// -------------------------------------------------------------------

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

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

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

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

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

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

  explicit SkillSpecifics(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  SkillSpecifics(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const SkillSpecifics& from);
  SkillSpecifics(
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, SkillSpecifics&& from) noexcept
      : SkillSpecifics(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 {
    kGuidFieldNumber = 1,
    kNameFieldNumber = 2,
    kIconFieldNumber = 3,
    kSourceSkillIdFieldNumber = 9,
    kSimpleSkillFieldNumber = 4,
    kCreationTimeWindowsEpochMicrosFieldNumber = 5,
    kLastUpdateTimeWindowsEpochMicrosFieldNumber = 6,
    kSchemaVersionFieldNumber = 7,
    kSkillSourceFieldNumber = 8,
  };
  // optional string guid = 1;
  bool has_guid()
      const;
  void clear_guid() ;
  const ::std::string& guid() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_guid(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_guid();
  ::std::string* PROTOBUF_NULLABLE release_guid();
  void set_allocated_guid(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_guid() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_guid(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_guid();

  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 icon = 3;
  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 source_skill_id = 9;
  bool has_source_skill_id()
      const;
  void clear_source_skill_id() ;
  const ::std::string& source_skill_id() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_source_skill_id(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_source_skill_id();
  ::std::string* PROTOBUF_NULLABLE release_source_skill_id();
  void set_allocated_source_skill_id(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_source_skill_id() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_source_skill_id(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_source_skill_id();

  public:
  // optional .sync_pb.SimpleSkill simple_skill = 4;
  bool has_simple_skill()
      const;
  void clear_simple_skill() ;
  const ::sync_pb::SimpleSkill& simple_skill() const;
  ::sync_pb::SimpleSkill* PROTOBUF_NULLABLE release_simple_skill();
  ::sync_pb::SimpleSkill* PROTOBUF_NONNULL mutable_simple_skill();
  void set_allocated_simple_skill(::sync_pb::SimpleSkill* PROTOBUF_NULLABLE value);
  void unsafe_arena_set_allocated_simple_skill(::sync_pb::SimpleSkill* PROTOBUF_NULLABLE value);
  ::sync_pb::SimpleSkill* PROTOBUF_NULLABLE unsafe_arena_release_simple_skill();

  private:
  const ::sync_pb::SimpleSkill& _internal_simple_skill() const;
  ::sync_pb::SimpleSkill* PROTOBUF_NONNULL _internal_mutable_simple_skill();

  public:
  // optional int64 creation_time_windows_epoch_micros = 5;
  bool has_creation_time_windows_epoch_micros()
      const;
  void clear_creation_time_windows_epoch_micros() ;
  ::int64_t creation_time_windows_epoch_micros() const;
  void set_creation_time_windows_epoch_micros(::int64_t value);

  private:
  ::int64_t _internal_creation_time_windows_epoch_micros() const;
  void _internal_set_creation_time_windows_epoch_micros(::int64_t value);

  public:
  // optional int64 last_update_time_windows_epoch_micros = 6;
  bool has_last_update_time_windows_epoch_micros()
      const;
  void clear_last_update_time_windows_epoch_micros() ;
  ::int64_t last_update_time_windows_epoch_micros() const;
  void set_last_update_time_windows_epoch_micros(::int64_t value);

  private:
  ::int64_t _internal_last_update_time_windows_epoch_micros() const;
  void _internal_set_last_update_time_windows_epoch_micros(::int64_t value);

  public:
  // optional int32 schema_version = 7;
  bool has_schema_version()
      const;
  void clear_schema_version() ;
  ::int32_t schema_version() const;
  void set_schema_version(::int32_t value);

  private:
  ::int32_t _internal_schema_version() const;
  void _internal_set_schema_version(::int32_t value);

  public:
  // optional .sync_pb.SkillSource skill_source = 8;
  bool has_skill_source()
      const;
  void clear_skill_source() ;
  ::sync_pb::SkillSource skill_source() const;
  void set_skill_source(::sync_pb::SkillSource value);

  private:
  ::sync_pb::SkillSource _internal_skill_source() const;
  void _internal_set_skill_source(::sync_pb::SkillSource value);

  public:
  // @@protoc_insertion_point(class_scope:sync_pb.SkillSpecifics)
 private:
  class _Internal;
  using ParseTableT_ =
      ::google::protobuf::internal::TcParseTable<4, 9,
                          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 SkillSpecifics& from_msg);
    ::google::protobuf::internal::HasBits<1> _has_bits_;
    ::google::protobuf::internal::CachedSize _cached_size_;
    ::google::protobuf::internal::ArenaStringPtr guid_;
    ::google::protobuf::internal::ArenaStringPtr name_;
    ::google::protobuf::internal::ArenaStringPtr icon_;
    ::google::protobuf::internal::ArenaStringPtr source_skill_id_;
    ::sync_pb::SimpleSkill* PROTOBUF_NULLABLE simple_skill_;
    ::int64_t creation_time_windows_epoch_micros_;
    ::int64_t last_update_time_windows_epoch_micros_;
    ::int32_t schema_version_;
    int skill_source_;
    PROTOBUF_TSAN_DECLARE_MEMBER
  };
  union { Impl_ _impl_; };
  friend struct ::TableStruct_components_2fsync_2fprotocol_2fskill_5fspecifics_2eproto;
};

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




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


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

// SkillSpecifics

// optional string guid = 1;
inline bool SkillSpecifics::has_guid() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000001U);
  return value;
}
inline void SkillSpecifics::clear_guid() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.guid_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
}
inline const ::std::string& SkillSpecifics::guid() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:sync_pb.SkillSpecifics.guid)
  return _internal_guid();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void SkillSpecifics::set_guid(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  _impl_.guid_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:sync_pb.SkillSpecifics.guid)
}
inline ::std::string* PROTOBUF_NONNULL SkillSpecifics::mutable_guid()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  ::std::string* _s = _internal_mutable_guid();
  // @@protoc_insertion_point(field_mutable:sync_pb.SkillSpecifics.guid)
  return _s;
}
inline const ::std::string& SkillSpecifics::_internal_guid() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.guid_.Get();
}
inline void SkillSpecifics::_internal_set_guid(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.guid_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL SkillSpecifics::_internal_mutable_guid() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.guid_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE SkillSpecifics::release_guid() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:sync_pb.SkillSpecifics.guid)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000001U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
  auto* released = _impl_.guid_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.guid_.Set("", GetArena());
  }
  return released;
}
inline void SkillSpecifics::set_allocated_guid(::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_.guid_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.guid_.IsDefault()) {
    _impl_.guid_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:sync_pb.SkillSpecifics.guid)
}

// optional string name = 2;
inline bool SkillSpecifics::has_name() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000002U);
  return value;
}
inline void SkillSpecifics::clear_name() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.name_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
}
inline const ::std::string& SkillSpecifics::name() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:sync_pb.SkillSpecifics.name)
  return _internal_name();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void SkillSpecifics::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:sync_pb.SkillSpecifics.name)
}
inline ::std::string* PROTOBUF_NONNULL SkillSpecifics::mutable_name()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  ::std::string* _s = _internal_mutable_name();
  // @@protoc_insertion_point(field_mutable:sync_pb.SkillSpecifics.name)
  return _s;
}
inline const ::std::string& SkillSpecifics::_internal_name() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.name_.Get();
}
inline void SkillSpecifics::_internal_set_name(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.name_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL SkillSpecifics::_internal_mutable_name() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.name_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE SkillSpecifics::release_name() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:sync_pb.SkillSpecifics.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 SkillSpecifics::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:sync_pb.SkillSpecifics.name)
}

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

// optional .sync_pb.SimpleSkill simple_skill = 4;
inline bool SkillSpecifics::has_simple_skill() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000010U);
  PROTOBUF_ASSUME(!value || _impl_.simple_skill_ != nullptr);
  return value;
}
inline void SkillSpecifics::clear_simple_skill() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (_impl_.simple_skill_ != nullptr) _impl_.simple_skill_->Clear();
  ClearHasBit(_impl_._has_bits_[0], 0x00000010U);
}
inline const ::sync_pb::SimpleSkill& SkillSpecifics::_internal_simple_skill() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  const ::sync_pb::SimpleSkill* p = _impl_.simple_skill_;
  return p != nullptr ? *p : *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<::sync_pb::SimpleSkill>(&::sync_pb::SimpleSkill_globals_);
}
inline const ::sync_pb::SimpleSkill& SkillSpecifics::simple_skill() const ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:sync_pb.SkillSpecifics.simple_skill)
  return _internal_simple_skill();
}
inline void SkillSpecifics::unsafe_arena_set_allocated_simple_skill(
    ::sync_pb::SimpleSkill* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (GetArena() == nullptr) {
    delete reinterpret_cast<::google::protobuf::MessageLite*>(_impl_.simple_skill_);
  }
  _impl_.simple_skill_ = reinterpret_cast<::sync_pb::SimpleSkill*>(value);
  if (value != nullptr) {
    SetHasBit(_impl_._has_bits_[0], 0x00000010U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000010U);
  }
  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:sync_pb.SkillSpecifics.simple_skill)
}
inline ::sync_pb::SimpleSkill* PROTOBUF_NULLABLE SkillSpecifics::release_simple_skill() {
  ::google::protobuf::internal::TSanWrite(&_impl_);

  ClearHasBit(_impl_._has_bits_[0], 0x00000010U);
  ::sync_pb::SimpleSkill* released = _impl_.simple_skill_;
  _impl_.simple_skill_ = nullptr;
  if (::google::protobuf::internal::DebugHardenForceCopyInRelease()) {
    auto* old = reinterpret_cast<::google::protobuf::MessageLite*>(released);
    released = ::google::protobuf::internal::DuplicateIfNonNull(released);
    if (GetArena() == nullptr) {
      delete old;
    }
  } else {
    if (GetArena() != nullptr) {
      released = ::google::protobuf::internal::DuplicateIfNonNull(released);
    }
  }
  return released;
}
inline ::sync_pb::SimpleSkill* PROTOBUF_NULLABLE SkillSpecifics::unsafe_arena_release_simple_skill() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:sync_pb.SkillSpecifics.simple_skill)

  ClearHasBit(_impl_._has_bits_[0], 0x00000010U);
  ::sync_pb::SimpleSkill* temp = _impl_.simple_skill_;
  _impl_.simple_skill_ = nullptr;
  return temp;
}
inline ::sync_pb::SimpleSkill* PROTOBUF_NONNULL SkillSpecifics::_internal_mutable_simple_skill() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (_impl_.simple_skill_ == nullptr) {
    auto* p = ::google::protobuf::MessageLite::DefaultConstruct<::sync_pb::SimpleSkill>(GetArena());
    _impl_.simple_skill_ = reinterpret_cast<::sync_pb::SimpleSkill*>(p);
  }
  return _impl_.simple_skill_;
}
inline ::sync_pb::SimpleSkill* PROTOBUF_NONNULL SkillSpecifics::mutable_simple_skill()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000010U);
  ::sync_pb::SimpleSkill* _msg = _internal_mutable_simple_skill();
  // @@protoc_insertion_point(field_mutable:sync_pb.SkillSpecifics.simple_skill)
  return _msg;
}
inline void SkillSpecifics::set_allocated_simple_skill(::sync_pb::SimpleSkill* PROTOBUF_NULLABLE value) {
  ::google::protobuf::Arena* message_arena = GetArena();
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (message_arena == nullptr) {
    delete reinterpret_cast<::google::protobuf::MessageLite*>(_impl_.simple_skill_);
  }

  if (value != nullptr) {
    ::google::protobuf::Arena* submessage_arena = value->GetArena();
    if (message_arena != submessage_arena) {
      value = ::google::protobuf::internal::GetOwnedMessage(message_arena, value, submessage_arena);
    }
    SetHasBit(_impl_._has_bits_[0], 0x00000010U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000010U);
  }

  _impl_.simple_skill_ = reinterpret_cast<::sync_pb::SimpleSkill*>(value);
  // @@protoc_insertion_point(field_set_allocated:sync_pb.SkillSpecifics.simple_skill)
}

// optional int64 creation_time_windows_epoch_micros = 5;
inline bool SkillSpecifics::has_creation_time_windows_epoch_micros() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000020U);
  return value;
}
inline void SkillSpecifics::clear_creation_time_windows_epoch_micros() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.creation_time_windows_epoch_micros_ = ::int64_t{0};
  ClearHasBit(_impl_._has_bits_[0], 0x00000020U);
}
inline ::int64_t SkillSpecifics::creation_time_windows_epoch_micros() const {
  // @@protoc_insertion_point(field_get:sync_pb.SkillSpecifics.creation_time_windows_epoch_micros)
  return _internal_creation_time_windows_epoch_micros();
}
inline void SkillSpecifics::set_creation_time_windows_epoch_micros(::int64_t value) {
  _internal_set_creation_time_windows_epoch_micros(value);
  SetHasBit(_impl_._has_bits_[0], 0x00000020U);
  // @@protoc_insertion_point(field_set:sync_pb.SkillSpecifics.creation_time_windows_epoch_micros)
}
inline ::int64_t SkillSpecifics::_internal_creation_time_windows_epoch_micros() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.creation_time_windows_epoch_micros_;
}
inline void SkillSpecifics::_internal_set_creation_time_windows_epoch_micros(::int64_t value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.creation_time_windows_epoch_micros_ = value;
}

// optional int64 last_update_time_windows_epoch_micros = 6;
inline bool SkillSpecifics::has_last_update_time_windows_epoch_micros() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000040U);
  return value;
}
inline void SkillSpecifics::clear_last_update_time_windows_epoch_micros() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.last_update_time_windows_epoch_micros_ = ::int64_t{0};
  ClearHasBit(_impl_._has_bits_[0], 0x00000040U);
}
inline ::int64_t SkillSpecifics::last_update_time_windows_epoch_micros() const {
  // @@protoc_insertion_point(field_get:sync_pb.SkillSpecifics.last_update_time_windows_epoch_micros)
  return _internal_last_update_time_windows_epoch_micros();
}
inline void SkillSpecifics::set_last_update_time_windows_epoch_micros(::int64_t value) {
  _internal_set_last_update_time_windows_epoch_micros(value);
  SetHasBit(_impl_._has_bits_[0], 0x00000040U);
  // @@protoc_insertion_point(field_set:sync_pb.SkillSpecifics.last_update_time_windows_epoch_micros)
}
inline ::int64_t SkillSpecifics::_internal_last_update_time_windows_epoch_micros() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.last_update_time_windows_epoch_micros_;
}
inline void SkillSpecifics::_internal_set_last_update_time_windows_epoch_micros(::int64_t value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.last_update_time_windows_epoch_micros_ = value;
}

// optional int32 schema_version = 7;
inline bool SkillSpecifics::has_schema_version() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000080U);
  return value;
}
inline void SkillSpecifics::clear_schema_version() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.schema_version_ = 0;
  ClearHasBit(_impl_._has_bits_[0], 0x00000080U);
}
inline ::int32_t SkillSpecifics::schema_version() const {
  // @@protoc_insertion_point(field_get:sync_pb.SkillSpecifics.schema_version)
  return _internal_schema_version();
}
inline void SkillSpecifics::set_schema_version(::int32_t value) {
  _internal_set_schema_version(value);
  SetHasBit(_impl_._has_bits_[0], 0x00000080U);
  // @@protoc_insertion_point(field_set:sync_pb.SkillSpecifics.schema_version)
}
inline ::int32_t SkillSpecifics::_internal_schema_version() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.schema_version_;
}
inline void SkillSpecifics::_internal_set_schema_version(::int32_t value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.schema_version_ = value;
}

// optional .sync_pb.SkillSource skill_source = 8;
inline bool SkillSpecifics::has_skill_source() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000100U);
  return value;
}
inline void SkillSpecifics::clear_skill_source() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.skill_source_ = 0;
  ClearHasBit(_impl_._has_bits_[0], 0x00000100U);
}
inline ::sync_pb::SkillSource SkillSpecifics::skill_source() const {
  // @@protoc_insertion_point(field_get:sync_pb.SkillSpecifics.skill_source)
  return _internal_skill_source();
}
inline void SkillSpecifics::set_skill_source(::sync_pb::SkillSource value) {
  _internal_set_skill_source(value);
  SetHasBit(_impl_._has_bits_[0], 0x00000100U);
  // @@protoc_insertion_point(field_set:sync_pb.SkillSpecifics.skill_source)
}
inline ::sync_pb::SkillSource SkillSpecifics::_internal_skill_source() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return static_cast<::sync_pb::SkillSource>(_impl_.skill_source_);
}
inline void SkillSpecifics::_internal_set_skill_source(::sync_pb::SkillSource value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);

                                          assert(::google::protobuf::internal::ValidateEnum(
                                              value, ::sync_pb::SkillSource_internal_data_));
                                          _impl_.skill_source_ = value;
}

// optional string source_skill_id = 9;
inline bool SkillSpecifics::has_source_skill_id() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000008U);
  return value;
}
inline void SkillSpecifics::clear_source_skill_id() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.source_skill_id_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000008U);
}
inline const ::std::string& SkillSpecifics::source_skill_id() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:sync_pb.SkillSpecifics.source_skill_id)
  return _internal_source_skill_id();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void SkillSpecifics::set_source_skill_id(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000008U);
  _impl_.source_skill_id_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:sync_pb.SkillSpecifics.source_skill_id)
}
inline ::std::string* PROTOBUF_NONNULL SkillSpecifics::mutable_source_skill_id()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000008U);
  ::std::string* _s = _internal_mutable_source_skill_id();
  // @@protoc_insertion_point(field_mutable:sync_pb.SkillSpecifics.source_skill_id)
  return _s;
}
inline const ::std::string& SkillSpecifics::_internal_source_skill_id() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.source_skill_id_.Get();
}
inline void SkillSpecifics::_internal_set_source_skill_id(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.source_skill_id_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL SkillSpecifics::_internal_mutable_source_skill_id() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.source_skill_id_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE SkillSpecifics::release_source_skill_id() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:sync_pb.SkillSpecifics.source_skill_id)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000008U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000008U);
  auto* released = _impl_.source_skill_id_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.source_skill_id_.Set("", GetArena());
  }
  return released;
}
inline void SkillSpecifics::set_allocated_source_skill_id(::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_.source_skill_id_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.source_skill_id_.IsDefault()) {
    _impl_.source_skill_id_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:sync_pb.SkillSpecifics.source_skill_id)
}

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

// SimpleSkill

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

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

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

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


namespace google {
namespace protobuf {

template <>
struct is_proto_enum<::sync_pb::SkillSource> : std::true_type {};
template <>
struct internal::LiteEnumFuncs<::sync_pb::SkillSource> {
  static constexpr bool kIsDefined = true;
  static constexpr auto kParseFunc = ::sync_pb::SkillSource_Parse;
  static constexpr auto kNameFunc = ::sync_pb::SkillSource_Name<int>;
};

}  // namespace protobuf
}  // namespace google

// @@protoc_insertion_point(global_scope)

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

#endif  // components_2fsync_2fprotocol_2fskill_5fspecifics_2eproto_2epb_2eh
