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