Skip to content

Commit fb18b87

Browse files
yoshi-automationquirogas
authored andcommitted
feat(dlp): update the API
#### dlp:v2 The following keys were added: - schemas.GooglePrivacyDlpV2Action.properties.publishFindingsToCloudDataCatalog.deprecated The following keys were changed: - schemas.GooglePrivacyDlpV2Action.properties.publishFindingsToCloudDataCatalog.description
1 parent 7ac67dd commit fb18b87

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

discovery/dlp-v2.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5123,7 +5123,7 @@
51235123
}
51245124
}
51255125
},
5126-
"revision": "20251120",
5126+
"revision": "20251204",
51275127
"rootUrl": "https://dlp.googleapis.com/",
51285128
"schemas": {
51295129
"GooglePrivacyDlpV2Action": {
@@ -5144,7 +5144,8 @@
51445144
},
51455145
"publishFindingsToCloudDataCatalog": {
51465146
"$ref": "GooglePrivacyDlpV2PublishFindingsToCloudDataCatalog",
5147-
"description": "Publish findings to Cloud Datahub."
5147+
"deprecated": true,
5148+
"description": "Deprecated because Data Catalog is being turned down. Use publish_findings_to_dataplex_catalog to publish findings to Dataplex Universal Catalog."
51485149
},
51495150
"publishFindingsToDataplexCatalog": {
51505151
"$ref": "GooglePrivacyDlpV2PublishFindingsToDataplexCatalog",

src/apis/dlp/v2.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ export namespace dlp_v2 {
143143
*/
144144
jobNotificationEmails?: Schema$GooglePrivacyDlpV2JobNotificationEmails;
145145
/**
146-
* Publish findings to Cloud Datahub.
146+
* Deprecated because Data Catalog is being turned down. Use publish_findings_to_dataplex_catalog to publish findings to Dataplex Universal Catalog.
147147
*/
148148
publishFindingsToCloudDataCatalog?: Schema$GooglePrivacyDlpV2PublishFindingsToCloudDataCatalog;
149149
/**

0 commit comments

Comments
 (0)