Struct google_cloudbuild1::BuiltImage[][src]

pub struct BuiltImage {
    pub push_timing: Option<TimeSpan>,
    pub name: Option<String>,
    pub digest: Option<String>,
}

An image built by the pipeline.

This type is not used in any activity, and only used as part of another schema.

Fields

Output only. Stores timing information for pushing the specified image.

Name used to push the container image to Google Container Registry, as presented to docker push.

Docker Registry 2.0 digest.

Trait Implementations

impl Default for BuiltImage
[src]

Returns the "default value" for a type. Read more

impl Clone for BuiltImage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for BuiltImage
[src]

Formats the value using the given formatter. Read more

impl Part for BuiltImage
[src]

Auto Trait Implementations

impl Send for BuiltImage

impl Sync for BuiltImage