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

GoogleCloudFunctionsV2alphaLocationMetadata

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

Extra GCF specific location information.

interface GoogleCloudFunctionsV2alphaLocationMetadata {
environments?: "ENVIRONMENT_UNSPECIFIED" | "GEN_1" | "GEN_2"[];
}

§Properties

§
environments?: "ENVIRONMENT_UNSPECIFIED" | "GEN_1" | "GEN_2"[]
[src]

The Cloud Function environments this location supports.