Skip to content

Commit 9aba6b6

Browse files
1 parent 02a712e commit 9aba6b6

File tree

12 files changed

+30
-30
lines changed

12 files changed

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public final class DemoteMasterMySqlReplicaConfiguration extends com.google.api.
4444
private java.lang.String clientCertificate;
4545

4646
/**
47-
* PEM representation of the replica's private key. The corresponsing public key is encoded in the
47+
* PEM representation of the replica's private key. The corresponding public key is encoded in the
4848
* client's certificate. The format of the replica's private key can be either PKCS #1 or PKCS #8.
4949
* The value may be {@code null}.
5050
*/
@@ -107,7 +107,7 @@ public DemoteMasterMySqlReplicaConfiguration setClientCertificate(java.lang.Stri
107107
}
108108

109109
/**
110-
* PEM representation of the replica's private key. The corresponsing public key is encoded in the
110+
* PEM representation of the replica's private key. The corresponding public key is encoded in the
111111
* client's certificate. The format of the replica's private key can be either PKCS #1 or PKCS #8.
112112
* @return value or {@code null} for none
113113
*/
@@ -116,7 +116,7 @@ public java.lang.String getClientKey() {
116116
}
117117

118118
/**
119-
* PEM representation of the replica's private key. The corresponsing public key is encoded in the
119+
* PEM representation of the replica's private key. The corresponding public key is encoded in the
120120
* client's certificate. The format of the replica's private key can be either PKCS #1 or PKCS #8.
121121
* @param clientKey clientKey or {@code null} for none
122122
*/

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public final class MySqlReplicaConfiguration extends com.google.api.client.json.
4444
private java.lang.String clientCertificate;
4545

4646
/**
47-
* PEM representation of the replica's private key. The corresponsing public key is encoded in the
47+
* PEM representation of the replica's private key. The corresponding public key is encoded in the
4848
* client's certificate.
4949
* The value may be {@code null}.
5050
*/
@@ -146,7 +146,7 @@ public MySqlReplicaConfiguration setClientCertificate(java.lang.String clientCer
146146
}
147147

148148
/**
149-
* PEM representation of the replica's private key. The corresponsing public key is encoded in the
149+
* PEM representation of the replica's private key. The corresponding public key is encoded in the
150150
* client's certificate.
151151
* @return value or {@code null} for none
152152
*/
@@ -155,7 +155,7 @@ public java.lang.String getClientKey() {
155155
}
156156

157157
/**
158-
* PEM representation of the replica's private key. The corresponsing public key is encoded in the
158+
* PEM representation of the replica's private key. The corresponding public key is encoded in the
159159
* client's certificate.
160160
* @param clientKey clientKey or {@code null} for none
161161
*/

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public final class OnPremisesConfiguration extends com.google.api.client.json.Ge
4444
private java.lang.String clientCertificate;
4545

4646
/**
47-
* PEM representation of the replica's private key. The corresponsing public key is encoded in the
47+
* PEM representation of the replica's private key. The corresponding public key is encoded in the
4848
* client's certificate.
4949
* The value may be {@code null}.
5050
*/
@@ -143,7 +143,7 @@ public OnPremisesConfiguration setClientCertificate(java.lang.String clientCerti
143143
}
144144

145145
/**
146-
* PEM representation of the replica's private key. The corresponsing public key is encoded in the
146+
* PEM representation of the replica's private key. The corresponding public key is encoded in the
147147
* client's certificate.
148148
* @return value or {@code null} for none
149149
*/
@@ -152,7 +152,7 @@ public java.lang.String getClientKey() {
152152
}
153153

154154
/**
155-
* PEM representation of the replica's private key. The corresponsing public key is encoded in the
155+
* PEM representation of the replica's private key. The corresponding public key is encoded in the
156156
* client's certificate.
157157
* @param clientKey clientKey or {@code null} for none
158158
*/

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-rev20250117-2.0.0</version>
12-
<name>Cloud SQL Admin API v1-rev20250117-2.0.0</name>
11+
<version>v1-rev20250129-2.0.0</version>
12+
<name>Cloud SQL Admin API v1-rev20250129-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-rev20250117-2.0.0</version>
25+
<version>v1-rev20250129-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-rev20250117-2.0.0'
38+
implementation 'com.google.apis:google-api-services-sqladmin:v1-rev20250129-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-rev20250117-2.0.0</version>
25+
<version>v1beta4-rev20250129-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-rev20250117-2.0.0'
38+
implementation 'com.google.apis:google-api-services-sqladmin:v1beta4-rev20250129-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public final class DemoteMasterMySqlReplicaConfiguration extends com.google.api.
4444
private java.lang.String clientCertificate;
4545

4646
/**
47-
* PEM representation of the replica's private key. The corresponsing public key is encoded in the
47+
* PEM representation of the replica's private key. The corresponding public key is encoded in the
4848
* client's certificate. The format of the replica's private key can be either PKCS #1 or PKCS #8.
4949
* The value may be {@code null}.
5050
*/
@@ -107,7 +107,7 @@ public DemoteMasterMySqlReplicaConfiguration setClientCertificate(java.lang.Stri
107107
}
108108

109109
/**
110-
* PEM representation of the replica's private key. The corresponsing public key is encoded in the
110+
* PEM representation of the replica's private key. The corresponding public key is encoded in the
111111
* client's certificate. The format of the replica's private key can be either PKCS #1 or PKCS #8.
112112
* @return value or {@code null} for none
113113
*/
@@ -116,7 +116,7 @@ public java.lang.String getClientKey() {
116116
}
117117

118118
/**
119-
* PEM representation of the replica's private key. The corresponsing public key is encoded in the
119+
* PEM representation of the replica's private key. The corresponding public key is encoded in the
120120
* client's certificate. The format of the replica's private key can be either PKCS #1 or PKCS #8.
121121
* @param clientKey clientKey or {@code null} for none
122122
*/

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public final class MySqlReplicaConfiguration extends com.google.api.client.json.
4444
private java.lang.String clientCertificate;
4545

4646
/**
47-
* PEM representation of the replica's private key. The corresponsing public key is encoded in the
47+
* PEM representation of the replica's private key. The corresponding public key is encoded in the
4848
* client's certificate.
4949
* The value may be {@code null}.
5050
*/
@@ -146,7 +146,7 @@ public MySqlReplicaConfiguration setClientCertificate(java.lang.String clientCer
146146
}
147147

148148
/**
149-
* PEM representation of the replica's private key. The corresponsing public key is encoded in the
149+
* PEM representation of the replica's private key. The corresponding public key is encoded in the
150150
* client's certificate.
151151
* @return value or {@code null} for none
152152
*/
@@ -155,7 +155,7 @@ public java.lang.String getClientKey() {
155155
}
156156

157157
/**
158-
* PEM representation of the replica's private key. The corresponsing public key is encoded in the
158+
* PEM representation of the replica's private key. The corresponding public key is encoded in the
159159
* client's certificate.
160160
* @param clientKey clientKey or {@code null} for none
161161
*/

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public final class OnPremisesConfiguration extends com.google.api.client.json.Ge
4444
private java.lang.String clientCertificate;
4545

4646
/**
47-
* PEM representation of the replica's private key. The corresponsing public key is encoded in the
47+
* PEM representation of the replica's private key. The corresponding public key is encoded in the
4848
* client's certificate.
4949
* The value may be {@code null}.
5050
*/
@@ -143,7 +143,7 @@ public OnPremisesConfiguration setClientCertificate(java.lang.String clientCerti
143143
}
144144

145145
/**
146-
* PEM representation of the replica's private key. The corresponsing public key is encoded in the
146+
* PEM representation of the replica's private key. The corresponding public key is encoded in the
147147
* client's certificate.
148148
* @return value or {@code null} for none
149149
*/
@@ -152,7 +152,7 @@ public java.lang.String getClientKey() {
152152
}
153153

154154
/**
155-
* PEM representation of the replica's private key. The corresponsing public key is encoded in the
155+
* PEM representation of the replica's private key. The corresponding public key is encoded in the
156156
* client's certificate.
157157
* @param clientKey clientKey or {@code null} for none
158158
*/

0 commit comments

Comments
 (0)