public sealed class BeginTransactionRequest : IMessage<BeginTransactionRequest>, IEquatable<BeginTransactionRequest>, IDeepCloneable<BeginTransactionRequest>, IBufferMessage, IMessage
The request 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-08-07 UTC."],[[["This webpage details the `BeginTransactionRequest` class within the `Google.Cloud.Firestore.V1` namespace, specifically version 2.3.0, which is used to initiate a transaction in Firestore."],["The `BeginTransactionRequest` class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for deep cloning and protocol buffer message handling."],["The class provides two constructors: a default constructor, and one that takes another `BeginTransactionRequest` object for copying."],["Key properties of the class include `Database`, a required string property representing the database name, and `Options`, which specifies transaction options, defaulting to a read-write transaction."],["This page provides links to the documentation of several versions of the `BeginTransactionRequest` class, with the most recent being version 3.10.0."]]],[]]