@maxim_mazurok/gapi.client.dlp-v2 0.0.20250708 → 0.0.20250720

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.
Files changed (2) hide show
  1. package/index.d.ts +15 -7
  2. 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: 20250708
12
+ // Revision: 20250720
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 occurs in the global region. */
1018
+ globalProcessing?: any;
1019
+ /** Processing occurs 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;
@@ -1287,9 +1293,9 @@ declare namespace gapi.client {
1287
1293
  tableOptions?: GooglePrivacyDlpV2TableOptions;
1288
1294
  }
1289
1295
  interface GooglePrivacyDlpV2ImageFallbackLocation {
1290
- /** Processing will happen in the global region. */
1296
+ /** Processing occurs in the global region. */
1291
1297
  globalProcessing?: any;
1292
- /** Processing will happen in a multi-region that contains the current region if available. */
1298
+ /** Processing occurs in a multi-region that contains the current region if available. */
1293
1299
  multiRegionProcessing?: any;
1294
1300
  }
1295
1301
  interface GooglePrivacyDlpV2ImageLocation {
@@ -1831,7 +1837,9 @@ declare namespace gapi.client {
1831
1837
  numericalStatsConfig?: GooglePrivacyDlpV2NumericalStatsConfig;
1832
1838
  }
1833
1839
  interface GooglePrivacyDlpV2ProcessingLocation {
1834
- /** Image processing will fall back using this configuration. */
1840
+ /** Document processing falls back using this configuration. */
1841
+ documentFallbackLocation?: GooglePrivacyDlpV2DocumentFallbackLocation;
1842
+ /** Image processing falls back using this configuration. */
1835
1843
  imageFallbackLocation?: GooglePrivacyDlpV2ImageFallbackLocation;
1836
1844
  }
1837
1845
  interface GooglePrivacyDlpV2ProfileStatus {
@@ -1900,7 +1908,7 @@ declare namespace gapi.client {
1900
1908
  topic?: string;
1901
1909
  }
1902
1910
  interface GooglePrivacyDlpV2QuasiId {
1903
- /** 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 (below). */
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. */
1904
1912
  customTag?: string;
1905
1913
  /** Required. Identifies the column. */
1906
1914
  field?: GooglePrivacyDlpV2FieldId;
@@ -1910,7 +1918,7 @@ declare namespace gapi.client {
1910
1918
  infoType?: GooglePrivacyDlpV2InfoType;
1911
1919
  }
1912
1920
  interface GooglePrivacyDlpV2QuasiIdentifierField {
1913
- /** 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 (below). */
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. */
1914
1922
  customTag?: string;
1915
1923
  /** Identifies the column. */
1916
1924
  field?: GooglePrivacyDlpV2FieldId;
@@ -2284,7 +2292,7 @@ declare namespace gapi.client {
2284
2292
  tag?: GooglePrivacyDlpV2TagValue;
2285
2293
  }
2286
2294
  interface GooglePrivacyDlpV2TaggedField {
2287
- /** 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 (below). */
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. */
2288
2296
  customTag?: string;
2289
2297
  /** Required. Identifies the column. */
2290
2298
  field?: GooglePrivacyDlpV2FieldId;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.dlp-v2",
3
- "version": "0.0.20250708",
3
+ "version": "0.0.20250720",
4
4
  "description": "TypeScript typings for Sensitive Data Protection (DLP) v2",
5
5
  "repository": {
6
6
  "type": "git",