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.GooglePrivacyDlpV2CryptoDeterministicConfig.properties.cryptoKey.description
  • Loading branch information
yoshi-automation authored and sofisl committed Apr 5, 2021
1 parent 1128d84 commit 23660c0
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 @@ -3367,7 +3367,7 @@
}
}
},
"revision": "20210319",
"revision": "20210326",
"rootUrl": "https://dlp.googleapis.com/",
"schemas": {
"GooglePrivacyDlpV2Action": {
Expand Down Expand Up @@ -4187,7 +4187,7 @@
},
"cryptoKey": {
"$ref": "GooglePrivacyDlpV2CryptoKey",
"description": "The key used by the encryption function."
"description": "The key used by the encryption function. For deterministic encryption using AES-SIV, the provided key is internally expanded to 64 bytes prior to use."
},
"surrogateInfoType": {
"$ref": "GooglePrivacyDlpV2InfoType",
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 @@ -717,7 +717,7 @@ export namespace dlp_v2 {
*/
context?: Schema$GooglePrivacyDlpV2FieldId;
/**
* The key used by the encryption function.
* The key used by the encryption function. For deterministic encryption using AES-SIV, the provided key is internally expanded to 64 bytes prior to use.
*/
cryptoKey?: Schema$GooglePrivacyDlpV2CryptoKey;
/**
Expand Down

0 comments on commit 23660c0

Please sign in to comment.