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 `BeginTransactionResponse` class is part of the `Google.Cloud.Datastore.V1` namespace and is used to represent the response from the `Datastore.BeginTransaction` operation."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities such as message handling, equality comparisons, deep cloning, and buffer operations."],["The class contains a `Transaction` property of type `ByteString`, which is the transaction identifier and is always present in the response."],["The documentation offers different versions of the class, from 3.2.0 up to 4.15.0 with the latter being the latest available version."],["The `BeginTransactionResponse` has two constructors: a default parameterless constructor and one that takes in another `BeginTransactionResponse` object."]]],[]]