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 webpage provides reference documentation for the `RunQueryResponse` class within the Google Cloud Datastore v1 API for .NET."],["The `RunQueryResponse` class is part of the `Google.Cloud.Datastore.V1` namespace and is contained within the `Google.Cloud.Datastore.V1.dll` assembly."],["The latest version available in this list is `4.15.0`, and it goes all the way back to version `3.2.0`."],["The `RunQueryResponse` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it inherits members from the `object` class."],["Key properties of `RunQueryResponse` include `Batch`, `Query`, and `Transaction`, which provide information about the results, the query itself, and any associated transaction."]]],[]]