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

DiagnoseClusterResults

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

The location of diagnostic output.

interface DiagnoseClusterResults {
readonly outputUri?: string;
}

§Properties

§
readonly outputUri?: string
[src]

Output only. The Cloud Storage URI of the diagnostic output. The output report is a plain text file with a summary of collected diagnostics.