Resource: QuotaInfo
QuotaInfo represents information about a particular quota for a given project, folder or organization.
JSON representation |
---|
{ "name": string, "quotaId": string, "metric": string, "service": string, "isPrecise": boolean, "refreshInterval": string, "containerType": enum ( |
Fields | |
---|---|
name |
Resource name of this QuotaInfo. The ID component following "locations/" must be "global". For example, |
quotaId |
The id of the quota, which is unquie within the service. For example, |
metric |
The metric of the quota. It specifies the resources consumption the quota is defined for. For example, |
service |
The name of the service in which the quota is defined. For example, |
isPrecise |
Whether this is a precise quota. A precise quota is tracked with absolute precision. In contrast, an imprecise quota is not tracked with precision. |
refreshInterval |
The reset time interval for the quota. Refresh interval applies to rate quota only. For example, "minute" for per minute, "day" for per day, or "10 seconds" for every 10 seconds. |
containerType |
The container type of the QuotaInfo. |
dimensions[] |
The dimensions the quota is defined on. |
metricDisplayName |
The display name of the quota metric |
quotaDisplayName |
The display name of the quota. |
metricUnit |
The unit in which the metric value is reported, e.g., "MByte". |
quotaIncreaseEligibility |
Whether it is eligible to request a higher quota value for this quota. |
isFixed |
Whether the quota value is fixed or adjustable |
dimensionsInfos[] |
The collection of dimensions info ordered by their dimensions from more specific ones to less specific ones. |
isConcurrent |
Whether the quota is a concurrent quota. Concurrent quotas are enforced on the total number of concurrent operations in flight at any given time. |
serviceRequestQuotaUri |
URI to the page where users can request more quota for the cloud service—for example, https://console.cloud.google.com/iam-admin/quotas. |
Methods |
|
---|---|
|
Retrieve the QuotaInfo of a quota for a project, folder or organization. |
|
Lists QuotaInfos of all quotas for a given project, folder or organization. |