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 webpage provides documentation for the `BeginTransactionResponse` class within the `Google.Cloud.Firestore.V1` namespace, detailing its usage in the Firestore API."],["This class serves as the response type for the `Firestore.BeginTransaction` operation, representing the initiation of a transaction."],["It inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to work within the Google.Protobuf ecosystem."],["The class has a constructor and allows for the specification of a transaction in its properties."],["The documentation includes links to multiple versions of the `Google.Cloud.Firestore.V1` package, ranging from version 2.3.0 to the latest, 3.10.0."]]],[]]