Uses of Class
com.google.cloud.workflows.executions.v1.Execution.Status.Step
-
Packages that use Execution.Status.Step Package Description com.google.cloud.workflows.executions.v1 A client to Workflow Executions API -
-
Uses of Execution.Status.Step in com.google.cloud.workflows.executions.v1
Methods in com.google.cloud.workflows.executions.v1 that return Execution.Status.Step Modifier and Type Method Description Execution.Status.StepExecution.Status.Step.Builder. build()Execution.Status.StepExecution.Status.Step.Builder. buildPartial()Execution.Status.StepExecution.Status.Builder. getCurrentSteps(int index)A list of currently executing or last executed step names for the workflow execution currently running.Execution.Status.StepExecution.Status. getCurrentSteps(int index)A list of currently executing or last executed step names for the workflow execution currently running.Execution.Status.StepExecution.StatusOrBuilder. getCurrentSteps(int index)A list of currently executing or last executed step names for the workflow execution currently running.static Execution.Status.StepExecution.Status.Step. getDefaultInstance()Execution.Status.StepExecution.Status.Step.Builder. getDefaultInstanceForType()Execution.Status.StepExecution.Status.Step. getDefaultInstanceForType()static Execution.Status.StepExecution.Status.Step. parseDelimitedFrom(InputStream input)static Execution.Status.StepExecution.Status.Step. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Execution.Status.StepExecution.Status.Step. parseFrom(byte[] data)static Execution.Status.StepExecution.Status.Step. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Execution.Status.StepExecution.Status.Step. parseFrom(com.google.protobuf.ByteString data)static Execution.Status.StepExecution.Status.Step. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Execution.Status.StepExecution.Status.Step. parseFrom(com.google.protobuf.CodedInputStream input)static Execution.Status.StepExecution.Status.Step. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Execution.Status.StepExecution.Status.Step. parseFrom(InputStream input)static Execution.Status.StepExecution.Status.Step. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Execution.Status.StepExecution.Status.Step. parseFrom(ByteBuffer data)static Execution.Status.StepExecution.Status.Step. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.workflows.executions.v1 that return types with arguments of type Execution.Status.Step Modifier and Type Method Description List<Execution.Status.Step>Execution.Status.Builder. getCurrentStepsList()A list of currently executing or last executed step names for the workflow execution currently running.List<Execution.Status.Step>Execution.Status. getCurrentStepsList()A list of currently executing or last executed step names for the workflow execution currently running.List<Execution.Status.Step>Execution.StatusOrBuilder. getCurrentStepsList()A list of currently executing or last executed step names for the workflow execution currently running.com.google.protobuf.Parser<Execution.Status.Step>Execution.Status.Step. getParserForType()static com.google.protobuf.Parser<Execution.Status.Step>Execution.Status.Step. parser()Methods in com.google.cloud.workflows.executions.v1 with parameters of type Execution.Status.Step Modifier and Type Method Description Execution.Status.BuilderExecution.Status.Builder. addCurrentSteps(int index, Execution.Status.Step value)A list of currently executing or last executed step names for the workflow execution currently running.Execution.Status.BuilderExecution.Status.Builder. addCurrentSteps(Execution.Status.Step value)A list of currently executing or last executed step names for the workflow execution currently running.Execution.Status.Step.BuilderExecution.Status.Step.Builder. mergeFrom(Execution.Status.Step other)static Execution.Status.Step.BuilderExecution.Status.Step. newBuilder(Execution.Status.Step prototype)Execution.Status.BuilderExecution.Status.Builder. setCurrentSteps(int index, Execution.Status.Step value)A list of currently executing or last executed step names for the workflow execution currently running.Method parameters in com.google.cloud.workflows.executions.v1 with type arguments of type Execution.Status.Step Modifier and Type Method Description Execution.Status.BuilderExecution.Status.Builder. addAllCurrentSteps(Iterable<? extends Execution.Status.Step> values)A list of currently executing or last executed step names for the workflow execution currently running.
-