Uses of Class
com.google.cloud.dataform.v1beta1.WorkflowInvocationName
-
Packages that use WorkflowInvocationName Package Description com.google.cloud.dataform.v1beta1 A client to Dataform API -
-
Uses of WorkflowInvocationName in com.google.cloud.dataform.v1beta1
Methods in com.google.cloud.dataform.v1beta1 that return WorkflowInvocationName Modifier and Type Method Description WorkflowInvocationName
WorkflowInvocationName.Builder. build()
static WorkflowInvocationName
WorkflowInvocationName. of(String project, String location, String repository, String workflowInvocation)
static WorkflowInvocationName
WorkflowInvocationName. parse(String formattedString)
Methods in com.google.cloud.dataform.v1beta1 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.v1beta1 with parameters of type WorkflowInvocationName Modifier and Type Method Description void
DataformClient. deleteWorkflowInvocation(WorkflowInvocationName name)
Deletes a single WorkflowInvocation.WorkflowInvocation
DataformClient. getWorkflowInvocation(WorkflowInvocationName name)
Fetches a single WorkflowInvocation.Method parameters in com.google.cloud.dataform.v1beta1 with type arguments of type WorkflowInvocationName Modifier and Type Method Description static List<String>
WorkflowInvocationName. toStringList(List<WorkflowInvocationName> values)
-