Class: Grafeas::V1::ImageNote

Inherits:
Object
  • Object
show all
Extended by:
Google::Protobuf::MessageExts::ClassMethods
Includes:
Google::Protobuf::MessageExts
Defined in:
proto_docs/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

#fingerprint::Grafeas::V1::Fingerprint

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

Returns:



66
67
68
69
# File 'proto_docs/grafeas/v1/image.rb', line 66

class ImageNote
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#resource_url::String

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.



66
67
68
69
# File 'proto_docs/grafeas/v1/image.rb', line 66

class ImageNote
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end