public interface SkillFilterOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getNegated()
Optional.
|
String |
getSkill()
Required.
|
com.google.protobuf.ByteString |
getSkillBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getSkill()
Required. The skill name. For example, "java", "j2ee", and so on.
string skill = 1;com.google.protobuf.ByteString getSkillBytes()
Required. The skill name. For example, "java", "j2ee", and so on.
string skill = 1;boolean getNegated()
Optional. Whether to apply negation to the filter so profiles matching the filter are excluded.
bool negated = 2;Copyright © 2019 Google LLC. All rights reserved.