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 information for the `RunQueryResponse` class within the Google Cloud Datastore v1 API for .NET, detailing its purpose as the response for Datastore.RunQuery."],["The latest version documented is 4.15.0, while the current specific version in focus is 4.6.0, with numerous other versions listed for access."],["`RunQueryResponse` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `object` class."],["The class includes constructors for default initialization and copying from another `RunQueryResponse` object, along with properties such as `Batch`, `Query`, and `Transaction` to manage query results and related data."],["The `RunQueryResponse` class is found in the `Google.Cloud.Datastore.V1` namespace, and part of the `Google.Cloud.Datastore.V1.dll` assembly."]]],[]]