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 webpage provides documentation for the `BeginTransactionResponse` class within the Google Cloud Firestore v1 API for .NET."],["The `BeginTransactionResponse` class serves as the response type for the `Firestore.BeginTransaction` method in the API."],["The webpage covers the different versions of the API, ranging from 2.3.0 to the latest, 3.10.0, all relating to the `BeginTransactionResponse`."],["The `BeginTransactionResponse` class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains a property called `Transaction` which is of the `ByteString` type, representing the transaction that has been started."]]],[]]