public interface PriceTierOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getFirstResource()
public abstract int getFirstResource()
First resource for which the tier price applies.
int32 first_resource = 1;
Type | Description |
int | The firstResource. |
getLastResource()
public abstract int getLastResource()
Last resource for which the tier price applies.
int32 last_resource = 2;
Type | Description |
int | The lastResource. |
getPrice()
public abstract Price getPrice()
Price of the tier.
.google.cloud.channel.v1.Price price = 3;
Type | Description |
Price | The price. |
getPriceOrBuilder()
public abstract PriceOrBuilder getPriceOrBuilder()
Price of the tier.
.google.cloud.channel.v1.Price price = 3;
Type | Description |
PriceOrBuilder |
hasPrice()
public abstract boolean hasPrice()
Price of the tier.
.google.cloud.channel.v1.Price price = 3;
Type | Description |
boolean | Whether the price field is set. |