File tree Expand file tree Collapse file tree 4 files changed +10
-8
lines changed
clients/google-api-services-datacatalog/v1
com/google/api/services/datacatalog/v1 Expand file tree Collapse file tree 4 files changed +10
-8
lines changed Original file line number Diff line number Diff 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}
3737dependencies {
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
Original file line number Diff line number Diff 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 *
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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}
3737dependencies {
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
You can’t perform that action at this time.
0 commit comments