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 document provides reference documentation for the `BeginTransactionRequest` class within the Google Cloud Datastore v1 API, specifically focusing on version 4.4.0."],["`BeginTransactionRequest` is a class used to initiate a transaction in the Datastore, as a request in `Datastore.BeginTransaction`."],["The class includes properties such as `DatabaseId`, `ProjectId`, and `TransactionOptions`, which are essential for configuring the transaction request."],["The documentation lists multiple previous versions of `BeginTransactionRequest` in addition to 4.4.0, with 4.15.0 being the latest version."],["`BeginTransactionRequest` inherits from the base `Object` class and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."]]],[]]