public interface CommitResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Timestamp |
getCommitTime()
The time at which the commit occurred.
|
TimestampOrBuilder |
getCommitTimeOrBuilder()
The time at which the commit occurred.
|
WriteResult |
getWriteResults(int index)
The result of applying the writes.
|
int |
getWriteResultsCount()
The result of applying the writes.
|
java.util.List<WriteResult> |
getWriteResultsList()
The result of applying the writes.
|
WriteResultOrBuilder |
getWriteResultsOrBuilder(int index)
The result of applying the writes.
|
java.util.List<? extends WriteResultOrBuilder> |
getWriteResultsOrBuilderList()
The result of applying the writes.
|
boolean |
hasCommitTime()
The time at which the commit occurred.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.util.List<WriteResult> getWriteResultsList()
The result of applying the writes. This i-th write result corresponds to the i-th write in the request.
repeated .google.firestore.v1beta1.WriteResult write_results = 1;
WriteResult getWriteResults(int index)
The result of applying the writes. This i-th write result corresponds to the i-th write in the request.
repeated .google.firestore.v1beta1.WriteResult write_results = 1;
int getWriteResultsCount()
The result of applying the writes. This i-th write result corresponds to the i-th write in the request.
repeated .google.firestore.v1beta1.WriteResult write_results = 1;
java.util.List<? extends WriteResultOrBuilder> getWriteResultsOrBuilderList()
The result of applying the writes. This i-th write result corresponds to the i-th write in the request.
repeated .google.firestore.v1beta1.WriteResult write_results = 1;
WriteResultOrBuilder getWriteResultsOrBuilder(int index)
The result of applying the writes. This i-th write result corresponds to the i-th write in the request.
repeated .google.firestore.v1beta1.WriteResult write_results = 1;
boolean hasCommitTime()
The time at which the commit occurred.
.google.protobuf.Timestamp commit_time = 2;
Timestamp getCommitTime()
The time at which the commit occurred.
.google.protobuf.Timestamp commit_time = 2;
TimestampOrBuilder getCommitTimeOrBuilder()
The time at which the commit occurred.
.google.protobuf.Timestamp commit_time = 2;