Uses of Interface
com.google.cloud.workflows.executions.v1.Execution.Status.StepOrBuilder
-
Packages that use Execution.Status.StepOrBuilder Package Description com.google.cloud.workflows.executions.v1 A client to Workflow Executions API -
-
Uses of Execution.Status.StepOrBuilder in com.google.cloud.workflows.executions.v1
Classes in com.google.cloud.workflows.executions.v1 that implement Execution.Status.StepOrBuilder Modifier and Type Class Description static class
Execution.Status.Step
Represents a step of the workflow this execution is running.static class
Execution.Status.Step.Builder
Represents a step of the workflow this execution is running.Methods in com.google.cloud.workflows.executions.v1 that return Execution.Status.StepOrBuilder Modifier and Type Method Description Execution.Status.StepOrBuilder
Execution.Status.Builder. getCurrentStepsOrBuilder(int index)
A list of currently executing or last executed step names for the workflow execution currently running.Execution.Status.StepOrBuilder
Execution.Status. getCurrentStepsOrBuilder(int index)
A list of currently executing or last executed step names for the workflow execution currently running.Execution.Status.StepOrBuilder
Execution.StatusOrBuilder. getCurrentStepsOrBuilder(int index)
A list of currently executing or last executed step names for the workflow execution currently running.Methods in com.google.cloud.workflows.executions.v1 that return types with arguments of type Execution.Status.StepOrBuilder Modifier and Type Method Description List<? extends Execution.Status.StepOrBuilder>
Execution.Status.Builder. getCurrentStepsOrBuilderList()
A list of currently executing or last executed step names for the workflow execution currently running.List<? extends Execution.Status.StepOrBuilder>
Execution.Status. getCurrentStepsOrBuilderList()
A list of currently executing or last executed step names for the workflow execution currently running.List<? extends Execution.Status.StepOrBuilder>
Execution.StatusOrBuilder. getCurrentStepsOrBuilderList()
A list of currently executing or last executed step names for the workflow execution currently running.
-