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

GoogleCloudRunV2SourceCode

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

Source type for the container.

interface GoogleCloudRunV2SourceCode {}

§Properties

§

The source is a Cloud Storage bucket.

§

Optional. Input only. Source code inlined in the request. Cloud Run will store the inlined_source to Cloud Storage and replace the field with cloud_storage_source.