Class ArtifactResult (3.24.0)

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 Cloud Storage bucket, with the generation number. For example, gs://mybucket/path/to/output.jar#generation.
file_hash MutableSequence[google.cloud.devtools.cloudbuild_v1.types.FileHashes]
The file hash of the artifact.