Skip to content

Commit

Permalink
feat(dlp): update the api
Browse files Browse the repository at this point in the history
#### dlp:v2

The following keys were added:
- schemas.GooglePrivacyDlpV2DataSourceType (Total Keys: 4)
- schemas.GooglePrivacyDlpV2TableDataProfile.properties.dataSourceType.$ref (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Jan 16, 2024
1 parent 8b6261f commit e204b4a
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion googleapiclient/discovery_cache/documents/dlp.v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -3714,7 +3714,7 @@
}
}
},
"revision": "20231210",
"revision": "20240107",
"rootUrl": "https://dlp.googleapis.com/",
"schemas": {
"GooglePrivacyDlpV2Action": {
Expand Down Expand Up @@ -5171,6 +5171,18 @@
},
"type": "object"
},
"GooglePrivacyDlpV2DataSourceType": {
"description": "Message used to identify the type of resource being profiled.",
"id": "GooglePrivacyDlpV2DataSourceType",
"properties": {
"dataSource": {
"description": "Output only. An identifying string to the type of resource being profiled. Current values: google/bigquery/table, google/project",
"readOnly": true,
"type": "string"
}
},
"type": "object"
},
"GooglePrivacyDlpV2DatastoreKey": {
"description": "Record key for a finding in Cloud Datastore.",
"id": "GooglePrivacyDlpV2DatastoreKey",
Expand Down Expand Up @@ -8847,6 +8859,10 @@
"$ref": "GooglePrivacyDlpV2DataRiskLevel",
"description": "The data risk level of this table."
},
"dataSourceType": {
"$ref": "GooglePrivacyDlpV2DataSourceType",
"description": "The resource type that was profiled."
},
"datasetId": {
"description": "The BigQuery dataset ID.",
"type": "string"
Expand Down

0 comments on commit e204b4a

Please sign in to comment.