public interface CommitResponseOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getIndexUpdates()
The number of index entries updated during the commit, or zero if none were
updated.
|
MutationResult |
getMutationResults(int index)
The result of performing the mutations.
|
int |
getMutationResultsCount()
The result of performing the mutations.
|
java.util.List<MutationResult> |
getMutationResultsList()
The result of performing the mutations.
|
MutationResultOrBuilder |
getMutationResultsOrBuilder(int index)
The result of performing the mutations.
|
java.util.List<? extends MutationResultOrBuilder> |
getMutationResultsOrBuilderList()
The result of performing the mutations.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedjava.util.List<MutationResult> getMutationResultsList()
The result of performing the mutations. The i-th mutation result corresponds to the i-th mutation in the request.
repeated .google.datastore.v1.MutationResult mutation_results = 3;MutationResult getMutationResults(int index)
The result of performing the mutations. The i-th mutation result corresponds to the i-th mutation in the request.
repeated .google.datastore.v1.MutationResult mutation_results = 3;int getMutationResultsCount()
The result of performing the mutations. The i-th mutation result corresponds to the i-th mutation in the request.
repeated .google.datastore.v1.MutationResult mutation_results = 3;java.util.List<? extends MutationResultOrBuilder> getMutationResultsOrBuilderList()
The result of performing the mutations. The i-th mutation result corresponds to the i-th mutation in the request.
repeated .google.datastore.v1.MutationResult mutation_results = 3;MutationResultOrBuilder getMutationResultsOrBuilder(int index)
The result of performing the mutations. The i-th mutation result corresponds to the i-th mutation in the request.
repeated .google.datastore.v1.MutationResult mutation_results = 3;int getIndexUpdates()
The number of index entries updated during the commit, or zero if none were updated.
int32 index_updates = 4;