public static final class SampleRowKeysResponse.Builder extends com.google.protobuf.GeneratedMessage.Builder<SampleRowKeysResponse.Builder> implements SampleRowKeysResponseOrBuilder
Response message for Bigtable.SampleRowKeys.Protobuf type
google.bigtable.v2.SampleRowKeysResponse| Modifier and Type | Method and Description |
|---|---|
SampleRowKeysResponse |
build() |
SampleRowKeysResponse |
buildPartial() |
SampleRowKeysResponse.Builder |
clear() |
SampleRowKeysResponse.Builder |
clearOffsetBytes()
Approximate total storage space used by all rows in the table which precede
`row_key`.
|
SampleRowKeysResponse.Builder |
clearRowKey()
Sorted streamed sequence of sample row keys in the table.
|
SampleRowKeysResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
long |
getOffsetBytes()
Approximate total storage space used by all rows in the table which precede
`row_key`.
|
com.google.protobuf.ByteString |
getRowKey()
Sorted streamed sequence of sample row keys in the table.
|
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
SampleRowKeysResponse.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
SampleRowKeysResponse.Builder |
mergeFrom(com.google.protobuf.Message other) |
SampleRowKeysResponse.Builder |
mergeFrom(SampleRowKeysResponse other) |
SampleRowKeysResponse.Builder |
setOffsetBytes(long value)
Approximate total storage space used by all rows in the table which precede
`row_key`.
|
SampleRowKeysResponse.Builder |
setRowKey(com.google.protobuf.ByteString value)
Sorted streamed sequence of sample row keys in the table.
|
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<SampleRowKeysResponse.Builder>public SampleRowKeysResponse.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<SampleRowKeysResponse.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<SampleRowKeysResponse.Builder>public SampleRowKeysResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic SampleRowKeysResponse build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic SampleRowKeysResponse buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic SampleRowKeysResponse.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<SampleRowKeysResponse.Builder>public SampleRowKeysResponse.Builder mergeFrom(SampleRowKeysResponse other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<SampleRowKeysResponse.Builder>public SampleRowKeysResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<SampleRowKeysResponse.Builder>IOExceptionpublic com.google.protobuf.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;getRowKey in interface SampleRowKeysResponseOrBuilderpublic SampleRowKeysResponse.Builder setRowKey(com.google.protobuf.ByteString value)
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;value - The rowKey to set.public SampleRowKeysResponse.Builder clearRowKey()
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;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;getOffsetBytes in interface SampleRowKeysResponseOrBuilderpublic SampleRowKeysResponse.Builder setOffsetBytes(long value)
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;value - The offsetBytes to set.public SampleRowKeysResponse.Builder clearOffsetBytes()
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;Copyright © 2026 Google LLC. All rights reserved.