Skip to content

Commit 47e275e

Browse files
fix(dlp): update the API
#### dlp:v2 The following keys were changed: - schemas.GooglePrivacyDlpV2FileStoreDataProfile.properties.fileStoreIsEmpty.description
1 parent dd87987 commit 47e275e

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
@@ -5113,7 +5113,7 @@
51135113
}
51145114
}
51155115
},
5116-
"revision": "20250309",
5116+
"revision": "20250323",
51175117
"rootUrl": "https://dlp.googleapis.com/",
51185118
"schemas": {
51195119
"GooglePrivacyDlpV2Action": {
@@ -8621,7 +8621,7 @@
86218621
"type": "array"
86228622
},
86238623
"fileStoreIsEmpty": {
8624-
"description": "The file store does not have any files.",
8624+
"description": "The file store does not have any files. If the profiling failed, this will be false.",
86258625
"type": "boolean"
86268626
},
86278627
"fileStoreLocation": {

‎src/apis/dlp/v2.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2475,7 +2475,7 @@ export namespace dlp_v2 {
24752475
*/
24762476
fileStoreInfoTypeSummaries?: Schema$GooglePrivacyDlpV2FileStoreInfoTypeSummary[];
24772477
/**
2478-
* The file store does not have any files.
2478+
* The file store does not have any files. If the profiling failed, this will be false.
24792479
*/
24802480
fileStoreIsEmpty?: boolean | null;
24812481
/**

0 commit comments

Comments
 (0)