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."],[[["This webpage details the `BeginTransactionResponse` class, which is part of the Google Cloud Datastore V1 library for .NET."],["The latest version of this class is 4.15.0, but the page provides documentation for versions ranging from 3.2.0 to 4.15.0, as well as the 4.0.0 version that this particular page is covering."],["`BeginTransactionResponse` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which are all relevant to protobuf and .NET."],["The class has two constructors: a default constructor `BeginTransactionResponse()` and a copy constructor `BeginTransactionResponse(BeginTransactionResponse other)`."],["The primary property of this class is `Transaction`, which holds the transaction identifier as a `ByteString`."]]],[]]