@maxim_mazurok/gapi.client.dlp-v2 0.0.20230428 → 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.
- package/index.d.ts +7 -7
- package/package.json +1 -1
- 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:
|
|
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
|
|
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
|
|
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
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:
|
|
6
|
+
// Revision: 20230514
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|