@maxim_mazurok/gapi.client.dlp-v2 0.0.20240818 → 0.0.20240825
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 +3 -3
- 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: 20240825
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -591,7 +591,7 @@ declare namespace gapi.client {
|
|
|
591
591
|
score?: string;
|
|
592
592
|
}
|
|
593
593
|
interface GooglePrivacyDlpV2DataSourceType {
|
|
594
|
-
/** Output only. An identifying string to the type of resource being profiled. Current values: google/bigquery/table
|
|
594
|
+
/** Output only. An identifying string to the type of resource being profiled. Current values: * google/bigquery/table * google/project * google/sql/table * google/gcs/bucket */
|
|
595
595
|
dataSource?: string;
|
|
596
596
|
}
|
|
597
597
|
interface GooglePrivacyDlpV2DatastoreKey {
|
|
@@ -1667,7 +1667,7 @@ declare namespace gapi.client {
|
|
|
1667
1667
|
profileLastGenerated?: string;
|
|
1668
1668
|
/** Success or error status of the last attempt to profile the project. */
|
|
1669
1669
|
profileStatus?: GooglePrivacyDlpV2ProfileStatus;
|
|
1670
|
-
/** Project ID that was profiled. */
|
|
1670
|
+
/** Project ID or account that was profiled. */
|
|
1671
1671
|
projectId?: string;
|
|
1672
1672
|
/** The sensitivity score of this project. */
|
|
1673
1673
|
sensitivityScore?: GooglePrivacyDlpV2SensitivityScore;
|