Uses of Class
com.google.bigtable.v2.Mutation.DeleteFromColumn.Builder
-
Uses of Mutation.DeleteFromColumn.Builder in com.google.bigtable.v2
Methods in com.google.bigtable.v2 that return Mutation.DeleteFromColumn.BuilderModifier and TypeMethodDescriptionMutation.DeleteFromColumn.Builder.clear()Mutation.DeleteFromColumn.Builder.clearColumnQualifier()The qualifier of the column from which cells should be deleted.Mutation.DeleteFromColumn.Builder.clearFamilyName()The name of the family from which cells should be deleted.Mutation.DeleteFromColumn.Builder.clearTimeRange()The range of timestamps within which cells should be deleted.Mutation.Builder.getDeleteFromColumnBuilder()Deletes cells from a column.Mutation.DeleteFromColumn.Builder.mergeFrom(Mutation.DeleteFromColumn other) Mutation.DeleteFromColumn.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Mutation.DeleteFromColumn.Builder.mergeFrom(com.google.protobuf.Message other) Mutation.DeleteFromColumn.Builder.mergeTimeRange(TimestampRange value) The range of timestamps within which cells should be deleted.Mutation.DeleteFromColumn.newBuilder()Mutation.DeleteFromColumn.newBuilder(Mutation.DeleteFromColumn prototype) Mutation.DeleteFromColumn.newBuilderForType()protected Mutation.DeleteFromColumn.BuilderMutation.DeleteFromColumn.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Mutation.DeleteFromColumn.Builder.setColumnQualifier(com.google.protobuf.ByteString value) The qualifier of the column from which cells should be deleted.Mutation.DeleteFromColumn.Builder.setFamilyName(String value) The name of the family from which cells should be deleted.Mutation.DeleteFromColumn.Builder.setFamilyNameBytes(com.google.protobuf.ByteString value) The name of the family from which cells should be deleted.Mutation.DeleteFromColumn.Builder.setTimeRange(TimestampRange value) The range of timestamps within which cells should be deleted.Mutation.DeleteFromColumn.Builder.setTimeRange(TimestampRange.Builder builderForValue) The range of timestamps within which cells should be deleted.Mutation.DeleteFromColumn.toBuilder()Methods in com.google.bigtable.v2 with parameters of type Mutation.DeleteFromColumn.BuilderModifier and TypeMethodDescriptionMutation.Builder.setDeleteFromColumn(Mutation.DeleteFromColumn.Builder builderForValue) Deletes cells from a column.