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.GooglePrivacyDlpV2Table.description
  • Loading branch information
yoshi-automation authored and sofisl committed Apr 20, 2021
1 parent 8598777 commit 8f980cd
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
Expand Up @@ -3367,7 +3367,7 @@
}
}
},
"revision": "20210326",
"revision": "20210410",
"rootUrl": "https://dlp.googleapis.com/",
"schemas": {
"GooglePrivacyDlpV2Action": {
Expand Down Expand Up @@ -7041,7 +7041,7 @@
"type": "object"
},
"GooglePrivacyDlpV2Table": {
"description": "Structured content to inspect. Up to 50,000 `Value`s per request allowed. See https://cloud.google.com/dlp/docs/inspecting-text#inspecting_a_table to learn more.",
"description": "Structured content to inspect. Up to 50,000 `Value`s per request allowed. See https://cloud.google.com/dlp/docs/inspecting-structured-text#inspecting_a_table to learn more.",
"id": "GooglePrivacyDlpV2Table",
"properties": {
"headers": {
Expand Down
2 changes: 1 addition & 1 deletion src/apis/dlp/v2.ts
Expand Up @@ -2797,7 +2797,7 @@ export namespace dlp_v2 {
*/
export interface Schema$GooglePrivacyDlpV2SurrogateType {}
/**
* Structured content to inspect. Up to 50,000 `Value`s per request allowed. See https://cloud.google.com/dlp/docs/inspecting-text#inspecting_a_table to learn more.
* Structured content to inspect. Up to 50,000 `Value`s per request allowed. See https://cloud.google.com/dlp/docs/inspecting-structured-text#inspecting_a_table to learn more.
*/
export interface Schema$GooglePrivacyDlpV2Table {
/**
Expand Down

0 comments on commit 8f980cd

Please sign in to comment.