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

ProjectsJobsGetOptions

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

Additional options for Dataflow#projectsJobsGet.

interface ProjectsJobsGetOptions {
location?: string;
view?:
| "JOB_VIEW_UNKNOWN"
| "JOB_VIEW_SUMMARY"
| "JOB_VIEW_ALL"
| "JOB_VIEW_DESCRIPTION";
}

§Properties

§
location?: string
[src]

The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that contains this job.

§
view?: "JOB_VIEW_UNKNOWN" | "JOB_VIEW_SUMMARY" | "JOB_VIEW_ALL" | "JOB_VIEW_DESCRIPTION"
[src]

The level of information requested in response.