| Package | Description |
|---|---|
| com.databricks.sdk.service.catalog |
| Modifier and Type | Method and Description |
|---|---|
QuotaInfo |
GetQuotaResponse.getQuotaInfo() |
QuotaInfo |
QuotaInfo.setLastRefreshedAt(Long lastRefreshedAt) |
QuotaInfo |
QuotaInfo.setParentFullName(String parentFullName) |
QuotaInfo |
QuotaInfo.setParentSecurableType(SecurableType parentSecurableType) |
QuotaInfo |
QuotaInfo.setQuotaCount(Long quotaCount) |
QuotaInfo |
QuotaInfo.setQuotaLimit(Long quotaLimit) |
QuotaInfo |
QuotaInfo.setQuotaName(String quotaName) |
| Modifier and Type | Method and Description |
|---|---|
Collection<QuotaInfo> |
ListQuotasResponse.getQuotas() |
Iterable<QuotaInfo> |
ResourceQuotasAPI.listQuotas(ListQuotasRequest request)
List all resource quotas under a metastore.
|
| Modifier and Type | Method and Description |
|---|---|
GetQuotaResponse |
GetQuotaResponse.setQuotaInfo(QuotaInfo quotaInfo) |
| Modifier and Type | Method and Description |
|---|---|
ListQuotasResponse |
ListQuotasResponse.setQuotas(Collection<QuotaInfo> quotas) |
Copyright © 2025. All rights reserved.