public sealed class BeginTransactionResponse : IMessage<BeginTransactionResponse>, IEquatable<BeginTransactionResponse>, IDeepCloneable<BeginTransactionResponse>, IBufferMessage, IMessage
The response for [Firestore.BeginTransaction][google.firestore.v1.Firestore.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 latest version of the `BeginTransactionResponse` documentation is 3.10.0, which can be found within the Google.Cloud.Firestore.V1 namespace."],["This documentation provides reference material for `BeginTransactionResponse`, which is a sealed class used as the response for `Firestore.BeginTransaction`."],["The `BeginTransactionResponse` class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default one and another that takes a `BeginTransactionResponse` object, and it has a `Transaction` property of type `ByteString`."],["The `BeginTransactionResponse` class is defined within the Google.Cloud.Firestore.V1.dll assembly."]]],[]]