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."],[[["The `ReadOnly` class provides options specific to read-only transactions within the `Google.Cloud.Datastore.V1` namespace, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class is a descendant of the `Object` class and offers methods like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, in addition to its own."],["`ReadOnly` class has two constructors, one default and one that takes another `ReadOnly` instance as parameter, allowing for object duplication."],["The `ReadTime` property of type `Timestamp` allows reading entities at a specific point in time, but this cannot be older than 60 seconds."],["The webpage contains a history of versions of `Google.Cloud.Datastore.V1.TransactionOptions.Types.ReadOnly`, ranging from the latest `4.15.0` down to `3.2.0`."]]],[]]