public static final class PricingExpression.TierRate extends GeneratedMessage implements PricingExpression.TierRateOrBuilderThe price rate indicating starting usage and its corresponding price.
Protobuf type google.cloud.billing.v1.PricingExpression.TierRate
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > PricingExpression.TierRateImplements
PricingExpression.TierRateOrBuilderStatic Fields
START_USAGE_AMOUNT_FIELD_NUMBER
public static final int START_USAGE_AMOUNT_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
UNIT_PRICE_FIELD_NUMBER
public static final int UNIT_PRICE_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static PricingExpression.TierRate getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
PricingExpression.TierRate |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static PricingExpression.TierRate.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
PricingExpression.TierRate.Builder |
|
newBuilder(PricingExpression.TierRate prototype)
public static PricingExpression.TierRate.Builder newBuilder(PricingExpression.TierRate prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
PricingExpression.TierRate |
| Returns | |
|---|---|
| Type | Description |
PricingExpression.TierRate.Builder |
|
parseDelimitedFrom(InputStream input)
public static PricingExpression.TierRate parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
PricingExpression.TierRate |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static PricingExpression.TierRate parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
PricingExpression.TierRate |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static PricingExpression.TierRate parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
PricingExpression.TierRate |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static PricingExpression.TierRate parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
PricingExpression.TierRate |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static PricingExpression.TierRate parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
PricingExpression.TierRate |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static PricingExpression.TierRate parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
PricingExpression.TierRate |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static PricingExpression.TierRate parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
PricingExpression.TierRate |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static PricingExpression.TierRate parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
PricingExpression.TierRate |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static PricingExpression.TierRate parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
PricingExpression.TierRate |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static PricingExpression.TierRate parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
PricingExpression.TierRate |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static PricingExpression.TierRate parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
PricingExpression.TierRate |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static PricingExpression.TierRate parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
PricingExpression.TierRate |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<PricingExpression.TierRate> parser()| Returns | |
|---|---|
| Type | Description |
Parser<TierRate> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public PricingExpression.TierRate getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
PricingExpression.TierRate |
|
getParserForType()
public Parser<PricingExpression.TierRate> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<TierRate> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
getStartUsageAmount()
public double getStartUsageAmount()Usage is priced at this rate only after this amount. Example: start_usage_amount of 10 indicates that the usage will be priced at the unit_price after the first 10 usage_units.
double start_usage_amount = 1;
| Returns | |
|---|---|
| Type | Description |
double |
The startUsageAmount. |
getUnitPrice()
public Money getUnitPrice()The price per unit of usage. Example: unit_price of amount $10 indicates that each unit will cost $10.
.google.type.Money unit_price = 2;
| Returns | |
|---|---|
| Type | Description |
com.google.type.Money |
The unitPrice. |
getUnitPriceOrBuilder()
public MoneyOrBuilder getUnitPriceOrBuilder()The price per unit of usage. Example: unit_price of amount $10 indicates that each unit will cost $10.
.google.type.Money unit_price = 2;
| Returns | |
|---|---|
| Type | Description |
com.google.type.MoneyOrBuilder |
|
hasUnitPrice()
public boolean hasUnitPrice()The price per unit of usage. Example: unit_price of amount $10 indicates that each unit will cost $10.
.google.type.Money unit_price = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the unitPrice field is set. |
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public PricingExpression.TierRate.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
PricingExpression.TierRate.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected PricingExpression.TierRate.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
PricingExpression.TierRate.Builder |
|
toBuilder()
public PricingExpression.TierRate.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
PricingExpression.TierRate.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|