Constructor
new BatchGetDocumentsResponse(propertiesopt)
Constructs a new BatchGetDocumentsResponse.
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
properties |
google.firestore.v1.IBatchGetDocumentsResponse |
<optional> |
Properties to set |
- Implements:
-
- IBatchGetDocumentsResponse
Members
found :google.firestore.v1.IDocument|null|undefined
BatchGetDocumentsResponse found.
missing :string
BatchGetDocumentsResponse missing.
readTime :google.protobuf.ITimestamp|null|undefined
BatchGetDocumentsResponse readTime.
result :"found"|"missing"|undefined
BatchGetDocumentsResponse result.
transaction :Uint8Array
BatchGetDocumentsResponse transaction.
Methods
(static) fromObject(object) → {google.firestore.v1.BatchGetDocumentsResponse}
Creates a BatchGetDocumentsResponse message from a plain object. Also converts values to their respective internal types.
Parameters:
| Name | Type | Description |
|---|---|---|
object |
Object.<string, *> |
Plain object |
(static) toObject(message, optionsopt) → {Object.<string, *>}
Creates a plain object from a BatchGetDocumentsResponse message. Also converts values to other types if specified.
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
message |
google.firestore.v1.BatchGetDocumentsResponse |
BatchGetDocumentsResponse |
|
options |
$protobuf.IConversionOptions |
<optional> |
Conversion options |
toJSON() → {Object.<string, *>}
Converts this BatchGetDocumentsResponse to JSON.