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

Execution

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

Message describing Execution object

interface Execution {
readonly endTime?: Date;
readonly evaluationId?: string;
readonly inventoryTime?: Date;
labels?: {
[key: string]: string;
}
;
name?: string;
runType?: "TYPE_UNSPECIFIED" | "ONE_TIME" | "SCHEDULED";
readonly startTime?: Date;
readonly state?:
| "STATE_UNSPECIFIED"
| "RUNNING"
| "SUCCEEDED"
| "FAILED";
}

§Properties

§
readonly endTime?: Date
[src]

Output only. [Output only] End time stamp

§
readonly evaluationId?: string
[src]

Output only. [Output only] Evaluation ID

§
readonly inventoryTime?: Date
[src]

Output only. [Output only] Inventory time stamp

§
labels?: {
[key: string]: string;
}
[src]

Labels as key value pairs

§
name?: string
[src]

The name of execution resource. The format is projects/{project}/locations/{location}/evaluations/{evaluation}/executions/{execution}

§
runType?: "TYPE_UNSPECIFIED" | "ONE_TIME" | "SCHEDULED"
[src]

type represent whether the execution executed directly by user or scheduled according evaluation.schedule field.

§
readonly startTime?: Date
[src]

Output only. [Output only] Start time stamp

§
readonly state?: "STATE_UNSPECIFIED" | "RUNNING" | "SUCCEEDED" | "FAILED"
[src]

Output only. [Output only] State