Skip to content

Commit

Permalink
fix(dlp): update the API
Browse files Browse the repository at this point in the history
#### dlp:v2

The following keys were changed:
- schemas.GooglePrivacyDlpV2PublishFindingsToCloudDataCatalog.description
  • Loading branch information
yoshi-automation authored and JustinBeckwith committed Oct 28, 2021
1 parent 9515970 commit c8e6057
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions discovery/dlp-v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -3412,7 +3412,7 @@
}
}
},
"revision": "20210910",
"revision": "20211015",
"rootUrl": "https://dlp.googleapis.com/",
"schemas": {
"GooglePrivacyDlpV2Action": {
Expand Down Expand Up @@ -6428,7 +6428,7 @@
"type": "object"
},
"GooglePrivacyDlpV2PublishFindingsToCloudDataCatalog": {
"description": "Publish findings of a DlpJob to Cloud Data Catalog. Labels summarizing the results of the DlpJob will be applied to the entry for the resource scanned in Cloud Data Catalog. Any labels previously written by another DlpJob will be deleted. InfoType naming patterns are strictly enforced when using this feature. Note that the findings will be persisted in Cloud Data Catalog storage and are governed by Data Catalog service-specific policy, see https://cloud.google.com/terms/service-terms Only a single instance of this action can be specified and only allowed if all resources being scanned are BigQuery tables. Compatible with: Inspect",
"description": "Publish findings of a DlpJob to Data Catalog. Labels summarizing the results of the DlpJob will be applied to the entry for the resource scanned in Data Catalog. Any labels previously written by another DlpJob will be deleted. InfoType naming patterns are strictly enforced when using this feature. Note that the findings will be persisted in Data Catalog storage and are governed by Data Catalog service-specific policy, see https://cloud.google.com/terms/service-terms Only a single instance of this action can be specified and only allowed if all resources being scanned are BigQuery tables. Compatible with: Inspect",
"id": "GooglePrivacyDlpV2PublishFindingsToCloudDataCatalog",
"properties": {},
"type": "object"
Expand Down
2 changes: 1 addition & 1 deletion src/apis/dlp/v2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2292,7 +2292,7 @@ export namespace dlp_v2 {
windowBefore?: number | null;
}
/**
* Publish findings of a DlpJob to Cloud Data Catalog. Labels summarizing the results of the DlpJob will be applied to the entry for the resource scanned in Cloud Data Catalog. Any labels previously written by another DlpJob will be deleted. InfoType naming patterns are strictly enforced when using this feature. Note that the findings will be persisted in Cloud Data Catalog storage and are governed by Data Catalog service-specific policy, see https://cloud.google.com/terms/service-terms Only a single instance of this action can be specified and only allowed if all resources being scanned are BigQuery tables. Compatible with: Inspect
* Publish findings of a DlpJob to Data Catalog. Labels summarizing the results of the DlpJob will be applied to the entry for the resource scanned in Data Catalog. Any labels previously written by another DlpJob will be deleted. InfoType naming patterns are strictly enforced when using this feature. Note that the findings will be persisted in Data Catalog storage and are governed by Data Catalog service-specific policy, see https://cloud.google.com/terms/service-terms Only a single instance of this action can be specified and only allowed if all resources being scanned are BigQuery tables. Compatible with: Inspect
*/
export interface Schema$GooglePrivacyDlpV2PublishFindingsToCloudDataCatalog {}
/**
Expand Down

0 comments on commit c8e6057

Please sign in to comment.