Uses of Interface
com.google.cloud.billing.v1.PricingExpression.TierRateOrBuilder
-
Packages that use PricingExpression.TierRateOrBuilder Package Description com.google.cloud.billing.v1 A client to Cloud Billing API -
-
Uses of PricingExpression.TierRateOrBuilder in com.google.cloud.billing.v1
Classes in com.google.cloud.billing.v1 that implement PricingExpression.TierRateOrBuilder Modifier and Type Class Description static class
PricingExpression.TierRate
The price rate indicating starting usage and its corresponding price.static class
PricingExpression.TierRate.Builder
The price rate indicating starting usage and its corresponding price.Methods in com.google.cloud.billing.v1 that return PricingExpression.TierRateOrBuilder Modifier and Type Method Description PricingExpression.TierRateOrBuilder
PricingExpression.Builder. getTieredRatesOrBuilder(int index)
The list of tiered rates for this pricing.PricingExpression.TierRateOrBuilder
PricingExpression. getTieredRatesOrBuilder(int index)
The list of tiered rates for this pricing.PricingExpression.TierRateOrBuilder
PricingExpressionOrBuilder. getTieredRatesOrBuilder(int index)
The list of tiered rates for this pricing.Methods in com.google.cloud.billing.v1 that return types with arguments of type PricingExpression.TierRateOrBuilder Modifier and Type Method Description List<? extends PricingExpression.TierRateOrBuilder>
PricingExpression.Builder. getTieredRatesOrBuilderList()
The list of tiered rates for this pricing.List<? extends PricingExpression.TierRateOrBuilder>
PricingExpression. getTieredRatesOrBuilderList()
The list of tiered rates for this pricing.List<? extends PricingExpression.TierRateOrBuilder>
PricingExpressionOrBuilder. getTieredRatesOrBuilderList()
The list of tiered rates for this pricing.
-