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-04-09 UTC."],[[["The webpage details the `RunQueryResponse` class, which is a response type for the `Datastore.RunQuery` method in Google Cloud Datastore."],["The latest version of the `RunQueryResponse` is 4.15.0, and the page includes links to documentation for this and other versions dating back to 3.2.0."],["`RunQueryResponse` implements several interfaces, including `IMessage`, `IEquatable\u003cRunQueryResponse\u003e`, `IDeepCloneable\u003cRunQueryResponse\u003e`, and `IBufferMessage`."],["The class has two constructors: a default one and one that takes another `RunQueryResponse` as a parameter, and it contains `Batch` and `Query` properties."],["The class in question resides within the `Google.Cloud.Datastore.V1` namespace, contained within the `Google.Cloud.Datastore.V1.dll` assembly."]]],[]]