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