Skip to content

Commit d598fd8

Browse files
fix(dlp): update the API
#### dlp:v2 The following keys were changed: - schemas.GooglePrivacyDlpV2CustomInfoType.properties.storedType.description
1 parent a00913d commit d598fd8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

discovery/dlp-v2.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5123,7 +5123,7 @@
51235123
}
51245124
}
51255125
},
5126-
"revision": "20251204",
5126+
"revision": "20251213",
51275127
"rootUrl": "https://dlp.googleapis.com/",
51285128
"schemas": {
51295129
"GooglePrivacyDlpV2Action": {
@@ -6735,7 +6735,7 @@
67356735
},
67366736
"storedType": {
67376737
"$ref": "GooglePrivacyDlpV2StoredType",
6738-
"description": "Load an existing `StoredInfoType` resource for use in `InspectDataSource`. Not currently supported in `InspectContent`."
6738+
"description": "Loads an existing `StoredInfoType` resource."
67396739
},
67406740
"surrogateType": {
67416741
"$ref": "GooglePrivacyDlpV2SurrogateType",

src/apis/dlp/v2.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1219,7 +1219,7 @@ export namespace dlp_v2 {
12191219
*/
12201220
sensitivityScore?: Schema$GooglePrivacyDlpV2SensitivityScore;
12211221
/**
1222-
* Load an existing `StoredInfoType` resource for use in `InspectDataSource`. Not currently supported in `InspectContent`.
1222+
* Loads an existing `StoredInfoType` resource.
12231223
*/
12241224
storedType?: Schema$GooglePrivacyDlpV2StoredType;
12251225
/**

0 commit comments

Comments
 (0)