public final class SampleRowKeysResponse extends GeneratedMessageV3 implements SampleRowKeysResponseOrBuilder
Response message for Bigtable.SampleRowKeys.
Protobuf type google.bigtable.v2.SampleRowKeysResponse
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > SampleRowKeysResponseImplements
SampleRowKeysResponseOrBuilderStatic Fields
OFFSET_BYTES_FIELD_NUMBER
public static final int OFFSET_BYTES_FIELD_NUMBER
Type | Description |
int |
ROW_KEY_FIELD_NUMBER
public static final int ROW_KEY_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static SampleRowKeysResponse getDefaultInstance()
Type | Description |
SampleRowKeysResponse |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static SampleRowKeysResponse.Builder newBuilder()
Type | Description |
SampleRowKeysResponse.Builder |
newBuilder(SampleRowKeysResponse prototype)
public static SampleRowKeysResponse.Builder newBuilder(SampleRowKeysResponse prototype)
Name | Description |
prototype | SampleRowKeysResponse |
Type | Description |
SampleRowKeysResponse.Builder |
parseDelimitedFrom(InputStream input)
public static SampleRowKeysResponse parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
SampleRowKeysResponse |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static SampleRowKeysResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
SampleRowKeysResponse |
Type | Description |
IOException |
parseFrom(byte[] data)
public static SampleRowKeysResponse parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
SampleRowKeysResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static SampleRowKeysResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
SampleRowKeysResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static SampleRowKeysResponse parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
SampleRowKeysResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SampleRowKeysResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
SampleRowKeysResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static SampleRowKeysResponse parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
SampleRowKeysResponse |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static SampleRowKeysResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
SampleRowKeysResponse |
Type | Description |
IOException |
parseFrom(InputStream input)
public static SampleRowKeysResponse parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
SampleRowKeysResponse |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static SampleRowKeysResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
SampleRowKeysResponse |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static SampleRowKeysResponse parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
SampleRowKeysResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static SampleRowKeysResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
SampleRowKeysResponse |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<SampleRowKeysResponse> parser()
Type | Description |
Parser<SampleRowKeysResponse> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public SampleRowKeysResponse getDefaultInstanceForType()
Type | Description |
SampleRowKeysResponse |
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;
Type | Description |
long | The offsetBytes. |
getParserForType()
public Parser<SampleRowKeysResponse> getParserForType()
Type | Description |
Parser<SampleRowKeysResponse> |
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;
Type | Description |
ByteString | The rowKey. |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public SampleRowKeysResponse.Builder newBuilderForType()
Type | Description |
SampleRowKeysResponse.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected SampleRowKeysResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
SampleRowKeysResponse.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public SampleRowKeysResponse.Builder toBuilder()
Type | Description |
SampleRowKeysResponse.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |