backup property
Output only. The relative resource name of the metastore service backup to restore from, in the following form:
projects/{project_id}/locations/{location_id}/services/{service_id}/backups/{backup_id}.
Implementation
@$pb.TagNumber(4)
$core.String get backup => $_getSZ(3);
Implementation
@$pb.TagNumber(4)
set backup($core.String v) {
$_setString(3, v);
}