@@ -782,8 +782,8 @@ public ListBackups set(String parameterName, Object value) {
782
782
}
783
783
}
784
784
/**
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.
787
787
*
788
788
* Create a request for the method "Backups.UpdateBackup".
789
789
*
@@ -808,8 +808,8 @@ public class UpdateBackup extends SQLAdminRequest<com.google.api.services.sqladm
808
808
java .util .regex .Pattern .compile ("^projects/[^/]+/backups/[^/]+$" );
809
809
810
810
/**
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.
813
813
*
814
814
* Create a request for the method "Backups.UpdateBackup".
815
815
*
@@ -914,24 +914,22 @@ public UpdateBackup setName(java.lang.String name) {
914
914
}
915
915
916
916
/**
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.
920
919
*/
921
920
@ com .google .api .client .util .Key
922
921
private String updateMask ;
923
922
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.
926
925
*/
927
926
public String getUpdateMask () {
928
927
return updateMask ;
929
928
}
930
929
931
930
/**
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.
935
933
*/
936
934
public UpdateBackup setUpdateMask (String updateMask ) {
937
935
this .updateMask = updateMask ;
0 commit comments