Class: Google::Cloud::Talent::V4beta1::SkillFilter

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

Overview

Skill filter of the search.

Instance Attribute Summary collapse

Instance Attribute Details

#negated::Boolean

Returns Whether to apply negation to the filter so profiles matching the filter are excluded.

Returns:

  • (::Boolean)

    Whether to apply negation to the filter so profiles matching the filter are excluded.



610
611
612
613
# File 'proto_docs/google/cloud/talent/v4beta1/filters.rb', line 610

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

#skill::String

Returns Required. The skill name. For example, "java", "j2ee", and so on.

Returns:

  • (::String)

    Required. The skill name. For example, "java", "j2ee", and so on.



610
611
612
613
# File 'proto_docs/google/cloud/talent/v4beta1/filters.rb', line 610

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