@maxim_mazurok/gapi.client.dlp-v2 0.0.20240702 → 0.0.20240707
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: 20240707
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -567,7 +567,7 @@ declare namespace gapi.client {
|
|
|
567
567
|
projectId?: string;
|
|
568
568
|
}
|
|
569
569
|
interface GooglePrivacyDlpV2DataProfileLocation {
|
|
570
|
-
/** The ID of the
|
|
570
|
+
/** The ID of the folder within an organization to scan. */
|
|
571
571
|
folderId?: string;
|
|
572
572
|
/** The ID of an organization to scan. */
|
|
573
573
|
organizationId?: string;
|
|
@@ -840,7 +840,7 @@ declare namespace gapi.client {
|
|
|
840
840
|
types?: string[];
|
|
841
841
|
}
|
|
842
842
|
interface GooglePrivacyDlpV2DiscoveryStartingLocation {
|
|
843
|
-
/** The ID of the
|
|
843
|
+
/** The ID of the folder within an organization to scan. */
|
|
844
844
|
folderId?: string;
|
|
845
845
|
/** The ID of an organization to scan. */
|
|
846
846
|
organizationId?: string;
|