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

DeploymentDiagnosticData

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

The deployment diagnostic data.

interface DeploymentDiagnosticData {
readonly bucket?: string;
readonly diagnosticEndTime?: Date;
readonly diagnosticStartTime?: Date;
readonly diagnosticState?:
| "DIAGNOSTIC_STATE_UNSPECIFIED"
| "IN_PROGRESS"
| "SUCCEEDED"
| "FAILED";
readonly namespace?: string;
readonly object?: string;
}

§Properties

§
readonly bucket?: string
[src]

Output only. The bucket name.

§
readonly diagnosticEndTime?: Date
[src]

Output only. The time diagnostic end.

§
readonly diagnosticStartTime?: Date
[src]

Output only. The time diagnostic start.

§
readonly diagnosticState?: "DIAGNOSTIC_STATE_UNSPECIFIED" | "IN_PROGRESS" | "SUCCEEDED" | "FAILED"
[src]

Output only. The diagnostic state.

§
readonly namespace?: string
[src]

Output only. The namespace name.

§
readonly object?: string
[src]

Output only. The object name.