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

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.

§
parent?: string
[src]

Required. Parent (Session) resource reference.

§
stageIds?: bigint
[src]

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

§
stageStatus?: "STAGE_STATUS_UNSPECIFIED" | "STAGE_STATUS_ACTIVE" | "STAGE_STATUS_COMPLETE" | "STAGE_STATUS_FAILED" | "STAGE_STATUS_PENDING" | "STAGE_STATUS_SKIPPED"
[src]

Optional. List only stages in the given state.

§
summaryMetricsMask?: string
[src]

Optional. The list of summary metrics fields to include. Empty list will default to skip all summary metrics fields. Example, if the response should include TaskQuantileMetrics, the request should have task_quantile_metrics in summary_metrics_mask field