Interface PriceTierOrBuilder (3.3.1)

public interface PriceTierOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFirstResource()

public abstract int getFirstResource()

First resource for which the tier price applies.

int32 first_resource = 1;

Returns
TypeDescription
int

The firstResource.

getLastResource()

public abstract int getLastResource()

Last resource for which the tier price applies.

int32 last_resource = 2;

Returns
TypeDescription
int

The lastResource.

getPrice()

public abstract Price getPrice()

Price of the tier.

.google.cloud.channel.v1.Price price = 3;

Returns
TypeDescription
Price

The price.

getPriceOrBuilder()

public abstract PriceOrBuilder getPriceOrBuilder()

Price of the tier.

.google.cloud.channel.v1.Price price = 3;

Returns
TypeDescription
PriceOrBuilder

hasPrice()

public abstract boolean hasPrice()

Price of the tier.

.google.cloud.channel.v1.Price price = 3;

Returns
TypeDescription
boolean

Whether the price field is set.