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 V1."],["The latest version available for the `BeginTransactionRequest` class is 4.15.0, and the page lists versions all the way back to 3.2.0."],["The `BeginTransactionRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class includes two constructors, a default one and one that takes another `BeginTransactionRequest` object, and it features properties for `ProjectId` (a string) and `TransactionOptions` (a `TransactionOptions` object)."],["The `BeginTransactionRequest` class resides within the `Google.Cloud.Datastore.V1` namespace, within the `Google.Cloud.Datastore.V1.dll` assembly."]]],[]]