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