Reference documentation and code samples for the Cloud Talent Solution V4beta1 API class Google::Cloud::Talent::V4beta1::Skill.
Resource that represents a skill of a candidate.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#context
def context() -> ::String
-
(::String) — A paragraph describes context of this skill.
Number of characters allowed is 100,000.
#context=
def context=(value) -> ::String
-
value (::String) — A paragraph describes context of this skill.
Number of characters allowed is 100,000.
-
(::String) — A paragraph describes context of this skill.
Number of characters allowed is 100,000.
#display_name
def display_name() -> ::String
-
(::String) — Skill display name.
For example, "Java", "Python".
Number of characters allowed is 100.
#display_name=
def display_name=(value) -> ::String
-
value (::String) — Skill display name.
For example, "Java", "Python".
Number of characters allowed is 100.
-
(::String) — Skill display name.
For example, "Java", "Python".
Number of characters allowed is 100.
#last_used_date
def last_used_date() -> ::Google::Type::Date
- (::Google::Type::Date) — The last time this skill was used.
#last_used_date=
def last_used_date=(value) -> ::Google::Type::Date
- value (::Google::Type::Date) — The last time this skill was used.
- (::Google::Type::Date) — The last time this skill was used.
#level
def level() -> ::Google::Cloud::Talent::V4beta1::SkillProficiencyLevel
- (::Google::Cloud::Talent::V4beta1::SkillProficiencyLevel) — Skill proficiency level which indicates how proficient the candidate is at this skill.
#level=
def level=(value) -> ::Google::Cloud::Talent::V4beta1::SkillProficiencyLevel
- value (::Google::Cloud::Talent::V4beta1::SkillProficiencyLevel) — Skill proficiency level which indicates how proficient the candidate is at this skill.
- (::Google::Cloud::Talent::V4beta1::SkillProficiencyLevel) — Skill proficiency level which indicates how proficient the candidate is at this skill.
#skill_name_snippet
def skill_name_snippet() -> ::String
- (::String) — Output only. Skill name snippet shows how the display_name is related to a search query. It's empty if the display_name isn't related to the search query.