public sealed class BeginTransactionResponse : IMessage<BeginTransactionResponse>, IEquatable<BeginTransactionResponse>, IDeepCloneable<BeginTransactionResponse>, IBufferMessage, IMessage
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 latest version of the `BeginTransactionResponse` documentation is 4.15.0, but this page is focused on version 3.2.0."],["`BeginTransactionResponse` is a class within the `Google.Cloud.Datastore.V1` namespace used in response to the `Datastore.BeginTransaction` operation."],["This class inherits from the `Object` class and implements the `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `BeginTransactionResponse` class has a `Transaction` property of type `ByteString`, which contains the transaction identifier."],["There are two constructors for creating instances of this class, either a default `BeginTransactionResponse()` or `BeginTransactionResponse(BeginTransactionResponse other)` to copy an existing instance."]]],[]]