Skip to content

Commit 7ced387

Browse files
fix(dlp): update the api
#### dlp:v2 The following keys were changed: - endpoints (Total Keys: 1)
1 parent 20fb5ca commit 7ced387

9 files changed

+35
-45
lines changed

docs/dyn/dlp_v2.infoTypes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ <h3>Method Details</h3>
115115
],
116116
&quot;description&quot;: &quot;A String&quot;, # Description of the infotype. Translated when language is provided in the request.
117117
&quot;displayName&quot;: &quot;A String&quot;, # Human readable form of the infoType name.
118-
&quot;example&quot;: &quot;A String&quot;, # A sample true positive for this infoType.
118+
&quot;example&quot;: &quot;A String&quot;, # A sample that is a true positive for this infoType.
119119
&quot;name&quot;: &quot;A String&quot;, # Internal name of the infoType.
120120
&quot;sensitivityScore&quot;: { # Score is calculated from of all elements in the data profile. A higher level means the data is more sensitive. # The default sensitivity of the infoType.
121121
&quot;score&quot;: &quot;A String&quot;, # The sensitivity score applied to the resource.

docs/dyn/dlp_v2.locations.infoTypes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ <h3>Method Details</h3>
115115
],
116116
&quot;description&quot;: &quot;A String&quot;, # Description of the infotype. Translated when language is provided in the request.
117117
&quot;displayName&quot;: &quot;A String&quot;, # Human readable form of the infoType name.
118-
&quot;example&quot;: &quot;A String&quot;, # A sample true positive for this infoType.
118+
&quot;example&quot;: &quot;A String&quot;, # A sample that is a true positive for this infoType.
119119
&quot;name&quot;: &quot;A String&quot;, # Internal name of the infoType.
120120
&quot;sensitivityScore&quot;: { # Score is calculated from of all elements in the data profile. A higher level means the data is more sensitive. # The default sensitivity of the infoType.
121121
&quot;score&quot;: &quot;A String&quot;, # The sensitivity score applied to the resource.

docs/dyn/dlp_v2.organizations.locations.discoveryConfigs.html

Lines changed: 6 additions & 6 deletions
Large diffs are not rendered by default.

docs/dyn/dlp_v2.organizations.locations.fileStoreDataProfiles.html

Lines changed: 4 additions & 4 deletions
Large diffs are not rendered by default.

docs/dyn/dlp_v2.organizations.locations.tableDataProfiles.html

Lines changed: 4 additions & 4 deletions
Large diffs are not rendered by default.

docs/dyn/dlp_v2.projects.locations.discoveryConfigs.html

Lines changed: 6 additions & 6 deletions
Large diffs are not rendered by default.

docs/dyn/dlp_v2.projects.locations.fileStoreDataProfiles.html

Lines changed: 4 additions & 4 deletions
Large diffs are not rendered by default.

docs/dyn/dlp_v2.projects.locations.tableDataProfiles.html

Lines changed: 4 additions & 4 deletions
Large diffs are not rendered by default.

googleapiclient/discovery_cache/documents/dlp.v2.json

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -230,16 +230,6 @@
230230
"description": "Regional Endpoint",
231231
"endpointUrl": "https://dlp.us-west8.rep.googleapis.com/",
232232
"location": "us-west8"
233-
},
234-
{
235-
"description": "Regional Endpoint",
236-
"endpointUrl": "https://dlp.us.rep.googleapis.com/",
237-
"location": "us"
238-
},
239-
{
240-
"description": "Regional Endpoint",
241-
"endpointUrl": "https://dlp.eu.rep.googleapis.com/",
242-
"location": "eu"
243233
}
244234
],
245235
"fullyEncodeReservedExpansion": true,
@@ -5025,7 +5015,7 @@
50255015
}
50265016
}
50275017
},
5028-
"revision": "20250105",
5018+
"revision": "20250119",
50295019
"rootUrl": "https://dlp.googleapis.com/",
50305020
"schemas": {
50315021
"GooglePrivacyDlpV2Action": {
@@ -7492,8 +7482,8 @@
74927482
"enumDescriptions": [
74937483
"Unused.",
74947484
"Scan buckets regardless of the attribute.",
7495-
"Buckets with autoclass disabled (https://cloud.google.com/storage/docs/autoclass). Only one of AUTOCLASS_DISABLED or AUTOCLASS_ENABLED should be set.",
7496-
"Buckets with autoclass enabled (https://cloud.google.com/storage/docs/autoclass). Only one of AUTOCLASS_DISABLED or AUTOCLASS_ENABLED should be set. Scanning Autoclass-enabled buckets can affect object storage classes."
7485+
"Buckets with [Autoclass](https://cloud.google.com/storage/docs/autoclass) disabled. Only one of AUTOCLASS_DISABLED or AUTOCLASS_ENABLED should be set.",
7486+
"Buckets with [Autoclass](https://cloud.google.com/storage/docs/autoclass) enabled. Only one of AUTOCLASS_DISABLED or AUTOCLASS_ENABLED should be set. Scanning Autoclass-enabled buckets can affect object storage classes."
74977487
],
74987488
"type": "string"
74997489
},
@@ -8147,7 +8137,7 @@
81478137
"properties": {
81488138
"profileTable": {
81498139
"$ref": "GooglePrivacyDlpV2BigQueryTable",
8150-
"description": "Store all profiles to BigQuery. * The system will create a new dataset and table for you if none are are provided. The dataset will be named `sensitive_data_protection_discovery` and table will be named `discovery_profiles`. This table will be placed in the same project as the container project running the scan. The configuration will be updated with the fields set after the first profile is generated and the dataset and table are created. * See [Analyze data profiles stored in BigQuery](https://cloud.google.com/sensitive-data-protection/docs/analyze-data-profiles) * See [Sample queries for your BigQuery table](https://cloud.google.com/sensitive-data-protection/docs/analyze-data-profiles#sample_sql_queries). * Data is inserted using [streaming insert](https://cloud.google.com/blog/products/bigquery/life-of-a-bigquery-streaming-insert) and so data may be in the buffer for a period of time after the profile has finished. * The Pub/Sub notification is sent before the streaming buffer is guaranteed to be written, so data may not be instantly visible to queries by the time your topic receives the Pub/Sub notification. * The best practice is to use the same table for an entire organization so that you can take advantage of the provided Looker reports. If you use VPC Service Controls to define security perimeters, then you must use a separate table for each boundary."
8140+
"description": "Store all profiles to BigQuery. * The system will create a new dataset and table for you if none are are provided. The dataset will be named `sensitive_data_protection_discovery` and table will be named `discovery_profiles`. This table will be placed in the same project as the container project running the scan. After the first profile is generated and the dataset and table are created, the discovery scan configuration will be updated with the dataset and table names. * See [Analyze data profiles stored in BigQuery](https://cloud.google.com/sensitive-data-protection/docs/analyze-data-profiles). * See [Sample queries for your BigQuery table](https://cloud.google.com/sensitive-data-protection/docs/analyze-data-profiles#sample_sql_queries). * Data is inserted using [streaming insert](https://cloud.google.com/blog/products/bigquery/life-of-a-bigquery-streaming-insert) and so data may be in the buffer for a period of time after the profile has finished. * The Pub/Sub notification is sent before the streaming buffer is guaranteed to be written, so data may not be instantly visible to queries by the time your topic receives the Pub/Sub notification. * The best practice is to use the same table for an entire organization so that you can take advantage of the [provided Looker reports](https://cloud.google.com/sensitive-data-protection/docs/analyze-data-profiles#use_a_premade_report). If you use VPC Service Controls to define security perimeters, then you must use a separate table for each boundary."
81518141
}
81528142
},
81538143
"type": "object"
@@ -9053,7 +9043,7 @@
90539043
"type": "string"
90549044
},
90559045
"example": {
9056-
"description": "A sample true positive for this infoType.",
9046+
"description": "A sample that is a true positive for this infoType.",
90579047
"type": "string"
90589048
},
90599049
"name": {

0 commit comments

Comments
 (0)