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

GoogleCloudIntegrationsV1alphaCloudLoggingDetails

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

Cloud Logging details for execution info

interface GoogleCloudIntegrationsV1alphaCloudLoggingDetails {
cloudLoggingSeverity?:
| "CLOUD_LOGGING_SEVERITY_UNSPECIFIED"
| "INFO"
| "ERROR"
| "WARNING";
enableCloudLogging?: boolean;
}

§Properties

§
cloudLoggingSeverity?: "CLOUD_LOGGING_SEVERITY_UNSPECIFIED" | "INFO" | "ERROR" | "WARNING"
[src]

Optional. Severity selected by the customer for the logs to be sent to Cloud Logging, for the integration version getting executed.

§
enableCloudLogging?: boolean
[src]

Optional. Status of whether Cloud Logging is enabled or not for the integration version getting executed.