public interface CommitResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getIndexUpdates()
public abstract int getIndexUpdates()
The number of index entries updated during the commit, or zero if none were updated.
int32 index_updates = 4;
Type | Description |
int | The indexUpdates. |
getMutationResults(int index)
public abstract 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;
Name | Description |
index | int |
Type | Description |
MutationResult |
getMutationResultsCount()
public abstract 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;
Type | Description |
int |
getMutationResultsList()
public abstract 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;
Type | Description |
List<MutationResult> |
getMutationResultsOrBuilder(int index)
public abstract 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;
Name | Description |
index | int |
Type | Description |
MutationResultOrBuilder |
getMutationResultsOrBuilderList()
public abstract 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;
Type | Description |
List<? extends com.google.datastore.v1.MutationResultOrBuilder> |