PricingExpression.Builder |
PricingExpression.Builder.addAllTieredRates(Iterable<? extends PricingExpression.TierRate> values) |
The list of tiered rates for this pricing.
|
PricingExpression.Builder |
PricingExpression.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
PricingExpression.Builder |
PricingExpression.Builder.addTieredRates(int index,
PricingExpression.TierRate value) |
The list of tiered rates for this pricing.
|
PricingExpression.Builder |
PricingExpression.Builder.addTieredRates(int index,
PricingExpression.TierRate.Builder builderForValue) |
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.Builder |
PricingExpression.Builder.addTieredRates(PricingExpression.TierRate.Builder builderForValue) |
The list of tiered rates for this pricing.
|
PricingExpression.Builder |
PricingExpression.Builder.clear() |
|
PricingExpression.Builder |
PricingExpression.Builder.clearBaseUnit() |
The base unit for the SKU which is the unit used in usage exports.
|
PricingExpression.Builder |
PricingExpression.Builder.clearBaseUnitConversionFactor() |
Conversion factor for converting from price per usage_unit to price per
base_unit, and start_usage_amount to start_usage_amount in base_unit.
|
PricingExpression.Builder |
PricingExpression.Builder.clearBaseUnitDescription() |
The base unit in human readable form.
|
PricingExpression.Builder |
PricingExpression.Builder.clearDisplayQuantity() |
The recommended quantity of units for displaying pricing info.
|
PricingExpression.Builder |
PricingExpression.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
PricingExpression.Builder |
PricingExpression.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
PricingExpression.Builder |
PricingExpression.Builder.clearTieredRates() |
The list of tiered rates for this pricing.
|
PricingExpression.Builder |
PricingExpression.Builder.clearUsageUnit() |
The short hand for unit of usage this pricing is specified in.
|
PricingExpression.Builder |
PricingExpression.Builder.clearUsageUnitDescription() |
The unit of usage in human readable form.
|
PricingExpression.Builder |
PricingExpression.Builder.clone() |
|
PricingExpression.Builder |
PricingInfo.Builder.getPricingExpressionBuilder() |
Expresses the pricing formula.
|
PricingExpression.Builder |
PricingExpression.Builder.mergeFrom(PricingExpression other) |
|
PricingExpression.Builder |
PricingExpression.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
PricingExpression.Builder |
PricingExpression.Builder.mergeFrom(com.google.protobuf.Message other) |
|
PricingExpression.Builder |
PricingExpression.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static PricingExpression.Builder |
PricingExpression.newBuilder() |
|
static PricingExpression.Builder |
PricingExpression.newBuilder(PricingExpression prototype) |
|
PricingExpression.Builder |
PricingExpression.newBuilderForType() |
|
protected PricingExpression.Builder |
PricingExpression.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
PricingExpression.Builder |
PricingExpression.Builder.removeTieredRates(int index) |
The list of tiered rates for this pricing.
|
PricingExpression.Builder |
PricingExpression.Builder.setBaseUnit(String value) |
The base unit for the SKU which is the unit used in usage exports.
|
PricingExpression.Builder |
PricingExpression.Builder.setBaseUnitBytes(com.google.protobuf.ByteString value) |
The base unit for the SKU which is the unit used in usage exports.
|
PricingExpression.Builder |
PricingExpression.Builder.setBaseUnitConversionFactor(double value) |
Conversion factor for converting from price per usage_unit to price per
base_unit, and start_usage_amount to start_usage_amount in base_unit.
|
PricingExpression.Builder |
PricingExpression.Builder.setBaseUnitDescription(String value) |
The base unit in human readable form.
|
PricingExpression.Builder |
PricingExpression.Builder.setBaseUnitDescriptionBytes(com.google.protobuf.ByteString value) |
The base unit in human readable form.
|
PricingExpression.Builder |
PricingExpression.Builder.setDisplayQuantity(double value) |
The recommended quantity of units for displaying pricing info.
|
PricingExpression.Builder |
PricingExpression.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
PricingExpression.Builder |
PricingExpression.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
PricingExpression.Builder |
PricingExpression.Builder.setTieredRates(int index,
PricingExpression.TierRate value) |
The list of tiered rates for this pricing.
|
PricingExpression.Builder |
PricingExpression.Builder.setTieredRates(int index,
PricingExpression.TierRate.Builder builderForValue) |
The list of tiered rates for this pricing.
|
PricingExpression.Builder |
PricingExpression.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
PricingExpression.Builder |
PricingExpression.Builder.setUsageUnit(String value) |
The short hand for unit of usage this pricing is specified in.
|
PricingExpression.Builder |
PricingExpression.Builder.setUsageUnitBytes(com.google.protobuf.ByteString value) |
The short hand for unit of usage this pricing is specified in.
|
PricingExpression.Builder |
PricingExpression.Builder.setUsageUnitDescription(String value) |
The unit of usage in human readable form.
|
PricingExpression.Builder |
PricingExpression.Builder.setUsageUnitDescriptionBytes(com.google.protobuf.ByteString value) |
The unit of usage in human readable form.
|
PricingExpression.Builder |
PricingExpression.toBuilder() |
|