id may be used to identify the transaction in subsequent
[Read][google.spanner.v1.Spanner.Read],
[ExecuteSql][google.spanner.v1.Spanner.ExecuteSql],
[Commit][google.spanner.v1.Spanner.Commit], or
[Rollback][google.spanner.v1.Spanner.Rollback] calls.
Single-use read-only transactions do not have IDs, because
single-use transactions do not support multiple requests.
For snapshot read-only transactions, the read timestamp chosen
for the transaction. Not returned by default: see
[TransactionOptions.ReadOnly.return_read_timestamp][google.spanner.v1.TransactionOptions.ReadOnly.return_read_timestamp].
A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds.
Example: "2014-10-02T15:01:23.045123456Z".
[[["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-04-17 UTC."],[[["The latest version available is 5.0.0-beta05, while the current document refers to version 3.14.0 of the Google.Cloud.Spanner.V1.Transaction class."],["The Transaction class implements multiple interfaces including IMessage\u003cTransaction\u003e, IEquatable\u003cTransaction\u003e, IDeepCloneable\u003cTransaction\u003e, IBufferMessage, and IMessage, indicating it's part of a larger messaging and data management framework."],["This class provides two constructors: a default constructor `Transaction()` and an overloaded constructor `Transaction(Transaction other)` that allows for creating a new instance based on an existing Transaction."],["The `Transaction` class includes properties such as `Id`, of type `ByteString`, and `ReadTimestamp`, of type `Timestamp`, which are used to identify and manage transactions within the Spanner database."],["Inherited members of the `Object` class are accessible within `Transaction`, such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]