@maxim_mazurok/gapi.client.dlp-v2 0.0.20250706 → 0.0.20250713
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 +9 -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: 20250713
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -1013,6 +1013,12 @@ declare namespace gapi.client {
|
|
|
1013
1013
|
/** The type of job. */
|
|
1014
1014
|
type?: string;
|
|
1015
1015
|
}
|
|
1016
|
+
interface GooglePrivacyDlpV2DocumentFallbackLocation {
|
|
1017
|
+
/** Processing will happen in the global region. */
|
|
1018
|
+
globalProcessing?: any;
|
|
1019
|
+
/** Processing will happen in a multi-region that contains the current region if available. */
|
|
1020
|
+
multiRegionProcessing?: any;
|
|
1021
|
+
}
|
|
1016
1022
|
interface GooglePrivacyDlpV2DocumentLocation {
|
|
1017
1023
|
/** Offset of the line, from the beginning of the file, where the finding is located. */
|
|
1018
1024
|
fileOffset?: string;
|
|
@@ -1831,6 +1837,8 @@ declare namespace gapi.client {
|
|
|
1831
1837
|
numericalStatsConfig?: GooglePrivacyDlpV2NumericalStatsConfig;
|
|
1832
1838
|
}
|
|
1833
1839
|
interface GooglePrivacyDlpV2ProcessingLocation {
|
|
1840
|
+
/** Document processing will fall back using this configuration. */
|
|
1841
|
+
documentFallbackLocation?: GooglePrivacyDlpV2DocumentFallbackLocation;
|
|
1834
1842
|
/** Image processing will fall back using this configuration. */
|
|
1835
1843
|
imageFallbackLocation?: GooglePrivacyDlpV2ImageFallbackLocation;
|
|
1836
1844
|
}
|