Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudRunV2ImageExportStatus

import type { GoogleCloudRunV2ImageExportStatus } from "https://googleapis.deno.dev/v1/run:v2.ts";

The status of an image export job.

interface GoogleCloudRunV2ImageExportStatus {
exportedImageDigest?: string;
readonly exportJobState?: "EXPORT_JOB_STATE_UNSPECIFIED" | "IN_PROGRESS" | "FINISHED";
status?: UtilStatusProto;
tag?: string;
}

§Properties

§
exportedImageDigest?: string
[src]

The exported image ID as it will appear in Artifact Registry.

§
readonly exportJobState?: "EXPORT_JOB_STATE_UNSPECIFIED" | "IN_PROGRESS" | "FINISHED"
[src]

Output only. Has the image export job finished (regardless of successful or failure).

§

The status of the export task if done.

§
tag?: string
[src]

The image tag as it will appear in Artifact Registry.