Field | Type | Description |
---|---|---|
quotas[] | repeated Quota | The set of known quotas. |
minDeduplicationDuration | Duration | Minimum number of seconds that deduplication is possible for a given operation. |
Field | Type | Description |
---|---|---|
dimensions | repeated map<string, string> | The specific dimensions for which this override applies. String representation of instance dimensions is used to check against configured dimensions. |
maxAmount | int64 | The upper limit for this quota. |
validDuration | Duration | The amount of time allocated quota remains valid before it is automatically released. This is only meaningful for rate limit quotas, otherwise the value must be zero. |
Field | Type | Description |
---|---|---|
name | string | The name of the quota |
maxAmount | int64 | The upper limit for this quota. |
validDuration | Duration | The amount of time allocated quota remains valid before it is automatically released. This is only meaningful for rate limit quotas, otherwise the value must be zero. |
overrides[] | repeated Override | Overrides associated with this quota. The first matching override is applied. |