File tree Expand file tree Collapse file tree 4 files changed +6
-9
lines changed
clients/google-api-services-sqladmin/v1beta4
com/google/api/services/sqladmin/model Expand file tree Collapse file tree 4 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-sqladmin</artifactId >
25
- <version >v1beta4-rev20241204 -2.0.0</version >
25
+ <version >v1beta4-rev20241210 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
38
- implementation 'com.google.apis:google-api-services-sqladmin:v1beta4-rev20241204 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-sqladmin:v1beta4-rev20241210 -2.0.0'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change @@ -142,7 +142,6 @@ public final class Operation extends com.google.api.client.json.GenericJson {
142
142
private SqlSubOperationType subOperationType ;
143
143
144
144
/**
145
- * Name of the database instance related to this operation.
146
145
* The value may be {@code null}.
147
146
*/
148
147
@ com .google .api .client .util .Key
@@ -436,15 +435,13 @@ public Operation setSubOperationType(SqlSubOperationType subOperationType) {
436
435
}
437
436
438
437
/**
439
- * Name of the database instance related to this operation.
440
438
* @return value or {@code null} for none
441
439
*/
442
440
public java .lang .String getTargetId () {
443
441
return targetId ;
444
442
}
445
443
446
444
/**
447
- * Name of the database instance related to this operation.
448
445
* @param targetId targetId or {@code null} for none
449
446
*/
450
447
public Operation setTargetId (java .lang .String targetId ) {
Original file line number Diff line number Diff line change 8
8
9
9
<groupId >com.google.apis</groupId >
10
10
<artifactId >google-api-services-sqladmin</artifactId >
11
- <version >v1beta4-rev20241204 -2.0.0</version >
12
- <name >Cloud SQL Admin API v1beta4-rev20241204 -2.0.0</name >
11
+ <version >v1beta4-rev20241210 -2.0.0</version >
12
+ <name >Cloud SQL Admin API v1beta4-rev20241210 -2.0.0</name >
13
13
<packaging >jar</packaging >
14
14
15
15
<inceptionYear >2011</inceptionYear >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-sqladmin</artifactId >
25
- <version >v1beta4-rev20241204 -2.0.0</version >
25
+ <version >v1beta4-rev20241210 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
38
- implementation 'com.google.apis:google-api-services-sqladmin:v1beta4-rev20241204 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-sqladmin:v1beta4-rev20241210 -2.0.0'
39
39
}
40
40
```
41
41
You can’t perform that action at this time.
0 commit comments