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