Interface protos.google.firestore.v1.IRunQueryRequest (0.2.0)

Properties of a RunQueryRequest.

Package

@google-cloud/firestore-api

Properties

explainOptions

explainOptions?: (google.firestore.v1.IExplainOptions|null);

RunQueryRequest explainOptions

newTransaction

newTransaction?: (google.firestore.v1.ITransactionOptions|null);

RunQueryRequest newTransaction

parent

parent?: (string|null);

RunQueryRequest parent

readTime

readTime?: (google.protobuf.ITimestamp|null);

RunQueryRequest readTime

structuredQuery

structuredQuery?: (google.firestore.v1.IStructuredQuery|null);

RunQueryRequest structuredQuery

transaction

transaction?: (Uint8Array|Buffer|string|null);

RunQueryRequest transaction