Uses of Class
com.google.bigtable.v2.Mutation.DeleteFromRow.Builder
-
Uses of Mutation.DeleteFromRow.Builder in com.google.bigtable.v2
Methods in com.google.bigtable.v2 that return Mutation.DeleteFromRow.BuilderModifier and TypeMethodDescriptionMutation.DeleteFromRow.Builder.clear()Mutation.Builder.getDeleteFromRowBuilder()Deletes cells from the entire row.Mutation.DeleteFromRow.Builder.mergeFrom(Mutation.DeleteFromRow other) Mutation.DeleteFromRow.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Mutation.DeleteFromRow.Builder.mergeFrom(com.google.protobuf.Message other) Mutation.DeleteFromRow.newBuilder()Mutation.DeleteFromRow.newBuilder(Mutation.DeleteFromRow prototype) Mutation.DeleteFromRow.newBuilderForType()protected Mutation.DeleteFromRow.BuilderMutation.DeleteFromRow.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Mutation.DeleteFromRow.toBuilder()Methods in com.google.bigtable.v2 with parameters of type Mutation.DeleteFromRow.BuilderModifier and TypeMethodDescriptionMutation.Builder.setDeleteFromRow(Mutation.DeleteFromRow.Builder builderForValue) Deletes cells from the entire row.