Skip to content

Commit e03ed05

Browse files
1 parent 3eb3baa commit e03ed05

File tree

4 files changed

+16
-18
lines changed

4 files changed

+16
-18
lines changed

clients/google-api-services-sqladmin/v1/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>v1-rev20250427-2.0.0</version>
25+
<version>v1-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:v1-rev20250427-2.0.0'
38+
implementation 'com.google.apis:google-api-services-sqladmin:v1-rev20250502-2.0.0'
3939
}
4040
```
4141

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

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

clients/google-api-services-sqladmin/v1/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>v1-rev20250427-2.0.0</version>
12-
<name>Cloud SQL Admin API v1-rev20250427-2.0.0</name>
11+
<version>v1-rev20250502-2.0.0</version>
12+
<name>Cloud SQL Admin API v1-rev20250502-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-sqladmin/v1/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>v1-rev20250427-2.0.0</version>
25+
<version>v1-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:v1-rev20250427-2.0.0'
38+
implementation 'com.google.apis:google-api-services-sqladmin:v1-rev20250502-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)