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].
The identifier of the transaction that was started as part of this
RunQuery request.
Set only when
[ReadOptions.new_transaction][google.datastore.v1.ReadOptions.new_transaction]
was set in
[RunQueryRequest.read_options][google.datastore.v1.RunQueryRequest.read_options].
[[["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 document provides reference documentation for the `RunQueryResponse` class within the Google Cloud Datastore v1 API, specifically detailing its structure, usage, and implementation across various versions."],["The `RunQueryResponse` class is the output for the `Datastore.RunQuery` method and is implemented as an object that also inherits and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The document offers links to the documentation for various versions of the API, ranging from version 3.2.0 to the latest version, 4.15.0, and specifically details the properties of `RunQueryResponse`, including `Batch`, `Query`, and `Transaction`."],["The class contains two available constructors: a default `RunQueryResponse()` and a `RunQueryResponse(RunQueryResponse other)`, which takes another `RunQueryResponse` object as a parameter."],["The `RunQueryResponse` class is defined in the `Google.Cloud.Datastore.V1` namespace and contained within the `Google.Cloud.Datastore.V1.dll` assembly."]]],[]]