Skip to content

Commit

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

The following keys were added:
- schemas.GooglePrivacyDlpV2InfoTypeSummary.properties.estimatedPrevalence (Total Keys: 2)
  • Loading branch information
yoshi-automation committed Oct 11, 2022
1 parent 322df84 commit 6183625
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion googleapiclient/discovery_cache/documents/dlp.v2.json
Expand Up @@ -3412,7 +3412,7 @@
}
}
},
"revision": "20220926",
"revision": "20221001",
"rootUrl": "https://dlp.googleapis.com/",
"schemas": {
"GooglePrivacyDlpV2Action": {
Expand Down Expand Up @@ -5762,6 +5762,11 @@
"description": "The infoType details for this column.",
"id": "GooglePrivacyDlpV2InfoTypeSummary",
"properties": {
"estimatedPrevalence": {
"description": "Not populated for predicted infotypes.",
"format": "int32",
"type": "integer"
},
"infoType": {
"$ref": "GooglePrivacyDlpV2InfoType",
"description": "The infoType."
Expand Down

0 comments on commit 6183625

Please sign in to comment.