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

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;
}

§Properties

§
readonly functionTarget?: string
[src]

Output only. Entry point of the function when the image is a Cloud Run function.

§
readonly sourceLocation?: string
[src]

Output only. Source code location of the image.