Uses of Class
com.google.bigtable.v2.Column.Builder
-
Uses of Column.Builder in com.google.bigtable.v2
Methods in com.google.bigtable.v2 that return Column.BuilderModifier and TypeMethodDescriptionColumn.Builder.addAllCells(Iterable<? extends Cell> values) Must not be empty.Must not be empty.Column.Builder.addCells(int index, Cell.Builder builderForValue) Must not be empty.Must not be empty.Column.Builder.addCells(Cell.Builder builderForValue) Must not be empty.Family.Builder.addColumnsBuilder()Must not be empty.Family.Builder.addColumnsBuilder(int index) Must not be empty.Column.Builder.clear()Column.Builder.clearCells()Must not be empty.Column.Builder.clearQualifier()The unique key which identifies this column within its family.Family.Builder.getColumnsBuilder(int index) Must not be empty.Column.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Column.Builder.mergeFrom(com.google.protobuf.Message other) static Column.BuilderColumn.newBuilder()static Column.BuilderColumn.newBuilder(Column prototype) Column.newBuilderForType()protected Column.BuilderColumn.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Column.Builder.removeCells(int index) Must not be empty.Must not be empty.Column.Builder.setCells(int index, Cell.Builder builderForValue) Must not be empty.Column.Builder.setQualifier(com.google.protobuf.ByteString value) The unique key which identifies this column within its family.Column.toBuilder()Methods in com.google.bigtable.v2 that return types with arguments of type Column.BuilderMethods in com.google.bigtable.v2 with parameters of type Column.BuilderModifier and TypeMethodDescriptionFamily.Builder.addColumns(int index, Column.Builder builderForValue) Must not be empty.Family.Builder.addColumns(Column.Builder builderForValue) Must not be empty.Family.Builder.setColumns(int index, Column.Builder builderForValue) Must not be empty.