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 page details the `BeginTransactionResponse` class, which is part of the Google Cloud Datastore V1 library for .NET, and serves as the response type for the `Datastore.BeginTransaction` operation."],["The latest version of the library is 4.15.0, with a list of versions available from 4.15.0 down to 3.2.0, which can be accessed through links in the list above."],["The `BeginTransactionResponse` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer message operations."],["The class includes a `Transaction` property of type `ByteString` that holds the transaction identifier and is always present in the response, with constructors provided for default and copy initialization."]]],[]]