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.6.0 of the .NET library."],["The `BeginTransactionResponse` class is a response type used in the `Firestore.BeginTransaction` operation, signifying the start of a new transaction."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its capabilities for message handling, comparison, deep cloning, and buffered operations."],["The class inherits from the base `object` class, and has two constructors and one property named `Transaction`, which is a `ByteString` that holds the started transaction."],["The page offers a documentation that includes a version history of this class, from version 2.3.0 up to the latest 3.10.0, that are linked accordingly."]]],[]]