Skip to content

Commit ffccfbf

Browse files
yoshi-automationsofisl
authored andcommitted
fix(dlp): update the API
#### dlp:v2 The following keys were changed: - schemas.GooglePrivacyDlpV2Deidentify.properties.fileTypesToTransform.description
1 parent 643f177 commit ffccfbf

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
@@ -5118,7 +5118,7 @@
51185118
}
51195119
}
51205120
},
5121-
"revision": "20250720",
5121+
"revision": "20250727",
51225122
"rootUrl": "https://dlp.googleapis.com/",
51235123
"schemas": {
51245124
"GooglePrivacyDlpV2Action": {
@@ -7204,7 +7204,7 @@
72047204
"type": "string"
72057205
},
72067206
"fileTypesToTransform": {
7207-
"description": "List of user-specified file type groups to transform. If specified, only the files with these file types will be transformed. If empty, all supported files will be transformed. Supported types may be automatically added over time. If a file type is set in this field that isn't supported by the Deidentify action then the job will fail and will not be successfully created/started. Currently the only file types supported are: IMAGES, TEXT_FILES, CSV, TSV.",
7207+
"description": "List of user-specified file type groups to transform. If specified, only the files with these file types are transformed. If empty, all supported files are transformed. Supported types may be automatically added over time. Any unsupported file types that are set in this field are excluded from de-identification. An error is recorded for each unsupported file in the TransformationDetails output table. Currently the only file types supported are: IMAGES, TEXT_FILES, CSV, TSV.",
72087208
"items": {
72097209
"enum": [
72107210
"FILE_TYPE_UNSPECIFIED",

src/apis/dlp/v2.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1576,7 +1576,7 @@ export namespace dlp_v2 {
15761576
*/
15771577
cloudStorageOutput?: string | null;
15781578
/**
1579-
* List of user-specified file type groups to transform. If specified, only the files with these file types will be transformed. If empty, all supported files will be transformed. Supported types may be automatically added over time. If a file type is set in this field that isn't supported by the Deidentify action then the job will fail and will not be successfully created/started. Currently the only file types supported are: IMAGES, TEXT_FILES, CSV, TSV.
1579+
* List of user-specified file type groups to transform. If specified, only the files with these file types are transformed. If empty, all supported files are transformed. Supported types may be automatically added over time. Any unsupported file types that are set in this field are excluded from de-identification. An error is recorded for each unsupported file in the TransformationDetails output table. Currently the only file types supported are: IMAGES, TEXT_FILES, CSV, TSV.
15801580
*/
15811581
fileTypesToTransform?: string[] | null;
15821582
/**

0 commit comments

Comments
 (0)