Uses of Interface
com.google.datastore.v1.MutationOrBuilder
-
Packages that use MutationOrBuilder Package Description com.google.datastore.v1 -
-
Uses of MutationOrBuilder in com.google.datastore.v1
Classes in com.google.datastore.v1 that implement MutationOrBuilder Modifier and Type Class Description class
Mutation
A mutation to apply to an entity.static class
Mutation.Builder
A mutation to apply to an entity.Methods in com.google.datastore.v1 that return MutationOrBuilder Modifier and Type Method Description MutationOrBuilder
CommitRequest.Builder. getMutationsOrBuilder(int index)
The mutations to perform.MutationOrBuilder
CommitRequest. getMutationsOrBuilder(int index)
The mutations to perform.MutationOrBuilder
CommitRequestOrBuilder. getMutationsOrBuilder(int index)
The mutations to perform.Methods in com.google.datastore.v1 that return types with arguments of type MutationOrBuilder Modifier and Type Method Description List<? extends MutationOrBuilder>
CommitRequest.Builder. getMutationsOrBuilderList()
The mutations to perform.List<? extends MutationOrBuilder>
CommitRequest. getMutationsOrBuilderList()
The mutations to perform.List<? extends MutationOrBuilder>
CommitRequestOrBuilder. getMutationsOrBuilderList()
The mutations to perform.
-