Interface IntRangeOrBuilder (0.1.0)

public interface IntRangeOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMax()

public abstract long getMax()

Required. Maximum allowed value for the numeric parameter (inclusive).

int64 max = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
long

The max.

getMin()

public abstract long getMin()

Required. Minimum allowed value for the numeric parameter (inclusive).

int64 min = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
long

The min.