Send feedback
Class ReadRowsResponse (2.10.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.10.0 keyboard_arrow_down
public final class ReadRowsResponse extends GeneratedMessageV3 implements ReadRowsResponseOrBuilder
Response message for Bigtable.ReadRows.
Protobuf type google.bigtable.v2.ReadRowsResponse
Static Fields
CHUNKS_FIELD_NUMBER
public static final int CHUNKS_FIELD_NUMBER
Field Value
LAST_SCANNED_ROW_KEY_FIELD_NUMBER
public static final int LAST_SCANNED_ROW_KEY_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static ReadRowsResponse getDefaultInstance ()
Returns
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
newBuilder()
public static ReadRowsResponse . Builder newBuilder ()
Returns
newBuilder(ReadRowsResponse prototype)
public static ReadRowsResponse . Builder newBuilder ( ReadRowsResponse prototype )
Parameter
Returns
public static ReadRowsResponse parseDelimitedFrom ( InputStream input )
Parameter
Returns
Exceptions
public static ReadRowsResponse parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static ReadRowsResponse parseFrom ( byte [] data )
Parameter
Name Description data byte []
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ReadRowsResponse parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static ReadRowsResponse parseFrom ( ByteString data )
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ReadRowsResponse parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static ReadRowsResponse parseFrom ( CodedInputStream input )
Parameter
Returns
Exceptions
public static ReadRowsResponse parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static ReadRowsResponse parseFrom ( InputStream input )
Parameter
Returns
Exceptions
public static ReadRowsResponse parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static ReadRowsResponse parseFrom ( ByteBuffer data )
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ReadRowsResponse parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parser()
public static Parser<ReadRowsResponse> parser ()
Returns
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Returns
Overrides
getChunks(int index)
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;
Parameter
Returns
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;
Returns
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;
Returns
getChunksOrBuilder(int index)
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;
Parameter
Returns
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;
Returns
Type Description List <? extends com.google.bigtable.v2.ReadRowsResponse.CellChunkOrBuilder >
getDefaultInstanceForType()
public ReadRowsResponse getDefaultInstanceForType ()
Returns
getLastScannedRowKey()
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;
Returns
getParserForType()
public Parser<ReadRowsResponse> getParserForType ()
Returns
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
newBuilderForType()
public ReadRowsResponse . Builder newBuilderForType ()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ReadRowsResponse . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Parameter
Returns
Overrides
toBuilder()
public ReadRowsResponse . Builder toBuilder ()
Returns
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Parameter
Overrides
Exceptions
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-14 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-14 UTC."],[],[]]