Skip to main content

backups

Overview

Namebackups
TypeResource
Idgoogle.metastore.backups

Fields

NameDatatypeDescription
namestringImmutable. The relative resource name of the backup, in the following form:projects/{project_number}/locations/{location_id}/services/{service_id}/backups/{backup_id}
descriptionstringThe description of the backup.
endTimestringOutput only. The time when the backup finished creating.
restoringServicesarrayOutput only. Services that are restoring from the backup.
serviceRevisionobjectA managed metastore service that serves metadata queries.
statestringOutput only. The current state of the backup.
createTimestringOutput only. The time when the backup was started.

Methods

NameAccessible byRequired ParamsDescription
getSELECTbackupsId, locationsId, projectsId, servicesIdGets details of a single backup.
listSELECTlocationsId, projectsId, servicesIdLists backups in a service.
createINSERTlocationsId, projectsId, servicesIdCreates a new backup in a given project and location.
deleteDELETEbackupsId, locationsId, projectsId, servicesIdDeletes a single backup.
_listEXEClocationsId, projectsId, servicesIdLists backups in a service.