GoogleCloudRunV2BuildInfo
import type { GoogleCloudRunV2BuildInfo } from "https://googleapis.deno.dev/v1/run:v2.ts";
Build information of the image.
interface GoogleCloudRunV2BuildInfo {
readonly functionTarget?: string;
readonly sourceLocation?: string;
}