Package | Description |
---|---|
com.google.api.services.serviceconsumermanagement.v1beta1.model |
Modifier and Type | Method and Description |
---|---|
V1Beta1QuotaBucket |
V1Beta1QuotaBucket.clone() |
V1Beta1QuotaBucket |
V1Beta1QuotaBucket.set(String fieldName,
Object value) |
V1Beta1QuotaBucket |
V1Beta1QuotaBucket.setAdminOverride(V1Beta1QuotaOverride adminOverride)
Admin override on this quota bucket.
|
V1Beta1QuotaBucket |
V1Beta1QuotaBucket.setConsumerOverride(V1Beta1QuotaOverride consumerOverride)
Consumer override on this quota bucket.
|
V1Beta1QuotaBucket |
V1Beta1QuotaBucket.setDefaultLimit(Long defaultLimit)
The default limit of this quota bucket, as specified by the service configuration.
|
V1Beta1QuotaBucket |
V1Beta1QuotaBucket.setDimensions(Map<String,String> dimensions)
The dimensions of this quota bucket.
|
V1Beta1QuotaBucket |
V1Beta1QuotaBucket.setEffectiveLimit(Long effectiveLimit)
The effective limit of this quota bucket.
|
V1Beta1QuotaBucket |
V1Beta1QuotaBucket.setProducerOverride(V1Beta1QuotaOverride producerOverride)
Producer override on this quota bucket.
|
V1Beta1QuotaBucket |
V1Beta1QuotaBucket.setProducerQuotaPolicy(V1Beta1ProducerQuotaPolicy producerQuotaPolicy)
Producer policy inherited from the closet ancestor of the current consumer.
|
V1Beta1QuotaBucket |
V1Beta1QuotaBucket.setRolloutInfo(V1Beta1RolloutInfo rolloutInfo)
Rollout information of this quota bucket.
|
Modifier and Type | Method and Description |
---|---|
List<V1Beta1QuotaBucket> |
V1Beta1ConsumerQuotaLimit.getQuotaBuckets()
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).
|
Modifier and Type | Method and Description |
---|---|
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).
|
Copyright © 2011–2024 Google. All rights reserved.