public static final class ReadRowsResponse.CellChunk.Builder extends com.google.protobuf.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(Iterable<String> values)
Labels applied to the cell by a
[RowFilter][google.bigtable.v2.RowFilter].
|
ReadRowsResponse.CellChunk.Builder |
addLabels(String value)
Labels applied to the cell by a
[RowFilter][google.bigtable.v2.RowFilter].
|
ReadRowsResponse.CellChunk.Builder |
addLabelsBytes(com.google.protobuf.ByteString value)
Labels applied to the cell by a
[RowFilter][google.bigtable.v2.RowFilter].
|
ReadRowsResponse.CellChunk.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
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(com.google.protobuf.Descriptors.FieldDescriptor field) |
ReadRowsResponse.CellChunk.Builder |
clearLabels()
Labels applied to the cell by a
[RowFilter][google.bigtable.v2.RowFilter].
|
ReadRowsResponse.CellChunk.Builder |
clearOneof(com.google.protobuf.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 com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
com.google.protobuf.StringValue |
getFamilyName()
The column family name for this chunk of data.
|
com.google.protobuf.StringValue.Builder |
getFamilyNameBuilder()
The column family name for this chunk of data.
|
com.google.protobuf.StringValueOrBuilder |
getFamilyNameOrBuilder()
The column family name for this chunk of data.
|
String |
getLabels(int index)
Labels applied to the cell by a
[RowFilter][google.bigtable.v2.RowFilter].
|
com.google.protobuf.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].
|
com.google.protobuf.ProtocolStringList |
getLabelsList()
Labels applied to the cell by a
[RowFilter][google.bigtable.v2.RowFilter].
|
com.google.protobuf.BytesValue |
getQualifier()
The column qualifier for this chunk of data.
|
com.google.protobuf.BytesValue.Builder |
getQualifierBuilder()
The column qualifier for this chunk of data.
|
com.google.protobuf.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.
|
com.google.protobuf.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.
|
com.google.protobuf.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 |
hasCommitRow()
Indicates that the client can safely process all previous chunks for
`row_key`, as its data has been fully read.
|
boolean |
hasFamilyName()
The column family name for this chunk of data.
|
boolean |
hasQualifier()
The column qualifier for this chunk of data.
|
boolean |
hasResetRow()
Indicates that the client should drop all previous chunks for
`row_key`, as it will be re-read from the beginning.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ReadRowsResponse.CellChunk.Builder |
mergeFamilyName(com.google.protobuf.StringValue value)
The column family name for this chunk of data.
|
ReadRowsResponse.CellChunk.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ReadRowsResponse.CellChunk.Builder |
mergeFrom(com.google.protobuf.Message other) |
ReadRowsResponse.CellChunk.Builder |
mergeFrom(ReadRowsResponse.CellChunk other) |
ReadRowsResponse.CellChunk.Builder |
mergeQualifier(com.google.protobuf.BytesValue value)
The column qualifier for this chunk of data.
|
ReadRowsResponse.CellChunk.Builder |
mergeUnknownFields(com.google.protobuf.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(com.google.protobuf.StringValue.Builder builderForValue)
The column family name for this chunk of data.
|
ReadRowsResponse.CellChunk.Builder |
setFamilyName(com.google.protobuf.StringValue value)
The column family name for this chunk of data.
|
ReadRowsResponse.CellChunk.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ReadRowsResponse.CellChunk.Builder |
setLabels(int index,
String value)
Labels applied to the cell by a
[RowFilter][google.bigtable.v2.RowFilter].
|
ReadRowsResponse.CellChunk.Builder |
setQualifier(com.google.protobuf.BytesValue.Builder builderForValue)
The column qualifier for this chunk of data.
|
ReadRowsResponse.CellChunk.Builder |
setQualifier(com.google.protobuf.BytesValue value)
The column qualifier for this chunk of data.
|
ReadRowsResponse.CellChunk.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
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(com.google.protobuf.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(com.google.protobuf.UnknownFieldSet unknownFields) |
ReadRowsResponse.CellChunk.Builder |
setValue(com.google.protobuf.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, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, 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.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ReadRowsResponse.CellChunk.Builder>public ReadRowsResponse.CellChunk.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<ReadRowsResponse.CellChunk.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.GeneratedMessageV3.Builder<ReadRowsResponse.CellChunk.Builder>public ReadRowsResponse.CellChunk getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ReadRowsResponse.CellChunk build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ReadRowsResponse.CellChunk buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ReadRowsResponse.CellChunk.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<ReadRowsResponse.CellChunk.Builder>public ReadRowsResponse.CellChunk.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<ReadRowsResponse.CellChunk.Builder>public ReadRowsResponse.CellChunk.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<ReadRowsResponse.CellChunk.Builder>public ReadRowsResponse.CellChunk.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ReadRowsResponse.CellChunk.Builder>public ReadRowsResponse.CellChunk.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ReadRowsResponse.CellChunk.Builder>public ReadRowsResponse.CellChunk.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ReadRowsResponse.CellChunk.Builder>public ReadRowsResponse.CellChunk.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ReadRowsResponse.CellChunk.Builder>public ReadRowsResponse.CellChunk.Builder mergeFrom(ReadRowsResponse.CellChunk other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ReadRowsResponse.CellChunk.Builder>public ReadRowsResponse.CellChunk.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<ReadRowsResponse.CellChunk.Builder>IOExceptionpublic ReadRowsResponse.CellChunk.RowStatusCase getRowStatusCase()
getRowStatusCase in interface ReadRowsResponse.CellChunkOrBuilderpublic ReadRowsResponse.CellChunk.Builder clearRowStatus()
public com.google.protobuf.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.CellChunkOrBuilderpublic ReadRowsResponse.CellChunk.Builder setRowKey(com.google.protobuf.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;value - The rowKey to set.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.CellChunkOrBuilderpublic com.google.protobuf.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.CellChunkOrBuilderpublic ReadRowsResponse.CellChunk.Builder setFamilyName(com.google.protobuf.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(com.google.protobuf.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(com.google.protobuf.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 com.google.protobuf.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 com.google.protobuf.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.CellChunkOrBuilderpublic 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.CellChunkOrBuilderpublic com.google.protobuf.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.CellChunkOrBuilderpublic ReadRowsResponse.CellChunk.Builder setQualifier(com.google.protobuf.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(com.google.protobuf.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(com.google.protobuf.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 com.google.protobuf.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 com.google.protobuf.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.CellChunkOrBuilderpublic 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.CellChunkOrBuilderpublic 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;value - The timestampMicros to set.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 com.google.protobuf.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.CellChunkOrBuilderpublic 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.CellChunkOrBuilderpublic 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.CellChunkOrBuilderindex - The index of the element to return.public com.google.protobuf.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.CellChunkOrBuilderindex - The index of the value to return.public ReadRowsResponse.CellChunk.Builder setLabels(int index, 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;index - The index to set the value at.value - The labels to set.public ReadRowsResponse.CellChunk.Builder addLabels(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;value - The labels to add.public ReadRowsResponse.CellChunk.Builder addAllLabels(Iterable<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;values - The labels to add.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(com.google.protobuf.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;value - The bytes of the labels to add.public com.google.protobuf.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.CellChunkOrBuilderpublic ReadRowsResponse.CellChunk.Builder setValue(com.google.protobuf.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;value - The value to set.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.CellChunkOrBuilderpublic 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;value - The valueSize to set.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 hasResetRow()
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;hasResetRow in interface ReadRowsResponse.CellChunkOrBuilderpublic 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.CellChunkOrBuilderpublic 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;value - The resetRow to set.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 hasCommitRow()
Indicates that the client can safely process all previous chunks for `row_key`, as its data has been fully read.
bool commit_row = 9;hasCommitRow in interface ReadRowsResponse.CellChunkOrBuilderpublic 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.CellChunkOrBuilderpublic 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;value - The commitRow to set.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(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ReadRowsResponse.CellChunk.Builder>public final ReadRowsResponse.CellChunk.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ReadRowsResponse.CellChunk.Builder>Copyright © 2023 Google LLC. All rights reserved.