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