Grafeas v1 API - Class ImageOccurrence (3.6.0)

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>.

Inheritance

object > ImageOccurrence

Namespace

Grafeas.V1

Assembly

Grafeas.V1.dll

Constructors

ImageOccurrence()

public ImageOccurrence()

ImageOccurrence(ImageOccurrence)

public ImageOccurrence(ImageOccurrence other)
Parameter
NameDescription
otherImageOccurrence

Properties

BaseResourceUrl

public string BaseResourceUrl { get; set; }

Output only. This contains the base image URL for the derived image occurrence.

Property Value
TypeDescription
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
TypeDescription
int

Fingerprint

public Fingerprint Fingerprint { get; set; }

Required. The fingerprint of the derived image.

Property Value
TypeDescription
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
TypeDescription
RepeatedFieldLayer