public static final class SampleRowKeysResponse.Builder extends GeneratedMessageV3.Builder<SampleRowKeysResponse.Builder> implements SampleRowKeysResponseOrBuilder
Response message for Bigtable.SampleRowKeys.
Protobuf type google.bigtable.v2.SampleRowKeysResponse
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > SampleRowKeysResponse.BuilderImplements
SampleRowKeysResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public SampleRowKeysResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
SampleRowKeysResponse.Builder |
build()
public SampleRowKeysResponse build()
Type | Description |
SampleRowKeysResponse |
buildPartial()
public SampleRowKeysResponse buildPartial()
Type | Description |
SampleRowKeysResponse |
clear()
public SampleRowKeysResponse.Builder clear()
Type | Description |
SampleRowKeysResponse.Builder |
clearField(Descriptors.FieldDescriptor field)
public SampleRowKeysResponse.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
SampleRowKeysResponse.Builder |
clearOffsetBytes()
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;
Type | Description |
SampleRowKeysResponse.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public SampleRowKeysResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
SampleRowKeysResponse.Builder |
clearRowKey()
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;
Type | Description |
SampleRowKeysResponse.Builder | This builder for chaining. |
clone()
public SampleRowKeysResponse.Builder clone()
Type | Description |
SampleRowKeysResponse.Builder |
getDefaultInstanceForType()
public SampleRowKeysResponse getDefaultInstanceForType()
Type | Description |
SampleRowKeysResponse |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
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. |
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. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(SampleRowKeysResponse other)
public SampleRowKeysResponse.Builder mergeFrom(SampleRowKeysResponse other)
Name | Description |
other | SampleRowKeysResponse |
Type | Description |
SampleRowKeysResponse.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public SampleRowKeysResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
SampleRowKeysResponse.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public SampleRowKeysResponse.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
SampleRowKeysResponse.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final SampleRowKeysResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
SampleRowKeysResponse.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public SampleRowKeysResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
SampleRowKeysResponse.Builder |
setOffsetBytes(long value)
public 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;
Name | Description |
value | long The offsetBytes to set. |
Type | Description |
SampleRowKeysResponse.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public SampleRowKeysResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
SampleRowKeysResponse.Builder |
setRowKey(ByteString value)
public SampleRowKeysResponse.Builder setRowKey(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;
Name | Description |
value | ByteString The rowKey to set. |
Type | Description |
SampleRowKeysResponse.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final SampleRowKeysResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
SampleRowKeysResponse.Builder |