Uses of Class
com.google.spanner.v1.Mutation.Builder
-
Uses of Mutation.Builder in com.google.spanner.v1
Methods in com.google.spanner.v1 that return Mutation.BuilderModifier and TypeMethodDescriptionBatchWriteRequest.MutationGroup.Builder.addMutationsBuilder()Required.BatchWriteRequest.MutationGroup.Builder.addMutationsBuilder(int index) Required.CommitRequest.Builder.addMutationsBuilder()The mutations to be executed when this transaction commits.CommitRequest.Builder.addMutationsBuilder(int index) The mutations to be executed when this transaction commits.Mutation.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Mutation.Builder.clear()Mutation.Builder.clearDelete()Delete rows from a table.Mutation.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Mutation.Builder.clearInsert()Insert new rows in a table.Mutation.Builder.clearInsertOrUpdate()Like [insert][google.spanner.v1.Mutation.insert], except that if the row already exists, then its column values are overwritten with the ones provided.Mutation.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Mutation.Builder.clearOperation()Mutation.Builder.clearReplace()Like [insert][google.spanner.v1.Mutation.insert], except that if the row already exists, it is deleted, and the column values provided are inserted instead.Mutation.Builder.clearUpdate()Update existing rows in a table.Mutation.Builder.clone()BatchWriteRequest.MutationGroup.Builder.getMutationsBuilder(int index) Required.CommitRequest.Builder.getMutationsBuilder(int index) The mutations to be executed when this transaction commits.Mutation.Builder.mergeDelete(Mutation.Delete value) Delete rows from a table.Mutation.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Mutation.Builder.mergeFrom(com.google.protobuf.Message other) Mutation.Builder.mergeInsert(Mutation.Write value) Insert new rows in a table.Mutation.Builder.mergeInsertOrUpdate(Mutation.Write value) Like [insert][google.spanner.v1.Mutation.insert], except that if the row already exists, then its column values are overwritten with the ones provided.Mutation.Builder.mergeReplace(Mutation.Write value) Like [insert][google.spanner.v1.Mutation.insert], except that if the row already exists, it is deleted, and the column values provided are inserted instead.final Mutation.BuilderMutation.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Mutation.Builder.mergeUpdate(Mutation.Write value) Update existing rows in a table.static Mutation.BuilderMutation.newBuilder()static Mutation.BuilderMutation.newBuilder(Mutation prototype) Mutation.newBuilderForType()protected Mutation.BuilderMutation.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Mutation.Builder.setDelete(Mutation.Delete value) Delete rows from a table.Mutation.Builder.setDelete(Mutation.Delete.Builder builderForValue) Delete rows from a table.Mutation.Builder.setInsert(Mutation.Write value) Insert new rows in a table.Mutation.Builder.setInsert(Mutation.Write.Builder builderForValue) Insert new rows in a table.Mutation.Builder.setInsertOrUpdate(Mutation.Write value) Like [insert][google.spanner.v1.Mutation.insert], except that if the row already exists, then its column values are overwritten with the ones provided.Mutation.Builder.setInsertOrUpdate(Mutation.Write.Builder builderForValue) Like [insert][google.spanner.v1.Mutation.insert], except that if the row already exists, then its column values are overwritten with the ones provided.Mutation.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Mutation.Builder.setReplace(Mutation.Write value) Like [insert][google.spanner.v1.Mutation.insert], except that if the row already exists, it is deleted, and the column values provided are inserted instead.Mutation.Builder.setReplace(Mutation.Write.Builder builderForValue) Like [insert][google.spanner.v1.Mutation.insert], except that if the row already exists, it is deleted, and the column values provided are inserted instead.final Mutation.BuilderMutation.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Mutation.Builder.setUpdate(Mutation.Write value) Update existing rows in a table.Mutation.Builder.setUpdate(Mutation.Write.Builder builderForValue) Update existing rows in a table.Mutation.toBuilder()Methods in com.google.spanner.v1 that return types with arguments of type Mutation.BuilderModifier and TypeMethodDescriptionBatchWriteRequest.MutationGroup.Builder.getMutationsBuilderList()Required.CommitRequest.Builder.getMutationsBuilderList()The mutations to be executed when this transaction commits.Methods in com.google.spanner.v1 with parameters of type Mutation.BuilderModifier and TypeMethodDescriptionBatchWriteRequest.MutationGroup.Builder.addMutations(int index, Mutation.Builder builderForValue) Required.BatchWriteRequest.MutationGroup.Builder.addMutations(Mutation.Builder builderForValue) Required.CommitRequest.Builder.addMutations(int index, Mutation.Builder builderForValue) The mutations to be executed when this transaction commits.CommitRequest.Builder.addMutations(Mutation.Builder builderForValue) The mutations to be executed when this transaction commits.BatchWriteRequest.MutationGroup.Builder.setMutations(int index, Mutation.Builder builderForValue) Required.CommitRequest.Builder.setMutations(int index, Mutation.Builder builderForValue) The mutations to be executed when this transaction commits.