@Generated public class ResourceQuotasAPI extends Object
[Unity Catalog documentation]: https://docs.databricks.com/en/data-governance/unity-catalog/index.html#resource-quotas
| Constructor and Description |
|---|
ResourceQuotasAPI(ApiClient apiClient)
Regular-use constructor
|
ResourceQuotasAPI(ResourceQuotasService mock)
Constructor for mocks
|
| Modifier and Type | Method and Description |
|---|---|
GetQuotaResponse |
getQuota(GetQuotaRequest request)
The GetQuota API returns usage information for a single resource quota, defined as a
child-parent pair.
|
GetQuotaResponse |
getQuota(String parentSecurableType,
String parentFullName,
String quotaName) |
ResourceQuotasService |
impl() |
Iterable<QuotaInfo> |
listQuotas(ListQuotasRequest request)
ListQuotas returns all quota values under the metastore.
|
public ResourceQuotasAPI(ApiClient apiClient)
public ResourceQuotasAPI(ResourceQuotasService mock)
public GetQuotaResponse getQuota(String parentSecurableType, String parentFullName, String quotaName)
public GetQuotaResponse getQuota(GetQuotaRequest request)
public Iterable<QuotaInfo> listQuotas(ListQuotasRequest request)
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.
public ResourceQuotasService impl()
Copyright © 2026. All rights reserved.