Skip to content

Commit df14202

Browse files
feat(dlp): update the api
#### dlp:v2 The following keys were added: - schemas.GooglePrivacyDlpV2DataProfileFinding.properties.dataSourceType.$ref (Total Keys: 1) - schemas.GooglePrivacyDlpV2DataProfileFinding.properties.fullResourceName.type (Total Keys: 1)
1 parent 40eceac commit df14202

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

googleapiclient/discovery_cache/documents/dlp.v2.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5113,7 +5113,7 @@
51135113
}
51145114
}
51155115
},
5116-
"revision": "20250511",
5116+
"revision": "20250518",
51175117
"rootUrl": "https://dlp.googleapis.com/",
51185118
"schemas": {
51195119
"GooglePrivacyDlpV2Action": {
@@ -6812,10 +6812,18 @@
68126812
"description": "Resource name of the data profile associated with the finding.",
68136813
"type": "string"
68146814
},
6815+
"dataSourceType": {
6816+
"$ref": "GooglePrivacyDlpV2DataSourceType",
6817+
"description": "The type of the resource that was profiled."
6818+
},
68156819
"findingId": {
68166820
"description": "A unique identifier for the finding.",
68176821
"type": "string"
68186822
},
6823+
"fullResourceName": {
6824+
"description": "The [full resource name](https://cloud.google.com/apis/design/resource_names#full_resource_name) of the resource profiled for this finding.",
6825+
"type": "string"
6826+
},
68196827
"infotype": {
68206828
"$ref": "GooglePrivacyDlpV2InfoType",
68216829
"description": "The [type of content](https://cloud.google.com/sensitive-data-protection/docs/infotypes-reference) that might have been found."

0 commit comments

Comments
 (0)