@maxim_mazurok/gapi.client.dlp-v2 0.0.20250608 → 0.0.20250615
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +5 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://dlp.googleapis.com/$discovery/rest?version=v2
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20250615
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -2067,6 +2067,10 @@ declare namespace gapi.client {
|
|
|
2067
2067
|
/** Location to store findings outside of DLP. */
|
|
2068
2068
|
outputConfig?: GooglePrivacyDlpV2OutputStorageConfig;
|
|
2069
2069
|
}
|
|
2070
|
+
interface GooglePrivacyDlpV2SaveToGcsFindingsOutput {
|
|
2071
|
+
/** List of findings. */
|
|
2072
|
+
findings?: GooglePrivacyDlpV2Finding[];
|
|
2073
|
+
}
|
|
2070
2074
|
interface GooglePrivacyDlpV2Schedule {
|
|
2071
2075
|
/** With this option a job is started on a regular periodic basis. For example: every day (86400 seconds). A scheduled start time will be skipped if the previous execution has not ended when its scheduled time occurs. This value must be set to a time duration greater than or equal to 1 day and can be no longer than 60 days. */
|
|
2072
2076
|
recurrencePeriodDuration?: string;
|