| Package | Description |
|---|---|
| com.databricks.sdk.service.workspace |
| Modifier and Type | Method and Description |
|---|---|
RepoInfo |
RepoInfo.setBranch(String branch) |
RepoInfo |
RepoInfo.setHeadCommitId(String headCommitId) |
RepoInfo |
RepoInfo.setId(Long id) |
RepoInfo |
RepoInfo.setPath(String path) |
RepoInfo |
RepoInfo.setProvider(String provider) |
RepoInfo |
RepoInfo.setSparseCheckout(SparseCheckout sparseCheckout) |
RepoInfo |
RepoInfo.setUrl(String url) |
| Modifier and Type | Method and Description |
|---|---|
Collection<RepoInfo> |
ListReposResponse.getRepos() |
Iterable<RepoInfo> |
ReposAPI.list(ListReposRequest request)
Get repos.
|
| Modifier and Type | Method and Description |
|---|---|
ListReposResponse |
ListReposResponse.setRepos(Collection<RepoInfo> repos) |
Copyright © 2025. All rights reserved.