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

ProjectsLocationsSessionsSparkApplicationsSearchJobsOptions

import type { ProjectsLocationsSessionsSparkApplicationsSearchJobsOptions } from "https://googleapis.deno.dev/v1/dataproc:v1.ts";

Additional options for Dataproc#projectsLocationsSessionsSparkApplicationsSearchJobs.

interface ProjectsLocationsSessionsSparkApplicationsSearchJobsOptions {
jobIds?: bigint;
jobStatus?:
| "JOB_EXECUTION_STATUS_UNSPECIFIED"
| "JOB_EXECUTION_STATUS_RUNNING"
| "JOB_EXECUTION_STATUS_SUCCEEDED"
| "JOB_EXECUTION_STATUS_FAILED"
| "JOB_EXECUTION_STATUS_UNKNOWN";
pageSize?: number;
pageToken?: string;
parent?: string;
}

§Properties

§
jobIds?: bigint
[src]

Optional. List of Job IDs to filter by if provided.

§
jobStatus?: "JOB_EXECUTION_STATUS_UNSPECIFIED" | "JOB_EXECUTION_STATUS_RUNNING" | "JOB_EXECUTION_STATUS_SUCCEEDED" | "JOB_EXECUTION_STATUS_FAILED" | "JOB_EXECUTION_STATUS_UNKNOWN"
[src]

Optional. List only jobs in the specific state.

§
pageSize?: number
[src]

Optional. Maximum number of jobs to return in each response. The service may return fewer than this. The default page size is 10; the maximum page size is 100.

§
pageToken?: string
[src]

Optional. A page token received from a previous SearchSessionSparkApplicationJobs call. Provide this token to retrieve the subsequent page.

§
parent?: string
[src]

Required. Parent (Session) resource reference.