Class RunQueryRequest (2.3.4)

RunQueryRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The request for Firestore.RunQuery][google.firestore.v1.Firestore.RunQuery].

Attributes

NameDescription
parent str
Required. The parent resource name. In the format: projects/{project_id}/databases/{database_id}/documents or projects/{project_id}/databases/{database_id}/documents/{document_path}. For example: projects/my-project/databases/my-database/documents or projects/my-project/databases/my-database/documents/chatrooms/my-chatroom
structured_query google.cloud.firestore_v1.types.StructuredQuery
A structured query.
transaction bytes
Reads documents in a transaction.
new_transaction google.cloud.firestore_v1.types.TransactionOptions
Starts a new transaction and reads the documents. Defaults to a read-only transaction. The new transaction ID will be returned as the first response in the stream.
read_time google.protobuf.timestamp_pb2.Timestamp
Reads documents as they were at the given time. This may not be older than 270 seconds.