Uses of Class
com.google.bigtable.v2.Mutation.SetCell.Builder
-
Uses of Mutation.SetCell.Builder in com.google.bigtable.v2
Methods in com.google.bigtable.v2 that return Mutation.SetCell.BuilderModifier and TypeMethodDescriptionMutation.SetCell.Builder.clear()Mutation.SetCell.Builder.clearColumnQualifier()The qualifier of the column into which new data should be written.Mutation.SetCell.Builder.clearFamilyName()The name of the family into which new data should be written.Mutation.SetCell.Builder.clearTimestampMicros()The timestamp of the cell into which new data should be written.Mutation.SetCell.Builder.clearValue()The value to be written into the specified cell.Mutation.Builder.getSetCellBuilder()Set a cell's value.Mutation.SetCell.Builder.mergeFrom(Mutation.SetCell other) Mutation.SetCell.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Mutation.SetCell.Builder.mergeFrom(com.google.protobuf.Message other) static Mutation.SetCell.BuilderMutation.SetCell.newBuilder()static Mutation.SetCell.BuilderMutation.SetCell.newBuilder(Mutation.SetCell prototype) Mutation.SetCell.newBuilderForType()protected Mutation.SetCell.BuilderMutation.SetCell.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Mutation.SetCell.Builder.setColumnQualifier(com.google.protobuf.ByteString value) The qualifier of the column into which new data should be written.Mutation.SetCell.Builder.setFamilyName(String value) The name of the family into which new data should be written.Mutation.SetCell.Builder.setFamilyNameBytes(com.google.protobuf.ByteString value) The name of the family into which new data should be written.Mutation.SetCell.Builder.setTimestampMicros(long value) The timestamp of the cell into which new data should be written.Mutation.SetCell.Builder.setValue(com.google.protobuf.ByteString value) The value to be written into the specified cell.Mutation.SetCell.toBuilder()Methods in com.google.bigtable.v2 with parameters of type Mutation.SetCell.BuilderModifier and TypeMethodDescriptionMutation.Builder.setSetCell(Mutation.SetCell.Builder builderForValue) Set a cell's value.