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

GeminiInstanceConfig

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

Gemini instance configuration.

interface GeminiInstanceConfig {
readonly activeQueryEnabled?: boolean;
readonly entitled?: boolean;
readonly flagRecommenderEnabled?: boolean;
readonly googleVacuumMgmtEnabled?: boolean;
readonly indexAdvisorEnabled?: boolean;
readonly oomSessionCancelEnabled?: boolean;
}

§Properties

§
readonly activeQueryEnabled?: boolean
[src]

Output only. Whether the active query is enabled.

§
readonly entitled?: boolean
[src]

Output only. Whether Gemini is enabled.

§
readonly flagRecommenderEnabled?: boolean
[src]

Output only. Whether the flag recommender is enabled.

§
readonly googleVacuumMgmtEnabled?: boolean
[src]

Output only. Whether the vacuum management is enabled.

§
readonly indexAdvisorEnabled?: boolean
[src]

Output only. Whether the index advisor is enabled.

§
readonly oomSessionCancelEnabled?: boolean
[src]

Output only. Whether canceling the out-of-memory (OOM) session is enabled.