Skip to content

Commit b2aa87e

Browse files
1 parent f09e4bd commit b2aa87e

File tree

8 files changed

+20
-16
lines changed

8 files changed

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

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2239,7 +2239,8 @@ public class Instances {
22392239
* Lists all versions of server certificates and certificate authorities (CAs) for the specified
22402240
* instance. There can be up to three sets of certs listed: the certificate that is currently in
22412241
* 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.
22432244
*
22442245
* Create a request for the method "instances.ListServerCertificates".
22452246
*
@@ -2265,7 +2266,8 @@ public class ListServerCertificates extends SQLAdminRequest<com.google.api.servi
22652266
* Lists all versions of server certificates and certificate authorities (CAs) for the specified
22662267
* instance. There can be up to three sets of certs listed: the certificate that is currently in
22672268
* 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.
22692271
*
22702272
* Create a request for the method "instances.ListServerCertificates".
22712273
*

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

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

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2243,7 +2243,8 @@ public class Instances {
22432243
* Lists all versions of server certificates and certificate authorities (CAs) for the specified
22442244
* instance. There can be up to three sets of certs listed: the certificate that is currently in
22452245
* 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.
22472248
*
22482249
* Create a request for the method "instances.ListServerCertificates".
22492250
*
@@ -2269,7 +2270,8 @@ public class ListServerCertificates extends SQLAdminRequest<com.google.api.servi
22692270
* Lists all versions of server certificates and certificate authorities (CAs) for the specified
22702271
* instance. There can be up to three sets of certs listed: the certificate that is currently in
22712272
* 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.
22732275
*
22742276
* Create a request for the method "instances.ListServerCertificates".
22752277
*

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

0 commit comments

Comments
 (0)