ProjectsLocationsBatchesSparkApplicationsSearchSqlQueriesOptions
import type { ProjectsLocationsBatchesSparkApplicationsSearchSqlQueriesOptions } from "https://googleapis.deno.dev/v1/dataproc:v1.ts";
Additional options for Dataproc#projectsLocationsBatchesSparkApplicationsSearchSqlQueries.
interface ProjectsLocationsBatchesSparkApplicationsSearchSqlQueriesOptions {
details?: boolean;
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.
§
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.