| Package | Description |
|---|---|
| com.google.cloud.run.v2 |
A client to Cloud Run Admin API
The interfaces provided are listed below, along with usage samples.
|
| com.google.cloud.run.v2.stub |
| Modifier and Type | Method and Description |
|---|---|
TasksClient.ListTasksPagedResponse |
TasksClient.listTasks(ExecutionName parent)
Lists Tasks from an Execution of a Job.
|
TasksClient.ListTasksPagedResponse |
TasksClient.listTasks(ListTasksRequest request)
Lists Tasks from an Execution of a Job.
|
TasksClient.ListTasksPagedResponse |
TasksClient.listTasks(String parent)
Lists Tasks from an Execution of a Job.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.api.core.ApiFuture<TasksClient.ListTasksPagedResponse> |
TasksClient.ListTasksPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListTasksRequest,ListTasksResponse,Task> context,
com.google.api.core.ApiFuture<ListTasksResponse> futureResponse) |
com.google.api.gax.rpc.UnaryCallable<ListTasksRequest,TasksClient.ListTasksPagedResponse> |
TasksClient.listTasksPagedCallable()
Lists Tasks from an Execution of a Job.
|
com.google.api.gax.rpc.PagedCallSettings<ListTasksRequest,ListTasksResponse,TasksClient.ListTasksPagedResponse> |
TasksSettings.listTasksSettings()
Returns the object with the settings used for calls to listTasks.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListTasksRequest,ListTasksResponse,TasksClient.ListTasksPagedResponse> |
TasksSettings.Builder.listTasksSettings()
Returns the builder for the settings used for calls to listTasks.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.gax.rpc.UnaryCallable<ListTasksRequest,TasksClient.ListTasksPagedResponse> |
TasksStub.listTasksPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListTasksRequest,TasksClient.ListTasksPagedResponse> |
HttpJsonTasksStub.listTasksPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListTasksRequest,TasksClient.ListTasksPagedResponse> |
GrpcTasksStub.listTasksPagedCallable() |
com.google.api.gax.rpc.PagedCallSettings<ListTasksRequest,ListTasksResponse,TasksClient.ListTasksPagedResponse> |
TasksStubSettings.listTasksSettings()
Returns the object with the settings used for calls to listTasks.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListTasksRequest,ListTasksResponse,TasksClient.ListTasksPagedResponse> |
TasksStubSettings.Builder.listTasksSettings()
Returns the builder for the settings used for calls to listTasks.
|
Copyright © 2025 Google LLC. All rights reserved.