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

ContaineranalysisGoogleDevtoolsCloudbuildV1BuildWarning

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

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

interface ContaineranalysisGoogleDevtoolsCloudbuildV1BuildWarning {
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.