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.GooglePrivacyDlpV2DataProfileConfigSnapshot.properties.discoveryConfig.$ref (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Jan 4, 2024
1 parent 6f13ac1 commit c7f4ca2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions googleapiclient/discovery_cache/documents/dlp.v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -3714,7 +3714,7 @@
}
}
},
"revision": "20231203",
"revision": "20231210",
"rootUrl": "https://dlp.googleapis.com/",
"schemas": {
"GooglePrivacyDlpV2Action": {
Expand Down Expand Up @@ -5049,7 +5049,11 @@
"dataProfileJob": {
"$ref": "GooglePrivacyDlpV2DataProfileJobConfig",
"deprecated": true,
"description": "A copy of the configuration used to generate this profile. This is deprecated and will be replaced by DiscoveryConfig. DataProfileJobConfig will still be written here for Discovery in BigQuery for backwards compatibility, but will not be updated with new fields, while DiscoveryConfig will."
"description": "A copy of the configuration used to generate this profile. This is deprecated, and the DiscoveryConfig field is preferred moving forward. DataProfileJobConfig will still be written here for Discovery in BigQuery for backwards compatibility, but will not be updated with new fields, while DiscoveryConfig will."
},
"discoveryConfig": {
"$ref": "GooglePrivacyDlpV2DiscoveryConfig",
"description": "A copy of the configuration used to generate this profile."
},
"inspectConfig": {
"$ref": "GooglePrivacyDlpV2InspectConfig",
Expand Down

0 comments on commit c7f4ca2

Please sign in to comment.