GoogleCloudRunV2CloudStorageSource
import type { GoogleCloudRunV2CloudStorageSource } from "https://googleapis.deno.dev/v1/run:v2.ts";Cloud Storage source.
interface GoogleCloudRunV2CloudStorageSource {
bucket?: string;
generation?: bigint;
object?: string;
}