Skip to content

Commit 1b9280a

Browse files
yoshi-automationmiguelvelezsa
authored andcommitted
feat(datacatalog)!: update the API
BREAKING CHANGE: This release has breaking changes. #### datacatalog:v1 The following keys were deleted: - schemas.GoogleCloudDatacatalogV1ReconcileTagsRequest.properties.forceDeleteMissing.description
1 parent 9b1735c commit 1b9280a

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

discovery/datacatalog-v1.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2339,7 +2339,7 @@
23392339
}
23402340
}
23412341
},
2342-
"revision": "20250609",
2342+
"revision": "20250720",
23432343
"rootUrl": "https://datacatalog.googleapis.com/",
23442344
"schemas": {
23452345
"Binding": {
@@ -3861,7 +3861,6 @@
38613861
"id": "GoogleCloudDatacatalogV1ReconcileTagsRequest",
38623862
"properties": {
38633863
"forceDeleteMissing": {
3864-
"description": "If set to `true`, deletes entry tags related to a tag template not listed in the tags source from an entry. If set to `false`, unlisted tags are retained.",
38653864
"type": "boolean"
38663865
},
38673866
"tagTemplate": {

src/apis/datacatalog/v1.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1160,9 +1160,6 @@ export namespace datacatalog_v1 {
11601160
* Request message for ReconcileTags.
11611161
*/
11621162
export interface Schema$GoogleCloudDatacatalogV1ReconcileTagsRequest {
1163-
/**
1164-
* If set to `true`, deletes entry tags related to a tag template not listed in the tags source from an entry. If set to `false`, unlisted tags are retained.
1165-
*/
11661163
forceDeleteMissing?: boolean | null;
11671164
/**
11681165
* A list of tags to apply to an entry. A tag can specify a tag template, which must be the template specified in the `ReconcileTagsRequest`. The sole entry and each of its columns must be mentioned at most once.

0 commit comments

Comments
 (0)