public static final class ReadRowsResponse.Builder extends com.google.protobuf.GeneratedMessage.Builder<ReadRowsResponse.Builder> implements ReadRowsResponseOrBuilder
Response message for Bigtable.ReadRows.Protobuf type
google.bigtable.v2.ReadRowsResponse| Modifier and Type | Method and Description |
|---|---|
ReadRowsResponse.Builder |
addAllChunks(Iterable<? extends ReadRowsResponse.CellChunk> values)
A collection of a row's contents as part of the read request.
|
ReadRowsResponse.Builder |
addChunks(int index,
ReadRowsResponse.CellChunk.Builder builderForValue)
A collection of a row's contents as part of the read request.
|
ReadRowsResponse.Builder |
addChunks(int index,
ReadRowsResponse.CellChunk value)
A collection of a row's contents as part of the read request.
|
ReadRowsResponse.Builder |
addChunks(ReadRowsResponse.CellChunk.Builder builderForValue)
A collection of a row's contents as part of the read request.
|
ReadRowsResponse.Builder |
addChunks(ReadRowsResponse.CellChunk value)
A collection of a row's contents as part of the read request.
|
ReadRowsResponse.CellChunk.Builder |
addChunksBuilder()
A collection of a row's contents as part of the read request.
|
ReadRowsResponse.CellChunk.Builder |
addChunksBuilder(int index)
A collection of a row's contents as part of the read request.
|
ReadRowsResponse |
build() |
ReadRowsResponse |
buildPartial() |
ReadRowsResponse.Builder |
clear() |
ReadRowsResponse.Builder |
clearChunks()
A collection of a row's contents as part of the read request.
|
ReadRowsResponse.Builder |
clearLastScannedRowKey()
Optionally the server might return the row key of the last row it
has scanned.
|
ReadRowsResponse.Builder |
clearRequestStats()
If requested, return enhanced query performance statistics.
|
ReadRowsResponse.CellChunk |
getChunks(int index)
A collection of a row's contents as part of the read request.
|
ReadRowsResponse.CellChunk.Builder |
getChunksBuilder(int index)
A collection of a row's contents as part of the read request.
|
List<ReadRowsResponse.CellChunk.Builder> |
getChunksBuilderList()
A collection of a row's contents as part of the read request.
|
int |
getChunksCount()
A collection of a row's contents as part of the read request.
|
List<ReadRowsResponse.CellChunk> |
getChunksList()
A collection of a row's contents as part of the read request.
|
ReadRowsResponse.CellChunkOrBuilder |
getChunksOrBuilder(int index)
A collection of a row's contents as part of the read request.
|
List<? extends ReadRowsResponse.CellChunkOrBuilder> |
getChunksOrBuilderList()
A collection of a row's contents as part of the read request.
|
ReadRowsResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
com.google.protobuf.ByteString |
getLastScannedRowKey()
Optionally the server might return the row key of the last row it
has scanned.
|
RequestStats |
getRequestStats()
If requested, return enhanced query performance statistics.
|
RequestStats.Builder |
getRequestStatsBuilder()
If requested, return enhanced query performance statistics.
|
RequestStatsOrBuilder |
getRequestStatsOrBuilder()
If requested, return enhanced query performance statistics.
|
boolean |
hasRequestStats()
If requested, return enhanced query performance statistics.
|
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ReadRowsResponse.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ReadRowsResponse.Builder |
mergeFrom(com.google.protobuf.Message other) |
ReadRowsResponse.Builder |
mergeFrom(ReadRowsResponse other) |
ReadRowsResponse.Builder |
mergeRequestStats(RequestStats value)
If requested, return enhanced query performance statistics.
|
ReadRowsResponse.Builder |
removeChunks(int index)
A collection of a row's contents as part of the read request.
|
ReadRowsResponse.Builder |
setChunks(int index,
ReadRowsResponse.CellChunk.Builder builderForValue)
A collection of a row's contents as part of the read request.
|
ReadRowsResponse.Builder |
setChunks(int index,
ReadRowsResponse.CellChunk value)
A collection of a row's contents as part of the read request.
|
ReadRowsResponse.Builder |
setLastScannedRowKey(com.google.protobuf.ByteString value)
Optionally the server might return the row key of the last row it
has scanned.
|
ReadRowsResponse.Builder |
setRequestStats(RequestStats.Builder builderForValue)
If requested, return enhanced query performance statistics.
|
ReadRowsResponse.Builder |
setRequestStats(RequestStats value)
If requested, return enhanced query performance statistics.
|
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<ReadRowsResponse.Builder>public ReadRowsResponse.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<ReadRowsResponse.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<ReadRowsResponse.Builder>public ReadRowsResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ReadRowsResponse build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ReadRowsResponse buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ReadRowsResponse.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ReadRowsResponse.Builder>public ReadRowsResponse.Builder mergeFrom(ReadRowsResponse other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<ReadRowsResponse.Builder>public ReadRowsResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ReadRowsResponse.Builder>IOExceptionpublic 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;getChunksList in interface ReadRowsResponseOrBuilderpublic int getChunksCount()
A collection of a row's contents as part of the read request.
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1;getChunksCount in interface ReadRowsResponseOrBuilderpublic ReadRowsResponse.CellChunk getChunks(int index)
A collection of a row's contents as part of the read request.
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1;getChunks in interface ReadRowsResponseOrBuilderpublic ReadRowsResponse.Builder setChunks(int index, ReadRowsResponse.CellChunk value)
A collection of a row's contents as part of the read request.
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1;public ReadRowsResponse.Builder setChunks(int index, ReadRowsResponse.CellChunk.Builder builderForValue)
A collection of a row's contents as part of the read request.
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1;public ReadRowsResponse.Builder addChunks(ReadRowsResponse.CellChunk value)
A collection of a row's contents as part of the read request.
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1;public ReadRowsResponse.Builder addChunks(int index, ReadRowsResponse.CellChunk value)
A collection of a row's contents as part of the read request.
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1;public ReadRowsResponse.Builder addChunks(ReadRowsResponse.CellChunk.Builder builderForValue)
A collection of a row's contents as part of the read request.
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1;public ReadRowsResponse.Builder addChunks(int index, ReadRowsResponse.CellChunk.Builder builderForValue)
A collection of a row's contents as part of the read request.
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1;public ReadRowsResponse.Builder addAllChunks(Iterable<? extends ReadRowsResponse.CellChunk> values)
A collection of a row's contents as part of the read request.
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1;public ReadRowsResponse.Builder clearChunks()
A collection of a row's contents as part of the read request.
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1;public ReadRowsResponse.Builder removeChunks(int index)
A collection of a row's contents as part of the read request.
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1;public ReadRowsResponse.CellChunk.Builder getChunksBuilder(int index)
A collection of a row's contents as part of the read request.
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1;public ReadRowsResponse.CellChunkOrBuilder getChunksOrBuilder(int index)
A collection of a row's contents as part of the read request.
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1;getChunksOrBuilder in interface ReadRowsResponseOrBuilderpublic 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;getChunksOrBuilderList in interface ReadRowsResponseOrBuilderpublic ReadRowsResponse.CellChunk.Builder addChunksBuilder()
A collection of a row's contents as part of the read request.
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1;public ReadRowsResponse.CellChunk.Builder addChunksBuilder(int index)
A collection of a row's contents as part of the read request.
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1;public List<ReadRowsResponse.CellChunk.Builder> getChunksBuilderList()
A collection of a row's contents as part of the read request.
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1;public 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;getLastScannedRowKey in interface ReadRowsResponseOrBuilderpublic ReadRowsResponse.Builder setLastScannedRowKey(com.google.protobuf.ByteString value)
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;value - The lastScannedRowKey to set.public ReadRowsResponse.Builder clearLastScannedRowKey()
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;public 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;hasRequestStats in interface ReadRowsResponseOrBuilderpublic 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;getRequestStats in interface ReadRowsResponseOrBuilderpublic ReadRowsResponse.Builder setRequestStats(RequestStats value)
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;public ReadRowsResponse.Builder setRequestStats(RequestStats.Builder builderForValue)
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;public ReadRowsResponse.Builder mergeRequestStats(RequestStats value)
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;public ReadRowsResponse.Builder clearRequestStats()
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;public RequestStats.Builder getRequestStatsBuilder()
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;public 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;getRequestStatsOrBuilder in interface ReadRowsResponseOrBuilderCopyright © 2026 Google LLC. All rights reserved.