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\u003eThe 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 namespace.\u003c/p\u003e\n"],["\u003cp\u003eThis class offers various versions, from 2.3.0 to the latest 3.10.0, with each version link leading to its respective documentation.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eRunQueryResponse\u003c/code\u003e inherits from \u003ccode\u003eObject\u003c/code\u003e and implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, with associated inherited members like \u003ccode\u003eGetHashCode()\u003c/code\u003e, \u003ccode\u003eGetType()\u003c/code\u003e, \u003ccode\u003eMemberwiseClone()\u003c/code\u003e, and \u003ccode\u003eToString()\u003c/code\u003e.\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, each serving a specific purpose in conveying query results and metadata.\u003c/p\u003e\n"],["\u003cp\u003eThis class also includes two constructors, one being the default \u003ccode\u003eRunQueryResponse()\u003c/code\u003e, and the other allowing for a \u003ccode\u003eRunQueryResponse\u003c/code\u003e to be passed as a parameter.\u003c/p\u003e\n"]]],[],null,[]]