public static final class ReadRowsResponse.CellChunk.Builder extends GeneratedMessageV3.Builder<ReadRowsResponse.CellChunk.Builder> implements ReadRowsResponse.CellChunkOrBuilder
Specifies a piece of a row's contents returned as part of the read response stream.Protobuf type
google.bigtable.v2.ReadRowsResponse.CellChunk
Modifier and Type | Method and Description |
---|---|
ReadRowsResponse.CellChunk.Builder |
addAllLabels(java.lang.Iterable<java.lang.String> values)
Labels applied to the cell by a
[RowFilter][google.bigtable.v2.RowFilter].
|
ReadRowsResponse.CellChunk.Builder |
addLabels(java.lang.String value)
Labels applied to the cell by a
[RowFilter][google.bigtable.v2.RowFilter].
|
ReadRowsResponse.CellChunk.Builder |
addLabelsBytes(ByteString value)
Labels applied to the cell by a
[RowFilter][google.bigtable.v2.RowFilter].
|
ReadRowsResponse.CellChunk.Builder |
addRepeatedField(Descriptors.FieldDescriptor field,
java.lang.Object value) |
ReadRowsResponse.CellChunk |
build() |
ReadRowsResponse.CellChunk |
buildPartial() |
ReadRowsResponse.CellChunk.Builder |
clear() |
ReadRowsResponse.CellChunk.Builder |
clearCommitRow()
Indicates that the client can safely process all previous chunks for
`row_key`, as its data has been fully read.
|
ReadRowsResponse.CellChunk.Builder |
clearFamilyName()
The column family name for this chunk of data.
|
ReadRowsResponse.CellChunk.Builder |
clearField(Descriptors.FieldDescriptor field) |
ReadRowsResponse.CellChunk.Builder |
clearLabels()
Labels applied to the cell by a
[RowFilter][google.bigtable.v2.RowFilter].
|
ReadRowsResponse.CellChunk.Builder |
clearOneof(Descriptors.OneofDescriptor oneof) |
ReadRowsResponse.CellChunk.Builder |
clearQualifier()
The column qualifier for this chunk of data.
|
ReadRowsResponse.CellChunk.Builder |
clearResetRow()
Indicates that the client should drop all previous chunks for
`row_key`, as it will be re-read from the beginning.
|
ReadRowsResponse.CellChunk.Builder |
clearRowKey()
The row key for this chunk of data.
|
ReadRowsResponse.CellChunk.Builder |
clearRowStatus() |
ReadRowsResponse.CellChunk.Builder |
clearTimestampMicros()
The cell's stored timestamp, which also uniquely identifies it
within its column.
|
ReadRowsResponse.CellChunk.Builder |
clearValue()
The value stored in the cell.
|
ReadRowsResponse.CellChunk.Builder |
clearValueSize()
If this CellChunk is part of a chunked cell value and this is
not the final chunk of that cell, value_size will be set to the
total length of the cell value.
|
ReadRowsResponse.CellChunk.Builder |
clone() |
boolean |
getCommitRow()
Indicates that the client can safely process all previous chunks for
`row_key`, as its data has been fully read.
|
ReadRowsResponse.CellChunk |
getDefaultInstanceForType() |
static Descriptors.Descriptor |
getDescriptor() |
Descriptors.Descriptor |
getDescriptorForType() |
StringValue |
getFamilyName()
The column family name for this chunk of data.
|
StringValue.Builder |
getFamilyNameBuilder()
The column family name for this chunk of data.
|
StringValueOrBuilder |
getFamilyNameOrBuilder()
The column family name for this chunk of data.
|
java.lang.String |
getLabels(int index)
Labels applied to the cell by a
[RowFilter][google.bigtable.v2.RowFilter].
|
ByteString |
getLabelsBytes(int index)
Labels applied to the cell by a
[RowFilter][google.bigtable.v2.RowFilter].
|
int |
getLabelsCount()
Labels applied to the cell by a
[RowFilter][google.bigtable.v2.RowFilter].
|
ProtocolStringList |
getLabelsList()
Labels applied to the cell by a
[RowFilter][google.bigtable.v2.RowFilter].
|
BytesValue |
getQualifier()
The column qualifier for this chunk of data.
|
BytesValue.Builder |
getQualifierBuilder()
The column qualifier for this chunk of data.
|
BytesValueOrBuilder |
getQualifierOrBuilder()
The column qualifier for this chunk of data.
|
boolean |
getResetRow()
Indicates that the client should drop all previous chunks for
`row_key`, as it will be re-read from the beginning.
|
ByteString |
getRowKey()
The row key for this chunk of data.
|
ReadRowsResponse.CellChunk.RowStatusCase |
getRowStatusCase() |
long |
getTimestampMicros()
The cell's stored timestamp, which also uniquely identifies it
within its column.
|
ByteString |
getValue()
The value stored in the cell.
|
int |
getValueSize()
If this CellChunk is part of a chunked cell value and this is
not the final chunk of that cell, value_size will be set to the
total length of the cell value.
|
boolean |
hasFamilyName()
The column family name for this chunk of data.
|
boolean |
hasQualifier()
The column qualifier for this chunk of data.
|
protected GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ReadRowsResponse.CellChunk.Builder |
mergeFamilyName(StringValue value)
The column family name for this chunk of data.
|
ReadRowsResponse.CellChunk.Builder |
mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
ReadRowsResponse.CellChunk.Builder |
mergeFrom(Message other) |
ReadRowsResponse.CellChunk.Builder |
mergeFrom(ReadRowsResponse.CellChunk other) |
ReadRowsResponse.CellChunk.Builder |
mergeQualifier(BytesValue value)
The column qualifier for this chunk of data.
|
ReadRowsResponse.CellChunk.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields) |
ReadRowsResponse.CellChunk.Builder |
setCommitRow(boolean value)
Indicates that the client can safely process all previous chunks for
`row_key`, as its data has been fully read.
|
ReadRowsResponse.CellChunk.Builder |
setFamilyName(StringValue.Builder builderForValue)
The column family name for this chunk of data.
|
ReadRowsResponse.CellChunk.Builder |
setFamilyName(StringValue value)
The column family name for this chunk of data.
|
ReadRowsResponse.CellChunk.Builder |
setField(Descriptors.FieldDescriptor field,
java.lang.Object value) |
ReadRowsResponse.CellChunk.Builder |
setLabels(int index,
java.lang.String value)
Labels applied to the cell by a
[RowFilter][google.bigtable.v2.RowFilter].
|
ReadRowsResponse.CellChunk.Builder |
setQualifier(BytesValue.Builder builderForValue)
The column qualifier for this chunk of data.
|
ReadRowsResponse.CellChunk.Builder |
setQualifier(BytesValue value)
The column qualifier for this chunk of data.
|
ReadRowsResponse.CellChunk.Builder |
setRepeatedField(Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
ReadRowsResponse.CellChunk.Builder |
setResetRow(boolean value)
Indicates that the client should drop all previous chunks for
`row_key`, as it will be re-read from the beginning.
|
ReadRowsResponse.CellChunk.Builder |
setRowKey(ByteString value)
The row key for this chunk of data.
|
ReadRowsResponse.CellChunk.Builder |
setTimestampMicros(long value)
The cell's stored timestamp, which also uniquely identifies it
within its column.
|
ReadRowsResponse.CellChunk.Builder |
setUnknownFields(UnknownFieldSet unknownFields) |
ReadRowsResponse.CellChunk.Builder |
setValue(ByteString value)
The value stored in the cell.
|
ReadRowsResponse.CellChunk.Builder |
setValueSize(int value)
If this CellChunk is part of a chunked cell value and this is
not the final chunk of that cell, value_size will be set to the
total length of the cell value.
|
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
mergeFrom
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3.Builder<ReadRowsResponse.CellChunk.Builder>
public ReadRowsResponse.CellChunk.Builder clear()
clear
in interface Message.Builder
clear
in interface MessageLite.Builder
clear
in class GeneratedMessageV3.Builder<ReadRowsResponse.CellChunk.Builder>
public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface Message.Builder
getDescriptorForType
in interface MessageOrBuilder
getDescriptorForType
in class GeneratedMessageV3.Builder<ReadRowsResponse.CellChunk.Builder>
public ReadRowsResponse.CellChunk getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
public ReadRowsResponse.CellChunk build()
build
in interface Message.Builder
build
in interface MessageLite.Builder
public ReadRowsResponse.CellChunk buildPartial()
buildPartial
in interface Message.Builder
buildPartial
in interface MessageLite.Builder
public ReadRowsResponse.CellChunk.Builder clone()
clone
in interface Message.Builder
clone
in interface MessageLite.Builder
clone
in class GeneratedMessageV3.Builder<ReadRowsResponse.CellChunk.Builder>
public ReadRowsResponse.CellChunk.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
setField
in interface Message.Builder
setField
in class GeneratedMessageV3.Builder<ReadRowsResponse.CellChunk.Builder>
public ReadRowsResponse.CellChunk.Builder clearField(Descriptors.FieldDescriptor field)
clearField
in interface Message.Builder
clearField
in class GeneratedMessageV3.Builder<ReadRowsResponse.CellChunk.Builder>
public ReadRowsResponse.CellChunk.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof
in interface Message.Builder
clearOneof
in class GeneratedMessageV3.Builder<ReadRowsResponse.CellChunk.Builder>
public ReadRowsResponse.CellChunk.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField
in interface Message.Builder
setRepeatedField
in class GeneratedMessageV3.Builder<ReadRowsResponse.CellChunk.Builder>
public ReadRowsResponse.CellChunk.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField
in interface Message.Builder
addRepeatedField
in class GeneratedMessageV3.Builder<ReadRowsResponse.CellChunk.Builder>
public ReadRowsResponse.CellChunk.Builder mergeFrom(Message other)
mergeFrom
in interface Message.Builder
mergeFrom
in class AbstractMessage.Builder<ReadRowsResponse.CellChunk.Builder>
public ReadRowsResponse.CellChunk.Builder mergeFrom(ReadRowsResponse.CellChunk other)
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3.Builder<ReadRowsResponse.CellChunk.Builder>
public ReadRowsResponse.CellChunk.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom
in interface Message.Builder
mergeFrom
in interface MessageLite.Builder
mergeFrom
in class AbstractMessage.Builder<ReadRowsResponse.CellChunk.Builder>
java.io.IOException
public ReadRowsResponse.CellChunk.RowStatusCase getRowStatusCase()
getRowStatusCase
in interface ReadRowsResponse.CellChunkOrBuilder
public ReadRowsResponse.CellChunk.Builder clearRowStatus()
public ByteString getRowKey()
The row key for this chunk of data. If the row key is empty, this CellChunk is a continuation of the same row as the previous CellChunk in the response stream, even if that CellChunk was in a previous ReadRowsResponse message.
bytes row_key = 1;
getRowKey
in interface ReadRowsResponse.CellChunkOrBuilder
public ReadRowsResponse.CellChunk.Builder setRowKey(ByteString value)
The row key for this chunk of data. If the row key is empty, this CellChunk is a continuation of the same row as the previous CellChunk in the response stream, even if that CellChunk was in a previous ReadRowsResponse message.
bytes row_key = 1;
public ReadRowsResponse.CellChunk.Builder clearRowKey()
The row key for this chunk of data. If the row key is empty, this CellChunk is a continuation of the same row as the previous CellChunk in the response stream, even if that CellChunk was in a previous ReadRowsResponse message.
bytes row_key = 1;
public boolean hasFamilyName()
The column family name for this chunk of data. If this message is not present this CellChunk is a continuation of the same column family as the previous CellChunk. The empty string can occur as a column family name in a response so clients must check explicitly for the presence of this message, not just for `family_name.value` being non-empty.
.google.protobuf.StringValue family_name = 2;
hasFamilyName
in interface ReadRowsResponse.CellChunkOrBuilder
public StringValue getFamilyName()
The column family name for this chunk of data. If this message is not present this CellChunk is a continuation of the same column family as the previous CellChunk. The empty string can occur as a column family name in a response so clients must check explicitly for the presence of this message, not just for `family_name.value` being non-empty.
.google.protobuf.StringValue family_name = 2;
getFamilyName
in interface ReadRowsResponse.CellChunkOrBuilder
public ReadRowsResponse.CellChunk.Builder setFamilyName(StringValue value)
The column family name for this chunk of data. If this message is not present this CellChunk is a continuation of the same column family as the previous CellChunk. The empty string can occur as a column family name in a response so clients must check explicitly for the presence of this message, not just for `family_name.value` being non-empty.
.google.protobuf.StringValue family_name = 2;
public ReadRowsResponse.CellChunk.Builder setFamilyName(StringValue.Builder builderForValue)
The column family name for this chunk of data. If this message is not present this CellChunk is a continuation of the same column family as the previous CellChunk. The empty string can occur as a column family name in a response so clients must check explicitly for the presence of this message, not just for `family_name.value` being non-empty.
.google.protobuf.StringValue family_name = 2;
public ReadRowsResponse.CellChunk.Builder mergeFamilyName(StringValue value)
The column family name for this chunk of data. If this message is not present this CellChunk is a continuation of the same column family as the previous CellChunk. The empty string can occur as a column family name in a response so clients must check explicitly for the presence of this message, not just for `family_name.value` being non-empty.
.google.protobuf.StringValue family_name = 2;
public ReadRowsResponse.CellChunk.Builder clearFamilyName()
The column family name for this chunk of data. If this message is not present this CellChunk is a continuation of the same column family as the previous CellChunk. The empty string can occur as a column family name in a response so clients must check explicitly for the presence of this message, not just for `family_name.value` being non-empty.
.google.protobuf.StringValue family_name = 2;
public StringValue.Builder getFamilyNameBuilder()
The column family name for this chunk of data. If this message is not present this CellChunk is a continuation of the same column family as the previous CellChunk. The empty string can occur as a column family name in a response so clients must check explicitly for the presence of this message, not just for `family_name.value` being non-empty.
.google.protobuf.StringValue family_name = 2;
public StringValueOrBuilder getFamilyNameOrBuilder()
The column family name for this chunk of data. If this message is not present this CellChunk is a continuation of the same column family as the previous CellChunk. The empty string can occur as a column family name in a response so clients must check explicitly for the presence of this message, not just for `family_name.value` being non-empty.
.google.protobuf.StringValue family_name = 2;
getFamilyNameOrBuilder
in interface ReadRowsResponse.CellChunkOrBuilder
public boolean hasQualifier()
The column qualifier for this chunk of data. If this message is not present, this CellChunk is a continuation of the same column as the previous CellChunk. Column qualifiers may be empty so clients must check for the presence of this message, not just for `qualifier.value` being non-empty.
.google.protobuf.BytesValue qualifier = 3;
hasQualifier
in interface ReadRowsResponse.CellChunkOrBuilder
public BytesValue getQualifier()
The column qualifier for this chunk of data. If this message is not present, this CellChunk is a continuation of the same column as the previous CellChunk. Column qualifiers may be empty so clients must check for the presence of this message, not just for `qualifier.value` being non-empty.
.google.protobuf.BytesValue qualifier = 3;
getQualifier
in interface ReadRowsResponse.CellChunkOrBuilder
public ReadRowsResponse.CellChunk.Builder setQualifier(BytesValue value)
The column qualifier for this chunk of data. If this message is not present, this CellChunk is a continuation of the same column as the previous CellChunk. Column qualifiers may be empty so clients must check for the presence of this message, not just for `qualifier.value` being non-empty.
.google.protobuf.BytesValue qualifier = 3;
public ReadRowsResponse.CellChunk.Builder setQualifier(BytesValue.Builder builderForValue)
The column qualifier for this chunk of data. If this message is not present, this CellChunk is a continuation of the same column as the previous CellChunk. Column qualifiers may be empty so clients must check for the presence of this message, not just for `qualifier.value` being non-empty.
.google.protobuf.BytesValue qualifier = 3;
public ReadRowsResponse.CellChunk.Builder mergeQualifier(BytesValue value)
The column qualifier for this chunk of data. If this message is not present, this CellChunk is a continuation of the same column as the previous CellChunk. Column qualifiers may be empty so clients must check for the presence of this message, not just for `qualifier.value` being non-empty.
.google.protobuf.BytesValue qualifier = 3;
public ReadRowsResponse.CellChunk.Builder clearQualifier()
The column qualifier for this chunk of data. If this message is not present, this CellChunk is a continuation of the same column as the previous CellChunk. Column qualifiers may be empty so clients must check for the presence of this message, not just for `qualifier.value` being non-empty.
.google.protobuf.BytesValue qualifier = 3;
public BytesValue.Builder getQualifierBuilder()
The column qualifier for this chunk of data. If this message is not present, this CellChunk is a continuation of the same column as the previous CellChunk. Column qualifiers may be empty so clients must check for the presence of this message, not just for `qualifier.value` being non-empty.
.google.protobuf.BytesValue qualifier = 3;
public BytesValueOrBuilder getQualifierOrBuilder()
The column qualifier for this chunk of data. If this message is not present, this CellChunk is a continuation of the same column as the previous CellChunk. Column qualifiers may be empty so clients must check for the presence of this message, not just for `qualifier.value` being non-empty.
.google.protobuf.BytesValue qualifier = 3;
getQualifierOrBuilder
in interface ReadRowsResponse.CellChunkOrBuilder
public long getTimestampMicros()
The cell's stored timestamp, which also uniquely identifies it within its column. Values are always expressed in microseconds, but individual tables may set a coarser granularity to further restrict the allowed values. For example, a table which specifies millisecond granularity will only allow values of `timestamp_micros` which are multiples of 1000. Timestamps are only set in the first CellChunk per cell (for cells split into multiple chunks).
int64 timestamp_micros = 4;
getTimestampMicros
in interface ReadRowsResponse.CellChunkOrBuilder
public ReadRowsResponse.CellChunk.Builder setTimestampMicros(long value)
The cell's stored timestamp, which also uniquely identifies it within its column. Values are always expressed in microseconds, but individual tables may set a coarser granularity to further restrict the allowed values. For example, a table which specifies millisecond granularity will only allow values of `timestamp_micros` which are multiples of 1000. Timestamps are only set in the first CellChunk per cell (for cells split into multiple chunks).
int64 timestamp_micros = 4;
public ReadRowsResponse.CellChunk.Builder clearTimestampMicros()
The cell's stored timestamp, which also uniquely identifies it within its column. Values are always expressed in microseconds, but individual tables may set a coarser granularity to further restrict the allowed values. For example, a table which specifies millisecond granularity will only allow values of `timestamp_micros` which are multiples of 1000. Timestamps are only set in the first CellChunk per cell (for cells split into multiple chunks).
int64 timestamp_micros = 4;
public ProtocolStringList getLabelsList()
Labels applied to the cell by a [RowFilter][google.bigtable.v2.RowFilter]. Labels are only set on the first CellChunk per cell.
repeated string labels = 5;
getLabelsList
in interface ReadRowsResponse.CellChunkOrBuilder
public int getLabelsCount()
Labels applied to the cell by a [RowFilter][google.bigtable.v2.RowFilter]. Labels are only set on the first CellChunk per cell.
repeated string labels = 5;
getLabelsCount
in interface ReadRowsResponse.CellChunkOrBuilder
public java.lang.String getLabels(int index)
Labels applied to the cell by a [RowFilter][google.bigtable.v2.RowFilter]. Labels are only set on the first CellChunk per cell.
repeated string labels = 5;
getLabels
in interface ReadRowsResponse.CellChunkOrBuilder
public ByteString getLabelsBytes(int index)
Labels applied to the cell by a [RowFilter][google.bigtable.v2.RowFilter]. Labels are only set on the first CellChunk per cell.
repeated string labels = 5;
getLabelsBytes
in interface ReadRowsResponse.CellChunkOrBuilder
public ReadRowsResponse.CellChunk.Builder setLabels(int index, java.lang.String value)
Labels applied to the cell by a [RowFilter][google.bigtable.v2.RowFilter]. Labels are only set on the first CellChunk per cell.
repeated string labels = 5;
public ReadRowsResponse.CellChunk.Builder addLabels(java.lang.String value)
Labels applied to the cell by a [RowFilter][google.bigtable.v2.RowFilter]. Labels are only set on the first CellChunk per cell.
repeated string labels = 5;
public ReadRowsResponse.CellChunk.Builder addAllLabels(java.lang.Iterable<java.lang.String> values)
Labels applied to the cell by a [RowFilter][google.bigtable.v2.RowFilter]. Labels are only set on the first CellChunk per cell.
repeated string labels = 5;
public ReadRowsResponse.CellChunk.Builder clearLabels()
Labels applied to the cell by a [RowFilter][google.bigtable.v2.RowFilter]. Labels are only set on the first CellChunk per cell.
repeated string labels = 5;
public ReadRowsResponse.CellChunk.Builder addLabelsBytes(ByteString value)
Labels applied to the cell by a [RowFilter][google.bigtable.v2.RowFilter]. Labels are only set on the first CellChunk per cell.
repeated string labels = 5;
public ByteString getValue()
The value stored in the cell. Cell values can be split across multiple CellChunks. In that case only the value field will be set in CellChunks after the first: the timestamp and labels will only be present in the first CellChunk, even if the first CellChunk came in a previous ReadRowsResponse.
bytes value = 6;
getValue
in interface ReadRowsResponse.CellChunkOrBuilder
public ReadRowsResponse.CellChunk.Builder setValue(ByteString value)
The value stored in the cell. Cell values can be split across multiple CellChunks. In that case only the value field will be set in CellChunks after the first: the timestamp and labels will only be present in the first CellChunk, even if the first CellChunk came in a previous ReadRowsResponse.
bytes value = 6;
public ReadRowsResponse.CellChunk.Builder clearValue()
The value stored in the cell. Cell values can be split across multiple CellChunks. In that case only the value field will be set in CellChunks after the first: the timestamp and labels will only be present in the first CellChunk, even if the first CellChunk came in a previous ReadRowsResponse.
bytes value = 6;
public int getValueSize()
If this CellChunk is part of a chunked cell value and this is not the final chunk of that cell, value_size will be set to the total length of the cell value. The client can use this size to pre-allocate memory to hold the full cell value.
int32 value_size = 7;
getValueSize
in interface ReadRowsResponse.CellChunkOrBuilder
public ReadRowsResponse.CellChunk.Builder setValueSize(int value)
If this CellChunk is part of a chunked cell value and this is not the final chunk of that cell, value_size will be set to the total length of the cell value. The client can use this size to pre-allocate memory to hold the full cell value.
int32 value_size = 7;
public ReadRowsResponse.CellChunk.Builder clearValueSize()
If this CellChunk is part of a chunked cell value and this is not the final chunk of that cell, value_size will be set to the total length of the cell value. The client can use this size to pre-allocate memory to hold the full cell value.
int32 value_size = 7;
public boolean getResetRow()
Indicates that the client should drop all previous chunks for `row_key`, as it will be re-read from the beginning.
bool reset_row = 8;
getResetRow
in interface ReadRowsResponse.CellChunkOrBuilder
public ReadRowsResponse.CellChunk.Builder setResetRow(boolean value)
Indicates that the client should drop all previous chunks for `row_key`, as it will be re-read from the beginning.
bool reset_row = 8;
public ReadRowsResponse.CellChunk.Builder clearResetRow()
Indicates that the client should drop all previous chunks for `row_key`, as it will be re-read from the beginning.
bool reset_row = 8;
public boolean getCommitRow()
Indicates that the client can safely process all previous chunks for `row_key`, as its data has been fully read.
bool commit_row = 9;
getCommitRow
in interface ReadRowsResponse.CellChunkOrBuilder
public ReadRowsResponse.CellChunk.Builder setCommitRow(boolean value)
Indicates that the client can safely process all previous chunks for `row_key`, as its data has been fully read.
bool commit_row = 9;
public ReadRowsResponse.CellChunk.Builder clearCommitRow()
Indicates that the client can safely process all previous chunks for `row_key`, as its data has been fully read.
bool commit_row = 9;
public final ReadRowsResponse.CellChunk.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields
in interface Message.Builder
setUnknownFields
in class GeneratedMessageV3.Builder<ReadRowsResponse.CellChunk.Builder>
public final ReadRowsResponse.CellChunk.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields
in interface Message.Builder
mergeUnknownFields
in class GeneratedMessageV3.Builder<ReadRowsResponse.CellChunk.Builder>