Class: Grafeas::V1::Artifact

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

Overview

Artifact describes a build product.

Instance Attribute Summary collapse

Instance Attribute Details

#checksumString

Returns Hash or checksum value of a binary, or Docker Registry 2.0 digest of a container.

Returns:

  • (String)

    Hash or checksum value of a binary, or Docker Registry 2.0 digest of a container.



146
# File 'lib/grafeas/v1/doc/grafeas/v1/provenance.rb', line 146

class Artifact; end

#idString

Returns Artifact ID, if any; for container images, this will be a URL by digest like gcr.io/projectID/imagename@sha256:123456.

Returns:

  • (String)

    Artifact ID, if any; for container images, this will be a URL by digest like gcr.io/projectID/imagename@sha256:123456.



146
# File 'lib/grafeas/v1/doc/grafeas/v1/provenance.rb', line 146

class Artifact; end

#namesArray<String>

Returns Related artifact names. This may be the path to a binary or jar file, or in the case of a container build, the name used to push the container image to Google Container Registry, as presented to docker push. Note that a single Artifact ID can have multiple names, for example if two tags are applied to one image.

Returns:

  • (Array<String>)

    Related artifact names. This may be the path to a binary or jar file, or in the case of a container build, the name used to push the container image to Google Container Registry, as presented to docker push. Note that a single Artifact ID can have multiple names, for example if two tags are applied to one image.



146
# File 'lib/grafeas/v1/doc/grafeas/v1/provenance.rb', line 146

class Artifact; end