Class: Grafeas::V1::ImageNote
- Inherits:
-
Object
- Object
- Grafeas::V1::ImageNote
- 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
Instance Attribute Summary collapse
-
#fingerprint ⇒ ::Grafeas::V1::Fingerprint
Required.
-
#resource_url ⇒ ::String
Required.
Instance Attribute Details
#fingerprint ⇒ ::Grafeas::V1::Fingerprint
Returns Required. Immutable. The fingerprint of the base image.
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.
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 |