Uses of Class
com.google.cloud.workflows.executions.v1beta.Execution.State
-
Packages that use Execution.State Package Description com.google.cloud.workflows.executions.v1beta A client to Workflow Executions API -
-
Uses of Execution.State in com.google.cloud.workflows.executions.v1beta
Methods in com.google.cloud.workflows.executions.v1beta that return Execution.State Modifier and Type Method Description static Execution.StateExecution.State. forNumber(int value)Execution.StateExecution.Builder. getState()Output only.Execution.StateExecution. getState()Output only.Execution.StateExecutionOrBuilder. getState()Output only.static Execution.StateExecution.State. valueOf(int value)Deprecated.static Execution.StateExecution.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Execution.StateExecution.State. valueOf(String name)Returns the enum constant of this type with the specified name.static Execution.State[]Execution.State. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.workflows.executions.v1beta that return types with arguments of type Execution.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Execution.State>Execution.State. internalGetValueMap()Methods in com.google.cloud.workflows.executions.v1beta with parameters of type Execution.State Modifier and Type Method Description Execution.BuilderExecution.Builder. setState(Execution.State value)Output only.
-