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;
}