Resource: ConsumerQuotaLimit
Consumer quota settings for a quota limit.
JSON representation |
---|
{
"name": string,
"metric": string,
"unit": string,
"isPrecise": boolean,
"allowsAdminOverrides": 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. |
allowsAdminOverrides |
Whether admin overrides are allowed on this limit |
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). |
supportedLocations[] |
List of all supported locations. This field is present only if the limit has a {region} or {zone} dimension. |
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. |
producerQuotaPolicy |
Producer policy inherited from the closet ancestor of the current consumer. |
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 An object containing a list of |
rolloutInfo |
Rollout information of this quota bucket. This field is present only if the effective limit will change due to the ongoing rollout of the service config. |
ProducerQuotaPolicy
Quota policy created by service producer.
JSON representation |
---|
{ "name": string, "policyValue": string, "dimensions": { string: string, ... }, "metric": string, "unit": string, "container": string } |
Fields | |
---|---|
name |
The resource name of the policy. This name is generated by the server when the policy is created. Example names would be: |
policyValue |
The quota policy value. Can be any nonnegative integer, or -1 (unlimited quota). |
dimensions |
If this map is nonempty, then this policy applies only to specific values for dimensions defined in the limit unit. For example, a policy on a limit with the unit This map has the following restrictions:
An object containing a list of |
metric |
The name of the metric to which this policy applies. An example name would be: |
unit |
The limit unit of the limit to which this policy applies. An example unit would be: |
container |
The cloud resource container at which the quota policy is created. The format is |
RolloutInfo
[Output only] Rollout information of a quota.
JSON representation |
---|
{ "defaultLimitOngoingRollout": boolean } |
Fields | |
---|---|
defaultLimitOngoingRollout |
Whether there is an ongoing rollout for the default limit or not. |
Methods |
|
---|---|
|
Retrieves a summary of quota information for a specific quota limit. |