Uses of Class
com.google.spanner.v1.Mutation
-
Uses of Mutation in com.google.spanner.v1
Methods in com.google.spanner.v1 that return MutationModifier and TypeMethodDescriptionMutation.Builder.build()Mutation.Builder.buildPartial()static MutationMutation.getDefaultInstance()Mutation.Builder.getDefaultInstanceForType()Mutation.getDefaultInstanceForType()BatchWriteRequest.MutationGroup.Builder.getMutations(int index) Required.BatchWriteRequest.MutationGroup.getMutations(int index) Required.BatchWriteRequest.MutationGroupOrBuilder.getMutations(int index) Required.CommitRequest.Builder.getMutations(int index) The mutations to be executed when this transaction commits.CommitRequest.getMutations(int index) The mutations to be executed when this transaction commits.CommitRequestOrBuilder.getMutations(int index) The mutations to be executed when this transaction commits.static MutationMutation.parseDelimitedFrom(InputStream input) static MutationMutation.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MutationMutation.parseFrom(byte[] data) static MutationMutation.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MutationMutation.parseFrom(com.google.protobuf.ByteString data) static MutationMutation.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MutationMutation.parseFrom(com.google.protobuf.CodedInputStream input) static MutationMutation.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MutationMutation.parseFrom(InputStream input) static MutationMutation.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MutationMutation.parseFrom(ByteBuffer data) static MutationMutation.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.spanner.v1 that return types with arguments of type MutationModifier and TypeMethodDescriptionBatchWriteRequest.MutationGroup.Builder.getMutationsList()Required.BatchWriteRequest.MutationGroup.getMutationsList()Required.BatchWriteRequest.MutationGroupOrBuilder.getMutationsList()Required.CommitRequest.Builder.getMutationsList()The mutations to be executed when this transaction commits.CommitRequest.getMutationsList()The mutations to be executed when this transaction commits.CommitRequestOrBuilder.getMutationsList()The mutations to be executed when this transaction commits.com.google.protobuf.Parser<Mutation>Mutation.getParserForType()static com.google.protobuf.Parser<Mutation>Mutation.parser()Methods in com.google.spanner.v1 with parameters of type MutationModifier and TypeMethodDescriptionBatchWriteRequest.MutationGroup.Builder.addMutations(int index, Mutation value) Required.BatchWriteRequest.MutationGroup.Builder.addMutations(Mutation value) Required.CommitRequest.Builder.addMutations(int index, Mutation value) The mutations to be executed when this transaction commits.CommitRequest.Builder.addMutations(Mutation value) The mutations to be executed when this transaction commits.static Mutation.BuilderMutation.newBuilder(Mutation prototype) BatchWriteRequest.MutationGroup.Builder.setMutations(int index, Mutation value) Required.CommitRequest.Builder.setMutations(int index, Mutation value) The mutations to be executed when this transaction commits.Method parameters in com.google.spanner.v1 with type arguments of type MutationModifier and TypeMethodDescriptionBatchWriteRequest.MutationGroup.Builder.addAllMutations(Iterable<? extends Mutation> values) Required.CommitRequest.Builder.addAllMutations(Iterable<? extends Mutation> values) The mutations to be executed when this transaction commits.