public interface CommitResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Timestamp |
getCommitTime()
The transaction commit timestamp.
|
com.google.protobuf.TimestampOrBuilder |
getCommitTimeOrBuilder()
The transaction commit timestamp.
|
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.
|
List<MutationResult> |
getMutationResultsList()
The result of performing the mutations.
|
MutationResultOrBuilder |
getMutationResultsOrBuilder(int index)
The result of performing the mutations.
|
List<? extends MutationResultOrBuilder> |
getMutationResultsOrBuilderList()
The result of performing the mutations.
|
boolean |
hasCommitTime()
The transaction commit timestamp.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
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;
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;
boolean hasCommitTime()
The transaction commit timestamp. Not set for non-transactional commits.
.google.protobuf.Timestamp commit_time = 8;
com.google.protobuf.Timestamp getCommitTime()
The transaction commit timestamp. Not set for non-transactional commits.
.google.protobuf.Timestamp commit_time = 8;
com.google.protobuf.TimestampOrBuilder getCommitTimeOrBuilder()
The transaction commit timestamp. Not set for non-transactional commits.
.google.protobuf.Timestamp commit_time = 8;
Copyright © 2023 Google LLC. All rights reserved.