Package com.google.bigtable.v2
Class ReadRowsResponse.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<ReadRowsResponse.Builder>
-
- com.google.bigtable.v2.ReadRowsResponse.Builder
-
- All Implemented Interfaces:
ReadRowsResponseOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- ReadRowsResponse
public static final class ReadRowsResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ReadRowsResponse.Builder> implements ReadRowsResponseOrBuilder
Response message for Bigtable.ReadRows.
Protobuf typegoogle.bigtable.v2.ReadRowsResponse
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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 value)
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(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.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.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
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
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
ReadRowsResponse.Builder
clearLastScannedRowKey()
Optionally the server might return the row key of the last row it has scanned.ReadRowsResponse.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
ReadRowsResponse.Builder
clearRequestStats()
If requested, provide enhanced query performance statistics.ReadRowsResponse.Builder
clone()
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, provide enhanced query performance statistics.RequestStats.Builder
getRequestStatsBuilder()
If requested, provide enhanced query performance statistics.RequestStatsOrBuilder
getRequestStatsOrBuilder()
If requested, provide enhanced query performance statistics.boolean
hasRequestStats()
If requested, provide enhanced query performance statistics.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
ReadRowsResponse.Builder
mergeFrom(ReadRowsResponse other)
ReadRowsResponse.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ReadRowsResponse.Builder
mergeFrom(com.google.protobuf.Message other)
ReadRowsResponse.Builder
mergeRequestStats(RequestStats value)
If requested, provide enhanced query performance statistics.ReadRowsResponse.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
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 value)
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
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
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
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
ReadRowsResponse.Builder
setRequestStats(RequestStats value)
If requested, provide enhanced query performance statistics.ReadRowsResponse.Builder
setRequestStats(RequestStats.Builder builderForValue)
If requested, provide enhanced query performance statistics.ReadRowsResponse.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<ReadRowsResponse.Builder>
-
clear
public ReadRowsResponse.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<ReadRowsResponse.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<ReadRowsResponse.Builder>
-
getDefaultInstanceForType
public ReadRowsResponse getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public ReadRowsResponse build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public ReadRowsResponse buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public ReadRowsResponse.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<ReadRowsResponse.Builder>
-
setField
public ReadRowsResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ReadRowsResponse.Builder>
-
clearField
public ReadRowsResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ReadRowsResponse.Builder>
-
clearOneof
public ReadRowsResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<ReadRowsResponse.Builder>
-
setRepeatedField
public ReadRowsResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ReadRowsResponse.Builder>
-
addRepeatedField
public ReadRowsResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ReadRowsResponse.Builder>
-
mergeFrom
public ReadRowsResponse.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<ReadRowsResponse.Builder>
-
mergeFrom
public ReadRowsResponse.Builder mergeFrom(ReadRowsResponse other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<ReadRowsResponse.Builder>
-
mergeFrom
public ReadRowsResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<ReadRowsResponse.Builder>
- Throws:
IOException
-
getChunksList
public 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;
- Specified by:
getChunksList
in interfaceReadRowsResponseOrBuilder
-
getChunksCount
public int getChunksCount()
A collection of a row's contents as part of the read request.
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1;
- Specified by:
getChunksCount
in interfaceReadRowsResponseOrBuilder
-
getChunks
public 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;
- Specified by:
getChunks
in interfaceReadRowsResponseOrBuilder
-
setChunks
public 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;
-
setChunks
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;
-
addChunks
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;
-
addChunks
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;
-
addChunks
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;
-
addChunks
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;
-
addAllChunks
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;
-
clearChunks
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;
-
removeChunks
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;
-
getChunksBuilder
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;
-
getChunksOrBuilder
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;
- Specified by:
getChunksOrBuilder
in interfaceReadRowsResponseOrBuilder
-
getChunksOrBuilderList
public 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;
- Specified by:
getChunksOrBuilderList
in interfaceReadRowsResponseOrBuilder
-
addChunksBuilder
public 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;
-
addChunksBuilder
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;
-
getChunksBuilderList
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;
-
getLastScannedRowKey
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;
- Specified by:
getLastScannedRowKey
in interfaceReadRowsResponseOrBuilder
- Returns:
- The lastScannedRowKey.
-
setLastScannedRowKey
public 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;
- Parameters:
value
- The lastScannedRowKey to set.- Returns:
- This builder for chaining.
-
clearLastScannedRowKey
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;
- Returns:
- This builder for chaining.
-
hasRequestStats
public boolean hasRequestStats()
If requested, provide enhanced query performance statistics. The semantics dictate: * request_stats is empty on every (streamed) response, except * request_stats has non-empty information after all chunks have been streamed, where the ReadRowsResponse message only contains request_stats. * For example, if a read request would have returned an empty response instead a single ReadRowsResponse is streamed with empty chunks and request_stats filled. Visually, response messages will stream as follows: ... -> {chunks: [...]} -> {chunks: [], request_stats: {...}} \______________________/ \________________________________/ Primary response Trailer of RequestStats info Or if the read did not return any values: {chunks: [], request_stats: {...}} \________________________________/ Trailer of RequestStats info
.google.bigtable.v2.RequestStats request_stats = 3;
- Specified by:
hasRequestStats
in interfaceReadRowsResponseOrBuilder
- Returns:
- Whether the requestStats field is set.
-
getRequestStats
public RequestStats getRequestStats()
If requested, provide enhanced query performance statistics. The semantics dictate: * request_stats is empty on every (streamed) response, except * request_stats has non-empty information after all chunks have been streamed, where the ReadRowsResponse message only contains request_stats. * For example, if a read request would have returned an empty response instead a single ReadRowsResponse is streamed with empty chunks and request_stats filled. Visually, response messages will stream as follows: ... -> {chunks: [...]} -> {chunks: [], request_stats: {...}} \______________________/ \________________________________/ Primary response Trailer of RequestStats info Or if the read did not return any values: {chunks: [], request_stats: {...}} \________________________________/ Trailer of RequestStats info
.google.bigtable.v2.RequestStats request_stats = 3;
- Specified by:
getRequestStats
in interfaceReadRowsResponseOrBuilder
- Returns:
- The requestStats.
-
setRequestStats
public ReadRowsResponse.Builder setRequestStats(RequestStats value)
If requested, provide enhanced query performance statistics. The semantics dictate: * request_stats is empty on every (streamed) response, except * request_stats has non-empty information after all chunks have been streamed, where the ReadRowsResponse message only contains request_stats. * For example, if a read request would have returned an empty response instead a single ReadRowsResponse is streamed with empty chunks and request_stats filled. Visually, response messages will stream as follows: ... -> {chunks: [...]} -> {chunks: [], request_stats: {...}} \______________________/ \________________________________/ Primary response Trailer of RequestStats info Or if the read did not return any values: {chunks: [], request_stats: {...}} \________________________________/ Trailer of RequestStats info
.google.bigtable.v2.RequestStats request_stats = 3;
-
setRequestStats
public ReadRowsResponse.Builder setRequestStats(RequestStats.Builder builderForValue)
If requested, provide enhanced query performance statistics. The semantics dictate: * request_stats is empty on every (streamed) response, except * request_stats has non-empty information after all chunks have been streamed, where the ReadRowsResponse message only contains request_stats. * For example, if a read request would have returned an empty response instead a single ReadRowsResponse is streamed with empty chunks and request_stats filled. Visually, response messages will stream as follows: ... -> {chunks: [...]} -> {chunks: [], request_stats: {...}} \______________________/ \________________________________/ Primary response Trailer of RequestStats info Or if the read did not return any values: {chunks: [], request_stats: {...}} \________________________________/ Trailer of RequestStats info
.google.bigtable.v2.RequestStats request_stats = 3;
-
mergeRequestStats
public ReadRowsResponse.Builder mergeRequestStats(RequestStats value)
If requested, provide enhanced query performance statistics. The semantics dictate: * request_stats is empty on every (streamed) response, except * request_stats has non-empty information after all chunks have been streamed, where the ReadRowsResponse message only contains request_stats. * For example, if a read request would have returned an empty response instead a single ReadRowsResponse is streamed with empty chunks and request_stats filled. Visually, response messages will stream as follows: ... -> {chunks: [...]} -> {chunks: [], request_stats: {...}} \______________________/ \________________________________/ Primary response Trailer of RequestStats info Or if the read did not return any values: {chunks: [], request_stats: {...}} \________________________________/ Trailer of RequestStats info
.google.bigtable.v2.RequestStats request_stats = 3;
-
clearRequestStats
public ReadRowsResponse.Builder clearRequestStats()
If requested, provide enhanced query performance statistics. The semantics dictate: * request_stats is empty on every (streamed) response, except * request_stats has non-empty information after all chunks have been streamed, where the ReadRowsResponse message only contains request_stats. * For example, if a read request would have returned an empty response instead a single ReadRowsResponse is streamed with empty chunks and request_stats filled. Visually, response messages will stream as follows: ... -> {chunks: [...]} -> {chunks: [], request_stats: {...}} \______________________/ \________________________________/ Primary response Trailer of RequestStats info Or if the read did not return any values: {chunks: [], request_stats: {...}} \________________________________/ Trailer of RequestStats info
.google.bigtable.v2.RequestStats request_stats = 3;
-
getRequestStatsBuilder
public RequestStats.Builder getRequestStatsBuilder()
If requested, provide enhanced query performance statistics. The semantics dictate: * request_stats is empty on every (streamed) response, except * request_stats has non-empty information after all chunks have been streamed, where the ReadRowsResponse message only contains request_stats. * For example, if a read request would have returned an empty response instead a single ReadRowsResponse is streamed with empty chunks and request_stats filled. Visually, response messages will stream as follows: ... -> {chunks: [...]} -> {chunks: [], request_stats: {...}} \______________________/ \________________________________/ Primary response Trailer of RequestStats info Or if the read did not return any values: {chunks: [], request_stats: {...}} \________________________________/ Trailer of RequestStats info
.google.bigtable.v2.RequestStats request_stats = 3;
-
getRequestStatsOrBuilder
public RequestStatsOrBuilder getRequestStatsOrBuilder()
If requested, provide enhanced query performance statistics. The semantics dictate: * request_stats is empty on every (streamed) response, except * request_stats has non-empty information after all chunks have been streamed, where the ReadRowsResponse message only contains request_stats. * For example, if a read request would have returned an empty response instead a single ReadRowsResponse is streamed with empty chunks and request_stats filled. Visually, response messages will stream as follows: ... -> {chunks: [...]} -> {chunks: [], request_stats: {...}} \______________________/ \________________________________/ Primary response Trailer of RequestStats info Or if the read did not return any values: {chunks: [], request_stats: {...}} \________________________________/ Trailer of RequestStats info
.google.bigtable.v2.RequestStats request_stats = 3;
- Specified by:
getRequestStatsOrBuilder
in interfaceReadRowsResponseOrBuilder
-
setUnknownFields
public final ReadRowsResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ReadRowsResponse.Builder>
-
mergeUnknownFields
public final ReadRowsResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ReadRowsResponse.Builder>
-
-