Uses of Class
com.google.cloud.dataform.v1alpha2.WorkflowInvocation.State
-
Packages that use WorkflowInvocation.State Package Description com.google.cloud.dataform.v1alpha2 A client to Dataform API -
-
Uses of WorkflowInvocation.State in com.google.cloud.dataform.v1alpha2
Methods in com.google.cloud.dataform.v1alpha2 that return WorkflowInvocation.State Modifier and Type Method Description static WorkflowInvocation.StateWorkflowInvocation.State. forNumber(int value)WorkflowInvocation.StateWorkflowInvocation.Builder. getState()Output only.WorkflowInvocation.StateWorkflowInvocation. getState()Output only.WorkflowInvocation.StateWorkflowInvocationOrBuilder. getState()Output only.static WorkflowInvocation.StateWorkflowInvocation.State. valueOf(int value)Deprecated.static WorkflowInvocation.StateWorkflowInvocation.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static WorkflowInvocation.StateWorkflowInvocation.State. valueOf(String name)Returns the enum constant of this type with the specified name.static WorkflowInvocation.State[]WorkflowInvocation.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 WorkflowInvocation.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<WorkflowInvocation.State>WorkflowInvocation.State. internalGetValueMap()Methods in com.google.cloud.dataform.v1alpha2 with parameters of type WorkflowInvocation.State Modifier and Type Method Description WorkflowInvocation.BuilderWorkflowInvocation.Builder. setState(WorkflowInvocation.State value)Output only.
-