Uses of Interface
com.google.cloud.billing.v1.PricingInfoOrBuilder
-
Packages that use PricingInfoOrBuilder Package Description com.google.cloud.billing.v1 A client to Cloud Billing API -
-
Uses of PricingInfoOrBuilder in com.google.cloud.billing.v1
Classes in com.google.cloud.billing.v1 that implement PricingInfoOrBuilder Modifier and Type Class Description class
PricingInfo
Represents the pricing information for a SKU at a single point of time.static class
PricingInfo.Builder
Represents the pricing information for a SKU at a single point of time.Methods in com.google.cloud.billing.v1 that return PricingInfoOrBuilder Modifier and Type Method Description PricingInfoOrBuilder
Sku.Builder. getPricingInfoOrBuilder(int index)
A timeline of pricing info for this SKU in chronological order.PricingInfoOrBuilder
Sku. getPricingInfoOrBuilder(int index)
A timeline of pricing info for this SKU in chronological order.PricingInfoOrBuilder
SkuOrBuilder. getPricingInfoOrBuilder(int index)
A timeline of pricing info for this SKU in chronological order.Methods in com.google.cloud.billing.v1 that return types with arguments of type PricingInfoOrBuilder Modifier and Type Method Description List<? extends PricingInfoOrBuilder>
Sku.Builder. getPricingInfoOrBuilderList()
A timeline of pricing info for this SKU in chronological order.List<? extends PricingInfoOrBuilder>
Sku. getPricingInfoOrBuilderList()
A timeline of pricing info for this SKU in chronological order.List<? extends PricingInfoOrBuilder>
SkuOrBuilder. getPricingInfoOrBuilderList()
A timeline of pricing info for this SKU in chronological order.
-