Uses of Interface
com.google.spanner.v1.MutationOrBuilder
-
-
Uses of MutationOrBuilder in com.google.spanner.v1
Classes in com.google.spanner.v1 that implement MutationOrBuilder Modifier and Type Class Description classMutationA modification to one or more Cloud Spanner rows.static classMutation.BuilderA modification to one or more Cloud Spanner rows.Methods in com.google.spanner.v1 that return MutationOrBuilder Modifier and Type Method Description MutationOrBuilderCommitRequest.Builder. getMutationsOrBuilder(int index)The mutations to be executed when this transaction commits.MutationOrBuilderCommitRequest. getMutationsOrBuilder(int index)The mutations to be executed when this transaction commits.MutationOrBuilderCommitRequestOrBuilder. 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.
-