Resource: QuotaOverride
A quota override
JSON representation | |
---|---|
{ "name": string, "overrideValue": string, "dimensions": { string: string, ... }, "metric": string, "unit": string, "adminOverrideAncestor": string } |
Fields | |
---|---|
name |
The resource name of the override. This name is generated by the server when the override is created. Example names would be: The resource name is intended to be opaque and should not be parsed for its component strings, since its representation could change in the future. |
overrideValue |
The overriding quota limit value. Can be any nonnegative integer, or -1 (unlimited quota). |
dimensions |
If this map is nonempty, then this override applies only to specific values for dimensions defined in the limit unit. For example, an override on a limit with the unit 1/{project}/{region} could contain an entry with the key "region" and the value "us-east-1"; the override is only applied to quota consumed in that region. This map has the following restrictions:
An object containing a list of |
metric |
The name of the metric to which this override applies. An example name would be: |
unit |
The limit unit of the limit to which this override applies. An example unit would be: |
adminOverrideAncestor |
The resource name of the ancestor that requested the override. For example: "organizations/12345" or "folders/67890". Used by admin overrides only. |
Methods |
|
---|---|
|
Creates an admin override. |
|
Deletes an admin override. |
|
Lists all admin overrides on this limit. |
|
Updates an admin override. |