Skip to content

Commit 8ccfe62

Browse files
1 parent 27fe88f commit 8ccfe62

File tree

12 files changed

+169
-31
lines changed

12 files changed

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

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4241,7 +4241,7 @@ public AddServerCertificate set(String parameterName, Object value) {
42414241
* This request holds the parameters needed by the sqladmin server. After setting any optional
42424242
* parameters, call the {@link Clone#execute()} method to invoke the remote operation.
42434243
*
4244-
* @param project Required. Project ID of the source as well as the clone Cloud SQL instance.
4244+
* @param project Required. Project ID of the source Cloud SQL instance.
42454245
* @param instance Required. The ID of the Cloud SQL instance to be cloned (source). This does not include the project
42464246
* ID.
42474247
* @param content the {@link com.google.api.services.sqladmin.model.InstancesCloneRequest}
@@ -4269,7 +4269,7 @@ public class Clone extends SQLAdminRequest<com.google.api.services.sqladmin.mode
42694269
* Clone#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
42704270
* be called to initialize this instance immediately after invoking the constructor. </p>
42714271
*
4272-
* @param project Required. Project ID of the source as well as the clone Cloud SQL instance.
4272+
* @param project Required. Project ID of the source Cloud SQL instance.
42734273
* @param instance Required. The ID of the Cloud SQL instance to be cloned (source). This does not include the project
42744274
* ID.
42754275
* @param content the {@link com.google.api.services.sqladmin.model.InstancesCloneRequest}
@@ -4336,17 +4336,17 @@ public Clone setUploadProtocol(java.lang.String uploadProtocol) {
43364336
return (Clone) super.setUploadProtocol(uploadProtocol);
43374337
}
43384338

4339-
/** Required. Project ID of the source as well as the clone Cloud SQL instance. */
4339+
/** Required. Project ID of the source Cloud SQL instance. */
43404340
@com.google.api.client.util.Key
43414341
private java.lang.String project;
43424342

4343-
/** Required. Project ID of the source as well as the clone Cloud SQL instance.
4343+
/** Required. Project ID of the source Cloud SQL instance.
43444344
*/
43454345
public java.lang.String getProject() {
43464346
return project;
43474347
}
43484348

4349-
/** Required. Project ID of the source as well as the clone Cloud SQL instance. */
4349+
/** Required. Project ID of the source Cloud SQL instance. */
43504350
public Clone setProject(java.lang.String project) {
43514351
this.project = project;
43524352
return this;

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public final class ExecuteSqlPayload extends com.google.api.client.json.GenericJ
3939
private java.lang.String application;
4040

4141
/**
42-
* Optional. When set to true, the API caller identity associated with the request is used for
42+
* Optional. When set to `true`, the API caller identity associated with the request is used for
4343
* database authentication. The API caller must be an IAM user in the database.
4444
* The value may be {@code null}.
4545
*/
@@ -106,7 +106,7 @@ public ExecuteSqlPayload setApplication(java.lang.String application) {
106106
}
107107

108108
/**
109-
* Optional. When set to true, the API caller identity associated with the request is used for
109+
* Optional. When set to `true`, the API caller identity associated with the request is used for
110110
* database authentication. The API caller must be an IAM user in the database.
111111
* @return value or {@code null} for none
112112
*/
@@ -115,7 +115,7 @@ public java.lang.Boolean getAutoIamAuthn() {
115115
}
116116

117117
/**
118-
* Optional. When set to true, the API caller identity associated with the request is used for
118+
* Optional. When set to `true`, the API caller identity associated with the request is used for
119119
* database authentication. The API caller must be an IAM user in the database.
120120
* @param autoIamAuthn autoIamAuthn or {@code null} for none
121121
*/

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ public final class PscAutoConnectionConfig extends com.google.api.client.json.Ge
4848
private java.lang.String consumerNetworkStatus;
4949

5050
/**
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.
51+
* Optional. This is the project ID of consumer service project of this consumer endpoint. This is
52+
* 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
@@ -110,17 +110,17 @@ public PscAutoConnectionConfig setConsumerNetworkStatus(java.lang.String consume
110110
}
111111

112112
/**
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.
113+
* Optional. This is the project ID of consumer service project of this consumer endpoint. This is
114+
* 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-
* 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.
122+
* Optional. This is the project ID of consumer service project of this consumer endpoint. This is
123+
* 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: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,34 @@ public final class PscConfig extends com.google.api.client.json.GenericJson {
6262
com.google.api.client.util.Data.nullOf(PscAutoConnectionConfig.class);
6363
}
6464

65+
/**
66+
* Optional. Indicates whether PSC DNS automation is enabled for this instance. When enabled,
67+
* Cloud SQL provisions a universal DNS record across all networks configured with Private Service
68+
* Connect (PSC) auto-connections. This will default to true for new instances when Private
69+
* Service Connect is enabled.
70+
* The value may be {@code null}.
71+
*/
72+
@com.google.api.client.util.Key
73+
private java.lang.Boolean pscAutoDnsEnabled;
74+
6575
/**
6676
* Whether PSC connectivity is enabled for this instance.
6777
* The value may be {@code null}.
6878
*/
6979
@com.google.api.client.util.Key
7080
private java.lang.Boolean pscEnabled;
7181

82+
/**
83+
* Optional. Indicates whether PSC write endpoint DNS automation is enabled for this instance.
84+
* When enabled, Cloud SQL provisions a universal global DNS record across all networks configured
85+
* with Private Service Connect (PSC) auto-connections that always points to the cluster primary
86+
* instance. This feature is only supported for Enterprise Plus edition. This will default to true
87+
* for new Enterprise Plus instances when `psc_auto_dns_enabled` is enabled.
88+
* The value may be {@code null}.
89+
*/
90+
@com.google.api.client.util.Key
91+
private java.lang.Boolean pscWriteEndpointDnsEnabled;
92+
7293
/**
7394
* Optional. The list of consumer projects that are allow-listed for PSC connections to this
7495
* instance. This instance can be connected to with PSC from any network in these projects. Each
@@ -132,6 +153,29 @@ public PscConfig setPscAutoConnections(java.util.List<PscAutoConnectionConfig> p
132153
return this;
133154
}
134155

156+
/**
157+
* Optional. Indicates whether PSC DNS automation is enabled for this instance. When enabled,
158+
* Cloud SQL provisions a universal DNS record across all networks configured with Private Service
159+
* Connect (PSC) auto-connections. This will default to true for new instances when Private
160+
* Service Connect is enabled.
161+
* @return value or {@code null} for none
162+
*/
163+
public java.lang.Boolean getPscAutoDnsEnabled() {
164+
return pscAutoDnsEnabled;
165+
}
166+
167+
/**
168+
* Optional. Indicates whether PSC DNS automation is enabled for this instance. When enabled,
169+
* Cloud SQL provisions a universal DNS record across all networks configured with Private Service
170+
* Connect (PSC) auto-connections. This will default to true for new instances when Private
171+
* Service Connect is enabled.
172+
* @param pscAutoDnsEnabled pscAutoDnsEnabled or {@code null} for none
173+
*/
174+
public PscConfig setPscAutoDnsEnabled(java.lang.Boolean pscAutoDnsEnabled) {
175+
this.pscAutoDnsEnabled = pscAutoDnsEnabled;
176+
return this;
177+
}
178+
135179
/**
136180
* Whether PSC connectivity is enabled for this instance.
137181
* @return value or {@code null} for none
@@ -149,6 +193,31 @@ public PscConfig setPscEnabled(java.lang.Boolean pscEnabled) {
149193
return this;
150194
}
151195

196+
/**
197+
* Optional. Indicates whether PSC write endpoint DNS automation is enabled for this instance.
198+
* When enabled, Cloud SQL provisions a universal global DNS record across all networks configured
199+
* with Private Service Connect (PSC) auto-connections that always points to the cluster primary
200+
* instance. This feature is only supported for Enterprise Plus edition. This will default to true
201+
* for new Enterprise Plus instances when `psc_auto_dns_enabled` is enabled.
202+
* @return value or {@code null} for none
203+
*/
204+
public java.lang.Boolean getPscWriteEndpointDnsEnabled() {
205+
return pscWriteEndpointDnsEnabled;
206+
}
207+
208+
/**
209+
* Optional. Indicates whether PSC write endpoint DNS automation is enabled for this instance.
210+
* When enabled, Cloud SQL provisions a universal global DNS record across all networks configured
211+
* with Private Service Connect (PSC) auto-connections that always points to the cluster primary
212+
* instance. This feature is only supported for Enterprise Plus edition. This will default to true
213+
* for new Enterprise Plus instances when `psc_auto_dns_enabled` is enabled.
214+
* @param pscWriteEndpointDnsEnabled pscWriteEndpointDnsEnabled or {@code null} for none
215+
*/
216+
public PscConfig setPscWriteEndpointDnsEnabled(java.lang.Boolean pscWriteEndpointDnsEnabled) {
217+
this.pscWriteEndpointDnsEnabled = pscWriteEndpointDnsEnabled;
218+
return this;
219+
}
220+
152221
@Override
153222
public PscConfig set(String fieldName, Object value) {
154223
return (PscConfig) super.set(fieldName, value);

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

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4245,7 +4245,7 @@ public AddServerCertificate set(String parameterName, Object value) {
42454245
* This request holds the parameters needed by the sqladmin server. After setting any optional
42464246
* parameters, call the {@link Clone#execute()} method to invoke the remote operation.
42474247
*
4248-
* @param project Project ID of the source as well as the clone Cloud SQL instance.
4248+
* @param project Project ID of the source Cloud SQL instance.
42494249
* @param instance The ID of the Cloud SQL instance to be cloned (source). This does not include the project ID.
42504250
* @param content the {@link com.google.api.services.sqladmin.model.InstancesCloneRequest}
42514251
* @return the request
@@ -4272,7 +4272,7 @@ public class Clone extends SQLAdminRequest<com.google.api.services.sqladmin.mode
42724272
* Clone#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
42734273
* be called to initialize this instance immediately after invoking the constructor. </p>
42744274
*
4275-
* @param project Project ID of the source as well as the clone Cloud SQL instance.
4275+
* @param project Project ID of the source Cloud SQL instance.
42764276
* @param instance The ID of the Cloud SQL instance to be cloned (source). This does not include the project ID.
42774277
* @param content the {@link com.google.api.services.sqladmin.model.InstancesCloneRequest}
42784278
* @since 1.13
@@ -4338,17 +4338,17 @@ public Clone setUploadProtocol(java.lang.String uploadProtocol) {
43384338
return (Clone) super.setUploadProtocol(uploadProtocol);
43394339
}
43404340

4341-
/** Project ID of the source as well as the clone Cloud SQL instance. */
4341+
/** Project ID of the source Cloud SQL instance. */
43424342
@com.google.api.client.util.Key
43434343
private java.lang.String project;
43444344

4345-
/** Project ID of the source as well as the clone Cloud SQL instance.
4345+
/** Project ID of the source Cloud SQL instance.
43464346
*/
43474347
public java.lang.String getProject() {
43484348
return project;
43494349
}
43504350

4351-
/** Project ID of the source as well as the clone Cloud SQL instance. */
4351+
/** Project ID of the source Cloud SQL instance. */
43524352
public Clone setProject(java.lang.String project) {
43534353
this.project = project;
43544354
return this;

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

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,34 @@ public final class PscConfig extends com.google.api.client.json.GenericJson {
6262
com.google.api.client.util.Data.nullOf(PscAutoConnectionConfig.class);
6363
}
6464

65+
/**
66+
* Optional. Indicates whether PSC DNS automation is enabled for this instance. When enabled,
67+
* Cloud SQL provisions a universal DNS record across all networks configured with Private Service
68+
* Connect (PSC) auto-connections. This will default to true for new instances when Private
69+
* Service Connect is enabled.
70+
* The value may be {@code null}.
71+
*/
72+
@com.google.api.client.util.Key
73+
private java.lang.Boolean pscAutoDnsEnabled;
74+
6575
/**
6676
* Whether PSC connectivity is enabled for this instance.
6777
* The value may be {@code null}.
6878
*/
6979
@com.google.api.client.util.Key
7080
private java.lang.Boolean pscEnabled;
7181

82+
/**
83+
* Optional. Indicates whether PSC write endpoint DNS automation is enabled for this instance.
84+
* When enabled, Cloud SQL provisions a universal global DNS record across all networks configured
85+
* with Private Service Connect (PSC) auto-connections that always points to the cluster primary
86+
* instance. This feature is only supported for Enterprise Plus edition. This will default to true
87+
* for new enterprise plus instances when `psc_auto_dns_enabled` is enabled.
88+
* The value may be {@code null}.
89+
*/
90+
@com.google.api.client.util.Key
91+
private java.lang.Boolean pscWriteEndpointDnsEnabled;
92+
7293
/**
7394
* Optional. The list of consumer projects that are allow-listed for PSC connections to this
7495
* instance. This instance can be connected to with PSC from any network in these projects. Each
@@ -132,6 +153,29 @@ public PscConfig setPscAutoConnections(java.util.List<PscAutoConnectionConfig> p
132153
return this;
133154
}
134155

156+
/**
157+
* Optional. Indicates whether PSC DNS automation is enabled for this instance. When enabled,
158+
* Cloud SQL provisions a universal DNS record across all networks configured with Private Service
159+
* Connect (PSC) auto-connections. This will default to true for new instances when Private
160+
* Service Connect is enabled.
161+
* @return value or {@code null} for none
162+
*/
163+
public java.lang.Boolean getPscAutoDnsEnabled() {
164+
return pscAutoDnsEnabled;
165+
}
166+
167+
/**
168+
* Optional. Indicates whether PSC DNS automation is enabled for this instance. When enabled,
169+
* Cloud SQL provisions a universal DNS record across all networks configured with Private Service
170+
* Connect (PSC) auto-connections. This will default to true for new instances when Private
171+
* Service Connect is enabled.
172+
* @param pscAutoDnsEnabled pscAutoDnsEnabled or {@code null} for none
173+
*/
174+
public PscConfig setPscAutoDnsEnabled(java.lang.Boolean pscAutoDnsEnabled) {
175+
this.pscAutoDnsEnabled = pscAutoDnsEnabled;
176+
return this;
177+
}
178+
135179
/**
136180
* Whether PSC connectivity is enabled for this instance.
137181
* @return value or {@code null} for none
@@ -149,6 +193,31 @@ public PscConfig setPscEnabled(java.lang.Boolean pscEnabled) {
149193
return this;
150194
}
151195

196+
/**
197+
* Optional. Indicates whether PSC write endpoint DNS automation is enabled for this instance.
198+
* When enabled, Cloud SQL provisions a universal global DNS record across all networks configured
199+
* with Private Service Connect (PSC) auto-connections that always points to the cluster primary
200+
* instance. This feature is only supported for Enterprise Plus edition. This will default to true
201+
* for new enterprise plus instances when `psc_auto_dns_enabled` is enabled.
202+
* @return value or {@code null} for none
203+
*/
204+
public java.lang.Boolean getPscWriteEndpointDnsEnabled() {
205+
return pscWriteEndpointDnsEnabled;
206+
}
207+
208+
/**
209+
* Optional. Indicates whether PSC write endpoint DNS automation is enabled for this instance.
210+
* When enabled, Cloud SQL provisions a universal global DNS record across all networks configured
211+
* with Private Service Connect (PSC) auto-connections that always points to the cluster primary
212+
* instance. This feature is only supported for Enterprise Plus edition. This will default to true
213+
* for new enterprise plus instances when `psc_auto_dns_enabled` is enabled.
214+
* @param pscWriteEndpointDnsEnabled pscWriteEndpointDnsEnabled or {@code null} for none
215+
*/
216+
public PscConfig setPscWriteEndpointDnsEnabled(java.lang.Boolean pscWriteEndpointDnsEnabled) {
217+
this.pscWriteEndpointDnsEnabled = pscWriteEndpointDnsEnabled;
218+
return this;
219+
}
220+
152221
@Override
153222
public PscConfig set(String fieldName, Object value) {
154223
return (PscConfig) super.set(fieldName, value);

0 commit comments

Comments
 (0)