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."],[[["This webpage provides documentation for the `BeginTransactionRequest` class within the Google Cloud Datastore v1 API for .NET, with the most recent version being 4.15.0."],["The `BeginTransactionRequest` class is used to initiate a transaction with the `Datastore.BeginTransaction` method and it inherits from `object` and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page details the constructors and properties of `BeginTransactionRequest`, such as `DatabaseId`, `ProjectId`, and `TransactionOptions`, including their descriptions and types."],["There are numerous older versions available for this class dating all the way back to version 3.2.0."],["The documentation provided is specific to the Google.Cloud.Datastore.V1 namespace and the Google.Cloud.Datastore.V1.dll assembly."]]],[]]