GoogleCloudMetastoreV2Backup
import type { GoogleCloudMetastoreV2Backup } from "https://googleapis.deno.dev/v1/metastore:v2.ts";
The details of a backup resource.
interface GoogleCloudMetastoreV2Backup {
readonly createTime?: Date;
description?: string;
readonly endTime?: Date;
name?: string;
readonly restoringServices?: string[];
readonly serviceRevision?: GoogleCloudMetastoreV2Service;
readonly state?:
} | "STATE_UNSPECIFIED"
| "CREATING"
| "DELETING"
| "ACTIVE"
| "FAILED"
| "RESTORING";
§Properties
§
name?: string
[src]Immutable. The relative resource name of the backup, in the following form:projects/{project_number}/locations/{location_id}/services/{service_id}/backups/{backup_id}
§
readonly restoringServices?: string[]
[src]Output only. Services that are restoring from the backup.
§
readonly serviceRevision?: GoogleCloudMetastoreV2Service
[src]Output only. The revision of the service at the time of backup.