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

ProjectsTemplatesGetOptions

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

Additional options for Dataflow#projectsTemplatesGet.

interface ProjectsTemplatesGetOptions {
gcsPath?: string;
location?: 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://'.

§
location?: string
[src]

The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) to which to direct the request.

§
view?: "METADATA_ONLY"
[src]

The view to retrieve. Defaults to METADATA_ONLY.