Skip to content

Commit d06f3fc

Browse files
feat(dlp): update the api
#### dlp:v2 The following keys were added: - schemas.GooglePrivacyDlpV2InfoTypeSummary.properties.estimatedPrevalence (Total Keys: 2) - schemas.GooglePrivacyDlpV2OtherInfoTypeSummary.properties.estimatedPrevalence (Total Keys: 2)
1 parent a963bc7 commit d06f3fc

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

googleapiclient/discovery_cache/documents/dlp.v2.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3412,7 +3412,7 @@
34123412
}
34133413
}
34143414
},
3415-
"revision": "20220429",
3415+
"revision": "20220506",
34163416
"rootUrl": "https://dlp.googleapis.com/",
34173417
"schemas": {
34183418
"GooglePrivacyDlpV2Action": {
@@ -5503,6 +5503,11 @@
55035503
"description": "The infoType details for this column.",
55045504
"id": "GooglePrivacyDlpV2InfoTypeSummary",
55055505
"properties": {
5506+
"estimatedPrevalence": {
5507+
"description": "Approximate percentage of non-null rows that contained data detected by this infotype.",
5508+
"format": "int32",
5509+
"type": "integer"
5510+
},
55065511
"infoType": {
55075512
"$ref": "GooglePrivacyDlpV2InfoType",
55085513
"description": "The infoType."
@@ -6446,6 +6451,11 @@
64466451
"description": "Infotype details for other infoTypes found within a column.",
64476452
"id": "GooglePrivacyDlpV2OtherInfoTypeSummary",
64486453
"properties": {
6454+
"estimatedPrevalence": {
6455+
"description": "Approximate percentage of non-null rows that contained data detected by this infotype.",
6456+
"format": "int32",
6457+
"type": "integer"
6458+
},
64496459
"infoType": {
64506460
"$ref": "GooglePrivacyDlpV2InfoType",
64516461
"description": "The other infoType."

0 commit comments

Comments
 (0)