public interface BatchGetDocumentsResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Document |
getFound()
A document that was requested.
|
DocumentOrBuilder |
getFoundOrBuilder()
A document that was requested.
|
java.lang.String |
getMissing()
A document name that was requested but does not exist.
|
ByteString |
getMissingBytes()
A document name that was requested but does not exist.
|
Timestamp |
getReadTime()
The time at which the document was read.
|
TimestampOrBuilder |
getReadTimeOrBuilder()
The time at which the document was read.
|
BatchGetDocumentsResponse.ResultCase |
getResultCase() |
ByteString |
getTransaction()
The transaction that was started as part of this request.
|
boolean |
hasFound()
A document that was requested.
|
boolean |
hasReadTime()
The time at which the document was read.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasFound()
A document that was requested.
.google.firestore.v1beta1.Document found = 1;
Document getFound()
A document that was requested.
.google.firestore.v1beta1.Document found = 1;
DocumentOrBuilder getFoundOrBuilder()
A document that was requested.
.google.firestore.v1beta1.Document found = 1;
java.lang.String getMissing()
A document name that was requested but does not exist. In the format: `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
string missing = 2;
ByteString getMissingBytes()
A document name that was requested but does not exist. In the format: `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
string missing = 2;
ByteString getTransaction()
The transaction that was started as part of this request. Will only be set in the first response, and only if [BatchGetDocumentsRequest.new_transaction][google.firestore.v1beta1.BatchGetDocumentsRequest.new_transaction] was set in the request.
bytes transaction = 3;
boolean hasReadTime()
The time at which the document was read. This may be monotically increasing, in this case the previous documents in the result stream are guaranteed not to have changed between their read_time and this one.
.google.protobuf.Timestamp read_time = 4;
Timestamp getReadTime()
The time at which the document was read. This may be monotically increasing, in this case the previous documents in the result stream are guaranteed not to have changed between their read_time and this one.
.google.protobuf.Timestamp read_time = 4;
TimestampOrBuilder getReadTimeOrBuilder()
The time at which the document was read. This may be monotically increasing, in this case the previous documents in the result stream are guaranteed not to have changed between their read_time and this one.
.google.protobuf.Timestamp read_time = 4;
BatchGetDocumentsResponse.ResultCase getResultCase()