Class Skill (2.6.0)

Skill(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Resource that represents a skill of a candidate.

Attributes

NameDescription
display_name str
Skill display name. For example, "Java", "Python". Number of characters allowed is 100.
last_used_date google.type.date_pb2.Date
The last time this skill was used.
level google.cloud.talent_v4beta1.types.SkillProficiencyLevel
Skill proficiency level which indicates how proficient the candidate is at this skill.
context str
A paragraph describes context of this skill. Number of characters allowed is 100,000.
skill_name_snippet str
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.

Inheritance

builtins.object > proto.message.Message > Skill