public sealed class BeginTransactionRequest : IMessage<BeginTransactionRequest>, IEquatable<BeginTransactionRequest>, IDeepCloneable<BeginTransactionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Datastore v1 API class BeginTransactionRequest.
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 `BeginTransactionRequest` class is part of the Google Cloud Datastore v1 API and is used to initiate a transaction."],["This class is available in multiple versions, with the latest being 4.15.0 and a current version of 4.10.0 being shown, and prior versions listed back to 3.2.0."],["It inherits from the `object` class and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`BeginTransactionRequest` has properties to set the `DatabaseId`, `ProjectId`, and `TransactionOptions` for the transaction request."],["There are two constructor overloads available to create a `BeginTransactionRequest`, one that's parameterless and one that takes an existing `BeginTransactionRequest` as its parameter."]]],[]]