public interface RowSetOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getRowKeys(int index)
public abstract ByteString getRowKeys(int index)
Single rows included in the set.
repeated bytes row_keys = 1;
Name | Description |
index | int The index of the element to return. |
Type | Description |
ByteString | The rowKeys at the given index. |
getRowKeysCount()
public abstract int getRowKeysCount()
Single rows included in the set.
repeated bytes row_keys = 1;
Type | Description |
int | The count of rowKeys. |
getRowKeysList()
public abstract List<ByteString> getRowKeysList()
Single rows included in the set.
repeated bytes row_keys = 1;
Type | Description |
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;
Name | Description |
index | int |
Type | Description |
RowRange |
getRowRangesCount()
public abstract int getRowRangesCount()
Contiguous row ranges included in the set.
repeated .google.bigtable.v2.RowRange row_ranges = 2;
Type | Description |
int |
getRowRangesList()
public abstract List<RowRange> getRowRangesList()
Contiguous row ranges included in the set.
repeated .google.bigtable.v2.RowRange row_ranges = 2;
Type | Description |
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;
Name | Description |
index | int |
Type | Description |
RowRangeOrBuilder |
getRowRangesOrBuilderList()
public abstract List<? extends RowRangeOrBuilder> getRowRangesOrBuilderList()
Contiguous row ranges included in the set.
repeated .google.bigtable.v2.RowRange row_ranges = 2;
Type | Description |
List<? extends com.google.bigtable.v2.RowRangeOrBuilder> |