File tree Expand file tree Collapse file tree 4 files changed +6
-12
lines changed
clients/google-api-services-datacatalog/v1
com/google/api/services/datacatalog/v1/model Expand file tree Collapse file tree 4 files changed +6
-12
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-rev20250609 -2.0.0</version >
25+ <version >v1-rev20250720 -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-rev20250609 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-datacatalog:v1-rev20250720 -2.0.0'
3939}
4040```
4141
Original file line number Diff line number Diff line change 3131public final class GoogleCloudDatacatalogV1ReconcileTagsRequest extends com .google .api .client .json .GenericJson {
3232
3333 /**
34- * If set to `true`, deletes entry tags related to a tag template not listed in the tags source
35- * from an entry. If set to `false`, unlisted tags are retained.
3634 * The value may be {@code null}.
3735 */
3836 @ com .google .api .client .util .Key
@@ -55,17 +53,13 @@ public final class GoogleCloudDatacatalogV1ReconcileTagsRequest extends com.goog
5553 private java .util .List <GoogleCloudDatacatalogV1Tag > tags ;
5654
5755 /**
58- * If set to `true`, deletes entry tags related to a tag template not listed in the tags source
59- * from an entry. If set to `false`, unlisted tags are retained.
6056 * @return value or {@code null} for none
6157 */
6258 public java .lang .Boolean getForceDeleteMissing () {
6359 return forceDeleteMissing ;
6460 }
6561
6662 /**
67- * If set to `true`, deletes entry tags related to a tag template not listed in the tags source
68- * from an entry. If set to `false`, unlisted tags are retained.
6963 * @param forceDeleteMissing forceDeleteMissing or {@code null} for none
7064 */
7165 public GoogleCloudDatacatalogV1ReconcileTagsRequest setForceDeleteMissing (java .lang .Boolean forceDeleteMissing ) {
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-rev20250609 -2.0.0</version >
12- <name >Google Cloud Data Catalog API v1-rev20250609 -2.0.0</name >
11+ <version >v1-rev20250720 -2.0.0</version >
12+ <name >Google Cloud Data Catalog API v1-rev20250720 -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-rev20250609 -2.0.0</version >
25+ <version >v1-rev20250720 -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-rev20250609 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-datacatalog:v1-rev20250720 -2.0.0'
3939}
4040```
4141
You can’t perform that action at this time.
0 commit comments