Uses of Class
com.google.cloud.dataform.v1alpha2.RepositoryName
-
Packages that use RepositoryName Package Description com.google.cloud.dataform.v1alpha2 A client to Dataform API -
-
Uses of RepositoryName in com.google.cloud.dataform.v1alpha2
Methods in com.google.cloud.dataform.v1alpha2 that return RepositoryName Modifier and Type Method Description RepositoryName
RepositoryName.Builder. build()
static RepositoryName
RepositoryName. of(String project, String location, String repository)
static RepositoryName
RepositoryName. parse(String formattedString)
Methods in com.google.cloud.dataform.v1alpha2 that return types with arguments of type RepositoryName Modifier and Type Method Description static List<RepositoryName>
RepositoryName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.dataform.v1alpha2 with parameters of type RepositoryName Modifier and Type Method Description CompilationResult
DataformClient. createCompilationResult(RepositoryName parent, CompilationResult compilationResult)
Creates a new CompilationResult in a given project and location.WorkflowInvocation
DataformClient. createWorkflowInvocation(RepositoryName parent, WorkflowInvocation workflowInvocation)
Creates a new WorkflowInvocation in a given Repository.Workspace
DataformClient. createWorkspace(RepositoryName parent, Workspace workspace, String workspaceId)
Creates a new Workspace in a given Repository.void
DataformClient. deleteRepository(RepositoryName name)
Deletes a single Repository.Repository
DataformClient. getRepository(RepositoryName name)
Fetches a single Repository.DataformClient.ListCompilationResultsPagedResponse
DataformClient. listCompilationResults(RepositoryName parent)
Lists CompilationResults in a given Repository.DataformClient.ListWorkflowInvocationsPagedResponse
DataformClient. listWorkflowInvocations(RepositoryName parent)
Lists WorkflowInvocations in a given Repository.DataformClient.ListWorkspacesPagedResponse
DataformClient. listWorkspaces(RepositoryName parent)
Lists Workspaces in a given Repository.Method parameters in com.google.cloud.dataform.v1alpha2 with type arguments of type RepositoryName Modifier and Type Method Description static List<String>
RepositoryName. toStringList(List<RepositoryName> values)
-