| Modifier and Type | Method and Description |
|---|---|
Cell.Builder |
Cell.Builder.addAllLabels(Iterable<String> values)
Labels applied to the cell by a [RowFilter][google.bigtable.v2.RowFilter].
|
Cell.Builder |
Column.Builder.addCellsBuilder()
Must not be empty.
|
Cell.Builder |
Column.Builder.addCellsBuilder(int index)
Must not be empty.
|
Cell.Builder |
Cell.Builder.addLabels(String value)
Labels applied to the cell by a [RowFilter][google.bigtable.v2.RowFilter].
|
Cell.Builder |
Cell.Builder.addLabelsBytes(com.google.protobuf.ByteString value)
Labels applied to the cell by a [RowFilter][google.bigtable.v2.RowFilter].
|
Cell.Builder |
Cell.Builder.clear() |
Cell.Builder |
Cell.Builder.clearLabels()
Labels applied to the cell by a [RowFilter][google.bigtable.v2.RowFilter].
|
Cell.Builder |
Cell.Builder.clearTimestampMicros()
The cell's stored timestamp, which also uniquely identifies it within
its column.
|
Cell.Builder |
Cell.Builder.clearValue()
The value stored in the cell.
|
Cell.Builder |
Column.Builder.getCellsBuilder(int index)
Must not be empty.
|
Cell.Builder |
Cell.Builder.mergeFrom(Cell other) |
Cell.Builder |
Cell.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Cell.Builder |
Cell.Builder.mergeFrom(com.google.protobuf.Message other) |
static Cell.Builder |
Cell.newBuilder() |
static Cell.Builder |
Cell.newBuilder(Cell prototype) |
Cell.Builder |
Cell.newBuilderForType() |
protected Cell.Builder |
Cell.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) |
Cell.Builder |
Cell.Builder.setLabels(int index,
String value)
Labels applied to the cell by a [RowFilter][google.bigtable.v2.RowFilter].
|
Cell.Builder |
Cell.Builder.setTimestampMicros(long value)
The cell's stored timestamp, which also uniquely identifies it within
its column.
|
Cell.Builder |
Cell.Builder.setValue(com.google.protobuf.ByteString value)
The value stored in the cell.
|
Cell.Builder |
Cell.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<Cell.Builder> |
Column.Builder.getCellsBuilderList()
Must not be empty.
|
| Modifier and Type | Method and Description |
|---|---|
Column.Builder |
Column.Builder.addCells(Cell.Builder builderForValue)
Must not be empty.
|
Column.Builder |
Column.Builder.addCells(int index,
Cell.Builder builderForValue)
Must not be empty.
|
Column.Builder |
Column.Builder.setCells(int index,
Cell.Builder builderForValue)
Must not be empty.
|
Copyright © 2026 Google LLC. All rights reserved.