Skip to content

Commit da98750

Browse files
1 parent 15f36f3 commit da98750

26 files changed

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public final class Backup extends com.google.api.client.json.GenericJson {
5252
private java.lang.String backupRun;
5353

5454
/**
55-
* Output only. The database version of the instance of when this backup was made.
55+
* Output only. The database version of the instance of at the time this backup was made.
5656
* The value may be {@code null}.
5757
*/
5858
@com.google.api.client.util.Key
@@ -256,15 +256,15 @@ public Backup setBackupRun(java.lang.String backupRun) {
256256
}
257257

258258
/**
259-
* Output only. The database version of the instance of when this backup was made.
259+
* Output only. The database version of the instance of at the time this backup was made.
260260
* @return value or {@code null} for none
261261
*/
262262
public java.lang.String getDatabaseVersion() {
263263
return databaseVersion;
264264
}
265265

266266
/**
267-
* Output only. The database version of the instance of when this backup was made.
267+
* Output only. The database version of the instance of at the time this backup was made.
268268
* @param databaseVersion databaseVersion or {@code null} for none
269269
*/
270270
public Backup setDatabaseVersion(java.lang.String databaseVersion) {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public final class BackupRun extends com.google.api.client.json.GenericJson {
3737
private java.lang.String backupKind;
3838

3939
/**
40-
* Output only. The instance database version when this backup was made.
40+
* Output only. The instance database version at the time this backup was made.
4141
* The value may be {@code null}.
4242
*/
4343
@com.google.api.client.util.Key
@@ -187,15 +187,15 @@ public BackupRun setBackupKind(java.lang.String backupKind) {
187187
}
188188

189189
/**
190-
* Output only. The instance database version when this backup was made.
190+
* Output only. The instance database version at the time this backup was made.
191191
* @return value or {@code null} for none
192192
*/
193193
public java.lang.String getDatabaseVersion() {
194194
return databaseVersion;
195195
}
196196

197197
/**
198-
* Output only. The instance database version when this backup was made.
198+
* Output only. The instance database version at the time this backup was made.
199199
* @param databaseVersion databaseVersion or {@code null} for none
200200
*/
201201
public BackupRun setDatabaseVersion(java.lang.String databaseVersion) {

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

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.sqladmin.model;
1818

1919
/**
20-
* Details of a single node of a read pool.
20+
* Details of a single read pool node of a read pool.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* transmitted over HTTP when working with the Cloud SQL Admin API. For a detailed explanation see:
@@ -30,43 +30,44 @@
3030
public final class ConnectPoolNodeConfig extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* Output only. The DNS name of the node.
33+
* Output only. The DNS name of the read pool node.
3434
* The value may be {@code null}.
3535
*/
3636
@com.google.api.client.util.Key
3737
private java.lang.String dnsName;
3838

3939
/**
40-
* Output only. The list of DNS names used by this node.
40+
* Output only. The list of DNS names used by this read pool node.
4141
* The value may be {@code null}.
4242
*/
4343
@com.google.api.client.util.Key
4444
private java.util.List<DnsNameMapping> dnsNames;
4545

4646
/**
47-
* Output only. Mappings containing IP addresses that can be used to connect to the node.
47+
* Output only. Mappings containing IP addresses that can be used to connect to the read pool
48+
* node.
4849
* The value may be {@code null}.
4950
*/
5051
@com.google.api.client.util.Key
5152
private java.util.List<IpMapping> ipAddresses;
5253

5354
/**
54-
* Output only. The name of the node. Doesn't include the project ID.
55+
* Output only. The name of the read pool node. Doesn't include the project ID.
5556
* The value may be {@code null}.
5657
*/
5758
@com.google.api.client.util.Key
5859
private java.lang.String name;
5960

6061
/**
61-
* Output only. The DNS name of the node.
62+
* Output only. The DNS name of the read pool node.
6263
* @return value or {@code null} for none
6364
*/
6465
public java.lang.String getDnsName() {
6566
return dnsName;
6667
}
6768

6869
/**
69-
* Output only. The DNS name of the node.
70+
* Output only. The DNS name of the read pool node.
7071
* @param dnsName dnsName or {@code null} for none
7172
*/
7273
public ConnectPoolNodeConfig setDnsName(java.lang.String dnsName) {
@@ -75,15 +76,15 @@ public ConnectPoolNodeConfig setDnsName(java.lang.String dnsName) {
7576
}
7677

7778
/**
78-
* Output only. The list of DNS names used by this node.
79+
* Output only. The list of DNS names used by this read pool node.
7980
* @return value or {@code null} for none
8081
*/
8182
public java.util.List<DnsNameMapping> getDnsNames() {
8283
return dnsNames;
8384
}
8485

8586
/**
86-
* Output only. The list of DNS names used by this node.
87+
* Output only. The list of DNS names used by this read pool node.
8788
* @param dnsNames dnsNames or {@code null} for none
8889
*/
8990
public ConnectPoolNodeConfig setDnsNames(java.util.List<DnsNameMapping> dnsNames) {
@@ -92,15 +93,17 @@ public ConnectPoolNodeConfig setDnsNames(java.util.List<DnsNameMapping> dnsNames
9293
}
9394

9495
/**
95-
* Output only. Mappings containing IP addresses that can be used to connect to the node.
96+
* Output only. Mappings containing IP addresses that can be used to connect to the read pool
97+
* node.
9698
* @return value or {@code null} for none
9799
*/
98100
public java.util.List<IpMapping> getIpAddresses() {
99101
return ipAddresses;
100102
}
101103

102104
/**
103-
* Output only. Mappings containing IP addresses that can be used to connect to the node.
105+
* Output only. Mappings containing IP addresses that can be used to connect to the read pool
106+
* node.
104107
* @param ipAddresses ipAddresses or {@code null} for none
105108
*/
106109
public ConnectPoolNodeConfig setIpAddresses(java.util.List<IpMapping> ipAddresses) {
@@ -109,15 +112,15 @@ public ConnectPoolNodeConfig setIpAddresses(java.util.List<IpMapping> ipAddresse
109112
}
110113

111114
/**
112-
* Output only. The name of the node. Doesn't include the project ID.
115+
* Output only. The name of the read pool node. Doesn't include the project ID.
113116
* @return value or {@code null} for none
114117
*/
115118
public java.lang.String getName() {
116119
return name;
117120
}
118121

119122
/**
120-
* Output only. The name of the node. Doesn't include the project ID.
123+
* Output only. The name of the read pool node. Doesn't include the project ID.
121124
* @param name name or {@code null} for none
122125
*/
123126
public ConnectPoolNodeConfig setName(java.lang.String name) {

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,14 +87,14 @@ public final class ConnectSettings extends com.google.api.client.json.GenericJso
8787
private java.lang.String kind;
8888

8989
/**
90-
* The number of nodes in a read pool.
90+
* The number of read pool nodes in a read pool.
9191
* The value may be {@code null}.
9292
*/
9393
@com.google.api.client.util.Key
9494
private java.lang.Integer nodeCount;
9595

9696
/**
97-
* Output only. Entries containing information about each node of the read pool.
97+
* Output only. Entries containing information about each read pool node of the read pool.
9898
* The value may be {@code null}.
9999
*/
100100
@com.google.api.client.util.Key
@@ -271,15 +271,15 @@ public ConnectSettings setKind(java.lang.String kind) {
271271
}
272272

273273
/**
274-
* The number of nodes in a read pool.
274+
* The number of read pool nodes in a read pool.
275275
* @return value or {@code null} for none
276276
*/
277277
public java.lang.Integer getNodeCount() {
278278
return nodeCount;
279279
}
280280

281281
/**
282-
* The number of nodes in a read pool.
282+
* The number of read pool nodes in a read pool.
283283
* @param nodeCount nodeCount or {@code null} for none
284284
*/
285285
public ConnectSettings setNodeCount(java.lang.Integer nodeCount) {
@@ -288,15 +288,15 @@ public ConnectSettings setNodeCount(java.lang.Integer nodeCount) {
288288
}
289289

290290
/**
291-
* Output only. Entries containing information about each node of the read pool.
291+
* Output only. Entries containing information about each read pool node of the read pool.
292292
* @return value or {@code null} for none
293293
*/
294294
public java.util.List<ConnectPoolNodeConfig> getNodes() {
295295
return nodes;
296296
}
297297

298298
/**
299-
* Output only. Entries containing information about each node of the read pool.
299+
* Output only. Entries containing information about each read pool node of the read pool.
300300
* @param nodes nodes or {@code null} for none
301301
*/
302302
public ConnectSettings setNodes(java.util.List<ConnectPoolNodeConfig> nodes) {

0 commit comments

Comments
 (0)