Class BuiltImage (2.0.1)

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

An image built by the pipeline.

Attributes

NameDescription
name str
Name used to push the container image to Google Container Registry, as presented to ``docker push``.
digest str
Docker Registry 2.0 digest.
push_timing `.cloudbuild.TimeSpan`
Output only. Stores timing information for pushing the specified image.

Inheritance

builtins.object > proto.message.Message > BuiltImage