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 webpage provides reference documentation for the `BeginTransactionResponse` class within the Google Cloud Firestore v1 API, specifically for version 3.8.0 of the .NET library."],["The `BeginTransactionResponse` class is used to represent the response received after initiating a transaction via the `Firestore.BeginTransaction` method, as documented in the API."],["The `BeginTransactionResponse` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["This class also contains a `Transaction` property of type `ByteString`, which represents the transaction that was initiated."],["The documentation also provides a full history of past versions of this class, from version 2.3.0 up to the current latest version 3.10.0."]]],[]]