| Package | Description |
|---|---|
| com.google.api.services.apigee.v1.model |
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudApigeeV1RateRange |
GoogleCloudApigeeV1RateRange.clone() |
GoogleCloudApigeeV1RateRange |
GoogleCloudApigeeV1RateRange.set(String fieldName,
Object value) |
GoogleCloudApigeeV1RateRange |
GoogleCloudApigeeV1RateRange.setEnd(Long end)
Ending value of the range.
|
GoogleCloudApigeeV1RateRange |
GoogleCloudApigeeV1RateRange.setFee(GoogleTypeMoney fee)
Fee to charge when total number of API calls falls within this range.
|
GoogleCloudApigeeV1RateRange |
GoogleCloudApigeeV1RateRange.setStart(Long start)
Starting value of the range.
|
| Modifier and Type | Method and Description |
|---|---|
List<GoogleCloudApigeeV1RateRange> |
GoogleCloudApigeeV1RatePlan.getConsumptionPricingRates()
API call volume ranges and the fees charged when the total number of API calls is within a
given range.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudApigeeV1RatePlan |
GoogleCloudApigeeV1RatePlan.setConsumptionPricingRates(List<GoogleCloudApigeeV1RateRange> consumptionPricingRates)
API call volume ranges and the fees charged when the total number of API calls is within a
given range.
|
Copyright © 2011–2025 Google. All rights reserved.