Uses of Interface
com.google.datastore.v1.MutationResultOrBuilder
-
Packages that use MutationResultOrBuilder Package Description com.google.datastore.v1 -
-
Uses of MutationResultOrBuilder in com.google.datastore.v1
Classes in com.google.datastore.v1 that implement MutationResultOrBuilder Modifier and Type Class Description class
MutationResult
The result of applying a mutation.static class
MutationResult.Builder
The result of applying a mutation.Methods in com.google.datastore.v1 that return MutationResultOrBuilder Modifier and Type Method Description MutationResultOrBuilder
CommitResponse.Builder. getMutationResultsOrBuilder(int index)
The result of performing the mutations.MutationResultOrBuilder
CommitResponse. getMutationResultsOrBuilder(int index)
The result of performing the mutations.MutationResultOrBuilder
CommitResponseOrBuilder. getMutationResultsOrBuilder(int index)
The result of performing the mutations.Methods in com.google.datastore.v1 that return types with arguments of type MutationResultOrBuilder Modifier and Type Method Description List<? extends MutationResultOrBuilder>
CommitResponse.Builder. getMutationResultsOrBuilderList()
The result of performing the mutations.List<? extends MutationResultOrBuilder>
CommitResponse. getMutationResultsOrBuilderList()
The result of performing the mutations.List<? extends MutationResultOrBuilder>
CommitResponseOrBuilder. getMutationResultsOrBuilderList()
The result of performing the mutations.
-