@@ -1454,8 +1454,8 @@ public ListBackups set(String parameterName, Object value) {
14541454 }
14551455 }
14561456 /**
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.
14591459 *
14601460 * Create a request for the method "backups.updateBackup".
14611461 *
@@ -1480,8 +1480,8 @@ public class UpdateBackup extends SQLAdminRequest<com.google.api.services.sqladm
14801480 java .util .regex .Pattern .compile ("^projects/[^/]+/backups/[^/]+$" );
14811481
14821482 /**
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.
14851485 *
14861486 * Create a request for the method "backups.updateBackup".
14871487 *
@@ -1586,24 +1586,22 @@ public UpdateBackup setName(java.lang.String name) {
15861586 }
15871587
15881588 /**
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.
15921591 */
15931592 @ com .google .api .client .util .Key
15941593 private String updateMask ;
15951594
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.
15981597 */
15991598 public String getUpdateMask () {
16001599 return updateMask ;
16011600 }
16021601
16031602 /**
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.
16071605 */
16081606 public UpdateBackup setUpdateMask (String updateMask ) {
16091607 this .updateMask = updateMask ;
0 commit comments