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 page provides reference documentation and code samples for the `ImageNote` class within the Grafeas v1 API, specifically in version 3.2.0."],["`ImageNote` represents the base image portion in the DockerImage relationship, and linked occurrences are derived from it or an equivalent image."],["This `ImageNote` class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `ImageNote` class has two key properties: `Fingerprint` (an immutable fingerprint of the base image) and `ResourceUrl` (an immutable URL for the base image resource)."],["The `ImageNote` class also has two constructors to create `ImageNote` object, either as a new empty object or as a copy of another `ImageNote` object."]]],[]]