Package | Description |
---|---|
com.google.api.services.containeranalysis.v1beta1.model |
Modifier and Type | Method and Description |
---|---|
Artifact |
Artifact.clone() |
Artifact |
Artifact.set(java.lang.String fieldName,
java.lang.Object value) |
Artifact |
Artifact.setChecksum(java.lang.String checksum)
Hash or checksum value of a binary, or Docker Registry 2.0 digest of a container.
|
Artifact |
Artifact.setId(java.lang.String id)
Artifact ID, if any; for container images, this will be a URL by digest like
`gcr.io/projectID/imagename@sha256:123456`.
|
Artifact |
Artifact.setNames(java.util.List<java.lang.String> names)
Related artifact names.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Artifact> |
BuildProvenance.getBuiltArtifacts()
Output of the build.
|
Modifier and Type | Method and Description |
---|---|
BuildProvenance |
BuildProvenance.setBuiltArtifacts(java.util.List<Artifact> builtArtifacts)
Output of the build.
|