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 a response type for the `Datastore.BeginTransaction` operation in the Google Cloud Datastore V1 API."],["It is found in the `Google.Cloud.Datastore.V1` namespace and is part of the `Google.Cloud.Datastore.V1.dll` assembly."],["The class has several implementations such as `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, and `IMessage` and inherits from `Object`."],["There are two constructors for `BeginTransactionResponse`: a default constructor and a copy constructor that takes another `BeginTransactionResponse` instance."],["It includes a `Transaction` property of type `ByteString`, which holds the transaction identifier."]]],[]]