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, giving access to past versions."],["The `BeginTransactionResponse` class is used as a response type for the `Datastore.BeginTransaction` method and is under the `Google.Cloud.Datastore.V1` namespace."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The BeginTransactionResponse class contains a constructor, and a `Transaction` property of the ByteString type, which is the transaction identifier."]]],[]]