Skip to content

Commit

Permalink
fix(dlp): update the API
Browse files Browse the repository at this point in the history
#### dlp:v2

The following keys were changed:
- schemas.GooglePrivacyDlpV2InspectConfig.properties.limits.description
  • Loading branch information
yoshi-automation authored and sofisl committed Feb 9, 2023
1 parent 2ff0b3c commit 8b96a97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions discovery/dlp-v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -3412,7 +3412,7 @@
}
}
},
"revision": "20230129",
"revision": "20230206",
"rootUrl": "https://dlp.googleapis.com/",
"schemas": {
"GooglePrivacyDlpV2Action": {
Expand Down Expand Up @@ -5875,7 +5875,7 @@
},
"limits": {
"$ref": "GooglePrivacyDlpV2FindingLimits",
"description": "Configuration to control the number of findings returned. This is not used for data profiling. When redacting sensitive data from images, finding limits don't apply. They can cause unexpected or inconsistent results, where only some data is redacted. Don't include finding limits in RedactImage requests. Otherwise, Cloud DLP returns an error."
"description": "Configuration to control the number of findings returned. This is not used for data profiling. When redacting sensitive data from images, finding limits don't apply. They can cause unexpected or inconsistent results, where only some data is redacted. Don't include finding limits in RedactImage requests. Otherwise, Cloud DLP returns an error. When set within `InspectJobConfig`, the specified maximum values aren't hard limits. If an inspection job reaches these limits, the job ends gradually, not abruptly. Therefore, the actual number of findings that Cloud DLP returns can be multiple times higher than these maximum values."
},
"minLikelihood": {
"description": "Only returns findings equal or above this threshold. The default is POSSIBLE. See https://cloud.google.com/dlp/docs/likelihood to learn more.",
Expand Down
2 changes: 1 addition & 1 deletion src/apis/dlp/v2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1783,7 +1783,7 @@ export namespace dlp_v2 {
*/
infoTypes?: Schema$GooglePrivacyDlpV2InfoType[];
/**
* Configuration to control the number of findings returned. This is not used for data profiling. When redacting sensitive data from images, finding limits don't apply. They can cause unexpected or inconsistent results, where only some data is redacted. Don't include finding limits in RedactImage requests. Otherwise, Cloud DLP returns an error.
* Configuration to control the number of findings returned. This is not used for data profiling. When redacting sensitive data from images, finding limits don't apply. They can cause unexpected or inconsistent results, where only some data is redacted. Don't include finding limits in RedactImage requests. Otherwise, Cloud DLP returns an error. When set within `InspectJobConfig`, the specified maximum values aren't hard limits. If an inspection job reaches these limits, the job ends gradually, not abruptly. Therefore, the actual number of findings that Cloud DLP returns can be multiple times higher than these maximum values.
*/
limits?: Schema$GooglePrivacyDlpV2FindingLimits;
/**
Expand Down

0 comments on commit 8b96a97

Please sign in to comment.