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

GoogleCloudFunctionsV2betaStateMessage

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

Informational messages about the state of the Cloud Function or Operation.

interface GoogleCloudFunctionsV2betaStateMessage {
message?: string;
severity?:
| "SEVERITY_UNSPECIFIED"
| "ERROR"
| "WARNING"
| "INFO";
type?: string;
}

§Properties

§
message?: string
[src]

The message.

§
severity?: "SEVERITY_UNSPECIFIED" | "ERROR" | "WARNING" | "INFO"
[src]

Severity of the state message.

§
type?: string
[src]

One-word CamelCase type of the state message.