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>.
Implements
IMessage ImageOccurrence , IEquatable ImageOccurrence , IDeepCloneable ImageOccurrence , IBufferMessage , IMessageNamespace
Grafeas.V1Assembly
Grafeas.V1.dll
Constructors
ImageOccurrence()
public ImageOccurrence()
ImageOccurrence(ImageOccurrence)
public ImageOccurrence(ImageOccurrence other)
Properties
BaseResourceUrl
public string BaseResourceUrl { get; set; }
Output only. This contains the base image URL for the derived image occurrence.
Distance
public int Distance { get; set; }
Output only. The number of layers by which this image differs from the associated image basis.
Fingerprint
public Fingerprint Fingerprint { get; set; }
Required. The fingerprint of the derived image.
LayerInfo
public RepeatedField<Layer> LayerInfo { get; }
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.