Package com.google.firestore.v1
Interface CommitResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CommitResponse,CommitResponse.Builder
public interface CommitResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.TimestampThe time at which the commit occurred.com.google.protobuf.TimestampOrBuilderThe time at which the commit occurred.getWriteResults(int index) The result of applying the writes.intThe result of applying the writes.The result of applying the writes.getWriteResultsOrBuilder(int index) The result of applying the writes.List<? extends WriteResultOrBuilder>The result of applying the writes.booleanThe time at which the commit occurred.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getWriteResultsList
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.v1.WriteResult write_results = 1; -
getWriteResults
The result of applying the writes. This i-th write result corresponds to the i-th write in the request.
repeated .google.firestore.v1.WriteResult write_results = 1; -
getWriteResultsCount
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.v1.WriteResult write_results = 1; -
getWriteResultsOrBuilderList
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.v1.WriteResult write_results = 1; -
getWriteResultsOrBuilder
The result of applying the writes. This i-th write result corresponds to the i-th write in the request.
repeated .google.firestore.v1.WriteResult write_results = 1; -
hasCommitTime
boolean hasCommitTime()The time at which the commit occurred. Any read with an equal or greater `read_time` is guaranteed to see the effects of the commit.
.google.protobuf.Timestamp commit_time = 2;- Returns:
- Whether the commitTime field is set.
-
getCommitTime
com.google.protobuf.Timestamp getCommitTime()The time at which the commit occurred. Any read with an equal or greater `read_time` is guaranteed to see the effects of the commit.
.google.protobuf.Timestamp commit_time = 2;- Returns:
- The commitTime.
-
getCommitTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getCommitTimeOrBuilder()The time at which the commit occurred. Any read with an equal or greater `read_time` is guaranteed to see the effects of the commit.
.google.protobuf.Timestamp commit_time = 2;
-