Skip to content

Commit 26bced7

Browse files
1 parent 2ca5f84 commit 26bced7

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
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-rev20250502-2.0.0</version>
25+
<version>v1-rev20250520-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-rev20250502-2.0.0'
38+
implementation 'com.google.apis:google-api-services-datacatalog:v1-rev20250520-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5217,7 +5217,8 @@ public Patch set(String parameterName, Object value) {
52175217
* ReconcileTagsRequest.force_delete_missing parameter is set, the operation deletes tags not
52185218
* included in the input tag list. `ReconcileTags` returns a long-running operation resource that
52195219
* can be queried with Operations.GetOperation to return ReconcileTagsMetadata and a
5220-
* ReconcileTagsResponse message.
5220+
* ReconcileTagsResponse message. Note: SearchCatalog might return stale search results for up to 24
5221+
* hours after the `ReconcileTags` operation completes.
52215222
*
52225223
* Create a request for the method "tags.reconcile".
52235224
*
@@ -5246,7 +5247,8 @@ public class Reconcile extends DataCatalogRequest<com.google.api.services.dataca
52465247
* ReconcileTagsRequest.force_delete_missing parameter is set, the operation deletes tags not
52475248
* included in the input tag list. `ReconcileTags` returns a long-running operation resource that
52485249
* can be queried with Operations.GetOperation to return ReconcileTagsMetadata and a
5249-
* ReconcileTagsResponse message.
5250+
* ReconcileTagsResponse message. Note: SearchCatalog might return stale search results for up to
5251+
* 24 hours after the `ReconcileTags` operation completes.
52505252
*
52515253
* Create a request for the method "tags.reconcile".
52525254
*

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-rev20250502-2.0.0</version>
12-
<name>Google Cloud Data Catalog API v1-rev20250502-2.0.0</name>
11+
<version>v1-rev20250520-2.0.0</version>
12+
<name>Google Cloud Data Catalog API v1-rev20250520-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-rev20250502-2.0.0</version>
25+
<version>v1-rev20250520-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-rev20250502-2.0.0'
38+
implementation 'com.google.apis:google-api-services-datacatalog:v1-rev20250520-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)