Skip to content

Commit e204b4a

Browse files
feat(dlp): update the api
#### dlp:v2 The following keys were added: - schemas.GooglePrivacyDlpV2DataSourceType (Total Keys: 4) - schemas.GooglePrivacyDlpV2TableDataProfile.properties.dataSourceType.$ref (Total Keys: 1)
1 parent 8b6261f commit e204b4a

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

googleapiclient/discovery_cache/documents/dlp.v2.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3714,7 +3714,7 @@
37143714
}
37153715
}
37163716
},
3717-
"revision": "20231210",
3717+
"revision": "20240107",
37183718
"rootUrl": "https://dlp.googleapis.com/",
37193719
"schemas": {
37203720
"GooglePrivacyDlpV2Action": {
@@ -5171,6 +5171,18 @@
51715171
},
51725172
"type": "object"
51735173
},
5174+
"GooglePrivacyDlpV2DataSourceType": {
5175+
"description": "Message used to identify the type of resource being profiled.",
5176+
"id": "GooglePrivacyDlpV2DataSourceType",
5177+
"properties": {
5178+
"dataSource": {
5179+
"description": "Output only. An identifying string to the type of resource being profiled. Current values: google/bigquery/table, google/project",
5180+
"readOnly": true,
5181+
"type": "string"
5182+
}
5183+
},
5184+
"type": "object"
5185+
},
51745186
"GooglePrivacyDlpV2DatastoreKey": {
51755187
"description": "Record key for a finding in Cloud Datastore.",
51765188
"id": "GooglePrivacyDlpV2DatastoreKey",
@@ -8847,6 +8859,10 @@
88478859
"$ref": "GooglePrivacyDlpV2DataRiskLevel",
88488860
"description": "The data risk level of this table."
88498861
},
8862+
"dataSourceType": {
8863+
"$ref": "GooglePrivacyDlpV2DataSourceType",
8864+
"description": "The resource type that was profiled."
8865+
},
88508866
"datasetId": {
88518867
"description": "The BigQuery dataset ID.",
88528868
"type": "string"

0 commit comments

Comments
 (0)