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
§
location?: string
[src]The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that contains this job.
§
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.