public final class ReadRowsResponse extends GeneratedMessageV3 implements ReadRowsResponseOrBuilder
Response message for Bigtable.ReadRows.Protobuf type
google.bigtable.v2.ReadRowsResponse| Modifier and Type | Class and Description |
|---|---|
static class |
ReadRowsResponse.Builder
Response message for Bigtable.ReadRows.
|
static class |
ReadRowsResponse.CellChunk
Specifies a piece of a row's contents returned as part of the read
response stream.
|
static interface |
ReadRowsResponse.CellChunkOrBuilder |
GeneratedMessageV3.BuilderParent, GeneratedMessageV3.ExtendableBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage,BuilderType extends GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, GeneratedMessageV3.ExtendableMessage<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
CHUNKS_FIELD_NUMBER |
static int |
LAST_SCANNED_ROW_KEY_FIELD_NUMBER |
alwaysUseFieldBuilders, unknownFieldsmemoizedSizememoizedHashCodecanUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneoftoByteArray, toByteString, writeDelimitedTo, writeTopublic static final int CHUNKS_FIELD_NUMBER
public static final int LAST_SCANNED_ROW_KEY_FIELD_NUMBER
public final UnknownFieldSet getUnknownFields()
getUnknownFields in interface MessageOrBuildergetUnknownFields in class GeneratedMessageV3public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class GeneratedMessageV3public java.util.List<ReadRowsResponse.CellChunk> getChunksList()
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1;getChunksList in interface ReadRowsResponseOrBuilderpublic java.util.List<? extends ReadRowsResponse.CellChunkOrBuilder> getChunksOrBuilderList()
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1;getChunksOrBuilderList 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.CellChunkOrBuilder getChunksOrBuilder(int index)
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1;getChunksOrBuilder in interface ReadRowsResponseOrBuilderpublic 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 final boolean isInitialized()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessageV3public void writeTo(CodedOutputStream output) throws java.io.IOException
writeTo in interface MessageLitewriteTo in class GeneratedMessageV3java.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface MessageLitegetSerializedSize in class GeneratedMessageV3public boolean equals(java.lang.Object obj)
equals in interface Messageequals in class AbstractMessagepublic int hashCode()
hashCode in interface MessagehashCode in class AbstractMessagepublic static ReadRowsResponse parseFrom(java.nio.ByteBuffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static ReadRowsResponse parseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static ReadRowsResponse parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static ReadRowsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static ReadRowsResponse parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static ReadRowsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static ReadRowsResponse parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static ReadRowsResponse parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static ReadRowsResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static ReadRowsResponse parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static ReadRowsResponse parseFrom(CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static ReadRowsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic ReadRowsResponse.Builder newBuilderForType()
newBuilderForType in interface MessagenewBuilderForType in interface MessageLitepublic static ReadRowsResponse.Builder newBuilder()
public static ReadRowsResponse.Builder newBuilder(ReadRowsResponse prototype)
public ReadRowsResponse.Builder toBuilder()
toBuilder in interface MessagetoBuilder in interface MessageLiteprotected ReadRowsResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class GeneratedMessageV3public static ReadRowsResponse getDefaultInstance()
public static Parser<ReadRowsResponse> parser()
public Parser<ReadRowsResponse> getParserForType()
getParserForType in interface MessagegetParserForType in interface MessageLitegetParserForType in class GeneratedMessageV3public ReadRowsResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilder