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.GooglePrivacyDlpV2FieldTransformation.properties.fields.description
  • Loading branch information
yoshi-automation authored and sofisl committed May 21, 2021
1 parent 1f676fd commit 9d03c6e
Show file tree
Hide file tree
Showing 2 changed files with 93 additions and 92 deletions.
4 changes: 2 additions & 2 deletions discovery/dlp-v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -3367,7 +3367,7 @@
}
}
},
"revision": "20210410",
"revision": "20210508",
"rootUrl": "https://dlp.googleapis.com/",
"schemas": {
"GooglePrivacyDlpV2Action": {
Expand Down Expand Up @@ -4866,7 +4866,7 @@
"description": "Only apply the transformation if the condition evaluates to true for the given `RecordCondition`. The conditions are allowed to reference fields that are not used in the actual transformation. Example Use Cases: - Apply a different bucket transformation to an age column if the zip code column for the same record is within a specific range. - Redact a field if the date of birth field is greater than 85."
},
"fields": {
"description": "Required. Input field(s) to apply the transformation to.",
"description": "Required. Input field(s) to apply the transformation to. When you have columns that reference their position within a list, omit the index from the FieldId. FieldId name matching ignores the index. For example, instead of \"contact.nums[0].type\", use \"contact.nums.type\".",
"items": {
"$ref": "GooglePrivacyDlpV2FieldId"
},
Expand Down

0 comments on commit 9d03c6e

Please sign in to comment.