ProjectsLocationsBatchesSparkApplicationsSearchStageAttemptTasksOptions
import type { ProjectsLocationsBatchesSparkApplicationsSearchStageAttemptTasksOptions } from "https://googleapis.deno.dev/v1/dataproc:v1.ts";
Additional options for Dataproc#projectsLocationsBatchesSparkApplicationsSearchStageAttemptTasks.
interface ProjectsLocationsBatchesSparkApplicationsSearchStageAttemptTasksOptions {
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.