public interface IntRangeOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getMax()
public abstract long getMax()Required. The maximum permitted 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. The minimum permitted value for the numeric parameter (inclusive).
int64 min = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
long |
The min. |