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.State
Execution.State. forNumber(int value)
Execution.State
Execution.Builder. getState()
Output only.Execution.State
Execution. getState()
Output only.Execution.State
ExecutionOrBuilder. getState()
Output only.static Execution.State
Execution.State. valueOf(int value)
Deprecated.static Execution.State
Execution.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Execution.State
Execution.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.Builder
Execution.Builder. setState(Execution.State value)
Output only.
-