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-26 UTC."],[[["This page provides documentation for the `BeginTransactionResponse` class within the Google Cloud Firestore v1 API, detailing its structure and functionality."],["The latest version of `BeginTransactionResponse` is 3.10.0, and the page lists previous versions going back to version 2.3.0."],["The `BeginTransactionResponse` class is part of the `Google.Cloud.Firestore.V1` namespace and is defined in the `Google.Cloud.Firestore.V1.dll` assembly."],["`BeginTransactionResponse` is used as the response for the `Firestore.BeginTransaction` operation, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties include a constructor, both default and one that takes another `BeginTransactionResponse` object, as well as a `Transaction` property of type `ByteString`."]]],[]]