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.2.0 of the Google Cloud Datastore V1 .NET library."],["The `RunQueryResponse` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality checks, deep cloning, and buffer manipulation."],["The `RunQueryResponse` class includes two constructors, one default and one that takes another `RunQueryResponse` object as a parameter for copying, and also contains two properties, `Batch` and `Query`, representing a batch of query results and the parsed `GqlQuery`, respectively."],["There are various versions of this library available, ranging from 3.2.0 to 4.15.0, with the latest being version 4.15.0, each version corresponding to a specific build of the `RunQueryResponse` method."]]],[]]