Package | Description |
---|---|
com.google.api.services.serviceconsumermanagement.v1beta1.model |
Modifier and Type | Method and Description |
---|---|
V1Beta1ConsumerQuotaLimit |
V1Beta1ConsumerQuotaLimit.clone() |
V1Beta1ConsumerQuotaLimit |
V1Beta1ConsumerQuotaLimit.set(String fieldName,
Object value) |
V1Beta1ConsumerQuotaLimit |
V1Beta1ConsumerQuotaLimit.setIsPrecise(Boolean isPrecise)
Whether this limit is precise or imprecise.
|
V1Beta1ConsumerQuotaLimit |
V1Beta1ConsumerQuotaLimit.setMetric(String metric)
The name of the parent metric of this limit.
|
V1Beta1ConsumerQuotaLimit |
V1Beta1ConsumerQuotaLimit.setName(String name)
The resource name of the quota limit.
|
V1Beta1ConsumerQuotaLimit |
V1Beta1ConsumerQuotaLimit.setQuotaBuckets(List<V1Beta1QuotaBucket> 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).
|
V1Beta1ConsumerQuotaLimit |
V1Beta1ConsumerQuotaLimit.setSupportedLocations(List<String> supportedLocations)
List of all supported locations.
|
V1Beta1ConsumerQuotaLimit |
V1Beta1ConsumerQuotaLimit.setUnit(String unit)
The limit unit.
|
Modifier and Type | Method and Description |
---|---|
List<V1Beta1ConsumerQuotaLimit> |
V1Beta1ConsumerQuotaMetric.getConsumerQuotaLimits()
The consumer quota for each quota limit defined on the metric.
|
List<V1Beta1ConsumerQuotaLimit> |
V1Beta1ConsumerQuotaMetric.getDescendantConsumerQuotaLimits()
The quota limits targeting the descendant containers of the consumer in request.
|
Modifier and Type | Method and Description |
---|---|
V1Beta1ConsumerQuotaMetric |
V1Beta1ConsumerQuotaMetric.setConsumerQuotaLimits(List<V1Beta1ConsumerQuotaLimit> consumerQuotaLimits)
The consumer quota for each quota limit defined on the metric.
|
V1Beta1ConsumerQuotaMetric |
V1Beta1ConsumerQuotaMetric.setDescendantConsumerQuotaLimits(List<V1Beta1ConsumerQuotaLimit> descendantConsumerQuotaLimits)
The quota limits targeting the descendant containers of the consumer in request.
|
Copyright © 2011–2024 Google. All rights reserved.