Class ArtifactResult (3.7.1)

ArtifactResult(mapping=None, *, ignore_unknown_fields=False, **kwargs)

An artifact that was uploaded during a build. This is a single record in the artifact manifest JSON file.

Attributes

NameDescription
location str
The path of an artifact in a Google Cloud Storage bucket, with the generation number. For example, gs://mybucket/path/to/output.jar#generation.
file_hash Sequence[google.cloud.devtools.cloudbuild_v1.types.FileHashes]
The file hash of the artifact.