Class: Google::Cloud::Talent::V4beta1::Skill
- Inherits:
-
Object
- Object
- Google::Cloud::Talent::V4beta1::Skill
- Defined in:
- lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/common.rb
Overview
Resource that represents a skill of a candidate.
Instance Attribute Summary collapse
-
#context ⇒ String
A paragraph describes context of this skill.
-
#display_name ⇒ String
Skill display name.
-
#last_used_date ⇒ Google::Type::Date
The last time this skill was used.
-
#level ⇒ Google::Cloud::Talent::V4beta1::SkillProficiencyLevel
Skill proficiency level which indicates how proficient the candidate is at this skill.
-
#skill_name_snippet ⇒ String
Output only.
Instance Attribute Details
#context ⇒ String
Returns A paragraph describes context of this skill.
Number of characters allowed is 100,000.
505 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/common.rb', line 505 class Skill; end |
#display_name ⇒ String
Returns Skill display name.
For example, "Java", "Python".
Number of characters allowed is 100.
505 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/common.rb', line 505 class Skill; end |
#last_used_date ⇒ Google::Type::Date
Returns The last time this skill was used.
505 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/common.rb', line 505 class Skill; end |
#level ⇒ Google::Cloud::Talent::V4beta1::SkillProficiencyLevel
Returns Skill proficiency level which indicates how proficient the candidate is at this skill.
505 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/common.rb', line 505 class Skill; end |
#skill_name_snippet ⇒ String
Returns 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.
505 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/common.rb', line 505 class Skill; end |