@@ -2389,8 +2389,8 @@ public ListServerCertificates set(String parameterName, Object value) {
23892389 }
23902390 /**
23912391 * Rotates the server certificate version to one previously added with the addServerCertificate
2392- * method. For instances not using Certificate Authority Service (CAS) server CA, please use
2393- * RotateServerCa instead.
2392+ * method. For instances not using Certificate Authority Service (CAS) server CA, use RotateServerCa
2393+ * instead.
23942394 *
23952395 * Create a request for the method "instances.RotateServerCertificate".
23962396 *
@@ -2415,7 +2415,7 @@ public class RotateServerCertificate extends SQLAdminRequest<com.google.api.serv
24152415
24162416 /**
24172417 * Rotates the server certificate version to one previously added with the addServerCertificate
2418- * method. For instances not using Certificate Authority Service (CAS) server CA, please use
2418+ * method. For instances not using Certificate Authority Service (CAS) server CA, use
24192419 * RotateServerCa instead.
24202420 *
24212421 * Create a request for the method "instances.RotateServerCertificate".
@@ -2685,7 +2685,7 @@ public AcquireSsrsLease set(String parameterName, Object value) {
26852685 * prepare for a certificate rotation. If a CA version was previously added but never used in a
26862686 * certificate rotation, this operation replaces that version. There cannot be more than one CA
26872687 * version waiting to be rotated in. For instances that have enabled Certificate Authority Service
2688- * (CAS) based server CA, please use AddServerCertificate to add a new server certificate.
2688+ * (CAS) based server CA, use AddServerCertificate to add a new server certificate.
26892689 *
26902690 * Create a request for the method "instances.addServerCa".
26912691 *
@@ -2711,7 +2711,7 @@ public class AddServerCa extends SQLAdminRequest<com.google.api.services.sqladmi
27112711 * prepare for a certificate rotation. If a CA version was previously added but never used in a
27122712 * certificate rotation, this operation replaces that version. There cannot be more than one CA
27132713 * version waiting to be rotated in. For instances that have enabled Certificate Authority Service
2714- * (CAS) based server CA, please use AddServerCertificate to add a new server certificate.
2714+ * (CAS) based server CA, use AddServerCertificate to add a new server certificate.
27152715 *
27162716 * Create a request for the method "instances.addServerCa".
27172717 *
@@ -2828,7 +2828,7 @@ public AddServerCa set(String parameterName, Object value) {
28282828 * Authority Service (CAS) server CA. Required to prepare for a certificate rotation. If a server
28292829 * certificate version was previously added but never used in a certificate rotation, this operation
28302830 * replaces that version. There cannot be more than one certificate version waiting to be rotated
2831- * in. For instances not using CAS server CA, please use AddServerCa instead.
2831+ * in. For instances not using CAS server CA, use AddServerCa instead.
28322832 *
28332833 * Create a request for the method "instances.addServerCertificate".
28342834 *
@@ -2855,7 +2855,7 @@ public class AddServerCertificate extends SQLAdminRequest<com.google.api.service
28552855 * Authority Service (CAS) server CA. Required to prepare for a certificate rotation. If a server
28562856 * certificate version was previously added but never used in a certificate rotation, this
28572857 * operation replaces that version. There cannot be more than one certificate version waiting to
2858- * be rotated in. For instances not using CAS server CA, please use AddServerCa instead.
2858+ * be rotated in. For instances not using CAS server CA, use AddServerCa instead.
28592859 *
28602860 * Create a request for the method "instances.addServerCertificate".
28612861 *
@@ -3242,77 +3242,6 @@ public Delete setInstance(java.lang.String instance) {
32423242 return this ;
32433243 }
32443244
3245- /** Flag to opt-in for final backup. By default, it is turned off. */
3246- @ com .google .api .client .util .Key
3247- private java .lang .Boolean enableFinalBackup ;
3248-
3249- /** Flag to opt-in for final backup. By default, it is turned off.
3250- */
3251- public java .lang .Boolean getEnableFinalBackup () {
3252- return enableFinalBackup ;
3253- }
3254-
3255- /** Flag to opt-in for final backup. By default, it is turned off. */
3256- public Delete setEnableFinalBackup (java .lang .Boolean enableFinalBackup ) {
3257- this .enableFinalBackup = enableFinalBackup ;
3258- return this ;
3259- }
3260-
3261- /** Optional. The description of the final backup. */
3262- @ com .google .api .client .util .Key
3263- private java .lang .String finalBackupDescription ;
3264-
3265- /** Optional. The description of the final backup.
3266- */
3267- public java .lang .String getFinalBackupDescription () {
3268- return finalBackupDescription ;
3269- }
3270-
3271- /** Optional. The description of the final backup. */
3272- public Delete setFinalBackupDescription (java .lang .String finalBackupDescription ) {
3273- this .finalBackupDescription = finalBackupDescription ;
3274- return this ;
3275- }
3276-
3277- /**
3278- * Optional. Final Backup expiration time. Timestamp in UTC of when this resource is
3279- * considered expired.
3280- */
3281- @ com .google .api .client .util .Key
3282- private String finalBackupExpiryTime ;
3283-
3284- /** Optional. Final Backup expiration time. Timestamp in UTC of when this resource is considered
3285- expired.
3286- */
3287- public String getFinalBackupExpiryTime () {
3288- return finalBackupExpiryTime ;
3289- }
3290-
3291- /**
3292- * Optional. Final Backup expiration time. Timestamp in UTC of when this resource is
3293- * considered expired.
3294- */
3295- public Delete setFinalBackupExpiryTime (String finalBackupExpiryTime ) {
3296- this .finalBackupExpiryTime = finalBackupExpiryTime ;
3297- return this ;
3298- }
3299-
3300- /** Optional. Retention period of the final backup. */
3301- @ com .google .api .client .util .Key
3302- private java .lang .Long finalBackupTtlDays ;
3303-
3304- /** Optional. Retention period of the final backup.
3305- */
3306- public java .lang .Long getFinalBackupTtlDays () {
3307- return finalBackupTtlDays ;
3308- }
3309-
3310- /** Optional. Retention period of the final backup. */
3311- public Delete setFinalBackupTtlDays (java .lang .Long finalBackupTtlDays ) {
3312- this .finalBackupTtlDays = finalBackupTtlDays ;
3313- return this ;
3314- }
3315-
33163245 @ Override
33173246 public Delete set (String parameterName , Object value ) {
33183247 return (Delete ) super .set (parameterName , value );
@@ -5644,7 +5573,7 @@ public RestoreBackup set(String parameterName, Object value) {
56445573 /**
56455574 * Rotates the server certificate to one signed by the Certificate Authority (CA) version previously
56465575 * added with the addServerCA method. For instances that have enabled Certificate Authority Service
5647- * (CAS) based server CA, please use RotateServerCertificate to rotate the server certificate.
5576+ * (CAS) based server CA, use RotateServerCertificate to rotate the server certificate.
56485577 *
56495578 * Create a request for the method "instances.rotateServerCa".
56505579 *
@@ -5669,8 +5598,8 @@ public class RotateServerCa extends SQLAdminRequest<com.google.api.services.sqla
56695598 /**
56705599 * Rotates the server certificate to one signed by the Certificate Authority (CA) version
56715600 * previously added with the addServerCA method. For instances that have enabled Certificate
5672- * Authority Service (CAS) based server CA, please use RotateServerCertificate to rotate the
5673- * server certificate.
5601+ * Authority Service (CAS) based server CA, use RotateServerCertificate to rotate the server
5602+ * certificate.
56745603 *
56755604 * Create a request for the method "instances.rotateServerCa".
56765605 *
@@ -6913,32 +6842,6 @@ public List setProject(java.lang.String project) {
69136842 return this ;
69146843 }
69156844
6916- /**
6917- * Optional. A filter string that follows the rules of EBNF grammar
6918- * (https://google.aip.dev/assets/misc/ebnf-filtering.txt). Cloud SQL provides filters for
6919- * status, operationType, and startTime.
6920- */
6921- @ com .google .api .client .util .Key
6922- private java .lang .String filter ;
6923-
6924- /** Optional. A filter string that follows the rules of EBNF grammar
6925- (https://google.aip.dev/assets/misc/ebnf-filtering.txt). Cloud SQL provides filters for status,
6926- operationType, and startTime.
6927- */
6928- public java .lang .String getFilter () {
6929- return filter ;
6930- }
6931-
6932- /**
6933- * Optional. A filter string that follows the rules of EBNF grammar
6934- * (https://google.aip.dev/assets/misc/ebnf-filtering.txt). Cloud SQL provides filters for
6935- * status, operationType, and startTime.
6936- */
6937- public List setFilter (java .lang .String filter ) {
6938- this .filter = filter ;
6939- return this ;
6940- }
6941-
69426845 /** Cloud SQL instance ID. This does not include the project ID. */
69436846 @ com .google .api .client .util .Key
69446847 private java .lang .String instance ;
0 commit comments