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

ProjectsLocationsTemplatesGetOptions

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

Additional options for Dataflow#projectsLocationsTemplatesGet.

interface ProjectsLocationsTemplatesGetOptions {
gcsPath?: string;
view?: "METADATA_ONLY";
}

§Properties

§
gcsPath?: string
[src]

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

§
view?: "METADATA_ONLY"
[src]

The view to retrieve. Defaults to METADATA_ONLY.