public sealed class BeginTransactionResponse : IMessage<BeginTransactionResponse>, IEquatable<BeginTransactionResponse>, IDeepCloneable<BeginTransactionResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Firestore v1 API class BeginTransactionResponse.
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-06-12 UTC."],[[["This document provides reference information for the `BeginTransactionResponse` class within the Google.Cloud.Firestore.V1 API, specifically for .NET development."],["The `BeginTransactionResponse` class represents the response received when initiating a transaction via `Firestore.BeginTransaction`, and is accessible via a multitude of versions ranging from the most current 3.10.0, all the way down to 2.3.0."],["The `BeginTransactionResponse` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, as well as inheriting members from `object`."],["The `BeginTransactionResponse` class has a property `Transaction`, which is of type `ByteString` and represents the transaction that was initiated."]]],[]]