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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The webpage details the `RunQueryResponse` class within the `Google.Cloud.Datastore.V1` namespace, which is used as a response type for the `Datastore.RunQuery` method."],["The `RunQueryResponse` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities in message handling, equality comparisons, deep cloning, and buffer operations."],["The class includes two constructors, a default one and another that takes a `RunQueryResponse` object for copying, and it defines properties such as `Batch` of type `QueryResultBatch` and `Query` of type `Query`, providing data about query results."],["The `RunQueryResponse` class also inherits several methods from `Object`, like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, enhancing its basic object functionality."],["The provided content covers versions of the class from 3.2.0 to the latest 4.15.0, with links to each version for reference, showing the evolution of the `RunQueryResponse` class."]]],[]]