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 document outlines the `BeginTransactionResponse` class, which is part of the Google Cloud Datastore V1 library for .NET."],["The latest version of `BeginTransactionResponse` is 4.15.0, while version 3.5.0 is the focus of the detailed documentation provided."],["The `BeginTransactionResponse` class is the response type for `Datastore.BeginTransaction` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has a `Transaction` property, which is a `ByteString` representing the transaction identifier and is always present in the response."],["There is a history of versioning for the `BeginTransactionResponse` from 3.2.0 up to 4.15.0 available for download."]]],[]]