Skip to content

Commit ea15885

Browse files
1 parent 261c4ac commit ea15885

File tree

6 files changed

+121
-6
lines changed

6 files changed

+121
-6
lines changed

clients/google-api-services-datamigration/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-datamigration</artifactId>
25-
<version>v1-rev20250619-2.0.0</version>
25+
<version>v1-rev20250625-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-datamigration:v1-rev20250619-2.0.0'
38+
implementation 'com.google.apis:google-api-services-datamigration:v1-rev20250625-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-datamigration/v1/2.0.0/com/google/api/services/datamigration/v1/DatabaseMigrationService.java

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10547,6 +10547,26 @@ public Create setSkipValidation(java.lang.Boolean skipValidation) {
1054710547
return this;
1054810548
}
1054910549

10550+
/**
10551+
* Optional. For PSC Interface only - get the tenant project before creating the resource.
10552+
*/
10553+
@com.google.api.client.util.Key
10554+
private java.lang.Boolean validateOnly;
10555+
10556+
/** Optional. For PSC Interface only - get the tenant project before creating the resource.
10557+
*/
10558+
public java.lang.Boolean getValidateOnly() {
10559+
return validateOnly;
10560+
}
10561+
10562+
/**
10563+
* Optional. For PSC Interface only - get the tenant project before creating the resource.
10564+
*/
10565+
public Create setValidateOnly(java.lang.Boolean validateOnly) {
10566+
this.validateOnly = validateOnly;
10567+
return this;
10568+
}
10569+
1055010570
@Override
1055110571
public Create set(String parameterName, Object value) {
1055210572
return (Create) super.set(parameterName, value);

clients/google-api-services-datamigration/v1/2.0.0/com/google/api/services/datamigration/v1/model/PrivateConnection.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,13 @@ public final class PrivateConnection extends com.google.api.client.json.GenericJ
6868
@com.google.api.client.util.Key
6969
private java.lang.String name;
7070

71+
/**
72+
* PSC Interface configuration.
73+
* The value may be {@code null}.
74+
*/
75+
@com.google.api.client.util.Key
76+
private PscInterfaceConfig pscInterfaceConfig;
77+
7178
/**
7279
* Output only. Reserved for future use.
7380
* The value may be {@code null}.
@@ -192,6 +199,23 @@ public PrivateConnection setName(java.lang.String name) {
192199
return this;
193200
}
194201

202+
/**
203+
* PSC Interface configuration.
204+
* @return value or {@code null} for none
205+
*/
206+
public PscInterfaceConfig getPscInterfaceConfig() {
207+
return pscInterfaceConfig;
208+
}
209+
210+
/**
211+
* PSC Interface configuration.
212+
* @param pscInterfaceConfig pscInterfaceConfig or {@code null} for none
213+
*/
214+
public PrivateConnection setPscInterfaceConfig(PscInterfaceConfig pscInterfaceConfig) {
215+
this.pscInterfaceConfig = pscInterfaceConfig;
216+
return this;
217+
}
218+
195219
/**
196220
* Output only. Reserved for future use.
197221
* @return value or {@code null} for none
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
/*
2+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
3+
* in compliance with the License. You may obtain a copy of the License at
4+
*
5+
* http://www.apache.org/licenses/LICENSE-2.0
6+
*
7+
* Unless required by applicable law or agreed to in writing, software distributed under the License
8+
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
9+
* or implied. See the License for the specific language governing permissions and limitations under
10+
* the License.
11+
*/
12+
/*
13+
* This code was generated by https://github.com/googleapis/google-api-java-client-services/
14+
* Modify at your own risk.
15+
*/
16+
17+
package com.google.api.services.datamigration.v1.model;
18+
19+
/**
20+
* The PSC Interface configuration is used to create PSC Interface between DMS's internal VPC and
21+
* the consumer's PSC.
22+
*
23+
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
24+
* transmitted over HTTP when working with the Database Migration API. For a detailed explanation
25+
* see:
26+
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
27+
* </p>
28+
*
29+
* @author Google, Inc.
30+
*/
31+
@SuppressWarnings("javadoc")
32+
public final class PscInterfaceConfig extends com.google.api.client.json.GenericJson {
33+
34+
/**
35+
* Required. Fully qualified name of the Network Attachment that DMS will connect to. Format:
36+
* `projects/{{project}}/regions/{{region}}/networkAttachments/{{name}}`
37+
* The value may be {@code null}.
38+
*/
39+
@com.google.api.client.util.Key
40+
private java.lang.String networkAttachment;
41+
42+
/**
43+
* Required. Fully qualified name of the Network Attachment that DMS will connect to. Format:
44+
* `projects/{{project}}/regions/{{region}}/networkAttachments/{{name}}`
45+
* @return value or {@code null} for none
46+
*/
47+
public java.lang.String getNetworkAttachment() {
48+
return networkAttachment;
49+
}
50+
51+
/**
52+
* Required. Fully qualified name of the Network Attachment that DMS will connect to. Format:
53+
* `projects/{{project}}/regions/{{region}}/networkAttachments/{{name}}`
54+
* @param networkAttachment networkAttachment or {@code null} for none
55+
*/
56+
public PscInterfaceConfig setNetworkAttachment(java.lang.String networkAttachment) {
57+
this.networkAttachment = networkAttachment;
58+
return this;
59+
}
60+
61+
@Override
62+
public PscInterfaceConfig set(String fieldName, Object value) {
63+
return (PscInterfaceConfig) super.set(fieldName, value);
64+
}
65+
66+
@Override
67+
public PscInterfaceConfig clone() {
68+
return (PscInterfaceConfig) super.clone();
69+
}
70+
71+
}

clients/google-api-services-datamigration/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-datamigration</artifactId>
11-
<version>v1-rev20250619-2.0.0</version>
12-
<name>Database Migration API v1-rev20250619-2.0.0</name>
11+
<version>v1-rev20250625-2.0.0</version>
12+
<name>Database Migration API v1-rev20250625-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-datamigration/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-datamigration</artifactId>
25-
<version>v1-rev20250619-2.0.0</version>
25+
<version>v1-rev20250625-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-datamigration:v1-rev20250619-2.0.0'
38+
implementation 'com.google.apis:google-api-services-datamigration:v1-rev20250625-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)