public sealed class VersionedPackage : IMessage<Inventory.Types.VersionedPackage>, IEquatable<Inventory.Types.VersionedPackage>, IDeepCloneable<Inventory.Types.VersionedPackage>, IBufferMessage, IMessage
Information related to the a standard versioned package. This includes
package info for APT, Yum, Zypper, and Googet package managers.
[[["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 documents the `VersionedPackage` class, which is part of the `Google.Cloud.OsConfig.V1` namespace and is used for managing package information across various package managers like APT, Yum, Zypper, and Googet."],["The latest version available for the `VersionedPackage` is 2.4.0, with several previous versions, ranging back to 1.3.0, also documented on this page."],["The `VersionedPackage` class includes properties like `Architecture`, `PackageName`, and `Version`, all of which are strings and designed to store package details."],["The `VersionedPackage` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits from the base `Object` class."],["The page contains documentation for two constructors of `VersionedPackage`; a default one, and one that takes another instance of the `VersionedPackage` as an argument."]]],[]]