public sealed class RunQueryResponse : IMessage<RunQueryResponse>, IEquatable<RunQueryResponse>, IDeepCloneable<RunQueryResponse>, IBufferMessage, IMessage
The response for [Datastore.RunQuery][google.datastore.v1.Datastore.RunQuery].
[[["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\u003eDatastore.RunQuery\u003c/code\u003e operation in version 4.0.0 of the Google Cloud Datastore V1 .NET library.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version available is 4.15.0, and the page provides a historical view of versions back to 3.2.0, each linking to the documentation for that specific version.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eRunQueryResponse\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, demonstrating its capabilities for message handling, equality checks, deep cloning, and buffered operations.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eRunQueryResponse\u003c/code\u003e class has two constructors, a default constructor and a copy constructor which takes in another \u003ccode\u003eRunQueryResponse\u003c/code\u003e, and it also contains two properties, \u003ccode\u003eBatch\u003c/code\u003e which contains the query results, and \u003ccode\u003eQuery\u003c/code\u003e that shows the parsed query of the request.\u003c/p\u003e\n"]]],[],null,[]]