| Package | Description |
|---|---|
| com.google.cloud.workflows.executions.v1 |
A client to Workflow Executions API
|
| com.google.cloud.workflows.executions.v1.stub |
| Modifier and Type | Method and Description |
|---|---|
ExecutionsClient.ListExecutionsPagedResponse |
ExecutionsClient.listExecutions(ListExecutionsRequest request)
Returns a list of executions which belong to the workflow with the given name.
|
ExecutionsClient.ListExecutionsPagedResponse |
ExecutionsClient.listExecutions(String parent)
Returns a list of executions which belong to the workflow with the given name.
|
ExecutionsClient.ListExecutionsPagedResponse |
ExecutionsClient.listExecutions(WorkflowName parent)
Returns a list of executions which belong to the workflow with the given name.
|
| 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()
Returns a list of executions which belong to the workflow with the given name.
|
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.
|
Copyright © 2024 Google LLC. All rights reserved.