Class Results (3.24.0)

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

Artifacts created by the build pipeline.

Attributes

NameDescription
images MutableSequence[google.cloud.devtools.cloudbuild_v1.types.BuiltImage]
Container images that were built as a part of the build.
build_step_images MutableSequence[str]
List of build step digests, in the order corresponding to build step indices.
artifact_manifest str
Path to the artifact manifest for non-container artifacts uploaded to Cloud Storage. Only populated when artifacts are uploaded to Cloud Storage.
num_artifacts int
Number of non-container artifacts uploaded to Cloud Storage. Only populated when artifacts are uploaded to Cloud Storage.
build_step_outputs MutableSequence[bytes]
List of build step outputs, produced by builder images, in the order corresponding to build step indices. `Cloud Builders
artifact_timing google.cloud.devtools.cloudbuild_v1.types.TimeSpan
Time to push all non-container artifacts to Cloud Storage.
python_packages MutableSequence[google.cloud.devtools.cloudbuild_v1.types.UploadedPythonPackage]
Python artifacts uploaded to Artifact Registry at the end of the build.
maven_artifacts MutableSequence[google.cloud.devtools.cloudbuild_v1.types.UploadedMavenArtifact]
Maven artifacts uploaded to Artifact Registry at the end of the build.
npm_packages MutableSequence[google.cloud.devtools.cloudbuild_v1.types.UploadedNpmPackage]
Npm packages uploaded to Artifact Registry at the end of the build.