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"]],[["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."],[[["The `ImageNote` class within the Grafeas v1 API provides reference documentation and code samples for working with Docker image relationships."],["`ImageNote` represents the base image portion of a DockerImage relationship and includes a `ResourceUrl` property that is required and immutable."],["The latest version of the `ImageNote` class is 3.7.0, and it is accessible at the given path, which also provides a comprehensive list of versions ranging back to 2.2.0."],["`ImageNote` inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, offering functionalities like cloning and buffer management."],["The `Fingerprint` property within `ImageNote` represents the immutable fingerprint of the base image and is a required field of type `Fingerprint`."]]],[]]