public interface RowSetOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
ByteString |
getRowKeys(int index)
Single rows included in the set.
|
int |
getRowKeysCount()
Single rows included in the set.
|
java.util.List<ByteString> |
getRowKeysList()
Single rows included in the set.
|
RowRange |
getRowRanges(int index)
Contiguous row ranges included in the set.
|
int |
getRowRangesCount()
Contiguous row ranges included in the set.
|
java.util.List<RowRange> |
getRowRangesList()
Contiguous row ranges included in the set.
|
RowRangeOrBuilder |
getRowRangesOrBuilder(int index)
Contiguous row ranges included in the set.
|
java.util.List<? extends RowRangeOrBuilder> |
getRowRangesOrBuilderList()
Contiguous row ranges included in the set.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.util.List<ByteString> getRowKeysList()
Single rows included in the set.
repeated bytes row_keys = 1;
int getRowKeysCount()
Single rows included in the set.
repeated bytes row_keys = 1;
ByteString getRowKeys(int index)
Single rows included in the set.
repeated bytes row_keys = 1;
java.util.List<RowRange> getRowRangesList()
Contiguous row ranges included in the set.
repeated .google.bigtable.v2.RowRange row_ranges = 2;
RowRange getRowRanges(int index)
Contiguous row ranges included in the set.
repeated .google.bigtable.v2.RowRange row_ranges = 2;
int getRowRangesCount()
Contiguous row ranges included in the set.
repeated .google.bigtable.v2.RowRange row_ranges = 2;
java.util.List<? extends RowRangeOrBuilder> getRowRangesOrBuilderList()
Contiguous row ranges included in the set.
repeated .google.bigtable.v2.RowRange row_ranges = 2;
RowRangeOrBuilder getRowRangesOrBuilder(int index)
Contiguous row ranges included in the set.
repeated .google.bigtable.v2.RowRange row_ranges = 2;