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

ProjectsLocationsSessionsSparkApplicationsSearchSqlQueriesOptions

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

Additional options for Dataproc#projectsLocationsSessionsSparkApplicationsSearchSqlQueries.

interface ProjectsLocationsSessionsSparkApplicationsSearchSqlQueriesOptions {
details?: boolean;
operationIds?: string;
pageSize?: number;
pageToken?: string;
parent?: string;
planDescription?: boolean;
}

§Properties

§
details?: boolean
[src]

Optional. Lists/ hides details of Spark plan nodes. True is set to list and false to hide.

§
operationIds?: string
[src]

Optional. List of Spark Connect operation IDs to filter by if provided.

§
pageSize?: number
[src]

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

§
parent?: string
[src]

Required. Parent (Session) resource reference.

§
planDescription?: boolean
[src]

Optional. Enables/ disables physical plan description on demand