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-04-17 UTC."],[[["This document provides reference documentation for the `RunQueryResponse` class within the Google Cloud Datastore v1 API, specifically for version 4.4.0."],["`RunQueryResponse` is the class representing the response received from a `Datastore.RunQuery` operation."],["The `RunQueryResponse` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, as well as inheriting from the base `Object` class."],["The `RunQueryResponse` class contains properties like `Batch` (a batch of query results), `Query` (the parsed form of a GqlQuery), and `Transaction` (transaction identifier)."],["The document details the availability of multiple versions for the RunQueryResponse, from version 3.2.0 up to the latest version 4.15.0, each with a dedicated link."]]],[]]