Resource: ConsumerQuotaLimit
Consumer quota settings for a quota limit.
JSON representation | |
---|---|
{
"name": string,
"metric": string,
"unit": string,
"isPrecise": boolean,
"quotaBuckets": [
{
object ( |
Fields | |
---|---|
name |
The resource name of the quota limit. An example name 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. |
metric |
The name of the parent metric of this limit. An example name would be: |
unit |
The limit unit. An example unit would be: |
isPrecise |
Whether this limit is precise or imprecise. |
quotaBuckets[] |
Summary of the enforced quota buckets, organized by quota dimension, ordered from least specific to most specific (for example, the global default bucket, with no quota dimensions, will always appear first). |
QuotaBucket
A quota bucket is a quota provisioning unit for a specific set of dimensions.
JSON representation | |
---|---|
{ "effectiveLimit": string, "defaultLimit": string, "producerOverride": { object ( |
Fields | |
---|---|
effectiveLimit |
The effective limit of this quota bucket. Equal to defaultLimit if there are no overrides. |
defaultLimit |
The default limit of this quota bucket, as specified by the service configuration. |
producerOverride |
Producer override on this quota bucket. |
consumerOverride |
Consumer override on this quota bucket. |
adminOverride |
Admin override on this quota bucket. |
dimensions |
The dimensions of this quota bucket. If this map is empty, this is the global bucket, which is the default quota value applied to all requests that do not have a more specific override. If this map is nonempty, the default limit, effective limit, and quota overrides apply only to requests that have the dimensions given in the map. For example, if the map has key "region" and value "us-east-1", then the specified effective limit is only effective in that region, and the specified overrides apply only in that region. An object containing a list of |
Methods |
|
---|---|
|
Retrieves a summary of quota information for a specific quota limit. |