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."],[[["The Grafeas v1 API class `ImageNote` provides reference documentation and code samples for managing Docker image relationships."],["`ImageNote` describes the base image portion of a Docker image relationship, as linked to by `resource_url` or equivalent references."],["This API offers multiple versions, ranging from 2.2.0 to the latest 3.7.0, with the current page's version being 3.5.0, which is part of the Grafeas.V1 namespace."],["The `ImageNote` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and includes properties like `Fingerprint` and `ResourceUrl`."],["`ImageNote` can be instantiated with a parameterless constructor `ImageNote()` or with another ImageNote object, `ImageNote(ImageNote other)`, and is inherited from the base object class."]]],[]]