Interface Sku.RangeOrBuilder (0.17.0)

public static interface Sku.RangeOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMax()

public abstract int getMax()

The maximum value of the range.

int32 max = 2;

Returns
Type Description
int

The max.

getMin()

public abstract int getMin()

The minimum value of the range.

int32 min = 1;

Returns
Type Description
int

The min.