public sealed class ReadOnly : IMessage<TransactionOptions.Types.ReadOnly>, IEquatable<TransactionOptions.Types.ReadOnly>, IDeepCloneable<TransactionOptions.Types.ReadOnly>, IBufferMessage, IMessage
[[["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 documentation for the `ReadOnly` class, which is part of the `Google.Cloud.Datastore.V1` namespace and is used to define options specific to read-only transactions."],["The content lists various versions of the `ReadOnly` class, ranging from version 3.2.0 to the latest 4.15.0, allowing users to browse through the available releases."],["The `ReadOnly` class inherits from the base `Object` class and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Two constructors are detailed for the `ReadOnly` class: a parameterless constructor and another one that accepts a `TransactionOptions.Types.ReadOnly` object as input."],["Inherited members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()` are also referenced as being from the base `Object` class."]]],[]]