Skip to content

Commit 135e8bc

Browse files
1 parent cf4266e commit 135e8bc

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
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-rev20250217-2.0.0</version>
25+
<version>v1-rev20250226-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-rev20250217-2.0.0'
38+
implementation 'com.google.apis:google-api-services-datamigration:v1-rev20250226-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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public final class EntityDdl extends com.google.api.client.json.GenericJson {
3838
private java.lang.String ddl;
3939

4040
/**
41-
* The DDL Kind selected for apply, or SOURCE if getting the source tree.
41+
* The DDL Kind selected for apply, or UNSPECIFIED if the entity wasn't converted yet.
4242
* The value may be {@code null}.
4343
*/
4444
@com.google.api.client.util.Key
@@ -98,15 +98,15 @@ public EntityDdl setDdl(java.lang.String ddl) {
9898
}
9999

100100
/**
101-
* The DDL Kind selected for apply, or SOURCE if getting the source tree.
101+
* The DDL Kind selected for apply, or UNSPECIFIED if the entity wasn't converted yet.
102102
* @return value or {@code null} for none
103103
*/
104104
public java.lang.String getDdlKind() {
105105
return ddlKind;
106106
}
107107

108108
/**
109-
* The DDL Kind selected for apply, or SOURCE if getting the source tree.
109+
* The DDL Kind selected for apply, or UNSPECIFIED if the entity wasn't converted yet.
110110
* @param ddlKind ddlKind or {@code null} for none
111111
*/
112112
public EntityDdl setDdlKind(java.lang.String ddlKind) {

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-rev20250217-2.0.0</version>
12-
<name>Database Migration API v1-rev20250217-2.0.0</name>
11+
<version>v1-rev20250226-2.0.0</version>
12+
<name>Database Migration API v1-rev20250226-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-rev20250217-2.0.0</version>
25+
<version>v1-rev20250226-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-rev20250217-2.0.0'
38+
implementation 'com.google.apis:google-api-services-datamigration:v1-rev20250226-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)