StorageSource
import type { StorageSource } from "https://googleapis.deno.dev/v1/cloudfunctions:v2.ts";
Location of the source in an archive file in Google Cloud Storage.
interface StorageSource {
bucket?: string;
generation?: bigint;
object?: string;
sourceUploadUrl?: string;
}§Properties
§
bucket?: string
[src]Google Cloud Storage bucket containing the source (see Bucket Name Requirements).
§
generation?: bigint
[src]Google Cloud Storage generation for the object. If the generation is omitted, the latest generation will be used.