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-07 UTC."],[[["This webpage provides documentation for the `Remote` class, which is part of the `Google.Cloud.OsConfig.V1Alpha` namespace and is designed to specify a file available via a URI."],["The `Remote` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to work with various message and data structures."],["This `Remote` class features two constructors, `Remote()` and `Remote(OSPolicy.Types.Resource.Types.File.Types.Remote other)`, for creating new instances and copying existing ones."],["The `Remote` class includes properties such as `Sha256Checksum` for the file's SHA256 checksum and `Uri` for the file's location, which must be in the format `{protocol}://{location}`."]]],[]]