Package | Description |
---|---|
com.google.cloud.talent.v4beta1 |
A client to Cloud Talent Solution API
|
com.google.cloud.talent.v4beta1.stub |
Modifier and Type | Method and Description |
---|---|
static MethodDescriptor<ListJobsRequest,ListJobsResponse> |
JobServiceGrpc.getListJobsMethod() |
Parser<ListJobsRequest> |
ListJobsRequest.getParserForType() |
UnaryCallable<ListJobsRequest,ListJobsResponse> |
JobServiceClient.listJobsCallable()
Lists jobs by filter.
|
UnaryCallable<ListJobsRequest,JobServiceClient.ListJobsPagedResponse> |
JobServiceClient.listJobsPagedCallable()
Lists jobs by filter.
|
PagedCallSettings<ListJobsRequest,ListJobsResponse,JobServiceClient.ListJobsPagedResponse> |
JobServiceSettings.listJobsSettings()
Returns the object with the settings used for calls to listJobs.
|
PagedCallSettings.Builder<ListJobsRequest,ListJobsResponse,JobServiceClient.ListJobsPagedResponse> |
JobServiceSettings.Builder.listJobsSettings()
Returns the builder for the settings used for calls to listJobs.
|
static Parser<ListJobsRequest> |
ListJobsRequest.parser() |
Modifier and Type | Method and Description |
---|---|
ListJobsResponse |
JobServiceGrpc.JobServiceBlockingStub.listJobs(ListJobsRequest request)
Lists jobs by filter.
|
com.google.common.util.concurrent.ListenableFuture<ListJobsResponse> |
JobServiceGrpc.JobServiceFutureStub.listJobs(ListJobsRequest request)
Lists jobs by filter.
|
JobServiceClient.ListJobsPagedResponse |
JobServiceClient.listJobs(ListJobsRequest request)
Lists jobs by filter.
|
void |
JobServiceGrpc.JobServiceImplBase.listJobs(ListJobsRequest request,
StreamObserver<ListJobsResponse> responseObserver)
Lists jobs by filter.
|
void |
JobServiceGrpc.JobServiceStub.listJobs(ListJobsRequest request,
StreamObserver<ListJobsResponse> responseObserver)
Lists jobs by filter.
|
ListJobsRequest.Builder |
ListJobsRequest.Builder.mergeFrom(ListJobsRequest other) |
static ListJobsRequest.Builder |
ListJobsRequest.newBuilder(ListJobsRequest prototype) |
Modifier and Type | Method and Description |
---|---|
static com.google.api.core.ApiFuture<JobServiceClient.ListJobsPagedResponse> |
JobServiceClient.ListJobsPagedResponse.createAsync(PageContext<ListJobsRequest,ListJobsResponse,Job> context,
com.google.api.core.ApiFuture<ListJobsResponse> futureResponse) |
protected JobServiceClient.ListJobsPage |
JobServiceClient.ListJobsPage.createPage(PageContext<ListJobsRequest,ListJobsResponse,Job> context,
ListJobsResponse response) |
com.google.api.core.ApiFuture<JobServiceClient.ListJobsPage> |
JobServiceClient.ListJobsPage.createPageAsync(PageContext<ListJobsRequest,ListJobsResponse,Job> context,
com.google.api.core.ApiFuture<ListJobsResponse> futureResponse) |
Copyright © 2022 Google LLC. All rights reserved.