Send feedback
Class SampleRowKeysResponse (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 SampleRowKeysResponse extends GeneratedMessageV3 implements SampleRowKeysResponseOrBuilder
Response message for Bigtable.SampleRowKeys.
Protobuf type google.bigtable.v2.SampleRowKeysResponse
Static Fields
OFFSET_BYTES_FIELD_NUMBER
public static final int OFFSET_BYTES_FIELD_NUMBER
Field Value
ROW_KEY_FIELD_NUMBER
public static final int ROW_KEY_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static SampleRowKeysResponse getDefaultInstance ()
Returns
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
newBuilder()
public static SampleRowKeysResponse . Builder newBuilder ()
Returns
newBuilder(SampleRowKeysResponse prototype)
public static SampleRowKeysResponse . Builder newBuilder ( SampleRowKeysResponse prototype )
Parameter
Returns
public static SampleRowKeysResponse parseDelimitedFrom ( InputStream input )
Parameter
Returns
Exceptions
public static SampleRowKeysResponse parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static SampleRowKeysResponse parseFrom ( byte [] data )
Parameter
Name Description data byte []
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static SampleRowKeysResponse parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static SampleRowKeysResponse parseFrom ( ByteString data )
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SampleRowKeysResponse parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static SampleRowKeysResponse parseFrom ( CodedInputStream input )
Parameter
Returns
Exceptions
public static SampleRowKeysResponse parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static SampleRowKeysResponse parseFrom ( InputStream input )
Parameter
Returns
Exceptions
public static SampleRowKeysResponse parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static SampleRowKeysResponse parseFrom ( ByteBuffer data )
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static SampleRowKeysResponse parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parser()
public static Parser<SampleRowKeysResponse> parser ()
Returns
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Returns
Overrides
getDefaultInstanceForType()
public SampleRowKeysResponse getDefaultInstanceForType ()
Returns
getOffsetBytes()
public long getOffsetBytes ()
Approximate total storage space used by all rows in the table which precede
row_key
. Buffering the contents of all rows between two subsequent
samples would require space roughly equal to the difference in their
offset_bytes
fields.
int64 offset_bytes = 2;
Returns
Type Description long The offsetBytes.
getParserForType()
public Parser<SampleRowKeysResponse> getParserForType ()
Returns
Overrides
getRowKey()
public ByteString getRowKey ()
Sorted streamed sequence of sample row keys in the table. The table might
have contents before the first row key in the list and after the last one,
but a key containing the empty string indicates "end of table" and will be
the last response given, if present.
Note that row keys in this list may not have ever been written to or read
from, and users should therefore not make any assumptions about the row key
structure that are specific to their use case.
bytes row_key = 1;
Returns
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 SampleRowKeysResponse . Builder newBuilderForType ()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected SampleRowKeysResponse . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Parameter
Returns
Overrides
toBuilder()
public SampleRowKeysResponse . 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-01-27 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-01-27 UTC."],[],[]]