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 latest version of the `BeginTransactionRequest` is 4.15.0, and it's part of the Google.Cloud.Datastore.V1 library."],["`BeginTransactionRequest` is a class used to initiate a transaction in Google Cloud Datastore, with its full name being `Google.Cloud.Datastore.V1.BeginTransactionRequest`."],["This class implements several interfaces, including `IMessage`, `IEquatable\u003cBeginTransactionRequest\u003e`, `IDeepCloneable\u003cBeginTransactionRequest\u003e`, and `IBufferMessage`."],["The `BeginTransactionRequest` class has constructors for default initialization and creating a copy from an existing `BeginTransactionRequest` instance."],["It contains properties to specify the `ProjectId`, `DatabaseId`, and `TransactionOptions`, which are crucial for defining the scope and characteristics of the transaction."]]],[]]