Reference documentation and code samples for the Grafeas V1 API class Grafeas::V1::ImageNote.
Basis describes the base image portion (Note) of the DockerImage relationship. Linked occurrences are derived from this or an equivalent image via: FROM <Basis.resource_url> Or an equivalent reference, e.g., a tag of the resource_url.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#fingerprint
def fingerprint() -> ::Grafeas::V1::Fingerprint Returns 
 - (::Grafeas::V1::Fingerprint) — Required. Immutable. The fingerprint of the base image.
 
#fingerprint=
def fingerprint=(value) -> ::Grafeas::V1::Fingerprint Parameter 
 - value (::Grafeas::V1::Fingerprint) — Required. Immutable. The fingerprint of the base image.
 
 Returns 
 - (::Grafeas::V1::Fingerprint) — Required. Immutable. The fingerprint of the base image.
 
#resource_url
def resource_url() -> ::String Returns 
 - (::String) — Required. Immutable. The resource_url for the resource representing the basis of associated occurrence images.
 
#resource_url=
def resource_url=(value) -> ::String Parameter 
 - value (::String) — 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.