Class: Google::Cloud::Talent::V4beta1::Skill

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#contextString

Returns Optional.

A paragraph describes context of this skill.

Number of characters allowed is 100,000.

Returns:

  • (String)

    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_nameString

Returns Optional.

Skill display name.

For example, "Java", "Python".

Number of characters allowed is 100.

Returns:

  • (String)

    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_dateGoogle::Type::Date

Returns Optional.

The last time this skill was used.

Returns:



502
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/common.rb', line 502

class Skill; end

#levelGoogle::Cloud::Talent::V4beta1::SkillProficiencyLevel

Returns Optional.

Skill proficiency level which indicates how proficient the candidate is at this skill.

Returns:



502
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/common.rb', line 502

class Skill; end

#skill_name_snippetString

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.

Returns:

  • (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.



502
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/common.rb', line 502

class Skill; end