public interface ListJobsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getFilter()
Required.
|
com.google.protobuf.ByteString |
getFilterBytes()
Required.
|
JobView |
getJobView()
Optional.
|
int |
getJobViewValue()
Optional.
|
int |
getPageSize()
Optional.
|
String |
getPageToken()
Optional.
|
com.google.protobuf.ByteString |
getPageTokenBytes()
Optional.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required.
The resource name of the tenant under which the job is created.
The format is "projects/{project_id}/tenants/{tenant_id}", for example,
"projects/api-test-project/tenant/foo".
Tenant id is optional and the default tenant is used if unspecified, for
example, "projects/api-test-project".
string parent = 1;com.google.protobuf.ByteString getParentBytes()
Required.
The resource name of the tenant under which the job is created.
The format is "projects/{project_id}/tenants/{tenant_id}", for example,
"projects/api-test-project/tenant/foo".
Tenant id is optional and the default tenant is used if unspecified, for
example, "projects/api-test-project".
string parent = 1;String getFilter()
Required. The filter string specifies the jobs to be enumerated. Supported operator: =, AND The fields eligible for filtering are: * `companyName` (Required) * `requisitionId` (Optional) * `status` (Optional) Available values: OPEN, EXPIRED, ALL. Defaults to OPEN if no value is specified. Sample Query: * companyName = "projects/api-test-project/tenants/foo/companies/bar" * companyName = "projects/api-test-project/tenants/foo/companies/bar" AND requisitionId = "req-1" * companyName = "projects/api-test-project/tenants/foo/companies/bar" AND status = "EXPIRED"
string filter = 2;com.google.protobuf.ByteString getFilterBytes()
Required. The filter string specifies the jobs to be enumerated. Supported operator: =, AND The fields eligible for filtering are: * `companyName` (Required) * `requisitionId` (Optional) * `status` (Optional) Available values: OPEN, EXPIRED, ALL. Defaults to OPEN if no value is specified. Sample Query: * companyName = "projects/api-test-project/tenants/foo/companies/bar" * companyName = "projects/api-test-project/tenants/foo/companies/bar" AND requisitionId = "req-1" * companyName = "projects/api-test-project/tenants/foo/companies/bar" AND status = "EXPIRED"
string filter = 2;String getPageToken()
Optional. The starting point of a query result.
string page_token = 3;com.google.protobuf.ByteString getPageTokenBytes()
Optional. The starting point of a query result.
string page_token = 3;int getPageSize()
Optional. The maximum number of jobs to be returned per page of results. If [job_view][google.cloud.talent.v4beta1.ListJobsRequest.job_view] is set to [JobView.JOB_VIEW_ID_ONLY][google.cloud.talent.v4beta1.JobView.JOB_VIEW_ID_ONLY], the maximum allowed page size is 1000. Otherwise, the maximum allowed page size is 100. Default is 100 if empty or a number < 1 is specified.
int32 page_size = 4;int getJobViewValue()
Optional. The desired job attributes returned for jobs in the search response. Defaults to [JobView.JOB_VIEW_FULL][google.cloud.talent.v4beta1.JobView.JOB_VIEW_FULL] if no value is specified.
.google.cloud.talent.v4beta1.JobView job_view = 5;JobView getJobView()
Optional. The desired job attributes returned for jobs in the search response. Defaults to [JobView.JOB_VIEW_FULL][google.cloud.talent.v4beta1.JobView.JOB_VIEW_FULL] if no value is specified.
.google.cloud.talent.v4beta1.JobView job_view = 5;Copyright © 2019 Google LLC. All rights reserved.