Uses of Class
com.google.bigtable.v2.Cell
-
Uses of Cell in com.google.bigtable.v2
Methods in com.google.bigtable.v2 that return CellModifier and TypeMethodDescriptionCell.Builder.build()Cell.Builder.buildPartial()Column.Builder.getCells(int index) Must not be empty.Column.getCells(int index) Must not be empty.ColumnOrBuilder.getCells(int index) Must not be empty.static CellCell.getDefaultInstance()Cell.Builder.getDefaultInstanceForType()Cell.getDefaultInstanceForType()static CellCell.parseDelimitedFrom(InputStream input) static CellCell.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CellCell.parseFrom(byte[] data) static CellCell.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CellCell.parseFrom(com.google.protobuf.ByteString data) static CellCell.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CellCell.parseFrom(com.google.protobuf.CodedInputStream input) static CellCell.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CellCell.parseFrom(InputStream input) static CellCell.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CellCell.parseFrom(ByteBuffer data) static CellCell.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.bigtable.v2 that return types with arguments of type CellModifier and TypeMethodDescriptionColumn.Builder.getCellsList()Must not be empty.Column.getCellsList()Must not be empty.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 CellModifier and TypeMethodDescriptionMust not be empty.Must not be empty.static Cell.BuilderCell.newBuilder(Cell prototype) Must not be empty.Method parameters in com.google.bigtable.v2 with type arguments of type CellModifier and TypeMethodDescriptionColumn.Builder.addAllCells(Iterable<? extends Cell> values) Must not be empty.