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."],[[["This webpage details the `RunQueryResponse` class, which is the response type for the `Datastore.RunQuery` method in version 3.3.0 of the Google.Cloud.Datastore.V1 library."],["The `RunQueryResponse` class inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors, one default and one that accepts another `RunQueryResponse` object for copying."],["The `RunQueryResponse` class includes two main properties: `Batch`, representing a batch of query results, and `Query`, representing the parsed `GqlQuery` from the request."],["The page provides links to various versions of the `Google.Cloud.Datastore.V1` library, ranging from version 3.2.0 up to the latest version, 4.15.0, for those looking for documentation or reference material."]]],[]]