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."],[[["This webpage details the `BeginTransactionRequest` class, which is used to initiate transactions in Google Cloud Datastore."],["The latest version of the API is 4.15.0, and the documentation lists multiple previous versions of the API, going back to 3.2.0."],["The `BeginTransactionRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The `BeginTransactionRequest` class has two constructors, one default and one that takes another `BeginTransactionRequest` object as a parameter."],["The class has two key properties: `ProjectId`, which is a required string, and `TransactionOptions`, for setting transaction parameters."]]],[]]