Interface RowSetOrBuilder (2.17.1)

public interface RowSetOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getRowKeys(int index)

public abstract ByteString getRowKeys(int index)

Single rows included in the set.

repeated bytes row_keys = 1;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
ByteString

The rowKeys at the given index.

getRowKeysCount()

public abstract int getRowKeysCount()

Single rows included in the set.

repeated bytes row_keys = 1;

Returns
TypeDescription
int

The count of rowKeys.

getRowKeysList()

public abstract List<ByteString> getRowKeysList()

Single rows included in the set.

repeated bytes row_keys = 1;

Returns
TypeDescription
List<ByteString>

A list containing the rowKeys.

getRowRanges(int index)

public abstract RowRange getRowRanges(int index)

Contiguous row ranges included in the set.

repeated .google.bigtable.v2.RowRange row_ranges = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
RowRange

getRowRangesCount()

public abstract int getRowRangesCount()

Contiguous row ranges included in the set.

repeated .google.bigtable.v2.RowRange row_ranges = 2;

Returns
TypeDescription
int

getRowRangesList()

public abstract List<RowRange> getRowRangesList()

Contiguous row ranges included in the set.

repeated .google.bigtable.v2.RowRange row_ranges = 2;

Returns
TypeDescription
List<RowRange>

getRowRangesOrBuilder(int index)

public abstract RowRangeOrBuilder getRowRangesOrBuilder(int index)

Contiguous row ranges included in the set.

repeated .google.bigtable.v2.RowRange row_ranges = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
RowRangeOrBuilder

getRowRangesOrBuilderList()

public abstract List<? extends RowRangeOrBuilder> getRowRangesOrBuilderList()

Contiguous row ranges included in the set.

repeated .google.bigtable.v2.RowRange row_ranges = 2;

Returns
TypeDescription
List<? extends com.google.bigtable.v2.RowRangeOrBuilder>