Interface SkillFilterOrBuilder

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
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for skill.