Package com.google.bigtable.v2
Interface ReadRowsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ReadRowsResponse,ReadRowsResponse.Builder
public interface ReadRowsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetChunks(int index) A collection of a row's contents as part of the read request.intA collection of a row's contents as part of the read request.A collection of a row's contents as part of the read request.getChunksOrBuilder(int index) A collection of a row's contents as part of the read request.List<? extends ReadRowsResponse.CellChunkOrBuilder>A collection of a row's contents as part of the read request.com.google.protobuf.ByteStringOptionally the server might return the row key of the last row it has scanned.If requested, return enhanced query performance statistics.If requested, return enhanced query performance statistics.booleanIf requested, return enhanced query performance statistics.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getChunksList
List<ReadRowsResponse.CellChunk> getChunksList()A collection of a row's contents as part of the read request.
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1; -
getChunks
A collection of a row's contents as part of the read request.
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1; -
getChunksCount
int getChunksCount()A collection of a row's contents as part of the read request.
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1; -
getChunksOrBuilderList
List<? extends ReadRowsResponse.CellChunkOrBuilder> getChunksOrBuilderList()A collection of a row's contents as part of the read request.
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1; -
getChunksOrBuilder
A collection of a row's contents as part of the read request.
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1; -
getLastScannedRowKey
com.google.protobuf.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;- Returns:
- The lastScannedRowKey.
-
hasRequestStats
boolean hasRequestStats()If requested, return enhanced query performance statistics. The field request_stats is empty in a streamed response unless the ReadRowsResponse message contains request_stats in the last message of the stream. Always returned when requested, even when the read request returns an empty response.
.google.bigtable.v2.RequestStats request_stats = 3;- Returns:
- Whether the requestStats field is set.
-
getRequestStats
RequestStats getRequestStats()If requested, return enhanced query performance statistics. The field request_stats is empty in a streamed response unless the ReadRowsResponse message contains request_stats in the last message of the stream. Always returned when requested, even when the read request returns an empty response.
.google.bigtable.v2.RequestStats request_stats = 3;- Returns:
- The requestStats.
-
getRequestStatsOrBuilder
RequestStatsOrBuilder getRequestStatsOrBuilder()If requested, return enhanced query performance statistics. The field request_stats is empty in a streamed response unless the ReadRowsResponse message contains request_stats in the last message of the stream. Always returned when requested, even when the read request returns an empty response.
.google.bigtable.v2.RequestStats request_stats = 3;
-