ReadRowsResponse.CellChunk.Builder |
ReadRowsResponse.CellChunk.Builder.addAllLabels(Iterable<String> values) |
Labels applied to the cell by a
[RowFilter][google.bigtable.v2.RowFilter].
|
ReadRowsResponse.CellChunk.Builder |
ReadRowsResponse.Builder.addChunksBuilder() |
A collection of a row's contents as part of the read request.
|
ReadRowsResponse.CellChunk.Builder |
ReadRowsResponse.Builder.addChunksBuilder(int index) |
A collection of a row's contents as part of the read request.
|
ReadRowsResponse.CellChunk.Builder |
ReadRowsResponse.CellChunk.Builder.addLabels(String value) |
Labels applied to the cell by a
[RowFilter][google.bigtable.v2.RowFilter].
|
ReadRowsResponse.CellChunk.Builder |
ReadRowsResponse.CellChunk.Builder.addLabelsBytes(com.google.protobuf.ByteString value) |
Labels applied to the cell by a
[RowFilter][google.bigtable.v2.RowFilter].
|
ReadRowsResponse.CellChunk.Builder |
ReadRowsResponse.CellChunk.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
ReadRowsResponse.CellChunk.Builder |
ReadRowsResponse.CellChunk.Builder.clear() |
|
ReadRowsResponse.CellChunk.Builder |
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 |
ReadRowsResponse.CellChunk.Builder.clearFamilyName() |
The column family name for this chunk of data.
|
ReadRowsResponse.CellChunk.Builder |
ReadRowsResponse.CellChunk.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
ReadRowsResponse.CellChunk.Builder |
ReadRowsResponse.CellChunk.Builder.clearLabels() |
Labels applied to the cell by a
[RowFilter][google.bigtable.v2.RowFilter].
|
ReadRowsResponse.CellChunk.Builder |
ReadRowsResponse.CellChunk.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
ReadRowsResponse.CellChunk.Builder |
ReadRowsResponse.CellChunk.Builder.clearQualifier() |
The column qualifier for this chunk of data.
|
ReadRowsResponse.CellChunk.Builder |
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 |
ReadRowsResponse.CellChunk.Builder.clearRowKey() |
The row key for this chunk of data.
|
ReadRowsResponse.CellChunk.Builder |
ReadRowsResponse.CellChunk.Builder.clearRowStatus() |
|
ReadRowsResponse.CellChunk.Builder |
ReadRowsResponse.CellChunk.Builder.clearTimestampMicros() |
The cell's stored timestamp, which also uniquely identifies it
within its column.
|
ReadRowsResponse.CellChunk.Builder |
ReadRowsResponse.CellChunk.Builder.clearValue() |
The value stored in the cell.
|
ReadRowsResponse.CellChunk.Builder |
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 |
ReadRowsResponse.CellChunk.Builder.clone() |
|
ReadRowsResponse.CellChunk.Builder |
ReadRowsResponse.Builder.getChunksBuilder(int index) |
A collection of a row's contents as part of the read request.
|
ReadRowsResponse.CellChunk.Builder |
ReadRowsResponse.CellChunk.Builder.mergeFamilyName(com.google.protobuf.StringValue value) |
The column family name for this chunk of data.
|
ReadRowsResponse.CellChunk.Builder |
ReadRowsResponse.CellChunk.Builder.mergeFrom(ReadRowsResponse.CellChunk other) |
|
ReadRowsResponse.CellChunk.Builder |
ReadRowsResponse.CellChunk.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
ReadRowsResponse.CellChunk.Builder |
ReadRowsResponse.CellChunk.Builder.mergeFrom(com.google.protobuf.Message other) |
|
ReadRowsResponse.CellChunk.Builder |
ReadRowsResponse.CellChunk.Builder.mergeQualifier(com.google.protobuf.BytesValue value) |
The column qualifier for this chunk of data.
|
ReadRowsResponse.CellChunk.Builder |
ReadRowsResponse.CellChunk.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static ReadRowsResponse.CellChunk.Builder |
ReadRowsResponse.CellChunk.newBuilder() |
|
static ReadRowsResponse.CellChunk.Builder |
ReadRowsResponse.CellChunk.newBuilder(ReadRowsResponse.CellChunk prototype) |
|
ReadRowsResponse.CellChunk.Builder |
ReadRowsResponse.CellChunk.newBuilderForType() |
|
protected ReadRowsResponse.CellChunk.Builder |
ReadRowsResponse.CellChunk.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
ReadRowsResponse.CellChunk.Builder |
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 |
ReadRowsResponse.CellChunk.Builder.setFamilyName(com.google.protobuf.StringValue value) |
The column family name for this chunk of data.
|
ReadRowsResponse.CellChunk.Builder |
ReadRowsResponse.CellChunk.Builder.setFamilyName(com.google.protobuf.StringValue.Builder builderForValue) |
The column family name for this chunk of data.
|
ReadRowsResponse.CellChunk.Builder |
ReadRowsResponse.CellChunk.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
ReadRowsResponse.CellChunk.Builder |
ReadRowsResponse.CellChunk.Builder.setLabels(int index,
String value) |
Labels applied to the cell by a
[RowFilter][google.bigtable.v2.RowFilter].
|
ReadRowsResponse.CellChunk.Builder |
ReadRowsResponse.CellChunk.Builder.setQualifier(com.google.protobuf.BytesValue value) |
The column qualifier for this chunk of data.
|
ReadRowsResponse.CellChunk.Builder |
ReadRowsResponse.CellChunk.Builder.setQualifier(com.google.protobuf.BytesValue.Builder builderForValue) |
The column qualifier for this chunk of data.
|
ReadRowsResponse.CellChunk.Builder |
ReadRowsResponse.CellChunk.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
ReadRowsResponse.CellChunk.Builder |
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 |
ReadRowsResponse.CellChunk.Builder.setRowKey(com.google.protobuf.ByteString value) |
The row key for this chunk of data.
|
ReadRowsResponse.CellChunk.Builder |
ReadRowsResponse.CellChunk.Builder.setTimestampMicros(long value) |
The cell's stored timestamp, which also uniquely identifies it
within its column.
|
ReadRowsResponse.CellChunk.Builder |
ReadRowsResponse.CellChunk.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
ReadRowsResponse.CellChunk.Builder |
ReadRowsResponse.CellChunk.Builder.setValue(com.google.protobuf.ByteString value) |
The value stored in the cell.
|
ReadRowsResponse.CellChunk.Builder |
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.
|
ReadRowsResponse.CellChunk.Builder |
ReadRowsResponse.CellChunk.toBuilder() |
|