public interface RowRangeOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getEndKeyCase()
public abstract RowRange.EndKeyCase getEndKeyCase()
Type | Description |
RowRange.EndKeyCase |
getEndKeyClosed()
public abstract ByteString getEndKeyClosed()
Used when giving an inclusive upper bound for the range.
bytes end_key_closed = 4;
Type | Description |
ByteString | The endKeyClosed. |
getEndKeyOpen()
public abstract ByteString getEndKeyOpen()
Used when giving an exclusive upper bound for the range.
bytes end_key_open = 3;
Type | Description |
ByteString | The endKeyOpen. |
getStartKeyCase()
public abstract RowRange.StartKeyCase getStartKeyCase()
Type | Description |
RowRange.StartKeyCase |
getStartKeyClosed()
public abstract ByteString getStartKeyClosed()
Used when giving an inclusive lower bound for the range.
bytes start_key_closed = 1;
Type | Description |
ByteString | The startKeyClosed. |
getStartKeyOpen()
public abstract ByteString getStartKeyOpen()
Used when giving an exclusive lower bound for the range.
bytes start_key_open = 2;
Type | Description |
ByteString | The startKeyOpen. |
hasEndKeyClosed()
public abstract boolean hasEndKeyClosed()
Used when giving an inclusive upper bound for the range.
bytes end_key_closed = 4;
Type | Description |
boolean | Whether the endKeyClosed field is set. |
hasEndKeyOpen()
public abstract boolean hasEndKeyOpen()
Used when giving an exclusive upper bound for the range.
bytes end_key_open = 3;
Type | Description |
boolean | Whether the endKeyOpen field is set. |
hasStartKeyClosed()
public abstract boolean hasStartKeyClosed()
Used when giving an inclusive lower bound for the range.
bytes start_key_closed = 1;
Type | Description |
boolean | Whether the startKeyClosed field is set. |
hasStartKeyOpen()
public abstract boolean hasStartKeyOpen()
Used when giving an exclusive lower bound for the range.
bytes start_key_open = 2;
Type | Description |
boolean | Whether the startKeyOpen field is set. |