public sealed class UpgradeNote : IMessage<UpgradeNote>, IEquatable<UpgradeNote>, IDeepCloneable<UpgradeNote>, IBufferMessage, IMessage
Reference documentation and code samples for the Grafeas v1 API class UpgradeNote.
An Upgrade Note represents a potential upgrade of a package to a given
version. For each package version combination (i.e. bash 4.0, bash 4.1,
bash 4.1.2), there will be an Upgrade Note. For Windows, windows_update field
represents the information related to the update.
[[["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-04-17 UTC."],[[["This documentation covers the `UpgradeNote` class within the Grafeas v1 API, providing details on representing potential package upgrades."],["`UpgradeNote` is designed to track potential upgrades for various package versions, with specific considerations for Windows operating systems through the `windows_update` field."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["Key properties of `UpgradeNote` include `Distributions` (for OS-specific upgrade metadata), `Package` and `Version` (for non-Windows OS package details), and `WindowsUpdate` (for Windows OS-specific metadata)."],["The current version is 3.3.0, however, documentation is provided for versions up to 3.7.0, which is marked as the latest, as well as versions down to 2.2.0."]]],[]]