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."],[[["The latest version of the `RunQueryResponse` class is 4.15.0, while this page specifically documents version 4.8.0."],["`RunQueryResponse` is a class within the Google Cloud Datastore v1 API, which serves as the response type for Datastore.RunQuery."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["`RunQueryResponse` includes properties such as `Batch` (a `QueryResultBatch`), `Query`, and `Transaction` (a `ByteString`), providing information about the query results."],["The documentation lists all the way back to version 3.2.0 of `RunQueryResponse`, with links to each version."]]],[]]