Skip to content

Commit eff72b1

Browse files
1 parent a3dcdad commit eff72b1

File tree

5 files changed

+59
-8
lines changed

5 files changed

+59
-8
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-rev20250122-2.0.0</version>
25+
<version>v1-rev20250207-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-rev20250122-2.0.0'
38+
implementation 'com.google.apis:google-api-services-datamigration:v1-rev20250207-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,28 @@ public final class EntityDdl extends com.google.api.client.json.GenericJson {
3737
@com.google.api.client.util.Key
3838
private java.lang.String ddl;
3939

40+
/**
41+
* The DDL Kind selected for apply, or SOURCE if getting the source tree.
42+
* The value may be {@code null}.
43+
*/
44+
@com.google.api.client.util.Key
45+
private java.lang.String ddlKind;
46+
4047
/**
4148
* Type of DDL (Create, Alter).
4249
* The value may be {@code null}.
4350
*/
4451
@com.google.api.client.util.Key
4552
private java.lang.String ddlType;
4653

54+
/**
55+
* If ddl_kind is USER_EDIT, this holds the DDL kind of the original content - DETERMINISTIC or
56+
* AI. Otherwise, this is DDL_KIND_UNSPECIFIED.
57+
* The value may be {@code null}.
58+
*/
59+
@com.google.api.client.util.Key
60+
private java.lang.String editedDdlKind;
61+
4762
/**
4863
* The name of the database entity the ddl refers to.
4964
* The value may be {@code null}.
@@ -82,6 +97,23 @@ public EntityDdl setDdl(java.lang.String ddl) {
8297
return this;
8398
}
8499

100+
/**
101+
* The DDL Kind selected for apply, or SOURCE if getting the source tree.
102+
* @return value or {@code null} for none
103+
*/
104+
public java.lang.String getDdlKind() {
105+
return ddlKind;
106+
}
107+
108+
/**
109+
* The DDL Kind selected for apply, or SOURCE if getting the source tree.
110+
* @param ddlKind ddlKind or {@code null} for none
111+
*/
112+
public EntityDdl setDdlKind(java.lang.String ddlKind) {
113+
this.ddlKind = ddlKind;
114+
return this;
115+
}
116+
85117
/**
86118
* Type of DDL (Create, Alter).
87119
* @return value or {@code null} for none
@@ -99,6 +131,25 @@ public EntityDdl setDdlType(java.lang.String ddlType) {
99131
return this;
100132
}
101133

134+
/**
135+
* If ddl_kind is USER_EDIT, this holds the DDL kind of the original content - DETERMINISTIC or
136+
* AI. Otherwise, this is DDL_KIND_UNSPECIFIED.
137+
* @return value or {@code null} for none
138+
*/
139+
public java.lang.String getEditedDdlKind() {
140+
return editedDdlKind;
141+
}
142+
143+
/**
144+
* If ddl_kind is USER_EDIT, this holds the DDL kind of the original content - DETERMINISTIC or
145+
* AI. Otherwise, this is DDL_KIND_UNSPECIFIED.
146+
* @param editedDdlKind editedDdlKind or {@code null} for none
147+
*/
148+
public EntityDdl setEditedDdlKind(java.lang.String editedDdlKind) {
149+
this.editedDdlKind = editedDdlKind;
150+
return this;
151+
}
152+
102153
/**
103154
* The name of the database entity the ddl refers to.
104155
* @return value or {@code null} for none

clients/google-api-services-datamigration/v1/2.0.0/pom.xml

Lines changed: 3 additions & 3 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-rev20250122-2.0.0</version>
12-
<name>Database Migration API v1-rev20250122-2.0.0</name>
11+
<version>v1-rev20250207-2.0.0</version>
12+
<name>Database Migration API v1-rev20250207-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>
@@ -91,7 +91,7 @@
9191
<links>
9292
<link>http://docs.oracle.com/javase/7/docs/api</link>
9393
<link>https://googleapis.dev/java/google-http-client/1.46.1/</link>
94-
<link>https://googleapis.dev/java/google-oauth-client/1.37.0/</link>
94+
<link>https://googleapis.dev/java/google-oauth-client/1.38.0/</link>
9595
<link>https://googleapis.dev/java/google-api-client/2.7.2/</link>
9696
</links>
9797
</configuration>

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

clients/google-api-services-datamigration/v1beta1/2.0.0/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
<links>
9292
<link>http://docs.oracle.com/javase/7/docs/api</link>
9393
<link>https://googleapis.dev/java/google-http-client/1.46.1/</link>
94-
<link>https://googleapis.dev/java/google-oauth-client/1.37.0/</link>
94+
<link>https://googleapis.dev/java/google-oauth-client/1.38.0/</link>
9595
<link>https://googleapis.dev/java/google-api-client/2.7.2/</link>
9696
</links>
9797
</configuration>

0 commit comments

Comments
 (0)