public sealed class ImageOccurrence : IMessage<ImageOccurrence>, IEquatable<ImageOccurrence>, IDeepCloneable<ImageOccurrence>, IBufferMessage, IMessageDetails 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)| Parameter | |
|---|---|
| Name | Description |
other |
ImageOccurrence |
Properties
BaseResourceUrl
public string BaseResourceUrl { get; set; }Output only. This contains the base image URL for the derived image occurrence.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Distance
public int Distance { get; set; }Output only. The number of layers by which this image differs from the associated image basis.
| Property Value | |
|---|---|
| Type | Description |
Int32 |
|
Fingerprint
public Fingerprint Fingerprint { get; set; }Required. The fingerprint of the derived image.
| Property Value | |
|---|---|
| Type | Description |
Fingerprint |
|
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.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<Layer> |
|