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

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/talent/v4beta1/common.rb

Overview

Resource that represents a skill of a candidate.

Instance Attribute Summary collapse

Instance Attribute Details

#context::String

Returns A paragraph describes context of this skill.

Number of characters allowed is 100,000.

Returns:

  • (::String)

    A paragraph describes context of this skill.

    Number of characters allowed is 100,000.



488
489
490
491
# File 'proto_docs/google/cloud/talent/v4beta1/common.rb', line 488

class Skill
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#display_name::String

Returns Skill display name.

For example, "Java", "Python".

Number of characters allowed is 100.

Returns:

  • (::String)

    Skill display name.

    For example, "Java", "Python".

    Number of characters allowed is 100.



488
489
490
491
# File 'proto_docs/google/cloud/talent/v4beta1/common.rb', line 488

class Skill
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#last_used_date::Google::Type::Date

Returns The last time this skill was used.

Returns:



488
489
490
491
# File 'proto_docs/google/cloud/talent/v4beta1/common.rb', line 488

class Skill
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#level::Google::Cloud::Talent::V4beta1::SkillProficiencyLevel

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

Returns:



488
489
490
491
# File 'proto_docs/google/cloud/talent/v4beta1/common.rb', line 488

class Skill
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#skill_name_snippet::String (readonly)

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.



488
489
490
491
# File 'proto_docs/google/cloud/talent/v4beta1/common.rb', line 488

class Skill
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end