public sealed class RunQueryRequest : IMessage<RunQueryRequest>, IEquatable<RunQueryRequest>, IDeepCloneable<RunQueryRequest>, IBufferMessage, IMessage
The request for [Firestore.RunQuery][google.firestore.v1.Firestore.RunQuery].
public TransactionOptions NewTransaction { get; set; }
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.
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
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eRunQueryRequest\u003c/code\u003e class is used to make requests for Firestore's \u003ccode\u003eRunQuery\u003c/code\u003e functionality, and it is part of the \u003ccode\u003eGoogle.Cloud.Firestore.V1\u003c/code\u003e namespace.\u003c/p\u003e\n"],["\u003cp\u003eIt provides different versions of the class, with the latest version being 3.10.0, and it supports various older versions down to 2.3.0, with version 2.4.0 shown in detail here.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eRunQueryRequest\u003c/code\u003e implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, making it compatible with various Protobuf functionalities.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes properties like \u003ccode\u003eParent\u003c/code\u003e, \u003ccode\u003eNewTransaction\u003c/code\u003e, \u003ccode\u003eReadTime\u003c/code\u003e, \u003ccode\u003eStructuredQuery\u003c/code\u003e, and \u003ccode\u003eTransaction\u003c/code\u003e to specify the parameters of the Firestore query.\u003c/p\u003e\n"],["\u003cp\u003eIt has two constructors: a default one \u003ccode\u003eRunQueryRequest()\u003c/code\u003e and another one that takes an existing \u003ccode\u003eRunQueryRequest\u003c/code\u003e object as a parameter, \u003ccode\u003eRunQueryRequest(RunQueryRequest other)\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]