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

ProjectsJobsAggregatedOptions

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

Additional options for Dataflow#projectsJobsAggregated.

interface ProjectsJobsAggregatedOptions {
filter?:
| "UNKNOWN"
| "ALL"
| "TERMINATED"
| "ACTIVE";
location?: string;
name?: string;
pageSize?: number;
pageToken?: string;
view?:
| "JOB_VIEW_UNKNOWN"
| "JOB_VIEW_SUMMARY"
| "JOB_VIEW_ALL"
| "JOB_VIEW_DESCRIPTION";
}

§Properties

§
filter?: "UNKNOWN" | "ALL" | "TERMINATED" | "ACTIVE"
[src]

The kind of filter to use.

§
location?: string
[src]

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

§
name?: string
[src]

Optional. The job name.

§
pageSize?: number
[src]

If there are many jobs, limit response to at most this many. The actual number of jobs returned will be the lesser of max_responses and an unspecified server-defined limit.

§
pageToken?: string
[src]

Set this to the 'next_page_token' field of a previous response to request additional results in a long list.

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

Deprecated. ListJobs always returns summaries now. Use GetJob for other JobViews.