public interface ApplicationJobFilterOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getJobRequisitionId()
Optional.
|
com.google.protobuf.ByteString |
getJobRequisitionIdBytes()
Optional.
|
String |
getJobTitle()
Optional.
|
com.google.protobuf.ByteString |
getJobTitleBytes()
Optional.
|
boolean |
getNegated()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getJobRequisitionId()
Optional. The job requisition id in the application. The API does an exact match on the [Job.requisition_id][google.cloud.talent.v4beta1.Job.requisition_id] of [Application.job][google.cloud.talent.v4beta1.Application.job] in profiles.
string job_requisition_id = 2;com.google.protobuf.ByteString getJobRequisitionIdBytes()
Optional. The job requisition id in the application. The API does an exact match on the [Job.requisition_id][google.cloud.talent.v4beta1.Job.requisition_id] of [Application.job][google.cloud.talent.v4beta1.Application.job] in profiles.
string job_requisition_id = 2;String getJobTitle()
Optional. The job title in the application. The API does an exact match on the [Job.title][google.cloud.talent.v4beta1.Job.title] of [Application.job][google.cloud.talent.v4beta1.Application.job] in profiles.
string job_title = 3;com.google.protobuf.ByteString getJobTitleBytes()
Optional. The job title in the application. The API does an exact match on the [Job.title][google.cloud.talent.v4beta1.Job.title] of [Application.job][google.cloud.talent.v4beta1.Application.job] in profiles.
string job_title = 3;boolean getNegated()
Optional. If true, the API excludes all profiles with any [Application.job][google.cloud.talent.v4beta1.Application.job] matching the filters.
bool negated = 4;Copyright © 2019 Google LLC. All rights reserved.