| Package | Description |
|---|---|
| com.databricks.sdk.service.workspace |
| Modifier and Type | Method and Description |
|---|---|
CreateRepoResponse |
ReposService.create(CreateRepoRequest createRepoRequest)
Creates a repo in the workspace and links it to the remote Git repo specified.
|
CreateRepoResponse |
ReposAPI.create(CreateRepoRequest request)
Creates a repo in the workspace and links it to the remote Git repo specified.
|
CreateRepoResponse |
CreateRepoResponse.setBranch(String branch) |
CreateRepoResponse |
CreateRepoResponse.setHeadCommitId(String headCommitId) |
CreateRepoResponse |
CreateRepoResponse.setId(Long id) |
CreateRepoResponse |
CreateRepoResponse.setPath(String path) |
CreateRepoResponse |
CreateRepoResponse.setProvider(String provider) |
CreateRepoResponse |
CreateRepoResponse.setSparseCheckout(SparseCheckout sparseCheckout) |
CreateRepoResponse |
CreateRepoResponse.setUrl(String url) |
Copyright © 2026. All rights reserved.