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 `VersionedPackage`, a class in the `Google.Cloud.OsConfig.V1` namespace, which represents package information for various package managers like APT, Yum, Zypper, and Googet."],["The latest version of `VersionedPackage` is 2.4.0, and this specific documentation is for version 1.3.0, with other versions, including 2.3.0, 2.2.0, 2.1.0, 2.0.0, 1.8.0, 1.7.0, 1.6.0, 1.5.0, 1.4.0 available for review."],["The `VersionedPackage` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to interact with other classes."],["The class contains three key properties, `Architecture`, `PackageName`, and `Version`, all of which are strings and describe the system architecture, the name of the package and the version of the package respectively."],["The `VersionedPackage` class offers two constructors, a default constructor (`VersionedPackage()`) and a copy constructor (`VersionedPackage(Inventory.Types.VersionedPackage other)`), allowing users to create instances with or without pre-existing package data."]]],[]]