@@ -782,8 +782,8 @@ public ListBackups set(String parameterName, Object value) {
782782 }
783783 }
784784 /**
785- * This API updates the following: 1- retention period and description of backup in case of final
786- * backups only. 2- gcbdr_soft_delete_status of backup in case of GCBDR managed backups only.
785+ * Updates the retention period and description of the backup. You can use this API to update final
786+ * backups only.
787787 *
788788 * Create a request for the method "Backups.UpdateBackup".
789789 *
@@ -808,8 +808,8 @@ public class UpdateBackup extends SQLAdminRequest<com.google.api.services.sqladm
808808 java .util .regex .Pattern .compile ("^projects/[^/]+/backups/[^/]+$" );
809809
810810 /**
811- * This API updates the following: 1- retention period and description of backup in case of final
812- * backups only. 2- gcbdr_soft_delete_status of backup in case of GCBDR managed backups only.
811+ * Updates the retention period and description of the backup. You can use this API to update
812+ * final backups only.
813813 *
814814 * Create a request for the method "Backups.UpdateBackup".
815815 *
@@ -914,24 +914,22 @@ public UpdateBackup setName(java.lang.String name) {
914914 }
915915
916916 /**
917- * The list of fields that you can update. 1- You can update only the description and
918- * retention period for a final backup. 2- You can update only the gcbdr_soft_delete_status
919- * for GCBDR managed backup.
917+ * The list of fields that you can update. You can update only the description and retention
918+ * period of the final backup.
920919 */
921920 @ com .google .api .client .util .Key
922921 private String updateMask ;
923922
924- /** The list of fields that you can update. 1- You can update only the description and retention period
925- for a final backup. 2- You can update only the gcbdr_soft_delete_status for GCBDR managed backup.
923+ /** The list of fields that you can update. You can update only the description and retention period of
924+ the final backup.
926925 */
927926 public String getUpdateMask () {
928927 return updateMask ;
929928 }
930929
931930 /**
932- * The list of fields that you can update. 1- You can update only the description and
933- * retention period for a final backup. 2- You can update only the gcbdr_soft_delete_status
934- * for GCBDR managed backup.
931+ * The list of fields that you can update. You can update only the description and retention
932+ * period of the final backup.
935933 */
936934 public UpdateBackup setUpdateMask (String updateMask ) {
937935 this .updateMask = updateMask ;
0 commit comments