public sealed class BeginTransactionRequest : IMessage<BeginTransactionRequest>, IEquatable<BeginTransactionRequest>, IDeepCloneable<BeginTransactionRequest>, IBufferMessage, IMessage
The request for [BeginTransaction][google.spanner.v1.Spanner.BeginTransaction].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eBeginTransactionRequest\u003c/code\u003e class is used to initiate a transaction within the Google Cloud Spanner service, specifically within the \u003ccode\u003eGoogle.Cloud.Spanner.V1\u003c/code\u003e namespace.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements multiple interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e to support various functionalities, including message handling, object comparison, cloning, and buffer management.\u003c/p\u003e\n"],["\u003cp\u003eThe class provides two constructors: a default one and another that takes an existing \u003ccode\u003eBeginTransactionRequest\u003c/code\u003e object to create a copy.\u003c/p\u003e\n"],["\u003cp\u003eIt has properties, \u003ccode\u003eOptions\u003c/code\u003e and \u003ccode\u003eSession\u003c/code\u003e, that are essential for defining the transaction's configuration and specifying the session it will operate in, with the \u003ccode\u003eSession\u003c/code\u003e property also having a \u003ccode\u003eSessionName\u003c/code\u003e-typed view via the \u003ccode\u003eSessionAsSessionName\u003c/code\u003e property.\u003c/p\u003e\n"],["\u003cp\u003eThe documentation outlines versioning, and lists available versions of the \u003ccode\u003eBeginTransactionRequest\u003c/code\u003e, ranging from version 3.5.0 up to the latest beta, 5.0.0-beta05, which are all links to their corresponding documentation pages.\u003c/p\u003e\n"]]],[],null,[]]