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

ProjectsLocationsSessionsSparkApplicationsAccessSqlQueryOptions

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

Additional options for Dataproc#projectsLocationsSessionsSparkApplicationsAccessSqlQuery.

interface ProjectsLocationsSessionsSparkApplicationsAccessSqlQueryOptions {
details?: boolean;
executionId?: bigint;
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.

§
executionId?: bigint
[src]

Required. Execution ID

§
parent?: string
[src]

Required. Parent (Session) resource reference.

§
planDescription?: boolean
[src]

Optional. Enables/ disables physical plan description on demand