public sealed class ReadWrite : IMessage<TransactionOptions.Types.ReadWrite>, IEquatable<TransactionOptions.Types.ReadWrite>, IDeepCloneable<TransactionOptions.Types.ReadWrite>, IBufferMessage, IMessage
Message type to initiate a read-write transaction. Currently this
transaction type has no options.
[[["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 details the `ReadWrite` message type within the `Google.Cloud.Spanner.V1` namespace, used for initiating read-write transactions in Google Cloud Spanner, which currently has no specific options."],["The latest version available is `5.0.0-beta05`, and the documentation includes a range of versions from `3.5.0` to the aforementioned `5.0.0-beta05`, enabling access to the documentation of several versions."],["The `ReadWrite` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, facilitating various functionalities within the Google Protobuf library."],["The `ReadWrite` class inherits from the `Object` class and includes constructors for default initialization and initialization from another `ReadWrite` object."]]],[]]