Skip to content

Commit 7d39a6f

Browse files
1 parent 785071c commit 7d39a6f

File tree

4 files changed

+16
-18
lines changed

4 files changed

+16
-18
lines changed

clients/google-api-services-sqladmin/v1beta4/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-sqladmin</artifactId>
25-
<version>v1beta4-rev20250427-2.0.0</version>
25+
<version>v1beta4-rev20250502-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-sqladmin:v1beta4-rev20250427-2.0.0'
38+
implementation 'com.google.apis:google-api-services-sqladmin:v1beta4-rev20250502-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-sqladmin/v1beta4/2.0.0/com/google/api/services/sqladmin/SQLAdmin.java

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -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;

clients/google-api-services-sqladmin/v1beta4/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-sqladmin</artifactId>
11-
<version>v1beta4-rev20250427-2.0.0</version>
12-
<name>Cloud SQL Admin API v1beta4-rev20250427-2.0.0</name>
11+
<version>v1beta4-rev20250502-2.0.0</version>
12+
<name>Cloud SQL Admin API v1beta4-rev20250502-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-sqladmin/v1beta4/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-sqladmin</artifactId>
25-
<version>v1beta4-rev20250427-2.0.0</version>
25+
<version>v1beta4-rev20250502-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-sqladmin:v1beta4-rev20250427-2.0.0'
38+
implementation 'com.google.apis:google-api-services-sqladmin:v1beta4-rev20250502-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)