| 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 |
|---|---|
ExecutionsClient.ListExecutionsPagedResponse |
ExecutionsClient.listExecutions(JobName parent)
Lists Executions from a Job.
|
ExecutionsClient.ListExecutionsPagedResponse |
ExecutionsClient.listExecutions(ListExecutionsRequest request)
Lists Executions from a Job.
|
ExecutionsClient.ListExecutionsPagedResponse |
ExecutionsClient.listExecutions(String parent)
Lists Executions from a Job.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.api.core.ApiFuture<ExecutionsClient.ListExecutionsPagedResponse> |
ExecutionsClient.ListExecutionsPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListExecutionsRequest,ListExecutionsResponse,Execution> context,
com.google.api.core.ApiFuture<ListExecutionsResponse> futureResponse) |
com.google.api.gax.rpc.UnaryCallable<ListExecutionsRequest,ExecutionsClient.ListExecutionsPagedResponse> |
ExecutionsClient.listExecutionsPagedCallable()
Lists Executions from a Job.
|
com.google.api.gax.rpc.PagedCallSettings<ListExecutionsRequest,ListExecutionsResponse,ExecutionsClient.ListExecutionsPagedResponse> |
ExecutionsSettings.listExecutionsSettings()
Returns the object with the settings used for calls to listExecutions.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListExecutionsRequest,ListExecutionsResponse,ExecutionsClient.ListExecutionsPagedResponse> |
ExecutionsSettings.Builder.listExecutionsSettings()
Returns the builder for the settings used for calls to listExecutions.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.gax.rpc.UnaryCallable<ListExecutionsRequest,ExecutionsClient.ListExecutionsPagedResponse> |
GrpcExecutionsStub.listExecutionsPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListExecutionsRequest,ExecutionsClient.ListExecutionsPagedResponse> |
ExecutionsStub.listExecutionsPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListExecutionsRequest,ExecutionsClient.ListExecutionsPagedResponse> |
HttpJsonExecutionsStub.listExecutionsPagedCallable() |
com.google.api.gax.rpc.PagedCallSettings<ListExecutionsRequest,ListExecutionsResponse,ExecutionsClient.ListExecutionsPagedResponse> |
ExecutionsStubSettings.listExecutionsSettings()
Returns the object with the settings used for calls to listExecutions.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListExecutionsRequest,ListExecutionsResponse,ExecutionsClient.ListExecutionsPagedResponse> |
ExecutionsStubSettings.Builder.listExecutionsSettings()
Returns the builder for the settings used for calls to listExecutions.
|
Copyright © 2025 Google LLC. All rights reserved.