public sealed class RunQueryResponse : IMessage<RunQueryResponse>, IEquatable<RunQueryResponse>, IDeepCloneable<RunQueryResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Datastore v1 API class RunQueryResponse.
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 part of the Google Cloud Datastore v1 API, specifically within the `Google.Cloud.Datastore.V1` namespace in the .NET environment."],["Version 4.15.0 is the latest version, and this page contains documentation for version 4.3.0, with other versions from 3.2.0 up to 4.15.0 available via link."],["The `RunQueryResponse` class represents the response from a `Datastore.RunQuery` operation and inherits from `Object` while implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class provides two constructors, one default and another that takes an existing `RunQueryResponse` object for copying, and it includes properties such as `Batch` and `Query` to access the results."],["The `Batch` property is of type `QueryResultBatch`, and represents a batch of query results, while the `Query` property represents the parsed form of the `GqlQuery` from the request."]]],[]]