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 provides documentation for the `BeginTransactionRequest` class within the `Google.Cloud.Datastore.V1` namespace, detailing its usage in initiating transactions."],["It lists various versions of the Google Cloud Datastore V1 library, ranging from version 3.2.0 to the latest version 4.15.0, with links to each versions documentation."],["The `BeginTransactionRequest` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from the base `Object` class."],["The class includes two constructors, `BeginTransactionRequest()` and `BeginTransactionRequest(BeginTransactionRequest other)`, allowing for the creation of new instances and copies, respectively."],["It also contains properties such as `ProjectId` (a string representing the project ID) and `TransactionOptions` (for setting transaction parameters)."]]],[]]