@maxim_mazurok/gapi.client.dlp-v2 0.0.20250713 → 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 +10 -10
  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: 20250713
12
+ // Revision: 20250720
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -1014,9 +1014,9 @@ declare namespace gapi.client {
1014
1014
  type?: string;
1015
1015
  }
1016
1016
  interface GooglePrivacyDlpV2DocumentFallbackLocation {
1017
- /** Processing will happen in the global region. */
1017
+ /** Processing occurs in the global region. */
1018
1018
  globalProcessing?: any;
1019
- /** Processing will happen in a multi-region that contains the current region if available. */
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 will happen in the global region. */
1296
+ /** Processing occurs in the global region. */
1297
1297
  globalProcessing?: any;
1298
- /** 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. */
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 will fall back using this configuration. */
1840
+ /** Document processing falls back using this configuration. */
1841
1841
  documentFallbackLocation?: GooglePrivacyDlpV2DocumentFallbackLocation;
1842
- /** Image processing will fall back using this configuration. */
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 (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. */
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 (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. */
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 (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. */
2296
2296
  customTag?: string;
2297
2297
  /** Required. Identifies the column. */
2298
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.20250713",
3
+ "version": "0.0.20250720",
4
4
  "description": "TypeScript typings for Sensitive Data Protection (DLP) v2",
5
5
  "repository": {
6
6
  "type": "git",