@maxim_mazurok/gapi.client.dlp-v2 0.0.20250713 → 0.0.20250727
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 +11 -11
- 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: 20250727
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -699,7 +699,7 @@ declare namespace gapi.client {
|
|
|
699
699
|
interface GooglePrivacyDlpV2Deidentify {
|
|
700
700
|
/** Required. User settable Cloud Storage bucket and folders to store de-identified files. This field must be set for Cloud Storage deidentification. The output Cloud Storage bucket must be different from the input bucket. De-identified files will overwrite files in the output path. Form of: gs://bucket/folder/ or gs://bucket */
|
|
701
701
|
cloudStorageOutput?: string;
|
|
702
|
-
/** List of user-specified file type groups to transform. If specified, only the files with these file types
|
|
702
|
+
/** 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. */
|
|
703
703
|
fileTypesToTransform?: string[];
|
|
704
704
|
/** User specified deidentify templates and configs for structured, unstructured, and image files. */
|
|
705
705
|
transformationConfig?: GooglePrivacyDlpV2TransformationConfig;
|
|
@@ -1014,9 +1014,9 @@ declare namespace gapi.client {
|
|
|
1014
1014
|
type?: string;
|
|
1015
1015
|
}
|
|
1016
1016
|
interface GooglePrivacyDlpV2DocumentFallbackLocation {
|
|
1017
|
-
/** Processing
|
|
1017
|
+
/** Processing occurs in the global region. */
|
|
1018
1018
|
globalProcessing?: any;
|
|
1019
|
-
/** Processing
|
|
1019
|
+
/** Processing occurs in a multi-region that contains the current region if available. */
|
|
1020
1020
|
multiRegionProcessing?: any;
|
|
1021
1021
|
}
|
|
1022
1022
|
interface GooglePrivacyDlpV2DocumentLocation {
|
|
@@ -1293,9 +1293,9 @@ declare namespace gapi.client {
|
|
|
1293
1293
|
tableOptions?: GooglePrivacyDlpV2TableOptions;
|
|
1294
1294
|
}
|
|
1295
1295
|
interface GooglePrivacyDlpV2ImageFallbackLocation {
|
|
1296
|
-
/** Processing
|
|
1296
|
+
/** Processing occurs in the global region. */
|
|
1297
1297
|
globalProcessing?: any;
|
|
1298
|
-
/** Processing
|
|
1298
|
+
/** Processing occurs in a multi-region that contains the current region if available. */
|
|
1299
1299
|
multiRegionProcessing?: any;
|
|
1300
1300
|
}
|
|
1301
1301
|
interface GooglePrivacyDlpV2ImageLocation {
|
|
@@ -1837,9 +1837,9 @@ declare namespace gapi.client {
|
|
|
1837
1837
|
numericalStatsConfig?: GooglePrivacyDlpV2NumericalStatsConfig;
|
|
1838
1838
|
}
|
|
1839
1839
|
interface GooglePrivacyDlpV2ProcessingLocation {
|
|
1840
|
-
/** Document processing
|
|
1840
|
+
/** Document processing falls back using this configuration. */
|
|
1841
1841
|
documentFallbackLocation?: GooglePrivacyDlpV2DocumentFallbackLocation;
|
|
1842
|
-
/** Image processing
|
|
1842
|
+
/** Image processing falls back using this configuration. */
|
|
1843
1843
|
imageFallbackLocation?: GooglePrivacyDlpV2ImageFallbackLocation;
|
|
1844
1844
|
}
|
|
1845
1845
|
interface GooglePrivacyDlpV2ProfileStatus {
|
|
@@ -1908,7 +1908,7 @@ declare namespace gapi.client {
|
|
|
1908
1908
|
topic?: string;
|
|
1909
1909
|
}
|
|
1910
1910
|
interface GooglePrivacyDlpV2QuasiId {
|
|
1911
|
-
/** A column can be tagged with a custom tag. In this case, the user must indicate an auxiliary table that contains statistical information on the possible values of this column
|
|
1911
|
+
/** A column can be tagged with a custom tag. In this case, the user must indicate an auxiliary table that contains statistical information on the possible values of this column. */
|
|
1912
1912
|
customTag?: string;
|
|
1913
1913
|
/** Required. Identifies the column. */
|
|
1914
1914
|
field?: GooglePrivacyDlpV2FieldId;
|
|
@@ -1918,7 +1918,7 @@ declare namespace gapi.client {
|
|
|
1918
1918
|
infoType?: GooglePrivacyDlpV2InfoType;
|
|
1919
1919
|
}
|
|
1920
1920
|
interface GooglePrivacyDlpV2QuasiIdentifierField {
|
|
1921
|
-
/** A column can be tagged with a custom tag. In this case, the user must indicate an auxiliary table that contains statistical information on the possible values of this column
|
|
1921
|
+
/** A column can be tagged with a custom tag. In this case, the user must indicate an auxiliary table that contains statistical information on the possible values of this column. */
|
|
1922
1922
|
customTag?: string;
|
|
1923
1923
|
/** Identifies the column. */
|
|
1924
1924
|
field?: GooglePrivacyDlpV2FieldId;
|
|
@@ -2292,7 +2292,7 @@ declare namespace gapi.client {
|
|
|
2292
2292
|
tag?: GooglePrivacyDlpV2TagValue;
|
|
2293
2293
|
}
|
|
2294
2294
|
interface GooglePrivacyDlpV2TaggedField {
|
|
2295
|
-
/** A column can be tagged with a custom tag. In this case, the user must indicate an auxiliary table that contains statistical information on the possible values of this column
|
|
2295
|
+
/** A column can be tagged with a custom tag. In this case, the user must indicate an auxiliary table that contains statistical information on the possible values of this column. */
|
|
2296
2296
|
customTag?: string;
|
|
2297
2297
|
/** Required. Identifies the column. */
|
|
2298
2298
|
field?: GooglePrivacyDlpV2FieldId;
|