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

GoogleCloudFunctionsV2alphaStage

import type { GoogleCloudFunctionsV2alphaStage } from "https://googleapis.deno.dev/v1/cloudfunctions:v2.ts";

Each Stage of the deployment process

interface GoogleCloudFunctionsV2alphaStage {
message?: string;
name?:
| "NAME_UNSPECIFIED"
| "ARTIFACT_REGISTRY"
| "BUILD"
| "SERVICE"
| "TRIGGER"
| "SERVICE_ROLLBACK"
| "TRIGGER_ROLLBACK";
resource?: string;
resourceUri?: string;
state?:
| "STATE_UNSPECIFIED"
| "NOT_STARTED"
| "IN_PROGRESS"
| "COMPLETE";
}

§Properties

§
message?: string
[src]

Message describing the Stage

§
name?: "NAME_UNSPECIFIED" | "ARTIFACT_REGISTRY" | "BUILD" | "SERVICE" | "TRIGGER" | "SERVICE_ROLLBACK" | "TRIGGER_ROLLBACK"
[src]

Name of the Stage. This will be unique for each Stage.

§
resource?: string
[src]

Resource of the Stage

§
resourceUri?: string
[src]

Link to the current Stage resource

§
state?: "STATE_UNSPECIFIED" | "NOT_STARTED" | "IN_PROGRESS" | "COMPLETE"
[src]

Current state of the Stage

§

State messages from the current Stage.