@maxim_mazurok/gapi.client.dlp-v2 0.0.20231001 → 0.0.20231008

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 +11 -8
  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: 20231001
12
+ // Revision: 20231008
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -124,7 +124,7 @@ declare namespace gapi.client {
124
124
  interface GooglePrivacyDlpV2BigQueryOptions {
125
125
  /**
126
126
  * References to fields excluded from scanning. This allows you to skip inspection of entire columns which you know have no findings. When inspecting a table, we recommend that you
127
- * inspect all columns. Otherwise, findings might be impacted because hints from excluded columns will not be used.
127
+ * inspect all columns. Otherwise, findings might be affected because hints from excluded columns will not be used.
128
128
  */
129
129
  excludedFields?:
130
130
  GooglePrivacyDlpV2FieldId[];
@@ -135,7 +135,7 @@ declare namespace gapi.client {
135
135
  identifyingFields?:
136
136
  GooglePrivacyDlpV2FieldId[];
137
137
  /**
138
- * Limit scanning only to these fields. When inspecting a table, we recommend that you inspect all columns. Otherwise, findings might be impacted because hints from excluded columns
138
+ * Limit scanning only to these fields. When inspecting a table, we recommend that you inspect all columns. Otherwise, findings might be affected because hints from excluded columns
139
139
  * will not be used.
140
140
  */
141
141
  includedFields?:
@@ -1043,7 +1043,7 @@ declare namespace gapi.client {
1043
1043
  /** Detailed error codes and messages. */
1044
1044
  details?:
1045
1045
  GoogleRpcStatus;
1046
- /** The times the error occurred. List includes the oldest timestamp, and the last 9 ones. */
1046
+ /** The times the error occurred. List includes the oldest timestamp and the last 9 timestamps. */
1047
1047
  timestamps?:
1048
1048
  string[];
1049
1049
  }
@@ -1421,7 +1421,7 @@ declare namespace gapi.client {
1421
1421
  */
1422
1422
  infoType?:
1423
1423
  GooglePrivacyDlpV2InfoType;
1424
- /** Only returns findings equal or above this threshold. This field is required or else the configuration fails. */
1424
+ /** Only returns findings equal to or above this threshold. This field is required or else the configuration fails. */
1425
1425
  minLikelihood?:
1426
1426
  string;
1427
1427
  }
@@ -1494,12 +1494,15 @@ declare namespace gapi.client {
1494
1494
  */
1495
1495
  limits?:
1496
1496
  GooglePrivacyDlpV2FindingLimits;
1497
- /** Only returns findings equal or above this threshold. The default is POSSIBLE. See https://cloud.google.com/dlp/docs/likelihood to learn more. */
1497
+ /**
1498
+ * Only returns findings equal to or above this threshold. The default is POSSIBLE. In general, the highest likelihood setting yields the fewest findings in results and the lowest
1499
+ * chance of a false positive. For more information, see [Match likelihood](https://cloud.google.com/dlp/docs/likelihood).
1500
+ */
1498
1501
  minLikelihood?:
1499
1502
  string;
1500
1503
  /**
1501
- * Per infotype likelihoods. For each infotype, a user can specify a minimum likelihood, and only return that infotype if it is above that threshold. If an infotype is not included, it
1502
- * uses the InspectConfig min_likelihood.
1504
+ * Minimum likelihood per infotype. For each infotype, a user can specify a minimum likelihood. The system only returns a finding if its likelihood is above this threshold. If this
1505
+ * field is not set, the system uses the InspectConfig min_likelihood.
1503
1506
  */
1504
1507
  minLikelihoodPerInfoType?:
1505
1508
  GooglePrivacyDlpV2InfoTypeLikelihood[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.dlp-v2",
3
- "version": "0.0.20231001",
3
+ "version": "0.0.20231008",
4
4
  "description": "TypeScript typings for Cloud Data Loss Prevention (DLP) 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: 20231001
6
+ // Revision: 20231008
7
7
 
8
8
  gapi.load('client', async () => {
9
9
  /** now we can use gapi.client */