Package | Description |
---|---|
com.google.cloud.tasks.v2 |
The interfaces provided are listed below, along with usage samples.
|
com.google.cloud.tasks.v2.stub |
Modifier and Type | Method and Description |
---|---|
CloudTasksClient.ListTasksPagedResponse |
CloudTasksClient.listTasks(ListTasksRequest request)
Lists the tasks in a queue.
|
CloudTasksClient.ListTasksPagedResponse |
CloudTasksClient.listTasks(QueueName parent)
Lists the tasks in a queue.
|
CloudTasksClient.ListTasksPagedResponse |
CloudTasksClient.listTasks(String parent)
Lists the tasks in a queue.
|
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) |
UnaryCallable<ListTasksRequest,CloudTasksClient.ListTasksPagedResponse> |
CloudTasksClient.listTasksPagedCallable()
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.
|
Modifier and Type | Method and Description |
---|---|
UnaryCallable<ListTasksRequest,CloudTasksClient.ListTasksPagedResponse> |
GrpcCloudTasksStub.listTasksPagedCallable() |
UnaryCallable<ListTasksRequest,CloudTasksClient.ListTasksPagedResponse> |
HttpJsonCloudTasksStub.listTasksPagedCallable() |
UnaryCallable<ListTasksRequest,CloudTasksClient.ListTasksPagedResponse> |
CloudTasksStub.listTasksPagedCallable() |
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.