Constructor
new RunQueryRequest(propertiesopt)
Constructs a new RunQueryRequest.
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
properties |
google.firestore.v1.IRunQueryRequest |
<optional> |
Properties to set |
- Implements:
-
- IRunQueryRequest
Members
consistencySelector :"transaction"|"newTransaction"|"readTime"|undefined
RunQueryRequest consistencySelector.
newTransaction :google.firestore.v1.ITransactionOptions|null|undefined
RunQueryRequest newTransaction.
parent :string
RunQueryRequest parent.
queryType :"structuredQuery"|undefined
RunQueryRequest queryType.
readTime :google.protobuf.ITimestamp|null|undefined
RunQueryRequest readTime.
structuredQuery :google.firestore.v1.IStructuredQuery|null|undefined
RunQueryRequest structuredQuery.
transaction :Uint8Array
RunQueryRequest transaction.
Methods
(static) fromObject(object) → {google.firestore.v1.RunQueryRequest}
Creates a RunQueryRequest 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 RunQueryRequest message. Also converts values to other types if specified.
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
message |
google.firestore.v1.RunQueryRequest |
RunQueryRequest |
|
options |
$protobuf.IConversionOptions |
<optional> |
Conversion options |
toJSON() → {Object.<string, *>}
Converts this RunQueryRequest to JSON.