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 the response type for the `Datastore.RunQuery` method within the Google Cloud Datastore V1 API."],["The latest version available is 4.15.0, with numerous prior versions listed, including 3.4.0, which is the currently highlighted documentation version."],["`RunQueryResponse` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default constructor and another that takes another `RunQueryResponse` object as a parameter."],["The `RunQueryResponse` class includes properties `Batch` which is a batch of results and `Query` which is the parsed form of a request."]]],[]]