Uses of Class
com.google.bigtable.v2.Mutation.AddToCell.Builder
-
Uses of Mutation.AddToCell.Builder in com.google.bigtable.v2
Methods in com.google.bigtable.v2 that return Mutation.AddToCell.BuilderModifier and TypeMethodDescriptionMutation.AddToCell.Builder.clear()Mutation.AddToCell.Builder.clearColumnQualifier()The qualifier of the column into which new data should be added.Mutation.AddToCell.Builder.clearFamilyName()The name of the `Aggregate` family into which new data should be added.Mutation.AddToCell.Builder.clearInput()The input value to be accumulated into the specified cell.Mutation.AddToCell.Builder.clearTimestamp()The timestamp of the cell to which new data should be added.Mutation.Builder.getAddToCellBuilder()Incrementally updates an `Aggregate` cell.Mutation.AddToCell.Builder.mergeColumnQualifier(Value value) The qualifier of the column into which new data should be added.Mutation.AddToCell.Builder.mergeFrom(Mutation.AddToCell other) Mutation.AddToCell.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Mutation.AddToCell.Builder.mergeFrom(com.google.protobuf.Message other) Mutation.AddToCell.Builder.mergeInput(Value value) The input value to be accumulated into the specified cell.Mutation.AddToCell.Builder.mergeTimestamp(Value value) The timestamp of the cell to which new data should be added.static Mutation.AddToCell.BuilderMutation.AddToCell.newBuilder()static Mutation.AddToCell.BuilderMutation.AddToCell.newBuilder(Mutation.AddToCell prototype) Mutation.AddToCell.newBuilderForType()protected Mutation.AddToCell.BuilderMutation.AddToCell.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Mutation.AddToCell.Builder.setColumnQualifier(Value value) The qualifier of the column into which new data should be added.Mutation.AddToCell.Builder.setColumnQualifier(Value.Builder builderForValue) The qualifier of the column into which new data should be added.Mutation.AddToCell.Builder.setFamilyName(String value) The name of the `Aggregate` family into which new data should be added.Mutation.AddToCell.Builder.setFamilyNameBytes(com.google.protobuf.ByteString value) The name of the `Aggregate` family into which new data should be added.The input value to be accumulated into the specified cell.Mutation.AddToCell.Builder.setInput(Value.Builder builderForValue) The input value to be accumulated into the specified cell.Mutation.AddToCell.Builder.setTimestamp(Value value) The timestamp of the cell to which new data should be added.Mutation.AddToCell.Builder.setTimestamp(Value.Builder builderForValue) The timestamp of the cell to which new data should be added.Mutation.AddToCell.toBuilder()Methods in com.google.bigtable.v2 with parameters of type Mutation.AddToCell.BuilderModifier and TypeMethodDescriptionMutation.Builder.setAddToCell(Mutation.AddToCell.Builder builderForValue) Incrementally updates an `Aggregate` cell.