public interface Int64RangeMatchOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getRangeEnd()
public abstract long getRangeEnd()
The end of the range (exclusive) in signed long integer format.
optional int64 range_end = 322439897;
Returns | |
---|---|
Type | Description |
long |
The rangeEnd. |
getRangeStart()
public abstract long getRangeStart()
The start of the range (inclusive) in signed long integer format.
optional int64 range_start = 103333600;
Returns | |
---|---|
Type | Description |
long |
The rangeStart. |
hasRangeEnd()
public abstract boolean hasRangeEnd()
The end of the range (exclusive) in signed long integer format.
optional int64 range_end = 322439897;
Returns | |
---|---|
Type | Description |
boolean |
Whether the rangeEnd field is set. |
hasRangeStart()
public abstract boolean hasRangeStart()
The start of the range (inclusive) in signed long integer format.
optional int64 range_start = 103333600;
Returns | |
---|---|
Type | Description |
boolean |
Whether the rangeStart field is set. |