View Source GoogleApi.Run.V1.Model.GoogleDevtoolsCloudbuildV1BuiltImage (google_api_run v0.30.0)

An image built by the pipeline.

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Run.V1.Model.GoogleDevtoolsCloudbuildV1BuiltImage{
  digest: String.t() | nil,
  name: String.t() | nil,
  pushTiming:
    GoogleApi.Run.V1.Model.GoogleDevtoolsCloudbuildV1TimeSpan.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.