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.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Cell.Builder |
Cell.Builder.clear() |
|
Cell.Builder |
Cell.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
Cell.Builder |
Cell.Builder.clearLabels() |
Labels applied to the cell by a [RowFilter][google.bigtable.v2.RowFilter].
|
Cell.Builder |
Cell.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
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 |
Cell.Builder.clone() |
|
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) |
|
Cell.Builder |
Cell.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static Cell.Builder |
Cell.newBuilder() |
|
static Cell.Builder |
Cell.newBuilder(Cell prototype) |
|
Cell.Builder |
Cell.newBuilderForType() |
|
protected Cell.Builder |
Cell.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
Cell.Builder |
Cell.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
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.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
Cell.Builder |
Cell.Builder.setTimestampMicros(long value) |
The cell's stored timestamp, which also uniquely identifies it within
its column.
|
Cell.Builder |
Cell.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
Cell.Builder |
Cell.Builder.setValue(com.google.protobuf.ByteString value) |
The value stored in the cell.
|
Cell.Builder |
Cell.toBuilder() |
|