Config
import type { Config } from "https://googleapis.deno.dev/v1/notebooks:v2.ts";
Response for getting WbI configurations in a location
interface Config {
readonly availableImages?: ImageRelease[];
readonly defaultValues?: DefaultValues;
readonly disableWorkbenchLegacyCreation?: boolean;
readonly supportedValues?: SupportedValues;
}§Properties
§
readonly availableImages?: ImageRelease[]
[src]Output only. The list of available images to create a WbI.
§
readonly defaultValues?: DefaultValues
[src]Output only. The default values for configuration.
§
readonly disableWorkbenchLegacyCreation?: boolean
[src]Output only. Flag to disable the creation of legacy Workbench notebooks (User-managed notebooks and Google-managed notebooks).
§
readonly supportedValues?: SupportedValues
[src]Output only. The supported values for configuration.