public sealed class ImageOccurrence : IMessage<ImageOccurrence>, IEquatable<ImageOccurrence>, IDeepCloneable<ImageOccurrence>, IBufferMessage, IMessage
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"]],[["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 `ImageOccurrence` class within the `Grafeas.V1` namespace, specifically version 2.2.0."],["The `ImageOccurrence` class represents the details of a derived image in a DockerImage relationship, originating from a Dockerfile's `FROM` instruction."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to be used with various Google Protobuf functionalities."],["Key properties of `ImageOccurrence` include `BaseResourceUrl`, `Distance`, `Fingerprint`, and `LayerInfo`, which provide information about the derived image's origin, differences from its base, and layer details."],["The page also lists other versions of the `Grafeas.V1.ImageOccurrence` class ranging from version 2.2.0 to the latest 3.7.0, providing links to each version's documentation."]]],[]]