Interface MillisecondRangeOrBuilder (0.1.0)

public interface MillisecondRangeOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMax()

public abstract int getMax()

Output only. The maximum value of the range.

int32 max = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The max.

getMin()

public abstract int getMin()

Output only. The minimum value of the range.

int32 min = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The min.