Uses of Class
com.databricks.sdk.service.workspace.UpdateRepo
-
Packages that use UpdateRepo Package Description com.databricks.sdk.service.workspace -
-
Uses of UpdateRepo in com.databricks.sdk.service.workspace
Methods in com.databricks.sdk.service.workspace that return UpdateRepo Modifier and Type Method Description UpdateRepoUpdateRepo. setBranch(String branch)UpdateRepoUpdateRepo. setRepoId(Long repoId)UpdateRepoUpdateRepo. setSparseCheckout(SparseCheckoutUpdate sparseCheckout)UpdateRepoUpdateRepo. setTag(String tag)Methods in com.databricks.sdk.service.workspace with parameters of type UpdateRepo Modifier and Type Method Description voidReposAPI. update(UpdateRepo request)Update a repo.voidReposService. update(UpdateRepo updateRepo)Update a repo.
-