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

GoogleDevtoolsCloudbuildV1Warning

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

A non-fatal problem encountered during the execution of the build.

interface GoogleDevtoolsCloudbuildV1Warning {
priority?:
| "PRIORITY_UNSPECIFIED"
| "INFO"
| "WARNING"
| "ALERT";
text?: string;
}

§Properties

§
priority?: "PRIORITY_UNSPECIFIED" | "INFO" | "WARNING" | "ALERT"
[src]

The priority for this warning.

§
text?: string
[src]

Explanation of the warning generated.