Package | Description |
---|---|
com.google.cloud.tasks.v2beta2 |
The interfaces provided are listed below, along with usage samples.
|
com.google.cloud.tasks.v2beta2.stub |
Modifier and Type | Method and Description |
---|---|
static MethodDescriptor<ListTasksRequest,ListTasksResponse> |
CloudTasksGrpc.getListTasksMethod() |
Parser<ListTasksResponse> |
ListTasksResponse.getParserForType() |
com.google.common.util.concurrent.ListenableFuture<ListTasksResponse> |
CloudTasksGrpc.CloudTasksFutureStub.listTasks(ListTasksRequest request)
Lists the tasks in a queue.
|
UnaryCallable<ListTasksRequest,ListTasksResponse> |
CloudTasksClient.listTasksCallable()
Lists the tasks in a queue.
|
PagedCallSettings<ListTasksRequest,ListTasksResponse,CloudTasksClient.ListTasksPagedResponse> |
CloudTasksSettings.listTasksSettings()
Returns the object with the settings used for calls to listTasks.
|
PagedCallSettings.Builder<ListTasksRequest,ListTasksResponse,CloudTasksClient.ListTasksPagedResponse> |
CloudTasksSettings.Builder.listTasksSettings()
Returns the builder for the settings used for calls to listTasks.
|
static Parser<ListTasksResponse> |
ListTasksResponse.parser() |
Modifier and Type | Method and Description |
---|---|
protected CloudTasksClient.ListTasksPage |
CloudTasksClient.ListTasksPage.createPage(PageContext<ListTasksRequest,ListTasksResponse,Task> context,
ListTasksResponse response) |
ListTasksResponse.Builder |
ListTasksResponse.Builder.mergeFrom(ListTasksResponse other) |
static ListTasksResponse.Builder |
ListTasksResponse.newBuilder(ListTasksResponse prototype) |
Modifier and Type | Method and Description |
---|---|
static com.google.api.core.ApiFuture<CloudTasksClient.ListTasksPagedResponse> |
CloudTasksClient.ListTasksPagedResponse.createAsync(PageContext<ListTasksRequest,ListTasksResponse,Task> context,
com.google.api.core.ApiFuture<ListTasksResponse> futureResponse) |
static com.google.api.core.ApiFuture<CloudTasksClient.ListTasksPagedResponse> |
CloudTasksClient.ListTasksPagedResponse.createAsync(PageContext<ListTasksRequest,ListTasksResponse,Task> context,
com.google.api.core.ApiFuture<ListTasksResponse> futureResponse) |
protected CloudTasksClient.ListTasksPage |
CloudTasksClient.ListTasksPage.createPage(PageContext<ListTasksRequest,ListTasksResponse,Task> context,
ListTasksResponse response) |
com.google.api.core.ApiFuture<CloudTasksClient.ListTasksPage> |
CloudTasksClient.ListTasksPage.createPageAsync(PageContext<ListTasksRequest,ListTasksResponse,Task> context,
com.google.api.core.ApiFuture<ListTasksResponse> futureResponse) |
com.google.api.core.ApiFuture<CloudTasksClient.ListTasksPage> |
CloudTasksClient.ListTasksPage.createPageAsync(PageContext<ListTasksRequest,ListTasksResponse,Task> context,
com.google.api.core.ApiFuture<ListTasksResponse> futureResponse) |
void |
CloudTasksGrpc.CloudTasksImplBase.listTasks(ListTasksRequest request,
StreamObserver<ListTasksResponse> responseObserver)
Lists the tasks in a queue.
|
void |
CloudTasksGrpc.CloudTasksStub.listTasks(ListTasksRequest request,
StreamObserver<ListTasksResponse> responseObserver)
Lists the tasks in a queue.
|
Modifier and Type | Method and Description |
---|---|
UnaryCallable<ListTasksRequest,ListTasksResponse> |
GrpcCloudTasksStub.listTasksCallable() |
UnaryCallable<ListTasksRequest,ListTasksResponse> |
HttpJsonCloudTasksStub.listTasksCallable() |
UnaryCallable<ListTasksRequest,ListTasksResponse> |
CloudTasksStub.listTasksCallable() |
PagedCallSettings<ListTasksRequest,ListTasksResponse,CloudTasksClient.ListTasksPagedResponse> |
CloudTasksStubSettings.listTasksSettings()
Returns the object with the settings used for calls to listTasks.
|
PagedCallSettings.Builder<ListTasksRequest,ListTasksResponse,CloudTasksClient.ListTasksPagedResponse> |
CloudTasksStubSettings.Builder.listTasksSettings()
Returns the builder for the settings used for calls to listTasks.
|
Copyright © 2022 Google LLC. All rights reserved.