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 WorkspaceNameWorkspaceName.Builder. build()static WorkspaceNameWorkspaceName. of(String project, String location, String repository, String workspace)static WorkspaceNameWorkspaceName. 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 voidDataformClient. deleteWorkspace(WorkspaceName name)Deletes a single Workspace.WorkspaceDataformClient. 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)
-