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

ProjectsLocationsSessionsSparkApplicationsSearchStageAttemptTasksOptions

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

Additional options for Dataproc#projectsLocationsSessionsSparkApplicationsSearchStageAttemptTasks.

interface ProjectsLocationsSessionsSparkApplicationsSearchStageAttemptTasksOptions {
pageSize?: number;
pageToken?: string;
parent?: string;
sortRuntime?: boolean;
stageAttemptId?: number;
stageId?: bigint;
taskStatus?:
| "TASK_STATUS_UNSPECIFIED"
| "TASK_STATUS_RUNNING"
| "TASK_STATUS_SUCCESS"
| "TASK_STATUS_FAILED"
| "TASK_STATUS_KILLED"
| "TASK_STATUS_PENDING";
}

§Properties

§
pageSize?: number
[src]

Optional. Maximum number of tasks 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 SearchSessionSparkApplicationStageAttemptTasks call. Provide this token to retrieve the subsequent page.

§
parent?: string
[src]

Required. Parent (Session) resource reference.

§
sortRuntime?: boolean
[src]

Optional. Sort the tasks by runtime.

§
stageAttemptId?: number
[src]

Optional. Stage Attempt ID

§
stageId?: bigint
[src]

Optional. Stage ID

§
taskStatus?: "TASK_STATUS_UNSPECIFIED" | "TASK_STATUS_RUNNING" | "TASK_STATUS_SUCCESS" | "TASK_STATUS_FAILED" | "TASK_STATUS_KILLED" | "TASK_STATUS_PENDING"
[src]

Optional. List only tasks in the state.