Skip to content

Commit f372d24

Browse files
1 parent ee1b1b8 commit f372d24

File tree

4 files changed

+33
-6
lines changed

4 files changed

+33
-6
lines changed

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

clients/google-api-services-datacatalog/v1/2.0.0/com/google/api/services/datacatalog/v1/model/GoogleCloudDatacatalogV1MigrationConfig.java

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,14 @@ public final class GoogleCloudDatacatalogV1MigrationConfig extends com.google.ap
4545
@com.google.api.client.util.Key
4646
private java.lang.String tagTemplateMigration;
4747

48+
/**
49+
* The time when the Tag Template migration was enabled. If the Tag Template migration is not
50+
* enabled, this field is not set.
51+
* The value may be {@code null}.
52+
*/
53+
@com.google.api.client.util.Key
54+
private String templateMigrationEnabledTime;
55+
4856
/**
4957
* Opt-in status for the UI switch to Dataplex.
5058
* @return value or {@code null} for none
@@ -79,6 +87,25 @@ public GoogleCloudDatacatalogV1MigrationConfig setTagTemplateMigration(java.lang
7987
return this;
8088
}
8189

90+
/**
91+
* The time when the Tag Template migration was enabled. If the Tag Template migration is not
92+
* enabled, this field is not set.
93+
* @return value or {@code null} for none
94+
*/
95+
public String getTemplateMigrationEnabledTime() {
96+
return templateMigrationEnabledTime;
97+
}
98+
99+
/**
100+
* The time when the Tag Template migration was enabled. If the Tag Template migration is not
101+
* enabled, this field is not set.
102+
* @param templateMigrationEnabledTime templateMigrationEnabledTime or {@code null} for none
103+
*/
104+
public GoogleCloudDatacatalogV1MigrationConfig setTemplateMigrationEnabledTime(String templateMigrationEnabledTime) {
105+
this.templateMigrationEnabledTime = templateMigrationEnabledTime;
106+
return this;
107+
}
108+
82109
@Override
83110
public GoogleCloudDatacatalogV1MigrationConfig set(String fieldName, Object value) {
84111
return (GoogleCloudDatacatalogV1MigrationConfig) super.set(fieldName, value);

clients/google-api-services-datacatalog/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-datacatalog</artifactId>
11-
<version>v1-rev20250314-2.0.0</version>
12-
<name>Google Cloud Data Catalog API v1-rev20250314-2.0.0</name>
11+
<version>v1-rev20250411-2.0.0</version>
12+
<name>Google Cloud Data Catalog API v1-rev20250411-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)