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

ProjectsLocationsBatchesSparkApplicationsAccessSqlQueryOptions

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

Additional options for Dataproc#projectsLocationsBatchesSparkApplicationsAccessSqlQuery.

interface ProjectsLocationsBatchesSparkApplicationsAccessSqlQueryOptions {
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 (Batch) resource reference.

§
planDescription?: boolean
[src]

Optional. Enables/ disables physical plan description on demand