Uses of Class
com.google.bigtable.v2.Cell
-
Packages that use Cell Package Description com.google.bigtable.v2 -
-
Uses of Cell in com.google.bigtable.v2
Methods in com.google.bigtable.v2 that return Cell Modifier and Type Method Description Cell
Cell.Builder. build()
Cell
Cell.Builder. buildPartial()
Cell
Column.Builder. getCells(int index)
Must not be empty.Cell
Column. getCells(int index)
Must not be empty.Cell
ColumnOrBuilder. getCells(int index)
Must not be empty.static Cell
Cell. getDefaultInstance()
Cell
Cell.Builder. getDefaultInstanceForType()
Cell
Cell. getDefaultInstanceForType()
static Cell
Cell. parseDelimitedFrom(InputStream input)
static Cell
Cell. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Cell
Cell. parseFrom(byte[] data)
static Cell
Cell. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Cell
Cell. parseFrom(com.google.protobuf.ByteString data)
static Cell
Cell. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Cell
Cell. parseFrom(com.google.protobuf.CodedInputStream input)
static Cell
Cell. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Cell
Cell. parseFrom(InputStream input)
static Cell
Cell. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Cell
Cell. parseFrom(ByteBuffer data)
static Cell
Cell. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.bigtable.v2 that return types with arguments of type Cell Modifier and Type Method Description List<Cell>
Column.Builder. getCellsList()
Must not be empty.List<Cell>
Column. getCellsList()
Must not be empty.List<Cell>
ColumnOrBuilder. getCellsList()
Must not be empty.com.google.protobuf.Parser<Cell>
Cell. getParserForType()
static com.google.protobuf.Parser<Cell>
Cell. parser()
Methods in com.google.bigtable.v2 with parameters of type Cell Modifier and Type Method Description Column.Builder
Column.Builder. addCells(int index, Cell value)
Must not be empty.Column.Builder
Column.Builder. addCells(Cell value)
Must not be empty.Cell.Builder
Cell.Builder. mergeFrom(Cell other)
static Cell.Builder
Cell. newBuilder(Cell prototype)
Column.Builder
Column.Builder. setCells(int index, Cell value)
Must not be empty.Method parameters in com.google.bigtable.v2 with type arguments of type Cell Modifier and Type Method Description Column.Builder
Column.Builder. addAllCells(Iterable<? extends Cell> values)
Must not be empty.
-