View Source GoogleApi.Run.V2.Model.GoogleCloudRunV2ImageExportStatus (google_api_run v0.30.0)

The status of an image export job.

Attributes

  • exportJobState (type: String.t, default: nil) - Output only. Has the image export job finished (regardless of successful or failure).
  • exportedImageDigest (type: String.t, default: nil) - The exported image ID as it will appear in Artifact Registry.
  • status (type: GoogleApi.Run.V2.Model.UtilStatusProto.t, default: nil) - The status of the export task if done.
  • tag (type: String.t, default: nil) - The image tag as it will appear in Artifact Registry.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Run.V2.Model.GoogleCloudRunV2ImageExportStatus{
  exportJobState: String.t() | nil,
  exportedImageDigest: String.t() | nil,
  status: GoogleApi.Run.V2.Model.UtilStatusProto.t() | nil,
  tag: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.