| Package | Description |
|---|---|
| com.databricks.sdk.service.catalog |
| Modifier and Type | Method and Description |
|---|---|
ExternalLocationInfo |
ExternalLocationsAPI.create(CreateExternalLocation request)
Create an external location.
|
ExternalLocationInfo |
ExternalLocationsService.create(CreateExternalLocation createExternalLocation)
Create an external location.
|
ExternalLocationInfo |
ExternalLocationsAPI.create(String name,
String url,
String credentialName) |
ExternalLocationInfo |
ExternalLocationsAPI.get(GetExternalLocationRequest request)
Get an external location.
|
ExternalLocationInfo |
ExternalLocationsService.get(GetExternalLocationRequest getExternalLocationRequest)
Get an external location.
|
ExternalLocationInfo |
ExternalLocationsAPI.get(String name) |
ExternalLocationInfo |
ExternalLocationInfo.setAccessPoint(String accessPoint) |
ExternalLocationInfo |
ExternalLocationInfo.setBrowseOnly(Boolean browseOnly) |
ExternalLocationInfo |
ExternalLocationInfo.setComment(String comment) |
ExternalLocationInfo |
ExternalLocationInfo.setCreatedAt(Long createdAt) |
ExternalLocationInfo |
ExternalLocationInfo.setCreatedBy(String createdBy) |
ExternalLocationInfo |
ExternalLocationInfo.setCredentialId(String credentialId) |
ExternalLocationInfo |
ExternalLocationInfo.setCredentialName(String credentialName) |
ExternalLocationInfo |
ExternalLocationInfo.setEncryptionDetails(EncryptionDetails encryptionDetails) |
ExternalLocationInfo |
ExternalLocationInfo.setMetastoreId(String metastoreId) |
ExternalLocationInfo |
ExternalLocationInfo.setName(String name) |
ExternalLocationInfo |
ExternalLocationInfo.setOwner(String owner) |
ExternalLocationInfo |
ExternalLocationInfo.setReadOnly(Boolean readOnly) |
ExternalLocationInfo |
ExternalLocationInfo.setUpdatedAt(Long updatedAt) |
ExternalLocationInfo |
ExternalLocationInfo.setUpdatedBy(String updatedBy) |
ExternalLocationInfo |
ExternalLocationInfo.setUrl(String url) |
ExternalLocationInfo |
ExternalLocationsAPI.update(String name) |
ExternalLocationInfo |
ExternalLocationsAPI.update(UpdateExternalLocation request)
Update an external location.
|
ExternalLocationInfo |
ExternalLocationsService.update(UpdateExternalLocation updateExternalLocation)
Update an external location.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<ExternalLocationInfo> |
ListExternalLocationsResponse.getExternalLocations() |
Iterable<ExternalLocationInfo> |
ExternalLocationsAPI.list(ListExternalLocationsRequest request)
List external locations.
|
| Modifier and Type | Method and Description |
|---|---|
ListExternalLocationsResponse |
ListExternalLocationsResponse.setExternalLocations(Collection<ExternalLocationInfo> externalLocations) |
Copyright © 2024. All rights reserved.