public static final class ReadRowsResponse.Builder extends com.google.protobuf.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(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(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ReadRowsResponse |
build() |
ReadRowsResponse |
buildPartial() |
ReadRowsResponse.Builder |
clear() |
ReadRowsResponse.Builder |
clearChunks()
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1; |
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 |
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; |
List<ReadRowsResponse.CellChunk.Builder> |
getChunksBuilderList()
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1; |
int |
getChunksCount()
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1; |
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; |
List<? extends ReadRowsResponse.CellChunkOrBuilder> |
getChunksOrBuilderList()
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1; |
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.
|
protected com.google.protobuf.GeneratedMessageV3.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 |
mergeUnknownFields(com.google.protobuf.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(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 |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, parseUnknownFieldfindInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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 clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<ReadRowsResponse.Builder>public ReadRowsResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<ReadRowsResponse.Builder>public ReadRowsResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<ReadRowsResponse.Builder>public ReadRowsResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ReadRowsResponse.Builder>public ReadRowsResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ReadRowsResponse.Builder>public ReadRowsResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ReadRowsResponse.Builder>public 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.GeneratedMessageV3.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()
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(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 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 List<ReadRowsResponse.CellChunk.Builder> getChunksBuilderList()
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;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(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ReadRowsResponse.Builder>public final ReadRowsResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ReadRowsResponse.Builder>