public sealed class BeginTransactionRequest : IMessage<BeginTransactionRequest>, IEquatable<BeginTransactionRequest>, IDeepCloneable<BeginTransactionRequest>, IBufferMessage, IMessage
The request for [Datastore.BeginTransaction][google.datastore.v1.Datastore.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."],[[["The page details the `BeginTransactionRequest` class, which is used to initiate transactions in Google Cloud Datastore."],["The `BeginTransactionRequest` class is part of the `Google.Cloud.Datastore.V1` namespace and is implemented in the `Google.Cloud.Datastore.V1.dll` assembly, with the most recent version being 4.15.0."],["It inherits from the `Object` class and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to name a few."],["The `BeginTransactionRequest` class has two constructors, one default and one that takes another `BeginTransactionRequest` as a parameter, and properties such as `ProjectId` and `TransactionOptions`."],["The main purpose of the `BeginTransactionRequest` is to contain the required parameters to make a transaction, which are the `ProjectId`, and the `TransactionOptions`."]]],[]]