public sealed class BeginTransactionResponse : IMessage<BeginTransactionResponse>, IEquatable<BeginTransactionResponse>, IDeepCloneable<BeginTransactionResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Datastore v1 API class BeginTransactionResponse.
The response for
[Datastore.BeginTransaction][google.datastore.v1.Datastore.BeginTransaction].
[[["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 page provides reference documentation for the `BeginTransactionResponse` class within the Google Cloud Datastore v1 API."],["This `BeginTransactionResponse` class is a response type used by the `Datastore.BeginTransaction` method and is part of the `Google.Cloud.Datastore.V1` namespace."],["The documentation includes details on the class's inheritance, implementing interfaces, constructors, and its `Transaction` property, which holds the transaction identifier."],["Multiple versions of the `BeginTransactionResponse` class are documented, with version 4.15.0 being the latest, and it also lists versions going back to 3.2.0."],["The class is part of the `Google.Cloud.Datastore.V1.dll` assembly and inherits from the standard `object` class, while also implementing the `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."]]],[]]