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."],[[["The document provides reference information for the `BeginTransactionResponse` class within the Google Cloud Firestore v1 API, specifically for .NET development."],["Version 3.10.0 is the latest version of the Google Cloud Firestore v1 API, with version 3.9.0 being the current version highlighted in this document, and the page also includes links to documentation for older versions."],["The `BeginTransactionResponse` class is part of the `Google.Cloud.Firestore.V1` namespace and is used to handle the response from initiating a transaction in Firestore."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class, along with the methods `GetHashCode()`, `GetType()`, and `ToString()`."],["The `BeginTransactionResponse` class includes a `Transaction` property of type `ByteString`, which represents the transaction that was started."]]],[]]