| Package | Description |
|---|---|
| com.databricks.sdk.service.workspace |
| Modifier and Type | Method and Description |
|---|---|
UpdateRepoRequest |
UpdateRepoRequest.setBranch(String branch) |
UpdateRepoRequest |
UpdateRepoRequest.setRepoId(Long repoId) |
UpdateRepoRequest |
UpdateRepoRequest.setSparseCheckout(SparseCheckoutUpdate sparseCheckout) |
UpdateRepoRequest |
UpdateRepoRequest.setTag(String tag) |
| Modifier and Type | Method and Description |
|---|---|
void |
ReposService.update(UpdateRepoRequest updateRepoRequest)
Updates the repo to a different branch or tag, or updates the repo to the latest commit on the
same branch.
|
void |
ReposAPI.update(UpdateRepoRequest request)
Updates the repo to a different branch or tag, or updates the repo to the latest commit on the
same branch.
|
Copyright © 2026. All rights reserved.