Class: Grafeas::V1::ImageOccurrence

Inherits:
Object
  • Object
show all
Defined in:
lib/grafeas/v1/doc/grafeas/v1/image.rb

Overview

Details of the derived image portion of the DockerImage relationship. This image would be produced from a Dockerfile with FROM .

Instance Attribute Summary collapse

Instance Attribute Details

#base_resource_urlString

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

Returns:

  • (String)

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



77
# File 'lib/grafeas/v1/doc/grafeas/v1/image.rb', line 77

class ImageOccurrence; end

#distanceInteger

Returns Output only. The number of layers by which this image differs from the associated image basis.

Returns:

  • (Integer)

    Output only. The number of layers by which this image differs from the associated image basis.



77
# File 'lib/grafeas/v1/doc/grafeas/v1/image.rb', line 77

class ImageOccurrence; end

#fingerprintGrafeas::V1::Fingerprint

Returns Required. The fingerprint of the derived image.

Returns:



77
# File 'lib/grafeas/v1/doc/grafeas/v1/image.rb', line 77

class ImageOccurrence; end

#layer_infoArray<Grafeas::V1::Layer>

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

Returns:

  • (Array<Grafeas::V1::Layer>)

    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.



77
# File 'lib/grafeas/v1/doc/grafeas/v1/image.rb', line 77

class ImageOccurrence; end