Class: Grafeas::V1::ImageNote

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

Overview

Basis describes the base image portion (Note) of the DockerImage relationship. Linked occurrences are derived from this or an equivalent image via: FROM Or an equivalent reference, e.g., a tag of the resource_url.

Instance Attribute Summary collapse

Instance Attribute Details

#fingerprintGrafeas::V1::Fingerprint

Returns Required. Immutable. The fingerprint of the base image.

Returns:



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

class ImageNote; end

#resource_urlString

Returns Required. Immutable. The resource_url for the resource representing the basis of associated occurrence images.

Returns:

  • (String)

    Required. Immutable. The resource_url for the resource representing the basis of associated occurrence images.



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

class ImageNote; end