@maxim_mazurok/gapi.client.dlp-v2 0.0.20250615 → 0.0.20250629
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 +12 -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: 20250629
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -1017,6 +1017,12 @@ declare namespace gapi.client {
|
|
|
1017
1017
|
/** Offset of the line, from the beginning of the file, where the finding is located. */
|
|
1018
1018
|
fileOffset?: string;
|
|
1019
1019
|
}
|
|
1020
|
+
interface GooglePrivacyDlpV2Domain {
|
|
1021
|
+
/** A domain category that this profile is related to. */
|
|
1022
|
+
category?: string;
|
|
1023
|
+
/** The collection of signals that influenced selection of the category. */
|
|
1024
|
+
signals?: string[];
|
|
1025
|
+
}
|
|
1020
1026
|
interface GooglePrivacyDlpV2EntityId {
|
|
1021
1027
|
/** Composite key indicating which field contains the entity identifier. */
|
|
1022
1028
|
field?: GooglePrivacyDlpV2FieldId;
|
|
@@ -1124,6 +1130,8 @@ declare namespace gapi.client {
|
|
|
1124
1130
|
dataSourceType?: GooglePrivacyDlpV2DataSourceType;
|
|
1125
1131
|
/** For resources that have multiple storage locations, these are those regions. For Cloud Storage this is the list of regions chosen for dual-region storage. `file_store_location` will normally be the corresponding multi-region for the list of individual locations. The first region is always picked as the processing and storage location for the data profile. */
|
|
1126
1132
|
dataStorageLocations?: string[];
|
|
1133
|
+
/** Domains associated with the profile. */
|
|
1134
|
+
domains?: GooglePrivacyDlpV2Domain[];
|
|
1127
1135
|
/** FileClusterSummary per each cluster. */
|
|
1128
1136
|
fileClusterSummaries?: GooglePrivacyDlpV2FileClusterSummary[];
|
|
1129
1137
|
/** InfoTypes detected in this file store. */
|
|
@@ -2198,6 +2206,8 @@ declare namespace gapi.client {
|
|
|
2198
2206
|
datasetProjectId?: string;
|
|
2199
2207
|
/** The resource type that was profiled. */
|
|
2200
2208
|
dataSourceType?: GooglePrivacyDlpV2DataSourceType;
|
|
2209
|
+
/** Domains associated with the profile. */
|
|
2210
|
+
domains?: GooglePrivacyDlpV2Domain[];
|
|
2201
2211
|
/** How the table is encrypted. */
|
|
2202
2212
|
encryptionStatus?: string;
|
|
2203
2213
|
/** Optional. The time when this table expires. */
|
|
@@ -2234,7 +2244,7 @@ declare namespace gapi.client {
|
|
|
2234
2244
|
scannedColumnCount?: string;
|
|
2235
2245
|
/** The sensitivity score of this table. */
|
|
2236
2246
|
sensitivityScore?: GooglePrivacyDlpV2SensitivityScore;
|
|
2237
|
-
/** State of a profile. */
|
|
2247
|
+
/** State of a profile. This will always be set to DONE when the table data profile is written to another service like BigQuery or Pub/Sub. */
|
|
2238
2248
|
state?: string;
|
|
2239
2249
|
/** The table ID. */
|
|
2240
2250
|
tableId?: string;
|