| 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 |
|---|---|
WorkerPoolsClient.ListWorkerPoolsPagedResponse |
WorkerPoolsClient.listWorkerPools(ListWorkerPoolsRequest request)
Lists WorkerPools.
|
WorkerPoolsClient.ListWorkerPoolsPagedResponse |
WorkerPoolsClient.listWorkerPools(LocationName parent)
Lists WorkerPools.
|
WorkerPoolsClient.ListWorkerPoolsPagedResponse |
WorkerPoolsClient.listWorkerPools(String parent)
Lists WorkerPools.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.api.core.ApiFuture<WorkerPoolsClient.ListWorkerPoolsPagedResponse> |
WorkerPoolsClient.ListWorkerPoolsPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListWorkerPoolsRequest,ListWorkerPoolsResponse,WorkerPool> context,
com.google.api.core.ApiFuture<ListWorkerPoolsResponse> futureResponse) |
com.google.api.gax.rpc.UnaryCallable<ListWorkerPoolsRequest,WorkerPoolsClient.ListWorkerPoolsPagedResponse> |
WorkerPoolsClient.listWorkerPoolsPagedCallable()
Lists WorkerPools.
|
com.google.api.gax.rpc.PagedCallSettings<ListWorkerPoolsRequest,ListWorkerPoolsResponse,WorkerPoolsClient.ListWorkerPoolsPagedResponse> |
WorkerPoolsSettings.listWorkerPoolsSettings()
Returns the object with the settings used for calls to listWorkerPools.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListWorkerPoolsRequest,ListWorkerPoolsResponse,WorkerPoolsClient.ListWorkerPoolsPagedResponse> |
WorkerPoolsSettings.Builder.listWorkerPoolsSettings()
Returns the builder for the settings used for calls to listWorkerPools.
|
Copyright © 2025 Google LLC. All rights reserved.