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"]],[["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` 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."]]],[]]