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

ProjectsLocationsTemplatesLaunchOptions

import type { ProjectsLocationsTemplatesLaunchOptions } from "https://googleapis.deno.dev/v1/dataflow:v1b3.ts";

Additional options for Dataflow#projectsLocationsTemplatesLaunch.

interface ProjectsLocationsTemplatesLaunchOptions {
[dynamicTemplate.gcsPath]?: string;
[dynamicTemplate.stagingLocation]?: string;
gcsPath?: string;
validateOnly?: boolean;
}

§Properties

§
[dynamicTemplate.gcsPath]?: string
[src]

Path to the dynamic template specification file on Cloud Storage. The file must be a JSON serialized DynamicTemplateFileSpec object.

§
[dynamicTemplate.stagingLocation]?: string
[src]

Cloud Storage path for staging dependencies. Must be a valid Cloud Storage URL, beginning with gs://.

§
gcsPath?: string
[src]

A Cloud Storage path to the template to use to create the job. Must be valid Cloud Storage URL, beginning with gs://.

§
validateOnly?: boolean
[src]

If true, the request is validated but not actually executed. Defaults to false.