Skip to content

Commit c227be2

Browse files
yoshi-automationsofisl
authored andcommitted
fix(dlp): update the API
#### dlp:v2 The following keys were changed: - schemas.GooglePrivacyDlpV2DataSourceType.properties.dataSource.description - schemas.GooglePrivacyDlpV2ProjectDataProfile.properties.projectId.description
1 parent 635d129 commit c227be2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

discovery/dlp-v2.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5015,7 +5015,7 @@
50155015
}
50165016
}
50175017
},
5018-
"revision": "20240818",
5018+
"revision": "20240825",
50195019
"rootUrl": "https://dlp.googleapis.com/",
50205020
"schemas": {
50215021
"GooglePrivacyDlpV2Action": {
@@ -6700,7 +6700,7 @@
67006700
"id": "GooglePrivacyDlpV2DataSourceType",
67016701
"properties": {
67026702
"dataSource": {
6703-
"description": "Output only. An identifying string to the type of resource being profiled. Current values: google/bigquery/table, google/project",
6703+
"description": "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",
67046704
"readOnly": true,
67056705
"type": "string"
67066706
}
@@ -10249,7 +10249,7 @@
1024910249
"description": "Success or error status of the last attempt to profile the project."
1025010250
},
1025110251
"projectId": {
10252-
"description": "Project ID that was profiled.",
10252+
"description": "Project ID or account that was profiled.",
1025310253
"type": "string"
1025410254
},
1025510255
"sensitivityScore": {

src/apis/dlp/v2.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1346,7 +1346,7 @@ export namespace dlp_v2 {
13461346
*/
13471347
export interface Schema$GooglePrivacyDlpV2DataSourceType {
13481348
/**
1349-
* Output only. An identifying string to the type of resource being profiled. Current values: google/bigquery/table, google/project
1349+
* 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
13501350
*/
13511351
dataSource?: string | null;
13521352
}
@@ -3640,7 +3640,7 @@ export namespace dlp_v2 {
36403640
*/
36413641
profileStatus?: Schema$GooglePrivacyDlpV2ProfileStatus;
36423642
/**
3643-
* Project ID that was profiled.
3643+
* Project ID or account that was profiled.
36443644
*/
36453645
projectId?: string | null;
36463646
/**

0 commit comments

Comments
 (0)