- 2.79.0 (latest)
- 2.77.0
- 2.76.0
- 2.75.0
- 2.74.0
- 2.73.0
- 2.71.0
- 2.69.0
- 2.68.0
- 2.65.0
- 2.64.0
- 2.63.0
- 2.61.0
- 2.60.0
- 2.59.0
- 2.58.0
- 2.57.0
- 2.56.0
- 2.55.0
- 2.54.0
- 2.53.0
- 2.52.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.6
- 2.2.9
public static final class ListJobsRequest.Builder extends GeneratedMessageV3.Builder<ListJobsRequest.Builder> implements ListJobsRequestOrBuilderList jobs request.
Protobuf type google.cloud.talent.v4beta1.ListJobsRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ListJobsRequest.BuilderImplements
ListJobsRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
| Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListJobsRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| ListJobsRequest.Builder |
build()
public ListJobsRequest build()| Type | Description |
| ListJobsRequest |
buildPartial()
public ListJobsRequest buildPartial()| Type | Description |
| ListJobsRequest |
clear()
public ListJobsRequest.Builder clear()| Type | Description |
| ListJobsRequest.Builder |
clearField(Descriptors.FieldDescriptor field)
public ListJobsRequest.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
| field | FieldDescriptor |
| Type | Description |
| ListJobsRequest.Builder |
clearFilter()
public ListJobsRequest.Builder clearFilter()Required. The filter string specifies the jobs to be enumerated. Supported operator: =, AND The fields eligible for filtering are:
companyName(Required)requisitionIdstatusAvailable values: OPEN, EXPIRED, ALL. Defaults to OPEN if no value is specified. Sample Query:- companyName = "projects/foo/tenants/bar/companies/baz"
- companyName = "projects/foo/tenants/bar/companies/baz" AND requisitionId = "req-1"
- companyName = "projects/foo/tenants/bar/companies/baz" AND status = "EXPIRED"
string filter = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ListJobsRequest.Builder | This builder for chaining. |
clearJobView()
public ListJobsRequest.Builder clearJobView()The desired job attributes returned for jobs in the search response. Defaults to JobView.JOB_VIEW_FULL if no value is specified.
.google.cloud.talent.v4beta1.JobView job_view = 5;
| Type | Description |
| ListJobsRequest.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public ListJobsRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
| oneof | OneofDescriptor |
| Type | Description |
| ListJobsRequest.Builder |
clearPageSize()
public ListJobsRequest.Builder clearPageSize()The maximum number of jobs to be returned per page of results. If job_view is set to 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;
| Type | Description |
| ListJobsRequest.Builder | This builder for chaining. |
clearPageToken()
public ListJobsRequest.Builder clearPageToken()The starting point of a query result.
string page_token = 3;
| Type | Description |
| ListJobsRequest.Builder | This builder for chaining. |
clearParent()
public ListJobsRequest.Builder clearParent()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/foo/tenant/bar". If tenant id is unspecified, a default tenant is created. For example, "projects/foo".
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| ListJobsRequest.Builder | This builder for chaining. |
clone()
public ListJobsRequest.Builder clone()| Type | Description |
| ListJobsRequest.Builder |
getDefaultInstanceForType()
public ListJobsRequest getDefaultInstanceForType()| Type | Description |
| ListJobsRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
| Descriptor |
getFilter()
public String getFilter()Required. The filter string specifies the jobs to be enumerated. Supported operator: =, AND The fields eligible for filtering are:
companyName(Required)requisitionIdstatusAvailable values: OPEN, EXPIRED, ALL. Defaults to OPEN if no value is specified. Sample Query:- companyName = "projects/foo/tenants/bar/companies/baz"
- companyName = "projects/foo/tenants/bar/companies/baz" AND requisitionId = "req-1"
- companyName = "projects/foo/tenants/bar/companies/baz" AND status = "EXPIRED"
string filter = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| String | The filter. |
getFilterBytes()
public ByteString getFilterBytes()Required. The filter string specifies the jobs to be enumerated. Supported operator: =, AND The fields eligible for filtering are:
companyName(Required)requisitionIdstatusAvailable values: OPEN, EXPIRED, ALL. Defaults to OPEN if no value is specified. Sample Query:- companyName = "projects/foo/tenants/bar/companies/baz"
- companyName = "projects/foo/tenants/bar/companies/baz" AND requisitionId = "req-1"
- companyName = "projects/foo/tenants/bar/companies/baz" AND status = "EXPIRED"
string filter = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ByteString | The bytes for filter. |
getJobView()
public JobView getJobView()The desired job attributes returned for jobs in the search response. Defaults to JobView.JOB_VIEW_FULL if no value is specified.
.google.cloud.talent.v4beta1.JobView job_view = 5;
| Type | Description |
| JobView | The jobView. |
getJobViewValue()
public int getJobViewValue()The desired job attributes returned for jobs in the search response. Defaults to JobView.JOB_VIEW_FULL if no value is specified.
.google.cloud.talent.v4beta1.JobView job_view = 5;
| Type | Description |
| int | The enum numeric value on the wire for jobView. |
getPageSize()
public int getPageSize()The maximum number of jobs to be returned per page of results. If job_view is set to 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;
| Type | Description |
| int | The pageSize. |
getPageToken()
public String getPageToken()The starting point of a query result.
string page_token = 3;
| Type | Description |
| String | The pageToken. |
getPageTokenBytes()
public ByteString getPageTokenBytes()The starting point of a query result.
string page_token = 3;
| Type | Description |
| ByteString | The bytes for pageToken. |
getParent()
public String 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/foo/tenant/bar". If tenant id is unspecified, a default tenant is created. For example, "projects/foo".
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| String | The parent. |
getParentBytes()
public 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/foo/tenant/bar". If tenant id is unspecified, a default tenant is created. For example, "projects/foo".
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| ByteString | The bytes for parent. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
| FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
| boolean |
mergeFrom(ListJobsRequest other)
public ListJobsRequest.Builder mergeFrom(ListJobsRequest other)| Name | Description |
| other | ListJobsRequest |
| Type | Description |
| ListJobsRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListJobsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| ListJobsRequest.Builder |
| Type | Description |
| IOException |
mergeFrom(Message other)
public ListJobsRequest.Builder mergeFrom(Message other)| Name | Description |
| other | Message |
| Type | Description |
| ListJobsRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListJobsRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| ListJobsRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public ListJobsRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| ListJobsRequest.Builder |
setFilter(String value)
public ListJobsRequest.Builder setFilter(String value)Required. The filter string specifies the jobs to be enumerated. Supported operator: =, AND The fields eligible for filtering are:
companyName(Required)requisitionIdstatusAvailable values: OPEN, EXPIRED, ALL. Defaults to OPEN if no value is specified. Sample Query:- companyName = "projects/foo/tenants/bar/companies/baz"
- companyName = "projects/foo/tenants/bar/companies/baz" AND requisitionId = "req-1"
- companyName = "projects/foo/tenants/bar/companies/baz" AND status = "EXPIRED"
string filter = 2 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
| value | StringThe filter to set. |
| Type | Description |
| ListJobsRequest.Builder | This builder for chaining. |
setFilterBytes(ByteString value)
public ListJobsRequest.Builder setFilterBytes(ByteString value)Required. The filter string specifies the jobs to be enumerated. Supported operator: =, AND The fields eligible for filtering are:
companyName(Required)requisitionIdstatusAvailable values: OPEN, EXPIRED, ALL. Defaults to OPEN if no value is specified. Sample Query:- companyName = "projects/foo/tenants/bar/companies/baz"
- companyName = "projects/foo/tenants/bar/companies/baz" AND requisitionId = "req-1"
- companyName = "projects/foo/tenants/bar/companies/baz" AND status = "EXPIRED"
string filter = 2 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
| value | ByteStringThe bytes for filter to set. |
| Type | Description |
| ListJobsRequest.Builder | This builder for chaining. |
setJobView(JobView value)
public ListJobsRequest.Builder setJobView(JobView value)The desired job attributes returned for jobs in the search response. Defaults to JobView.JOB_VIEW_FULL if no value is specified.
.google.cloud.talent.v4beta1.JobView job_view = 5;
| Name | Description |
| value | JobViewThe jobView to set. |
| Type | Description |
| ListJobsRequest.Builder | This builder for chaining. |
setJobViewValue(int value)
public ListJobsRequest.Builder setJobViewValue(int value)The desired job attributes returned for jobs in the search response. Defaults to JobView.JOB_VIEW_FULL if no value is specified.
.google.cloud.talent.v4beta1.JobView job_view = 5;
| Name | Description |
| value | intThe enum numeric value on the wire for jobView to set. |
| Type | Description |
| ListJobsRequest.Builder | This builder for chaining. |
setPageSize(int value)
public ListJobsRequest.Builder setPageSize(int value)The maximum number of jobs to be returned per page of results. If job_view is set to 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;
| Name | Description |
| value | intThe pageSize to set. |
| Type | Description |
| ListJobsRequest.Builder | This builder for chaining. |
setPageToken(String value)
public ListJobsRequest.Builder setPageToken(String value)The starting point of a query result.
string page_token = 3;
| Name | Description |
| value | StringThe pageToken to set. |
| Type | Description |
| ListJobsRequest.Builder | This builder for chaining. |
setPageTokenBytes(ByteString value)
public ListJobsRequest.Builder setPageTokenBytes(ByteString value)The starting point of a query result.
string page_token = 3;
| Name | Description |
| value | ByteStringThe bytes for pageToken to set. |
| Type | Description |
| ListJobsRequest.Builder | This builder for chaining. |
setParent(String value)
public ListJobsRequest.Builder setParent(String value)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/foo/tenant/bar". If tenant id is unspecified, a default tenant is created. For example, "projects/foo".
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Name | Description |
| value | StringThe parent to set. |
| Type | Description |
| ListJobsRequest.Builder | This builder for chaining. |
setParentBytes(ByteString value)
public ListJobsRequest.Builder setParentBytes(ByteString value)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/foo/tenant/bar". If tenant id is unspecified, a default tenant is created. For example, "projects/foo".
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Name | Description |
| value | ByteStringThe bytes for parent to set. |
| Type | Description |
| ListJobsRequest.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListJobsRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
| field | FieldDescriptor |
| index | int |
| value | Object |
| Type | Description |
| ListJobsRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final ListJobsRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| ListJobsRequest.Builder |