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

ProjectsLocationsSessionsSparkApplicationsSearchExecutorsOptions

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

Additional options for Dataproc#projectsLocationsSessionsSparkApplicationsSearchExecutors.

interface ProjectsLocationsSessionsSparkApplicationsSearchExecutorsOptions {
executorStatus?: "EXECUTOR_STATUS_UNSPECIFIED" | "EXECUTOR_STATUS_ACTIVE" | "EXECUTOR_STATUS_DEAD";
pageSize?: number;
pageToken?: string;
parent?: string;
}

§Properties

§
executorStatus?: "EXECUTOR_STATUS_UNSPECIFIED" | "EXECUTOR_STATUS_ACTIVE" | "EXECUTOR_STATUS_DEAD"
[src]

Optional. Filter to select whether active/ dead or all executors should be selected.

§
pageSize?: number
[src]

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

§
parent?: string
[src]

Required. Parent (Session) resource reference.