Resource: QuotaOverride
A quota override
JSON representation | |
---|---|
{ "name": string, "metric": string, "unit": string, "overrideValue": string, "dimensions": { string: string, ... } } |
Fields | |
---|---|
name |
The resource name of the producer override. An example name would be: |
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: |
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 |
Methods |
|
---|---|
|
Creates a producer override. |
|
Deletes a producer override. |
|
Lists all producer overrides on this limit. |
|
Updates a producer override. |