@maxim_mazurok/gapi.client.dlp-v2 0.0.20230508 → 0.0.20230514

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 (3) hide show
  1. package/index.d.ts +7 -7
  2. package/package.json +1 -1
  3. package/tests.ts +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: 20230508
12
+ // Revision: 20230514
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -810,7 +810,7 @@ declare namespace gapi.client {
810
810
  GooglePrivacyDlpV2TransformationOverview;
811
811
  }
812
812
  interface GooglePrivacyDlpV2DeidentifyDataSourceDetails {
813
- /** Stats about de-identification. */
813
+ /** Stats about the de-identification operation. */
814
814
  deidentifyStats?:
815
815
  GooglePrivacyDlpV2DeidentifyDataSourceStats;
816
816
  /** De-identification config used for the request. */
@@ -2199,13 +2199,13 @@ declare namespace gapi.client {
2199
2199
  interface GooglePrivacyDlpV2ReplaceWithInfoTypeConfig {
2200
2200
  }
2201
2201
  interface GooglePrivacyDlpV2RequestedDeidentifyOptions {
2202
- /** Snapshot of the state of the DeidentifyTemplate from the Deidentify action at the time this job was run. */
2202
+ /** Snapshot of the state of the `DeidentifyTemplate` from the Deidentify action at the time this job was run. */
2203
2203
  snapshotDeidentifyTemplate?:
2204
2204
  GooglePrivacyDlpV2DeidentifyTemplate;
2205
- /** Snapshot of the state of the image redact DeidentifyTemplate from the Deidentify action at the time this job was run. */
2205
+ /** Snapshot of the state of the image transformation `DeidentifyTemplate` from the `Deidentify` action at the time this job was run. */
2206
2206
  snapshotImageRedactTemplate?:
2207
2207
  GooglePrivacyDlpV2DeidentifyTemplate;
2208
- /** Snapshot of the state of the structured DeidentifyTemplate from the Deidentify action at the time this job was run. */
2208
+ /** Snapshot of the state of the structured `DeidentifyTemplate` from the `Deidentify` action at the time this job was run. */
2209
2209
  snapshotStructuredDeidentifyTemplate?:
2210
2210
  GooglePrivacyDlpV2DeidentifyTemplate;
2211
2211
  }
@@ -2271,7 +2271,7 @@ declare namespace gapi.client {
2271
2271
  GooglePrivacyDlpV2InfoType[];
2272
2272
  }
2273
2273
  interface GooglePrivacyDlpV2SensitivityScore {
2274
- /** The score applied to the resource. */
2274
+ /** The sensitivity score applied to the resource. */
2275
2275
  score?:
2276
2276
  string;
2277
2277
  }
@@ -2407,7 +2407,7 @@ declare namespace gapi.client {
2407
2407
  /** The BigQuery location where the dataset's data is stored. See https://cloud.google.com/bigquery/docs/locations for supported locations. */
2408
2408
  datasetLocation?:
2409
2409
  string;
2410
- /** The GCP project ID that owns the BigQuery dataset. */
2410
+ /** The Google Cloud project ID that owns the BigQuery dataset. */
2411
2411
  datasetProjectId?:
2412
2412
  string;
2413
2413
  /** How the table is encrypted. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.dlp-v2",
3
- "version": "0.0.20230508",
3
+ "version": "0.0.20230514",
4
4
  "description": "TypeScript typings for Cloud Data Loss Prevention (DLP) API v2",
5
5
  "license": "MIT",
6
6
  "author": {
package/tests.ts CHANGED
@@ -3,7 +3,7 @@
3
3
  // This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
4
4
  // In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
5
5
 
6
- // Revision: 20230508
6
+ // Revision: 20230514
7
7
 
8
8
  gapi.load('client', async () => {
9
9
  /** now we can use gapi.client */