public sealed class RunQueryResponse : IMessage<RunQueryResponse>, IEquatable<RunQueryResponse>, IDeepCloneable<RunQueryResponse>, IBufferMessage, IMessage
The response for [Firestore.RunQuery][google.firestore.v1.Firestore.RunQuery].
The time at which the document was read. This may be monotonically
increasing; in this case, the previous documents in the result stream are
guaranteed not to have changed between their read_time and this one.
If the query returns no results, a response with read_time and no
document will be sent, and this represents the time at which the query
was run.
The transaction that was started as part of this request.
Can only be set in the first response, and only if
[RunQueryRequest.new_transaction][google.firestore.v1.RunQueryRequest.new_transaction] was set in the request.
If set, no other fields will be set in this response.
[[["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\u003eThis webpage details the \u003ccode\u003eRunQueryResponse\u003c/code\u003e class, which is the response type for \u003ccode\u003eFirestore.RunQuery\u003c/code\u003e operations within the Google Cloud Firestore V1 API.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eRunQueryResponse\u003c/code\u003e class inherits from \u003ccode\u003eObject\u003c/code\u003e and implements several interfaces, including \u003ccode\u003eIMessage<RunQueryResponse>\u003c/code\u003e, \u003ccode\u003eIEquatable<RunQueryResponse>\u003c/code\u003e, \u003ccode\u003eIDeepCloneable<RunQueryResponse>\u003c/code\u003e, \u003ccode\u003eIBufferMessage\u003c/code\u003e, and \u003ccode\u003eIMessage\u003c/code\u003e, allowing for functionalities such as deep cloning and equality checks.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers two constructors, a default constructor and a constructor that accepts another \u003ccode\u003eRunQueryResponse\u003c/code\u003e object for copying.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of \u003ccode\u003eRunQueryResponse\u003c/code\u003e include \u003ccode\u003eDocument\u003c/code\u003e, \u003ccode\u003eReadTime\u003c/code\u003e, \u003ccode\u003eSkippedResults\u003c/code\u003e, and \u003ccode\u003eTransaction\u003c/code\u003e, which provide information about the query results, the time the document was read, the number of skipped results, and transaction details, respectively.\u003c/p\u003e\n"],["\u003cp\u003eThe current version documented on the page is version 2.4.0 of the API, however multiple other versions are linked up to the latest being 3.10.0.\u003c/p\u003e\n"]]],[],null,[]]