ProjectsLocationsSessionsSparkApplicationsSearchStagesOptions
import type { ProjectsLocationsSessionsSparkApplicationsSearchStagesOptions } from "https://googleapis.deno.dev/v1/dataproc:v1.ts";
Additional options for Dataproc#projectsLocationsSessionsSparkApplicationsSearchStages.
interface ProjectsLocationsSessionsSparkApplicationsSearchStagesOptions {
pageSize?: number;
pageToken?: string;
parent?: string;
stageIds?: bigint;
stageStatus?:
| "STAGE_STATUS_UNSPECIFIED"
| "STAGE_STATUS_ACTIVE"
| "STAGE_STATUS_COMPLETE"
| "STAGE_STATUS_FAILED"
| "STAGE_STATUS_PENDING"
| "STAGE_STATUS_SKIPPED";
summaryMetricsMask?: string;
}§Properties
§
pageSize?: number
[src]Optional. Maximum number of stages (paging based on stage_id) 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 SearchSessionSparkApplicationStages call. Provide this token to retrieve the subsequent page.