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