Interface RowRangeOrBuilder (2.17.1)

public interface RowRangeOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEndKeyCase()

public abstract RowRange.EndKeyCase getEndKeyCase()
Returns
TypeDescription
RowRange.EndKeyCase

getEndKeyClosed()

public abstract ByteString getEndKeyClosed()

Used when giving an inclusive upper bound for the range.

bytes end_key_closed = 4;

Returns
TypeDescription
ByteString

The endKeyClosed.

getEndKeyOpen()

public abstract ByteString getEndKeyOpen()

Used when giving an exclusive upper bound for the range.

bytes end_key_open = 3;

Returns
TypeDescription
ByteString

The endKeyOpen.

getStartKeyCase()

public abstract RowRange.StartKeyCase getStartKeyCase()
Returns
TypeDescription
RowRange.StartKeyCase

getStartKeyClosed()

public abstract ByteString getStartKeyClosed()

Used when giving an inclusive lower bound for the range.

bytes start_key_closed = 1;

Returns
TypeDescription
ByteString

The startKeyClosed.

getStartKeyOpen()

public abstract ByteString getStartKeyOpen()

Used when giving an exclusive lower bound for the range.

bytes start_key_open = 2;

Returns
TypeDescription
ByteString

The startKeyOpen.

hasEndKeyClosed()

public abstract boolean hasEndKeyClosed()

Used when giving an inclusive upper bound for the range.

bytes end_key_closed = 4;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
boolean

Whether the startKeyOpen field is set.