Skip to content

Commit eae1858

Browse files
1 parent e3a4e2f commit eae1858

File tree

15 files changed

+111
-51
lines changed

15 files changed

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public final class ConnectionPoolConfig extends com.google.api.client.json.Gener
3737
private java.lang.Boolean connectionPoolingEnabled;
3838

3939
/**
40-
* Optional. List of connection pool configuration flags
40+
* Optional. List of connection pool configuration flags.
4141
* The value may be {@code null}.
4242
*/
4343
@com.google.api.client.util.Key
@@ -61,15 +61,15 @@ public ConnectionPoolConfig setConnectionPoolingEnabled(java.lang.Boolean connec
6161
}
6262

6363
/**
64-
* Optional. List of connection pool configuration flags
64+
* Optional. List of connection pool configuration flags.
6565
* @return value or {@code null} for none
6666
*/
6767
public java.util.List<ConnectionPoolFlags> getFlags() {
6868
return flags;
6969
}
7070

7171
/**
72-
* Optional. List of connection pool configuration flags
72+
* Optional. List of connection pool configuration flags.
7373
* @param flags flags or {@code null} for none
7474
*/
7575
public ConnectionPoolConfig setFlags(java.util.List<ConnectionPoolFlags> flags) {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public final class InsightsConfig extends com.google.api.client.json.GenericJson
4747

4848
/**
4949
* Maximum query length stored in bytes. Default value: 1024 bytes. Range: 256-4500 bytes. Query
50-
* length more than this field value will be truncated to this value. When unset, query length
50+
* lengths greater than this field value will be truncated to this value. When unset, query length
5151
* will be the default value. Changing query length will restart the database.
5252
* The value may be {@code null}.
5353
*/
@@ -106,7 +106,7 @@ public InsightsConfig setQueryPlansPerMinute(java.lang.Integer queryPlansPerMinu
106106

107107
/**
108108
* Maximum query length stored in bytes. Default value: 1024 bytes. Range: 256-4500 bytes. Query
109-
* length more than this field value will be truncated to this value. When unset, query length
109+
* lengths greater than this field value will be truncated to this value. When unset, query length
110110
* will be the default value. Changing query length will restart the database.
111111
* @return value or {@code null} for none
112112
*/
@@ -116,7 +116,7 @@ public java.lang.Integer getQueryStringLength() {
116116

117117
/**
118118
* Maximum query length stored in bytes. Default value: 1024 bytes. Range: 256-4500 bytes. Query
119-
* length more than this field value will be truncated to this value. When unset, query length
119+
* lengths greater than this field value will be truncated to this value. When unset, query length
120120
* will be the default value. Changing query length will restart the database.
121121
* @param queryStringLength queryStringLength or {@code null} for none
122122
*/

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
public final class PscAutoConnectionConfig extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* The consumer network of this consumer endpoint. This must be a resource path that includes both
35-
* the host project and the network name. For example,
34+
* Optional. The consumer network of this consumer endpoint. This must be a resource path that
35+
* includes both the host project and the network name. For example,
3636
* `projects/project1/global/networks/network1`. The consumer host project of this network might
3737
* be different from the consumer service project.
3838
* The value may be {@code null}.
@@ -48,8 +48,8 @@ public final class PscAutoConnectionConfig extends com.google.api.client.json.Ge
4848
private java.lang.String consumerNetworkStatus;
4949

5050
/**
51-
* This is the project ID of consumer service project of this consumer endpoint. Optional. This is
52-
* only applicable if consumer_network is a shared vpc network.
51+
* Optional. This is the project ID of consumer service project of this consumer endpoint.
52+
* Optional. This is only applicable if consumer_network is a shared vpc network.
5353
* The value may be {@code null}.
5454
*/
5555
@com.google.api.client.util.Key
@@ -70,8 +70,8 @@ public final class PscAutoConnectionConfig extends com.google.api.client.json.Ge
7070
private java.lang.String status;
7171

7272
/**
73-
* The consumer network of this consumer endpoint. This must be a resource path that includes both
74-
* the host project and the network name. For example,
73+
* Optional. The consumer network of this consumer endpoint. This must be a resource path that
74+
* includes both the host project and the network name. For example,
7575
* `projects/project1/global/networks/network1`. The consumer host project of this network might
7676
* be different from the consumer service project.
7777
* @return value or {@code null} for none
@@ -81,8 +81,8 @@ public java.lang.String getConsumerNetwork() {
8181
}
8282

8383
/**
84-
* The consumer network of this consumer endpoint. This must be a resource path that includes both
85-
* the host project and the network name. For example,
84+
* Optional. The consumer network of this consumer endpoint. This must be a resource path that
85+
* includes both the host project and the network name. For example,
8686
* `projects/project1/global/networks/network1`. The consumer host project of this network might
8787
* be different from the consumer service project.
8888
* @param consumerNetwork consumerNetwork or {@code null} for none
@@ -110,17 +110,17 @@ public PscAutoConnectionConfig setConsumerNetworkStatus(java.lang.String consume
110110
}
111111

112112
/**
113-
* This is the project ID of consumer service project of this consumer endpoint. Optional. This is
114-
* only applicable if consumer_network is a shared vpc network.
113+
* Optional. This is the project ID of consumer service project of this consumer endpoint.
114+
* Optional. This is only applicable if consumer_network is a shared vpc network.
115115
* @return value or {@code null} for none
116116
*/
117117
public java.lang.String getConsumerProject() {
118118
return consumerProject;
119119
}
120120

121121
/**
122-
* This is the project ID of consumer service project of this consumer endpoint. Optional. This is
123-
* only applicable if consumer_network is a shared vpc network.
122+
* Optional. This is the project ID of consumer service project of this consumer endpoint.
123+
* Optional. This is only applicable if consumer_network is a shared vpc network.
124124
* @param consumerProject consumerProject or {@code null} for none
125125
*/
126126
public PscAutoConnectionConfig setConsumerProject(java.lang.String consumerProject) {

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

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,15 @@ public final class PscConfig extends com.google.api.client.json.GenericJson {
3939
@com.google.api.client.util.Key
4040
private java.util.List<java.lang.String> allowedConsumerProjects;
4141

42+
/**
43+
* Optional. The network attachment of the consumer network that the Private Service Connect
44+
* enabled Cloud SQL instance is authorized to connect via PSC interface. format:
45+
* projects/PROJECT/regions/REGION/networkAttachments/ID
46+
* The value may be {@code null}.
47+
*/
48+
@com.google.api.client.util.Key
49+
private java.lang.String networkAttachmentUri;
50+
4251
/**
4352
* Optional. The list of settings for requested Private Service Connect consumer endpoints that
4453
* can be used to connect to this Cloud SQL instance.
@@ -83,6 +92,27 @@ public PscConfig setAllowedConsumerProjects(java.util.List<java.lang.String> all
8392
return this;
8493
}
8594

95+
/**
96+
* Optional. The network attachment of the consumer network that the Private Service Connect
97+
* enabled Cloud SQL instance is authorized to connect via PSC interface. format:
98+
* projects/PROJECT/regions/REGION/networkAttachments/ID
99+
* @return value or {@code null} for none
100+
*/
101+
public java.lang.String getNetworkAttachmentUri() {
102+
return networkAttachmentUri;
103+
}
104+
105+
/**
106+
* Optional. The network attachment of the consumer network that the Private Service Connect
107+
* enabled Cloud SQL instance is authorized to connect via PSC interface. format:
108+
* projects/PROJECT/regions/REGION/networkAttachments/ID
109+
* @param networkAttachmentUri networkAttachmentUri or {@code null} for none
110+
*/
111+
public PscConfig setNetworkAttachmentUri(java.lang.String networkAttachmentUri) {
112+
this.networkAttachmentUri = networkAttachmentUri;
113+
return this;
114+
}
115+
86116
/**
87117
* Optional. The list of settings for requested Private Service Connect consumer endpoints that
88118
* can be used to connect to this Cloud SQL instance.

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public final class ConnectionPoolConfig extends com.google.api.client.json.Gener
3737
private java.lang.Boolean connectionPoolingEnabled;
3838

3939
/**
40-
* Optional. List of connection pool configuration flags
40+
* Optional. List of connection pool configuration flags.
4141
* The value may be {@code null}.
4242
*/
4343
@com.google.api.client.util.Key
@@ -61,15 +61,15 @@ public ConnectionPoolConfig setConnectionPoolingEnabled(java.lang.Boolean connec
6161
}
6262

6363
/**
64-
* Optional. List of connection pool configuration flags
64+
* Optional. List of connection pool configuration flags.
6565
* @return value or {@code null} for none
6666
*/
6767
public java.util.List<ConnectionPoolFlags> getFlags() {
6868
return flags;
6969
}
7070

7171
/**
72-
* Optional. List of connection pool configuration flags
72+
* Optional. List of connection pool configuration flags.
7373
* @param flags flags or {@code null} for none
7474
*/
7575
public ConnectionPoolConfig setFlags(java.util.List<ConnectionPoolFlags> flags) {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public final class InsightsConfig extends com.google.api.client.json.GenericJson
4747

4848
/**
4949
* Maximum query length stored in bytes. Default value: 1024 bytes. Range: 256-4500 bytes. Query
50-
* length more than this field value will be truncated to this value. When unset, query length
50+
* lengths greater than this field value will be truncated to this value. When unset, query length
5151
* will be the default value. Changing query length will restart the database.
5252
* The value may be {@code null}.
5353
*/
@@ -106,7 +106,7 @@ public InsightsConfig setQueryPlansPerMinute(java.lang.Integer queryPlansPerMinu
106106

107107
/**
108108
* Maximum query length stored in bytes. Default value: 1024 bytes. Range: 256-4500 bytes. Query
109-
* length more than this field value will be truncated to this value. When unset, query length
109+
* lengths greater than this field value will be truncated to this value. When unset, query length
110110
* will be the default value. Changing query length will restart the database.
111111
* @return value or {@code null} for none
112112
*/
@@ -116,7 +116,7 @@ public java.lang.Integer getQueryStringLength() {
116116

117117
/**
118118
* Maximum query length stored in bytes. Default value: 1024 bytes. Range: 256-4500 bytes. Query
119-
* length more than this field value will be truncated to this value. When unset, query length
119+
* lengths greater than this field value will be truncated to this value. When unset, query length
120120
* will be the default value. Changing query length will restart the database.
121121
* @param queryStringLength queryStringLength or {@code null} for none
122122
*/

0 commit comments

Comments
 (0)