Uses of Class
com.google.cloud.dataform.v1alpha2.WorkflowInvocationName
-
Packages that use WorkflowInvocationName Package Description com.google.cloud.dataform.v1alpha2 A client to Dataform API -
-
Uses of WorkflowInvocationName in com.google.cloud.dataform.v1alpha2
Methods in com.google.cloud.dataform.v1alpha2 that return WorkflowInvocationName Modifier and Type Method Description WorkflowInvocationNameWorkflowInvocationName.Builder. build()static WorkflowInvocationNameWorkflowInvocationName. of(String project, String location, String repository, String workflowInvocation)static WorkflowInvocationNameWorkflowInvocationName. parse(String formattedString)Methods in com.google.cloud.dataform.v1alpha2 that return types with arguments of type WorkflowInvocationName Modifier and Type Method Description static List<WorkflowInvocationName>WorkflowInvocationName. parseList(List<String> formattedStrings)Methods in com.google.cloud.dataform.v1alpha2 with parameters of type WorkflowInvocationName Modifier and Type Method Description voidDataformClient. deleteWorkflowInvocation(WorkflowInvocationName name)Deletes a single WorkflowInvocation.WorkflowInvocationDataformClient. getWorkflowInvocation(WorkflowInvocationName name)Fetches a single WorkflowInvocation.Method parameters in com.google.cloud.dataform.v1alpha2 with type arguments of type WorkflowInvocationName Modifier and Type Method Description static List<String>WorkflowInvocationName. toStringList(List<WorkflowInvocationName> values)
-