File tree Expand file tree Collapse file tree 8 files changed +20
-16
lines changed
clients/google-api-services-sqladmin
com/google/api/services/sqladmin
com/google/api/services/sqladmin Expand file tree Collapse file tree 8 files changed +20
-16
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 >v1-rev20241004 -2.0.0</version >
25
+ <version >v1-rev20241011 -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:v1-rev20241004 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-sqladmin:v1-rev20241011 -2.0.0'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change @@ -2239,7 +2239,8 @@ public class Instances {
2239
2239
* Lists all versions of server certificates and certificate authorities (CAs) for the specified
2240
2240
* instance. There can be up to three sets of certs listed: the certificate that is currently in
2241
2241
* use, a future that has been added but not yet used to sign a certificate, and a certificate that
2242
- * has been rotated out.
2242
+ * has been rotated out. For instances not using Certificate Authority Service (CAS) server CA, use
2243
+ * ListServerCas instead.
2243
2244
*
2244
2245
* Create a request for the method "instances.ListServerCertificates".
2245
2246
*
@@ -2265,7 +2266,8 @@ public class ListServerCertificates extends SQLAdminRequest<com.google.api.servi
2265
2266
* Lists all versions of server certificates and certificate authorities (CAs) for the specified
2266
2267
* instance. There can be up to three sets of certs listed: the certificate that is currently in
2267
2268
* use, a future that has been added but not yet used to sign a certificate, and a certificate
2268
- * that has been rotated out.
2269
+ * that has been rotated out. For instances not using Certificate Authority Service (CAS) server
2270
+ * CA, use ListServerCas instead.
2269
2271
*
2270
2272
* Create a request for the method "instances.ListServerCertificates".
2271
2273
*
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 >v1-rev20241004 -2.0.0</version >
12
- <name >Cloud SQL Admin API v1-rev20241004 -2.0.0</name >
11
+ <version >v1-rev20241011 -2.0.0</version >
12
+ <name >Cloud SQL Admin API v1-rev20241011 -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 >v1-rev20241004 -2.0.0</version >
25
+ <version >v1-rev20241011 -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:v1-rev20241004 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-sqladmin:v1-rev20241011 -2.0.0'
39
39
}
40
40
```
41
41
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-rev20241004 -2.0.0</version >
25
+ <version >v1beta4-rev20241011 -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-rev20241004 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-sqladmin:v1beta4-rev20241011 -2.0.0'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change @@ -2243,7 +2243,8 @@ public class Instances {
2243
2243
* Lists all versions of server certificates and certificate authorities (CAs) for the specified
2244
2244
* instance. There can be up to three sets of certs listed: the certificate that is currently in
2245
2245
* use, a future that has been added but not yet used to sign a certificate, and a certificate that
2246
- * has been rotated out.
2246
+ * has been rotated out. For instances not using Certificate Authority Service (CAS) server CA, use
2247
+ * ListServerCas instead.
2247
2248
*
2248
2249
* Create a request for the method "instances.ListServerCertificates".
2249
2250
*
@@ -2269,7 +2270,8 @@ public class ListServerCertificates extends SQLAdminRequest<com.google.api.servi
2269
2270
* Lists all versions of server certificates and certificate authorities (CAs) for the specified
2270
2271
* instance. There can be up to three sets of certs listed: the certificate that is currently in
2271
2272
* use, a future that has been added but not yet used to sign a certificate, and a certificate
2272
- * that has been rotated out.
2273
+ * that has been rotated out. For instances not using Certificate Authority Service (CAS) server
2274
+ * CA, use ListServerCas instead.
2273
2275
*
2274
2276
* Create a request for the method "instances.ListServerCertificates".
2275
2277
*
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-rev20241004 -2.0.0</version >
12
- <name >Cloud SQL Admin API v1beta4-rev20241004 -2.0.0</name >
11
+ <version >v1beta4-rev20241011 -2.0.0</version >
12
+ <name >Cloud SQL Admin API v1beta4-rev20241011 -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-rev20241004 -2.0.0</version >
25
+ <version >v1beta4-rev20241011 -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-rev20241004 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-sqladmin:v1beta4-rev20241011 -2.0.0'
39
39
}
40
40
```
41
41
You can’t perform that action at this time.
0 commit comments