@@ -2389,8 +2389,8 @@ public ListServerCertificates set(String parameterName, Object value) {
2389
2389
}
2390
2390
/**
2391
2391
* 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.
2394
2394
*
2395
2395
* Create a request for the method "instances.RotateServerCertificate".
2396
2396
*
@@ -2415,7 +2415,7 @@ public class RotateServerCertificate extends SQLAdminRequest<com.google.api.serv
2415
2415
2416
2416
/**
2417
2417
* 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
2419
2419
* RotateServerCa instead.
2420
2420
*
2421
2421
* Create a request for the method "instances.RotateServerCertificate".
@@ -2685,7 +2685,7 @@ public AcquireSsrsLease set(String parameterName, Object value) {
2685
2685
* prepare for a certificate rotation. If a CA version was previously added but never used in a
2686
2686
* certificate rotation, this operation replaces that version. There cannot be more than one CA
2687
2687
* 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.
2689
2689
*
2690
2690
* Create a request for the method "instances.addServerCa".
2691
2691
*
@@ -2711,7 +2711,7 @@ public class AddServerCa extends SQLAdminRequest<com.google.api.services.sqladmi
2711
2711
* prepare for a certificate rotation. If a CA version was previously added but never used in a
2712
2712
* certificate rotation, this operation replaces that version. There cannot be more than one CA
2713
2713
* 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.
2715
2715
*
2716
2716
* Create a request for the method "instances.addServerCa".
2717
2717
*
@@ -2828,7 +2828,7 @@ public AddServerCa set(String parameterName, Object value) {
2828
2828
* Authority Service (CAS) server CA. Required to prepare for a certificate rotation. If a server
2829
2829
* certificate version was previously added but never used in a certificate rotation, this operation
2830
2830
* 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.
2832
2832
*
2833
2833
* Create a request for the method "instances.addServerCertificate".
2834
2834
*
@@ -2855,7 +2855,7 @@ public class AddServerCertificate extends SQLAdminRequest<com.google.api.service
2855
2855
* Authority Service (CAS) server CA. Required to prepare for a certificate rotation. If a server
2856
2856
* certificate version was previously added but never used in a certificate rotation, this
2857
2857
* 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.
2859
2859
*
2860
2860
* Create a request for the method "instances.addServerCertificate".
2861
2861
*
@@ -3242,77 +3242,6 @@ public Delete setInstance(java.lang.String instance) {
3242
3242
return this ;
3243
3243
}
3244
3244
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
-
3316
3245
@ Override
3317
3246
public Delete set (String parameterName , Object value ) {
3318
3247
return (Delete ) super .set (parameterName , value );
@@ -5644,7 +5573,7 @@ public RestoreBackup set(String parameterName, Object value) {
5644
5573
/**
5645
5574
* Rotates the server certificate to one signed by the Certificate Authority (CA) version previously
5646
5575
* 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.
5648
5577
*
5649
5578
* Create a request for the method "instances.rotateServerCa".
5650
5579
*
@@ -5669,8 +5598,8 @@ public class RotateServerCa extends SQLAdminRequest<com.google.api.services.sqla
5669
5598
/**
5670
5599
* Rotates the server certificate to one signed by the Certificate Authority (CA) version
5671
5600
* 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.
5674
5603
*
5675
5604
* Create a request for the method "instances.rotateServerCa".
5676
5605
*
@@ -6913,32 +6842,6 @@ public List setProject(java.lang.String project) {
6913
6842
return this ;
6914
6843
}
6915
6844
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
-
6942
6845
/** Cloud SQL instance ID. This does not include the project ID. */
6943
6846
@ com .google .api .client .util .Key
6944
6847
private java .lang .String instance ;
0 commit comments