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 page details the `BeginTransactionRequest` class, which is used to initiate a transaction within Google Cloud Datastore V1."],["The latest version of `BeginTransactionRequest` is 4.15.0, and the page provides links to documentation for past versions going back to 3.2.0."],["The `BeginTransactionRequest` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["`BeginTransactionRequest` has two constructors: one default and another that takes another `BeginTransactionRequest` object."],["The class includes two properties, `ProjectId` (a string representing the project ID) and `TransactionOptions` (allowing for the specification of transaction parameters)."]]],[]]