public sealed class Remote : IMessage<OSPolicy.Types.Resource.Types.File.Types.Remote>, IEquatable<OSPolicy.Types.Resource.Types.File.Types.Remote>, IDeepCloneable<OSPolicy.Types.Resource.Types.File.Types.Remote>, IBufferMessage, IMessage
[[["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-12 UTC."],[[["Version 2.4.0 is the latest release for the `Google.Cloud.OsConfig.V1` package, with multiple earlier versions available for reference."],["The `Remote` class in the `Google.Cloud.OsConfig.V1` namespace specifies a file available via a URI and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Remote` class includes constructors for creating a new instance and copying from another `Remote` instance."],["Key properties of the `Remote` class include `Sha256Checksum`, which is the SHA256 checksum of the remote file, and `Uri`, which is the required URI for fetching the file."],["The Remote class has inherited members such as GetHashCode, GetType, MemberwiseClone, and ToString, which come from the base Object class."]]],[]]