Uses of Class
com.google.cloud.billing.v1.PricingExpression.TierRate
-
Packages that use PricingExpression.TierRate Package Description com.google.cloud.billing.v1 A client to Cloud Billing API -
-
Uses of PricingExpression.TierRate in com.google.cloud.billing.v1
Methods in com.google.cloud.billing.v1 that return PricingExpression.TierRate Modifier and Type Method Description PricingExpression.TierRate
PricingExpression.TierRate.Builder. build()
PricingExpression.TierRate
PricingExpression.TierRate.Builder. buildPartial()
static PricingExpression.TierRate
PricingExpression.TierRate. getDefaultInstance()
PricingExpression.TierRate
PricingExpression.TierRate.Builder. getDefaultInstanceForType()
PricingExpression.TierRate
PricingExpression.TierRate. getDefaultInstanceForType()
PricingExpression.TierRate
PricingExpression.Builder. getTieredRates(int index)
The list of tiered rates for this pricing.PricingExpression.TierRate
PricingExpression. getTieredRates(int index)
The list of tiered rates for this pricing.PricingExpression.TierRate
PricingExpressionOrBuilder. getTieredRates(int index)
The list of tiered rates for this pricing.static PricingExpression.TierRate
PricingExpression.TierRate. parseDelimitedFrom(InputStream input)
static PricingExpression.TierRate
PricingExpression.TierRate. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PricingExpression.TierRate
PricingExpression.TierRate. parseFrom(byte[] data)
static PricingExpression.TierRate
PricingExpression.TierRate. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PricingExpression.TierRate
PricingExpression.TierRate. parseFrom(com.google.protobuf.ByteString data)
static PricingExpression.TierRate
PricingExpression.TierRate. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PricingExpression.TierRate
PricingExpression.TierRate. parseFrom(com.google.protobuf.CodedInputStream input)
static PricingExpression.TierRate
PricingExpression.TierRate. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PricingExpression.TierRate
PricingExpression.TierRate. parseFrom(InputStream input)
static PricingExpression.TierRate
PricingExpression.TierRate. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PricingExpression.TierRate
PricingExpression.TierRate. parseFrom(ByteBuffer data)
static PricingExpression.TierRate
PricingExpression.TierRate. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.billing.v1 that return types with arguments of type PricingExpression.TierRate Modifier and Type Method Description com.google.protobuf.Parser<PricingExpression.TierRate>
PricingExpression.TierRate. getParserForType()
List<PricingExpression.TierRate>
PricingExpression.Builder. getTieredRatesList()
The list of tiered rates for this pricing.List<PricingExpression.TierRate>
PricingExpression. getTieredRatesList()
The list of tiered rates for this pricing.List<PricingExpression.TierRate>
PricingExpressionOrBuilder. getTieredRatesList()
The list of tiered rates for this pricing.static com.google.protobuf.Parser<PricingExpression.TierRate>
PricingExpression.TierRate. parser()
Methods in com.google.cloud.billing.v1 with parameters of type PricingExpression.TierRate Modifier and Type Method Description PricingExpression.Builder
PricingExpression.Builder. addTieredRates(int index, PricingExpression.TierRate value)
The list of tiered rates for this pricing.PricingExpression.Builder
PricingExpression.Builder. addTieredRates(PricingExpression.TierRate value)
The list of tiered rates for this pricing.PricingExpression.TierRate.Builder
PricingExpression.TierRate.Builder. mergeFrom(PricingExpression.TierRate other)
static PricingExpression.TierRate.Builder
PricingExpression.TierRate. newBuilder(PricingExpression.TierRate prototype)
PricingExpression.Builder
PricingExpression.Builder. setTieredRates(int index, PricingExpression.TierRate value)
The list of tiered rates for this pricing.Method parameters in com.google.cloud.billing.v1 with type arguments of type PricingExpression.TierRate Modifier and Type Method Description PricingExpression.Builder
PricingExpression.Builder. addAllTieredRates(Iterable<? extends PricingExpression.TierRate> values)
The list of tiered rates for this pricing.
-