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-03-21 UTC."],[[["This document provides reference documentation for the `BeginTransactionResponse` class within the Google Cloud Firestore v1 API, specifically for .NET development."],["`BeginTransactionResponse` is the response type returned by the `Firestore.BeginTransaction` method, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `BeginTransactionResponse` class inherits from the base `object` class, providing access to basic methods like `GetHashCode`, `GetType`, and `ToString`, it has public constructors and one property: `Transaction`."],["The document lists various versions of the API, ranging from 2.3.0 up to the latest 3.10.0, with hyperlinks to each version's specific documentation."],["The `Transaction` property of the class provides the started transaction, with a type of `ByteString`."]]],[]]