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 `RunQueryResponse` class is a sealed class in the `Google.Cloud.Datastore.V1` namespace, representing the response for the Datastore.RunQuery operation."],["The latest version for `RunQueryResponse` is 4.15.0, and the provided content lists versions ranging from 4.15.0 down to 3.2.0, each with a link to its documentation."],["The class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `RunQueryResponse` class includes two properties: `Batch`, which contains a batch of query results, and `Query`, which holds the parsed form of the GqlQuery if provided in the request."],["The `RunQueryResponse` class has two constructors, one default constructor and another constructor that takes a `RunQueryResponse` object."]]],[]]