Uses of Class
com.google.cloud.dataform.v1beta1.RepositoryName
-
Packages that use RepositoryName Package Description com.google.cloud.dataform.v1beta1 A client to Dataform API -
-
Uses of RepositoryName in com.google.cloud.dataform.v1beta1
Methods in com.google.cloud.dataform.v1beta1 that return RepositoryName Modifier and Type Method Description RepositoryNameRepositoryName.Builder. build()static RepositoryNameRepositoryName. of(String project, String location, String repository)static RepositoryNameRepositoryName. parse(String formattedString)Methods in com.google.cloud.dataform.v1beta1 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.v1beta1 with parameters of type RepositoryName Modifier and Type Method Description CompilationResultDataformClient. createCompilationResult(RepositoryName parent, CompilationResult compilationResult)Creates a new CompilationResult in a given project and location.WorkflowInvocationDataformClient. createWorkflowInvocation(RepositoryName parent, WorkflowInvocation workflowInvocation)Creates a new WorkflowInvocation in a given Repository.WorkspaceDataformClient. createWorkspace(RepositoryName parent, Workspace workspace, String workspaceId)Creates a new Workspace in a given Repository.voidDataformClient. deleteRepository(RepositoryName name)Deletes a single Repository.RepositoryDataformClient. getRepository(RepositoryName name)Fetches a single Repository.DataformClient.ListCompilationResultsPagedResponseDataformClient. listCompilationResults(RepositoryName parent)Lists CompilationResults in a given Repository.DataformClient.ListWorkflowInvocationsPagedResponseDataformClient. listWorkflowInvocations(RepositoryName parent)Lists WorkflowInvocations in a given Repository.DataformClient.ListWorkspacesPagedResponseDataformClient. listWorkspaces(RepositoryName parent)Lists Workspaces in a given Repository.Method parameters in com.google.cloud.dataform.v1beta1 with type arguments of type RepositoryName Modifier and Type Method Description static List<String>RepositoryName. toStringList(List<RepositoryName> values)
-