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` operation in version 4.0.0 of the Google Cloud Datastore V1 .NET library."],["The latest version available is 4.15.0, and the page provides a historical view of versions back to 3.2.0, each linking to the documentation for that specific version."],["`RunQueryResponse` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its capabilities for message handling, equality checks, deep cloning, and buffered operations."],["The `RunQueryResponse` class has two constructors, a default constructor and a copy constructor which takes in another `RunQueryResponse`, and it also contains two properties, `Batch` which contains the query results, and `Query` that shows the parsed query of the request."]]],[]]