Uses of Class
com.google.cloud.workflows.v1beta.Workflow.State
-
Packages that use Workflow.State Package Description com.google.cloud.workflows.v1beta A client to Workflows API -
-
Uses of Workflow.State in com.google.cloud.workflows.v1beta
Methods in com.google.cloud.workflows.v1beta 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.v1beta 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.v1beta with parameters of type Workflow.State Modifier and Type Method Description Workflow.BuilderWorkflow.Builder. setState(Workflow.State value)Output only.
-