public interface WriteResponseOrBuilder 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.
|
java.lang.String |
getStreamId()
The ID of the stream.
|
ByteString |
getStreamIdBytes()
The ID of the stream.
|
ByteString |
getStreamToken()
A token that represents the position of this response in the stream.
|
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.lang.String getStreamId()
The ID of the stream. Only set on the first message, when a new stream was created.
string stream_id = 1;
ByteString getStreamIdBytes()
The ID of the stream. Only set on the first message, when a new stream was created.
string stream_id = 1;
ByteString getStreamToken()
A token that represents the position of this response in the stream. This can be used by a client to resume the stream at this point. This field is always set.
bytes stream_token = 2;
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 = 3;
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 = 3;
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 = 3;
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 = 3;
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 = 3;
boolean hasCommitTime()
The time at which the commit occurred.
.google.protobuf.Timestamp commit_time = 4;
Timestamp getCommitTime()
The time at which the commit occurred.
.google.protobuf.Timestamp commit_time = 4;
TimestampOrBuilder getCommitTimeOrBuilder()
The time at which the commit occurred.
.google.protobuf.Timestamp commit_time = 4;