google_api_cloud_build v0.7.0 GoogleApi.CloudBuild.V1.Model.BuiltImage View Source

An image built by the pipeline.

Attributes

  • digest (String.t): Docker Registry 2.0 digest. Defaults to nil.
  • name (String.t): Name used to push the container image to Google Container Registry, as presented to docker push. Defaults to nil.
  • pushTiming (GoogleApi.CloudBuild.V1.Model.TimeSpan.t): Output only. Stores timing information for pushing the specified image. Defaults to nil.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.CloudBuild.V1.Model.BuiltImage{
  digest: String.t(),
  name: String.t(),
  pushTiming: GoogleApi.CloudBuild.V1.Model.TimeSpan.t()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.