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 the \u003ccode\u003eFirestore.RunQuery\u003c/code\u003e operation within the \u003ccode\u003eGoogle.Cloud.Firestore.V1\u003c/code\u003e namespace.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version documented is 3.10.0, and the page covers version 2.3.0 specifically.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eRunQueryResponse\u003c/code\u003e includes properties like \u003ccode\u003eDocument\u003c/code\u003e, \u003ccode\u003eReadTime\u003c/code\u003e, \u003ccode\u003eSkippedResults\u003c/code\u003e, and \u003ccode\u003eTransaction\u003c/code\u003e to convey query results and metadata.\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\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, providing functionality for message handling and data manipulation.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors for \u003ccode\u003eRunQueryResponse\u003c/code\u003e, one being empty, and the other taking another \u003ccode\u003eRunQueryResponse\u003c/code\u003e object as a parameter.\u003c/p\u003e\n"]]],[],null,[]]