Uses of Interface
com.google.spanner.v1.MutationOrBuilder
-
Packages that use MutationOrBuilder Package Description com.google.spanner.v1 -
-
Uses of MutationOrBuilder in com.google.spanner.v1
Classes in com.google.spanner.v1 that implement MutationOrBuilder Modifier and Type Class Description class
Mutation
A modification to one or more Cloud Spanner rows.static class
Mutation.Builder
A modification to one or more Cloud Spanner rows.Methods in com.google.spanner.v1 that return MutationOrBuilder Modifier and Type Method Description MutationOrBuilder
CommitRequest.Builder. getMutationsOrBuilder(int index)
The mutations to be executed when this transaction commits.MutationOrBuilder
CommitRequest. getMutationsOrBuilder(int index)
The mutations to be executed when this transaction commits.MutationOrBuilder
CommitRequestOrBuilder. getMutationsOrBuilder(int index)
The mutations to be executed when this transaction commits.Methods in com.google.spanner.v1 that return types with arguments of type MutationOrBuilder Modifier and Type Method Description List<? extends MutationOrBuilder>
CommitRequest.Builder. getMutationsOrBuilderList()
The mutations to be executed when this transaction commits.List<? extends MutationOrBuilder>
CommitRequest. getMutationsOrBuilderList()
The mutations to be executed when this transaction commits.List<? extends MutationOrBuilder>
CommitRequestOrBuilder. getMutationsOrBuilderList()
The mutations to be executed when this transaction commits.
-