Class BuiltImage

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 google.cloud.devtools.cloudbuild_v1.types.TimeSpan
Output only. Stores timing information for pushing the specified image.

Inheritance

builtins.object > proto.message.Message > BuiltImage