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

StartEnvironmentMetadata

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

Message included in the metadata field of operations returned from StartEnvironment.

interface StartEnvironmentMetadata {
state?:
| "STATE_UNSPECIFIED"
| "STARTING"
| "UNARCHIVING_DISK"
| "AWAITING_COMPUTE_RESOURCES"
| "FINISHED";
}

§Properties

§
state?: "STATE_UNSPECIFIED" | "STARTING" | "UNARCHIVING_DISK" | "AWAITING_COMPUTE_RESOURCES" | "FINISHED"
[src]

Current state of the environment being started.