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

LoadSnapshotRequest

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

Request to load a snapshot into a Cloud Composer environment.

interface LoadSnapshotRequest {
skipAirflowOverridesSetting?: boolean;
skipEnvironmentVariablesSetting?: boolean;
skipGcsDataCopying?: boolean;
skipPypiPackagesInstallation?: boolean;
snapshotPath?: string;
}

§Properties

§
skipAirflowOverridesSetting?: boolean
[src]

Whether or not to skip setting Airflow overrides when loading the environment's state.

§
skipEnvironmentVariablesSetting?: boolean
[src]

Whether or not to skip setting environment variables when loading the environment's state.

§
skipGcsDataCopying?: boolean
[src]

Whether or not to skip copying Cloud Storage data when loading the environment's state.

§
skipPypiPackagesInstallation?: boolean
[src]

Whether or not to skip installing Pypi packages when loading the environment's state.

§
snapshotPath?: string
[src]

A Cloud Storage path to a snapshot to load, e.g.: "gs://my-bucket/snapshots/project_location_environment_timestamp".