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