Uses of Interface
com.google.cloud.workflows.executions.v1.ExecutionOrBuilder
-
Packages that use ExecutionOrBuilder Package Description com.google.cloud.workflows.executions.v1 A client to Workflow Executions API -
-
Uses of ExecutionOrBuilder in com.google.cloud.workflows.executions.v1
Classes in com.google.cloud.workflows.executions.v1 that implement ExecutionOrBuilder Modifier and Type Class Description class
Execution
A running instance of a [Workflow](/workflows/docs/reference/rest/v1/projects.locations.workflows).static class
Execution.Builder
A running instance of a [Workflow](/workflows/docs/reference/rest/v1/projects.locations.workflows).Methods in com.google.cloud.workflows.executions.v1 that return ExecutionOrBuilder Modifier and Type Method Description ExecutionOrBuilder
CreateExecutionRequest.Builder. getExecutionOrBuilder()
Required.ExecutionOrBuilder
CreateExecutionRequest. getExecutionOrBuilder()
Required.ExecutionOrBuilder
CreateExecutionRequestOrBuilder. getExecutionOrBuilder()
Required.ExecutionOrBuilder
ListExecutionsResponse.Builder. getExecutionsOrBuilder(int index)
The executions which match the request.ExecutionOrBuilder
ListExecutionsResponse. getExecutionsOrBuilder(int index)
The executions which match the request.ExecutionOrBuilder
ListExecutionsResponseOrBuilder. getExecutionsOrBuilder(int index)
The executions which match the request.Methods in com.google.cloud.workflows.executions.v1 that return types with arguments of type ExecutionOrBuilder Modifier and Type Method Description List<? extends ExecutionOrBuilder>
ListExecutionsResponse.Builder. getExecutionsOrBuilderList()
The executions which match the request.List<? extends ExecutionOrBuilder>
ListExecutionsResponse. getExecutionsOrBuilderList()
The executions which match the request.List<? extends ExecutionOrBuilder>
ListExecutionsResponseOrBuilder. getExecutionsOrBuilderList()
The executions which match the request.
-