public sealed class ImageOccurrence : IMessage<ImageOccurrence>, IEquatable<ImageOccurrence>, IDeepCloneable<ImageOccurrence>, IBufferMessage, IMessage
Reference documentation and code samples for the Grafeas v1 API class ImageOccurrence.
Details of the derived image portion of the DockerImage relationship. This
image would be produced from a Dockerfile with FROM <DockerImage.Basis in
attached Note>.
This contains layer-specific metadata, if populated it has length
"distance" and is ordered with [distance] being the layer immediately
following the base image and [1] being the final layer.
[[["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 webpage provides documentation for the `ImageOccurrence` class within the Grafeas v1 API, specifically in version 3.5.0."],["`ImageOccurrence` represents details of a derived image portion within a DockerImage relationship, which is produced from a Dockerfile."],["The `ImageOccurrence` class includes properties like `BaseResourceUrl`, `Distance`, `Fingerprint`, and `LayerInfo`, offering information about the base image, layer differences, image fingerprint, and layer-specific metadata."],["The page lists previous versions of this class, with the latest being 3.7.0, allowing users to navigate to other versions of the `ImageOccurrence` documentation."],["`ImageOccurrence` inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its functionality and compatibility."]]],[]]