public sealed class ImageNote : IMessage<ImageNote>, IEquatable<ImageNote>, IDeepCloneable<ImageNote>, IBufferMessage, IMessage
Reference documentation and code samples for the Grafeas v1 API class ImageNote.
Basis describes the base image portion (Note) of the DockerImage
relationship. Linked occurrences are derived from this or an equivalent image
via:
FROM <Basis.resource_url>
Or an equivalent reference, e.g., a tag of the resource_url.
[[["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 `ImageNote` class within the Grafeas v1 API, offering detailed reference information and code samples."],["`ImageNote` describes the base image portion of a DockerImage relationship, indicating how linked occurrences are derived from a base image resource URL."],["The `ImageNote` class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The document covers available versions from 2.2.0 to 3.7.0, with 3.7.0 as the latest, and it includes details on `ImageNote` constructors and properties such as `Fingerprint` and `ResourceUrl`."],["`ImageNote` objects have two key immutable properties, `Fingerprint` and `ResourceUrl`, which respectively hold the base image's fingerprint and its resource identifier."]]],[]]