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, unknownFields
memoizedSize
memoizedHashCode
canUseUnsafe, 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, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
toByteArray, toByteString, writeDelimitedTo, writeTo
public static final int CHUNKS_FIELD_NUMBER
public static final int LAST_SCANNED_ROW_KEY_FIELD_NUMBER
public final UnknownFieldSet getUnknownFields()
getUnknownFields
in interface MessageOrBuilder
getUnknownFields
in class GeneratedMessageV3
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3
public java.util.List<ReadRowsResponse.CellChunk> getChunksList()
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1;
getChunksList
in interface ReadRowsResponseOrBuilder
public java.util.List<? extends ReadRowsResponse.CellChunkOrBuilder> getChunksOrBuilderList()
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1;
getChunksOrBuilderList
in interface ReadRowsResponseOrBuilder
public int getChunksCount()
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1;
getChunksCount
in interface ReadRowsResponseOrBuilder
public ReadRowsResponse.CellChunk getChunks(int index)
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1;
getChunks
in interface ReadRowsResponseOrBuilder
public ReadRowsResponse.CellChunkOrBuilder getChunksOrBuilder(int index)
repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1;
getChunksOrBuilder
in interface ReadRowsResponseOrBuilder
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 ReadRowsResponseOrBuilder
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3
public void writeTo(CodedOutputStream output) throws java.io.IOException
writeTo
in interface MessageLite
writeTo
in class GeneratedMessageV3
java.io.IOException
public int getSerializedSize()
getSerializedSize
in interface MessageLite
getSerializedSize
in class GeneratedMessageV3
public boolean equals(java.lang.Object obj)
equals
in interface Message
equals
in class AbstractMessage
public int hashCode()
hashCode
in interface Message
hashCode
in class AbstractMessage
public static ReadRowsResponse parseFrom(java.nio.ByteBuffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static ReadRowsResponse parseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static ReadRowsResponse parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static ReadRowsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static ReadRowsResponse parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static ReadRowsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static ReadRowsResponse parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static ReadRowsResponse parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static ReadRowsResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static ReadRowsResponse parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static ReadRowsResponse parseFrom(CodedInputStream input) throws java.io.IOException
java.io.IOException
public static ReadRowsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public ReadRowsResponse.Builder newBuilderForType()
newBuilderForType
in interface Message
newBuilderForType
in interface MessageLite
public static ReadRowsResponse.Builder newBuilder()
public static ReadRowsResponse.Builder newBuilder(ReadRowsResponse prototype)
public ReadRowsResponse.Builder toBuilder()
toBuilder
in interface Message
toBuilder
in interface MessageLite
protected ReadRowsResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class GeneratedMessageV3
public static ReadRowsResponse getDefaultInstance()
public static Parser<ReadRowsResponse> parser()
public Parser<ReadRowsResponse> getParserForType()
getParserForType
in interface Message
getParserForType
in interface MessageLite
getParserForType
in class GeneratedMessageV3
public ReadRowsResponse getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder