Interface SkillFilterOrBuilder (2.2.9)

public interface SkillFilterOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNegated()

public abstract boolean getNegated()

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

bool negated = 2;

Returns
Type Description
boolean

The negated.

getSkill()

public abstract String getSkill()

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

string skill = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The skill.

getSkillBytes()

public abstract ByteString getSkillBytes()

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

string skill = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for skill.