GoogleCloudMetastoreV2LatestBackup
import type { GoogleCloudMetastoreV2LatestBackup } from "https://googleapis.deno.dev/v1/metastore:v2.ts";
The details of the latest scheduled backup.
interface GoogleCloudMetastoreV2LatestBackup {
readonly backupId?: string;
readonly duration?: number;
readonly startTime?: Date;
readonly state?:
} | "STATE_UNSPECIFIED"
| "IN_PROGRESS"
| "SUCCEEDED"
| "FAILED";