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 classMutationA mutation to apply to an entity.static classMutation.BuilderA mutation to apply to an entity.Methods in com.google.datastore.v1 that return MutationOrBuilder Modifier and Type Method Description MutationOrBuilderCommitRequest.Builder. getMutationsOrBuilder(int index)The mutations to perform.MutationOrBuilderCommitRequest. getMutationsOrBuilder(int index)The mutations to perform.MutationOrBuilderCommitRequestOrBuilder. 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.
-