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 classPricingExpression.TierRateThe price rate indicating starting usage and its corresponding price.static classPricingExpression.TierRate.BuilderThe 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.TierRateOrBuilderPricingExpression.Builder. getTieredRatesOrBuilder(int index)The list of tiered rates for this pricing.PricingExpression.TierRateOrBuilderPricingExpression. getTieredRatesOrBuilder(int index)The list of tiered rates for this pricing.PricingExpression.TierRateOrBuilderPricingExpressionOrBuilder. 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.
-