Package | Description |
---|---|
com.google.api.services.servicemanagement.model |
Modifier and Type | Method and Description |
---|---|
QuotaLimit |
QuotaLimit.clone() |
QuotaLimit |
QuotaLimit.set(String fieldName,
Object value) |
QuotaLimit |
QuotaLimit.setDefaultLimit(Long defaultLimit)
Default number of tokens that can be consumed during the specified duration.
|
QuotaLimit |
QuotaLimit.setDescription(String description)
Optional.
|
QuotaLimit |
QuotaLimit.setDisplayName(String displayName)
User-visible display name for this limit.
|
QuotaLimit |
QuotaLimit.setDuration(String duration)
Duration of this limit in textual notation.
|
QuotaLimit |
QuotaLimit.setFreeTier(Long freeTier)
Free tier value displayed in the Developers Console for this limit.
|
QuotaLimit |
QuotaLimit.setMaxLimit(Long maxLimit)
Maximum number of tokens that can be consumed during the specified duration.
|
QuotaLimit |
QuotaLimit.setMetric(String metric)
The name of the metric this quota limit applies to.
|
QuotaLimit |
QuotaLimit.setName(String name)
Name of the quota limit.
|
QuotaLimit |
QuotaLimit.setUnit(String unit)
Specify the unit of the quota limit.
|
QuotaLimit |
QuotaLimit.setValues(Map<String,Long> values)
Tiered limit values.
|
Modifier and Type | Method and Description |
---|---|
List<QuotaLimit> |
Quota.getLimits()
List of QuotaLimit definitions for the service.
|
Modifier and Type | Method and Description |
---|---|
Quota |
Quota.setLimits(List<QuotaLimit> limits)
List of QuotaLimit definitions for the service.
|
Copyright © 2011–2024 Google. All rights reserved.