public interface JobTitleFilterOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getJobTitle()
Required.
|
com.google.protobuf.ByteString |
getJobTitleBytes()
Required.
|
boolean |
getNegated()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getJobTitle()
Required. The job title, for example, "Software engineer", or "Product manager".
string job_title = 1;com.google.protobuf.ByteString getJobTitleBytes()
Required. The job title, for example, "Software engineer", or "Product manager".
string job_title = 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.