@maxim_mazurok/gapi.client.dlp-v2 0.0.20240414 → 0.0.20240428
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 +4 -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:
|
|
12
|
+
// Revision: 20240428
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -853,7 +853,7 @@ declare namespace gapi.client {
|
|
|
853
853
|
regex?: GooglePrivacyDlpV2Regex;
|
|
854
854
|
}
|
|
855
855
|
interface GooglePrivacyDlpV2Export {
|
|
856
|
-
/** Store all table and column profiles in an existing table or a new table in an existing dataset. Each re-generation will result in
|
|
856
|
+
/** Store all table and column profiles in an existing table or a new table in an existing dataset. Each re-generation will result in new rows in BigQuery. Data is inserted using [streaming insert](https://cloud.google.com/blog/products/bigquery/life-of-a-bigquery-streaming-insert) and so data may be in the buffer for a period of time after the profile has finished. The Pub/Sub notification is sent before the streaming buffer is guaranteed to be written, so data may not be instantly visible to queries by the time your topic receives the Pub/Sub notification. */
|
|
857
857
|
profileTable?: GooglePrivacyDlpV2BigQueryTable;
|
|
858
858
|
}
|
|
859
859
|
interface GooglePrivacyDlpV2Expressions {
|
|
@@ -1679,6 +1679,8 @@ declare namespace gapi.client {
|
|
|
1679
1679
|
hybridStats?: GooglePrivacyDlpV2HybridInspectStatistics;
|
|
1680
1680
|
/** Statistics of how many instances of each info type were found during inspect job. */
|
|
1681
1681
|
infoTypeStats?: GooglePrivacyDlpV2InfoTypeStats[];
|
|
1682
|
+
/** Number of rows scanned post sampling and time filtering (Applicable for row based stores such as BigQuery). */
|
|
1683
|
+
numRowsProcessed?: string;
|
|
1682
1684
|
/** Total size in bytes that were processed. */
|
|
1683
1685
|
processedBytes?: string;
|
|
1684
1686
|
/** Estimate of the number of bytes to process. */
|