Uses of Class
com.google.bigtable.v2.Mutation.Builder
-
Uses of Mutation.Builder in com.google.bigtable.v2
Methods in com.google.bigtable.v2 that return Mutation.BuilderModifier and TypeMethodDescriptionCheckAndMutateRowRequest.Builder.addFalseMutationsBuilder()Changes to be atomically applied to the specified row if `predicate_filter` does not yield any cells when applied to `row_key`.CheckAndMutateRowRequest.Builder.addFalseMutationsBuilder(int index) Changes to be atomically applied to the specified row if `predicate_filter` does not yield any cells when applied to `row_key`.MutateRowRequest.Builder.addMutationsBuilder()Required.MutateRowRequest.Builder.addMutationsBuilder(int index) Required.MutateRowsRequest.Entry.Builder.addMutationsBuilder()Required.MutateRowsRequest.Entry.Builder.addMutationsBuilder(int index) Required.Mutation.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) CheckAndMutateRowRequest.Builder.addTrueMutationsBuilder()Changes to be atomically applied to the specified row if `predicate_filter` yields at least one cell when applied to `row_key`.CheckAndMutateRowRequest.Builder.addTrueMutationsBuilder(int index) Changes to be atomically applied to the specified row if `predicate_filter` yields at least one cell when applied to `row_key`.Mutation.Builder.clear()Mutation.Builder.clearAddToCell()Incrementally updates an `Aggregate` cell.Mutation.Builder.clearDeleteFromColumn()Deletes cells from a column.Mutation.Builder.clearDeleteFromFamily()Deletes cells from a column family.Mutation.Builder.clearDeleteFromRow()Deletes cells from the entire row.Mutation.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Mutation.Builder.clearMergeToCell()Merges accumulated state to an `Aggregate` cell.Mutation.Builder.clearMutation()Mutation.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Mutation.Builder.clearSetCell()Set a cell's value.Mutation.Builder.clone()CheckAndMutateRowRequest.Builder.getFalseMutationsBuilder(int index) Changes to be atomically applied to the specified row if `predicate_filter` does not yield any cells when applied to `row_key`.ReadChangeStreamResponse.MutationChunk.Builder.getMutationBuilder()If this is a continuation of a chunked message (`chunked_value_offset` > 0), ignore all fields except the `SetCell`'s value and merge it with the previous message by concatenating the value fields.MutateRowRequest.Builder.getMutationsBuilder(int index) Required.MutateRowsRequest.Entry.Builder.getMutationsBuilder(int index) Required.CheckAndMutateRowRequest.Builder.getTrueMutationsBuilder(int index) Changes to be atomically applied to the specified row if `predicate_filter` yields at least one cell when applied to `row_key`.Mutation.Builder.mergeAddToCell(Mutation.AddToCell value) Incrementally updates an `Aggregate` cell.Mutation.Builder.mergeDeleteFromColumn(Mutation.DeleteFromColumn value) Deletes cells from a column.Mutation.Builder.mergeDeleteFromFamily(Mutation.DeleteFromFamily value) Deletes cells from a column family.Mutation.Builder.mergeDeleteFromRow(Mutation.DeleteFromRow value) Deletes cells from the entire row.Mutation.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Mutation.Builder.mergeFrom(com.google.protobuf.Message other) Mutation.Builder.mergeMergeToCell(Mutation.MergeToCell value) Merges accumulated state to an `Aggregate` cell.Mutation.Builder.mergeSetCell(Mutation.SetCell value) Set a cell's value.final Mutation.BuilderMutation.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Mutation.BuilderMutation.newBuilder()static Mutation.BuilderMutation.newBuilder(Mutation prototype) Mutation.newBuilderForType()protected Mutation.BuilderMutation.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Mutation.Builder.setAddToCell(Mutation.AddToCell value) Incrementally updates an `Aggregate` cell.Mutation.Builder.setAddToCell(Mutation.AddToCell.Builder builderForValue) Incrementally updates an `Aggregate` cell.Mutation.Builder.setDeleteFromColumn(Mutation.DeleteFromColumn value) Deletes cells from a column.Mutation.Builder.setDeleteFromColumn(Mutation.DeleteFromColumn.Builder builderForValue) Deletes cells from a column.Mutation.Builder.setDeleteFromFamily(Mutation.DeleteFromFamily value) Deletes cells from a column family.Mutation.Builder.setDeleteFromFamily(Mutation.DeleteFromFamily.Builder builderForValue) Deletes cells from a column family.Mutation.Builder.setDeleteFromRow(Mutation.DeleteFromRow value) Deletes cells from the entire row.Mutation.Builder.setDeleteFromRow(Mutation.DeleteFromRow.Builder builderForValue) Deletes cells from the entire row.Mutation.Builder.setMergeToCell(Mutation.MergeToCell value) Merges accumulated state to an `Aggregate` cell.Mutation.Builder.setMergeToCell(Mutation.MergeToCell.Builder builderForValue) Merges accumulated state to an `Aggregate` cell.Mutation.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Mutation.Builder.setSetCell(Mutation.SetCell value) Set a cell's value.Mutation.Builder.setSetCell(Mutation.SetCell.Builder builderForValue) Set a cell's value.final Mutation.BuilderMutation.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Mutation.toBuilder()Methods in com.google.bigtable.v2 that return types with arguments of type Mutation.BuilderModifier and TypeMethodDescriptionCheckAndMutateRowRequest.Builder.getFalseMutationsBuilderList()Changes to be atomically applied to the specified row if `predicate_filter` does not yield any cells when applied to `row_key`.MutateRowRequest.Builder.getMutationsBuilderList()Required.MutateRowsRequest.Entry.Builder.getMutationsBuilderList()Required.CheckAndMutateRowRequest.Builder.getTrueMutationsBuilderList()Changes to be atomically applied to the specified row if `predicate_filter` yields at least one cell when applied to `row_key`.Methods in com.google.bigtable.v2 with parameters of type Mutation.BuilderModifier and TypeMethodDescriptionCheckAndMutateRowRequest.Builder.addFalseMutations(int index, Mutation.Builder builderForValue) Changes to be atomically applied to the specified row if `predicate_filter` does not yield any cells when applied to `row_key`.CheckAndMutateRowRequest.Builder.addFalseMutations(Mutation.Builder builderForValue) Changes to be atomically applied to the specified row if `predicate_filter` does not yield any cells when applied to `row_key`.MutateRowRequest.Builder.addMutations(int index, Mutation.Builder builderForValue) Required.MutateRowRequest.Builder.addMutations(Mutation.Builder builderForValue) Required.MutateRowsRequest.Entry.Builder.addMutations(int index, Mutation.Builder builderForValue) Required.MutateRowsRequest.Entry.Builder.addMutations(Mutation.Builder builderForValue) Required.CheckAndMutateRowRequest.Builder.addTrueMutations(int index, Mutation.Builder builderForValue) Changes to be atomically applied to the specified row if `predicate_filter` yields at least one cell when applied to `row_key`.CheckAndMutateRowRequest.Builder.addTrueMutations(Mutation.Builder builderForValue) Changes to be atomically applied to the specified row if `predicate_filter` yields at least one cell when applied to `row_key`.CheckAndMutateRowRequest.Builder.setFalseMutations(int index, Mutation.Builder builderForValue) Changes to be atomically applied to the specified row if `predicate_filter` does not yield any cells when applied to `row_key`.ReadChangeStreamResponse.MutationChunk.Builder.setMutation(Mutation.Builder builderForValue) If this is a continuation of a chunked message (`chunked_value_offset` > 0), ignore all fields except the `SetCell`'s value and merge it with the previous message by concatenating the value fields.MutateRowRequest.Builder.setMutations(int index, Mutation.Builder builderForValue) Required.MutateRowsRequest.Entry.Builder.setMutations(int index, Mutation.Builder builderForValue) Required.CheckAndMutateRowRequest.Builder.setTrueMutations(int index, Mutation.Builder builderForValue) Changes to be atomically applied to the specified row if `predicate_filter` yields at least one cell when applied to `row_key`.