@Generated public interface ResourceQuotasService
[Unity Catalog documentation]: https://docs.databricks.com/en/data-governance/unity-catalog/index.html#resource-quotas
This is the high-level interface, that contains generated methods.
Evolving: this interface is under development. Method signatures may change.
| Modifier and Type | Method and Description |
|---|---|
GetQuotaResponse |
getQuota(GetQuotaRequest getQuotaRequest)
The GetQuota API returns usage information for a single resource quota, defined as a
child-parent pair.
|
ListQuotasResponse |
listQuotas(ListQuotasRequest listQuotasRequest)
ListQuotas returns all quota values under the metastore.
|
GetQuotaResponse getQuota(GetQuotaRequest getQuotaRequest)
ListQuotasResponse listQuotas(ListQuotasRequest listQuotasRequest)
PAGINATION BEHAVIOR: The API is by default paginated, a page may contain zero results while still providing a next_page_token. Clients must continue reading pages until next_page_token is absent, which is the only indication that the end of results has been reached.
Copyright © 2026. All rights reserved.