Uses of Class
com.google.bigtable.v2.Cell.Builder
-
Uses of Cell.Builder in com.google.bigtable.v2
Methods in com.google.bigtable.v2 that return Cell.BuilderModifier and TypeMethodDescriptionCell.Builder.addAllLabels(Iterable<String> values) Labels applied to the cell by a [RowFilter][google.bigtable.v2.RowFilter].Column.Builder.addCellsBuilder()Must not be empty.Column.Builder.addCellsBuilder(int index) Must not be empty.Labels applied to the cell by a [RowFilter][google.bigtable.v2.RowFilter].Cell.Builder.addLabelsBytes(com.google.protobuf.ByteString value) Labels applied to the cell by a [RowFilter][google.bigtable.v2.RowFilter].Cell.Builder.clear()Cell.Builder.clearLabels()Labels applied to the cell by a [RowFilter][google.bigtable.v2.RowFilter].Cell.Builder.clearTimestampMicros()The cell's stored timestamp, which also uniquely identifies it within its column.Cell.Builder.clearValue()The value stored in the cell.Column.Builder.getCellsBuilder(int index) Must not be empty.Cell.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Cell.Builder.mergeFrom(com.google.protobuf.Message other) static Cell.BuilderCell.newBuilder()static Cell.BuilderCell.newBuilder(Cell prototype) Cell.newBuilderForType()protected Cell.BuilderCell.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Labels applied to the cell by a [RowFilter][google.bigtable.v2.RowFilter].Cell.Builder.setTimestampMicros(long value) The cell's stored timestamp, which also uniquely identifies it within its column.Cell.Builder.setValue(com.google.protobuf.ByteString value) The value stored in the cell.Cell.toBuilder()Methods in com.google.bigtable.v2 that return types with arguments of type Cell.BuilderMethods in com.google.bigtable.v2 with parameters of type Cell.BuilderModifier and TypeMethodDescriptionColumn.Builder.addCells(int index, Cell.Builder builderForValue) Must not be empty.Column.Builder.addCells(Cell.Builder builderForValue) Must not be empty.Column.Builder.setCells(int index, Cell.Builder builderForValue) Must not be empty.