@@ -1454,8 +1454,8 @@ public ListBackups set(String parameterName, Object value) {
1454
1454
}
1455
1455
}
1456
1456
/**
1457
- * This API updates the following: 1- retention period and description of backup in case of final
1458
- * backups only. 2- gcbdr_soft_delete_status of backup in case of GCBDR managed backups only.
1457
+ * Updates the retention period and the description of the backup. You can use this API to update
1458
+ * final backups only.
1459
1459
*
1460
1460
* Create a request for the method "backups.updateBackup".
1461
1461
*
@@ -1480,8 +1480,8 @@ public class UpdateBackup extends SQLAdminRequest<com.google.api.services.sqladm
1480
1480
java .util .regex .Pattern .compile ("^projects/[^/]+/backups/[^/]+$" );
1481
1481
1482
1482
/**
1483
- * This API updates the following: 1- retention period and description of backup in case of final
1484
- * backups only. 2- gcbdr_soft_delete_status of backup in case of GCBDR managed backups only.
1483
+ * Updates the retention period and the description of the backup. You can use this API to update
1484
+ * final backups only.
1485
1485
*
1486
1486
* Create a request for the method "backups.updateBackup".
1487
1487
*
@@ -1586,24 +1586,22 @@ public UpdateBackup setName(java.lang.String name) {
1586
1586
}
1587
1587
1588
1588
/**
1589
- * The list of fields that you can update. 1- You can update only the description and
1590
- * retention period for a final backup. 2- You can update only the gcbdr_soft_delete_status
1591
- * for GCBDR managed backup.
1589
+ * The list of fields that you can update. You can update only the description and retention
1590
+ * period of the final backup.
1592
1591
*/
1593
1592
@ com .google .api .client .util .Key
1594
1593
private String updateMask ;
1595
1594
1596
- /** The list of fields that you can update. 1- You can update only the description and retention period
1597
- for a final backup. 2- You can update only the gcbdr_soft_delete_status for GCBDR managed backup.
1595
+ /** The list of fields that you can update. You can update only the description and retention period of
1596
+ the final backup.
1598
1597
*/
1599
1598
public String getUpdateMask () {
1600
1599
return updateMask ;
1601
1600
}
1602
1601
1603
1602
/**
1604
- * The list of fields that you can update. 1- You can update only the description and
1605
- * retention period for a final backup. 2- You can update only the gcbdr_soft_delete_status
1606
- * for GCBDR managed backup.
1603
+ * The list of fields that you can update. You can update only the description and retention
1604
+ * period of the final backup.
1607
1605
*/
1608
1606
public UpdateBackup setUpdateMask (String updateMask ) {
1609
1607
this .updateMask = updateMask ;
0 commit comments