Reference documentation and code samples for the Cloud Talent Solution V4beta1 API class Google::Cloud::Talent::V4beta1::SkillFilter.
Skill filter of the search.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#negated
def negated() -> ::Boolean
Returns
- (::Boolean) — Whether to apply negation to the filter so profiles matching the filter are excluded.
#negated=
def negated=(value) -> ::Boolean
Parameter
- value (::Boolean) — 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.
#skill
def skill() -> ::String
Returns
- (::String) — Required. The skill name. For example, "java", "j2ee", and so on.
#skill=
def skill=(value) -> ::String
Parameter
- value (::String) — Required. The skill name. For example, "java", "j2ee", and so on.
Returns
- (::String) — Required. The skill name. For example, "java", "j2ee", and so on.