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 reference documentation for the `BeginTransactionRequest` class within the Google Cloud Datastore v1 API, specifically for version 4.8.0."],["The `BeginTransactionRequest` class is used to initiate a request to begin a transaction in the Google Cloud Datastore, as part of the `Google.Cloud.Datastore.V1` namespace."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message handling, equality comparisons, deep cloning, and buffered message interactions."],["The `BeginTransactionRequest` class has properties for `DatabaseId`, `ProjectId`, and `TransactionOptions`, allowing you to set the database, project, and transaction options for the new transaction request."],["The webpage also lists several previous versions of this document, beginning at 4.0.0, up to 4.15.0 which is the latest, along with the version in context, 4.8.0."]]],[]]