public static final class ReadRowsResponse.Builder extends GeneratedMessageV3.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(java.lang.Iterable<? extends ReadRowsResponse.CellChunk> values)
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1; |
ReadRowsResponse.Builder |
addChunks(int index,
ReadRowsResponse.CellChunk.Builder builderForValue)
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1; |
ReadRowsResponse.Builder |
addChunks(int index,
ReadRowsResponse.CellChunk value)
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1; |
ReadRowsResponse.Builder |
addChunks(ReadRowsResponse.CellChunk.Builder builderForValue)
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1; |
ReadRowsResponse.Builder |
addChunks(ReadRowsResponse.CellChunk value)
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1; |
ReadRowsResponse.CellChunk.Builder |
addChunksBuilder()
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1; |
ReadRowsResponse.CellChunk.Builder |
addChunksBuilder(int index)
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1; |
ReadRowsResponse.Builder |
addRepeatedField(Descriptors.FieldDescriptor field,
java.lang.Object value) |
ReadRowsResponse |
build() |
ReadRowsResponse |
buildPartial() |
ReadRowsResponse.Builder |
clear() |
ReadRowsResponse.Builder |
clearChunks()
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1; |
ReadRowsResponse.Builder |
clearField(Descriptors.FieldDescriptor field) |
ReadRowsResponse.Builder |
clearLastScannedRowKey()
Optionally the server might return the row key of the last row it
has scanned.
|
ReadRowsResponse.Builder |
clearOneof(Descriptors.OneofDescriptor oneof) |
ReadRowsResponse.Builder |
clone() |
ReadRowsResponse.CellChunk |
getChunks(int index)
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1; |
ReadRowsResponse.CellChunk.Builder |
getChunksBuilder(int index)
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1; |
java.util.List<ReadRowsResponse.CellChunk.Builder> |
getChunksBuilderList()
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; |
ReadRowsResponse |
getDefaultInstanceForType() |
static Descriptors.Descriptor |
getDescriptor() |
Descriptors.Descriptor |
getDescriptorForType() |
ByteString |
getLastScannedRowKey()
Optionally the server might return the row key of the last row it
has scanned.
|
protected GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ReadRowsResponse.Builder |
mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
ReadRowsResponse.Builder |
mergeFrom(Message other) |
ReadRowsResponse.Builder |
mergeFrom(ReadRowsResponse other) |
ReadRowsResponse.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields) |
ReadRowsResponse.Builder |
removeChunks(int index)
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1; |
ReadRowsResponse.Builder |
setChunks(int index,
ReadRowsResponse.CellChunk.Builder builderForValue)
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1; |
ReadRowsResponse.Builder |
setChunks(int index,
ReadRowsResponse.CellChunk value)
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1; |
ReadRowsResponse.Builder |
setField(Descriptors.FieldDescriptor field,
java.lang.Object value) |
ReadRowsResponse.Builder |
setLastScannedRowKey(ByteString value)
Optionally the server might return the row key of the last row it
has scanned.
|
ReadRowsResponse.Builder |
setRepeatedField(Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
ReadRowsResponse.Builder |
setUnknownFields(UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofmergeFrompublic static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class GeneratedMessageV3.Builder<ReadRowsResponse.Builder>public ReadRowsResponse.Builder clear()
clear in interface Message.Builderclear in interface MessageLite.Builderclear in class GeneratedMessageV3.Builder<ReadRowsResponse.Builder>public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface Message.BuildergetDescriptorForType in interface MessageOrBuildergetDescriptorForType in class GeneratedMessageV3.Builder<ReadRowsResponse.Builder>public ReadRowsResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilderpublic ReadRowsResponse build()
build in interface Message.Builderbuild in interface MessageLite.Builderpublic ReadRowsResponse buildPartial()
buildPartial in interface Message.BuilderbuildPartial in interface MessageLite.Builderpublic ReadRowsResponse.Builder clone()
clone in interface Message.Builderclone in interface MessageLite.Builderclone in class GeneratedMessageV3.Builder<ReadRowsResponse.Builder>public ReadRowsResponse.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
setField in interface Message.BuildersetField in class GeneratedMessageV3.Builder<ReadRowsResponse.Builder>public ReadRowsResponse.Builder clearField(Descriptors.FieldDescriptor field)
clearField in interface Message.BuilderclearField in class GeneratedMessageV3.Builder<ReadRowsResponse.Builder>public ReadRowsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof in interface Message.BuilderclearOneof in class GeneratedMessageV3.Builder<ReadRowsResponse.Builder>public ReadRowsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField in interface Message.BuildersetRepeatedField in class GeneratedMessageV3.Builder<ReadRowsResponse.Builder>public ReadRowsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField in interface Message.BuilderaddRepeatedField in class GeneratedMessageV3.Builder<ReadRowsResponse.Builder>public ReadRowsResponse.Builder mergeFrom(Message other)
mergeFrom in interface Message.BuildermergeFrom in class AbstractMessage.Builder<ReadRowsResponse.Builder>public ReadRowsResponse.Builder mergeFrom(ReadRowsResponse other)
public final boolean isInitialized()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessageV3.Builder<ReadRowsResponse.Builder>public ReadRowsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface Message.BuildermergeFrom in interface MessageLite.BuildermergeFrom in class AbstractMessage.Builder<ReadRowsResponse.Builder>java.io.IOExceptionpublic java.util.List<ReadRowsResponse.CellChunk> getChunksList()
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1;getChunksList in interface ReadRowsResponseOrBuilderpublic int getChunksCount()
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1;getChunksCount in interface ReadRowsResponseOrBuilderpublic ReadRowsResponse.CellChunk getChunks(int index)
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1;getChunks in interface ReadRowsResponseOrBuilderpublic ReadRowsResponse.Builder setChunks(int index, ReadRowsResponse.CellChunk value)
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1;public ReadRowsResponse.Builder setChunks(int index, ReadRowsResponse.CellChunk.Builder builderForValue)
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1;public ReadRowsResponse.Builder addChunks(ReadRowsResponse.CellChunk value)
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1;public ReadRowsResponse.Builder addChunks(int index, ReadRowsResponse.CellChunk value)
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1;public ReadRowsResponse.Builder addChunks(ReadRowsResponse.CellChunk.Builder builderForValue)
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1;public ReadRowsResponse.Builder addChunks(int index, ReadRowsResponse.CellChunk.Builder builderForValue)
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1;public ReadRowsResponse.Builder addAllChunks(java.lang.Iterable<? extends ReadRowsResponse.CellChunk> values)
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1;public ReadRowsResponse.Builder clearChunks()
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1;public ReadRowsResponse.Builder removeChunks(int index)
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1;public ReadRowsResponse.CellChunk.Builder getChunksBuilder(int index)
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1;public ReadRowsResponse.CellChunkOrBuilder getChunksOrBuilder(int index)
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1;getChunksOrBuilder in interface ReadRowsResponseOrBuilderpublic java.util.List<? extends ReadRowsResponse.CellChunkOrBuilder> getChunksOrBuilderList()
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1;getChunksOrBuilderList in interface ReadRowsResponseOrBuilderpublic ReadRowsResponse.CellChunk.Builder addChunksBuilder()
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1;public ReadRowsResponse.CellChunk.Builder addChunksBuilder(int index)
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1;public java.util.List<ReadRowsResponse.CellChunk.Builder> getChunksBuilderList()
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1;public 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(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;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 final ReadRowsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields in interface Message.BuildersetUnknownFields in class GeneratedMessageV3.Builder<ReadRowsResponse.Builder>public final ReadRowsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields in interface Message.BuildermergeUnknownFields in class GeneratedMessageV3.Builder<ReadRowsResponse.Builder>