Uses of Class
com.google.cloud.dataform.v1alpha2.WorkspaceName
-
Packages that use WorkspaceName Package Description com.google.cloud.dataform.v1alpha2 A client to Dataform API -
-
Uses of WorkspaceName in com.google.cloud.dataform.v1alpha2
Methods in com.google.cloud.dataform.v1alpha2 that return WorkspaceName Modifier and Type Method Description WorkspaceName
WorkspaceName.Builder. build()
static WorkspaceName
WorkspaceName. of(String project, String location, String repository, String workspace)
static WorkspaceName
WorkspaceName. parse(String formattedString)
Methods in com.google.cloud.dataform.v1alpha2 that return types with arguments of type WorkspaceName Modifier and Type Method Description static List<WorkspaceName>
WorkspaceName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.dataform.v1alpha2 with parameters of type WorkspaceName Modifier and Type Method Description void
DataformClient. deleteWorkspace(WorkspaceName name)
Deletes a single Workspace.Workspace
DataformClient. getWorkspace(WorkspaceName name)
Fetches a single Workspace.Method parameters in com.google.cloud.dataform.v1alpha2 with type arguments of type WorkspaceName Modifier and Type Method Description static List<String>
WorkspaceName. toStringList(List<WorkspaceName> values)
-