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-07-30 UTC."],[[["This document provides reference information for the `BeginTransactionResponse` class within the Google Cloud Firestore v1 API, specifically for version 3.7.0 and its prior versions."],["The `BeginTransactionResponse` class is a response type used in the Firestore API, representing the result of a `BeginTransaction` operation and it inherits from the object class while implementing several interfaces including IMessage and IEquatable."],["The documented class has a list of downloadable previous versions ranging from 2.3.0 to 3.10.0 (latest) within the provided links."],["The class includes two constructors: a parameterless constructor and one that accepts another `BeginTransactionResponse` object as a parameter."],["The primary property of the class is `Transaction`, which holds the transaction data as a `ByteString`."]]],[]]