Skip to content

Commit 6bbfa2e

Browse files
feat(dlp): update the api
#### dlp:v2 The following keys were added: - schemas.GooglePrivacyDlpV2SaveToGcsFindingsOutput (Total Keys: 4)
1 parent d975d8a commit 6bbfa2e

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

googleapiclient/discovery_cache/documents/dlp.v2.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5118,7 +5118,7 @@
51185118
}
51195119
}
51205120
},
5121-
"revision": "20250608",
5121+
"revision": "20250615",
51225122
"rootUrl": "https://dlp.googleapis.com/",
51235123
"schemas": {
51245124
"GooglePrivacyDlpV2Action": {
@@ -11541,6 +11541,20 @@
1154111541
},
1154211542
"type": "object"
1154311543
},
11544+
"GooglePrivacyDlpV2SaveToGcsFindingsOutput": {
11545+
"description": "Collection of findings saved to a Cloud Storage bucket. This is used as the proto schema for textproto files created when specifying a cloud storage path to save Inspect findings.",
11546+
"id": "GooglePrivacyDlpV2SaveToGcsFindingsOutput",
11547+
"properties": {
11548+
"findings": {
11549+
"description": "List of findings.",
11550+
"items": {
11551+
"$ref": "GooglePrivacyDlpV2Finding"
11552+
},
11553+
"type": "array"
11554+
}
11555+
},
11556+
"type": "object"
11557+
},
1154411558
"GooglePrivacyDlpV2Schedule": {
1154511559
"description": "Schedule for inspect job triggers.",
1154611560
"id": "GooglePrivacyDlpV2Schedule",

0 commit comments

Comments
 (0)