Skip to content

Commit e5e8dd4

Browse files
1 parent 4526275 commit e5e8dd4

File tree

4 files changed

+6
-12
lines changed

4 files changed

+6
-12
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-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
}
3737
dependencies {
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

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@
3131
public 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) {

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-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>

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-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
}
3737
dependencies {
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

0 commit comments

Comments
 (0)