public interface ReadRowsResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
ReadRowsResponse.CellChunk |
getChunks(int index)
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1; |
int |
getChunksCount()
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1; |
java.util.List<ReadRowsResponse.CellChunk> |
getChunksList()
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1; |
ReadRowsResponse.CellChunkOrBuilder |
getChunksOrBuilder(int index)
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1; |
java.util.List<? extends ReadRowsResponse.CellChunkOrBuilder> |
getChunksOrBuilderList()
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1; |
ByteString |
getLastScannedRowKey()
Optionally the server might return the row key of the last row it
has scanned.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.util.List<ReadRowsResponse.CellChunk> getChunksList()
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1;
ReadRowsResponse.CellChunk getChunks(int index)
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1;
int getChunksCount()
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1;
java.util.List<? extends ReadRowsResponse.CellChunkOrBuilder> getChunksOrBuilderList()
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1;
ReadRowsResponse.CellChunkOrBuilder getChunksOrBuilder(int index)
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1;
ByteString getLastScannedRowKey()
Optionally the server might return the row key of the last row it has scanned. The client can use this to construct a more efficient retry request if needed: any row keys or portions of ranges less than this row key can be dropped from the request. This is primarily useful for cases where the server has read a lot of data that was filtered out since the last committed row key, allowing the client to skip that work on a retry.
bytes last_scanned_row_key = 2;