Grafeas v1 API - Class ImageOccurrence (3.8.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
Name
Description

Properties

BaseResourceUrl

 public string BaseResourceUrl { get; set; } 

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

Property Value
Type
Description

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
int

Fingerprint

 public Fingerprint Fingerprint { get; set; } 

Required. The fingerprint of the derived image.

Property Value
Type
Description

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
Design a Mobile Site
View Site in Mobile | Classic
Share by: