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

GoogleCloudRunV2ExportStatusResponse

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

ExportStatusResponse contains the status of image export operation, with the status of each image export job.

interface GoogleCloudRunV2ExportStatusResponse {
imageExportStatuses?: GoogleCloudRunV2ImageExportStatus[];
operationId?: string;
readonly operationState?: "OPERATION_STATE_UNSPECIFIED" | "IN_PROGRESS" | "FINISHED";
}

§Properties

§

The status of each image export job.

§
operationId?: string
[src]

The operation id.

§
readonly operationState?: "OPERATION_STATE_UNSPECIFIED" | "IN_PROGRESS" | "FINISHED"
[src]

Output only. The state of the overall export operation.