public interface ValueRangeOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getEndValueCase()
public abstract ValueRange.EndValueCase getEndValueCase()
Type | Description |
ValueRange.EndValueCase |
getEndValueClosed()
public abstract ByteString getEndValueClosed()
Used when giving an inclusive upper bound for the range.
bytes end_value_closed = 3;
Type | Description |
ByteString | The endValueClosed. |
getEndValueOpen()
public abstract ByteString getEndValueOpen()
Used when giving an exclusive upper bound for the range.
bytes end_value_open = 4;
Type | Description |
ByteString | The endValueOpen. |
getStartValueCase()
public abstract ValueRange.StartValueCase getStartValueCase()
Type | Description |
ValueRange.StartValueCase |
getStartValueClosed()
public abstract ByteString getStartValueClosed()
Used when giving an inclusive lower bound for the range.
bytes start_value_closed = 1;
Type | Description |
ByteString | The startValueClosed. |
getStartValueOpen()
public abstract ByteString getStartValueOpen()
Used when giving an exclusive lower bound for the range.
bytes start_value_open = 2;
Type | Description |
ByteString | The startValueOpen. |
hasEndValueClosed()
public abstract boolean hasEndValueClosed()
Used when giving an inclusive upper bound for the range.
bytes end_value_closed = 3;
Type | Description |
boolean | Whether the endValueClosed field is set. |
hasEndValueOpen()
public abstract boolean hasEndValueOpen()
Used when giving an exclusive upper bound for the range.
bytes end_value_open = 4;
Type | Description |
boolean | Whether the endValueOpen field is set. |
hasStartValueClosed()
public abstract boolean hasStartValueClosed()
Used when giving an inclusive lower bound for the range.
bytes start_value_closed = 1;
Type | Description |
boolean | Whether the startValueClosed field is set. |
hasStartValueOpen()
public abstract boolean hasStartValueOpen()
Used when giving an exclusive lower bound for the range.
bytes start_value_open = 2;
Type | Description |
boolean | Whether the startValueOpen field is set. |