Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6e3495d

Browse files
committedMar 4, 2025
feat(dataplex): update the api
#### dataplex:v1 The following keys were added: - resources.projects.resources.locations.resources.dataAttributeBindings.methods.create.deprecated (Total Keys: 1) - resources.projects.resources.locations.resources.dataAttributeBindings.methods.delete.deprecated (Total Keys: 1) - resources.projects.resources.locations.resources.dataAttributeBindings.methods.get.deprecated (Total Keys: 1) - resources.projects.resources.locations.resources.dataAttributeBindings.methods.list.deprecated (Total Keys: 1) - resources.projects.resources.locations.resources.dataAttributeBindings.methods.patch.deprecated (Total Keys: 1) - resources.projects.resources.locations.resources.dataTaxonomies.methods.create.deprecated (Total Keys: 1) - resources.projects.resources.locations.resources.dataTaxonomies.methods.delete.deprecated (Total Keys: 1) - resources.projects.resources.locations.resources.dataTaxonomies.methods.get.deprecated (Total Keys: 1) - resources.projects.resources.locations.resources.dataTaxonomies.methods.list.deprecated (Total Keys: 1) - resources.projects.resources.locations.resources.dataTaxonomies.methods.patch.deprecated (Total Keys: 1) - resources.projects.resources.locations.resources.dataTaxonomies.resources.attributes.methods.create.deprecated (Total Keys: 1) - resources.projects.resources.locations.resources.dataTaxonomies.resources.attributes.methods.delete.deprecated (Total Keys: 1) - resources.projects.resources.locations.resources.dataTaxonomies.resources.attributes.methods.get.deprecated (Total Keys: 1) - resources.projects.resources.locations.resources.dataTaxonomies.resources.attributes.methods.list.deprecated (Total Keys: 1) - resources.projects.resources.locations.resources.dataTaxonomies.resources.attributes.methods.patch.deprecated (Total Keys: 1) - schemas.GoogleCloudDataplexV1BusinessGlossaryEvent (Total Keys: 5) - schemas.GoogleCloudDataplexV1DataAttribute.deprecated (Total Keys: 1) - schemas.GoogleCloudDataplexV1DataAttributeBinding.deprecated (Total Keys: 1) - schemas.GoogleCloudDataplexV1DataDiscoverySpecBigQueryPublishingConfig.properties.location.type (Total Keys: 1) - schemas.GoogleCloudDataplexV1DataTaxonomy.deprecated (Total Keys: 1)
1 parent 75e73f8 commit 6e3495d

6 files changed

+148
-78
lines changed
 

‎docs/dyn/dataplex_v1.projects.locations.dataScans.html

+48-43
Large diffs are not rendered by default.

‎docs/dyn/dataplex_v1.projects.locations.dataScans.jobs.html

+21-19
Large diffs are not rendered by default.

‎docs/dyn/dataplex_v1.projects.locations.dataTaxonomies.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ <h3>Method Details</h3>
120120
<pre>Create a DataTaxonomy resource.
121121

122122
Args:
123-
parent: string, Required. The resource name of the data taxonomy location, of the form: projects/{project_number}/locations/{location_id} where location_id refers to a GCP region. (required)
123+
parent: string, A parameter (required)
124124
body: object, The request body.
125125
The object takes the form of:
126126

@@ -211,7 +211,7 @@ <h3>Method Details</h3>
211211
<pre>Retrieves a DataTaxonomy resource.
212212

213213
Args:
214-
name: string, Required. The resource name of the DataTaxonomy: projects/{project_number}/locations/{location_id}/dataTaxonomies/{data_taxonomy_id} (required)
214+
name: string, A parameter (required)
215215
x__xgafv: string, V1 error format.
216216
Allowed values
217217
1 - v1 error format

‎docs/dyn/dataplex_v1.projects.locations.entryGroups.entries.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ <h2>Instance Methods</h2>
8585
<p class="firstline">Deletes an Entry.</p>
8686
<p class="toc_element">
8787
<code><a href="#get">get(name, aspectTypes=None, paths=None, view=None, x__xgafv=None)</a></code></p>
88-
<p class="firstline">Gets an Entry.Caution: The BigQuery metadata that is stored in Dataplex Catalog is changing. For more information, see Changes to BigQuery metadata stored in Dataplex Catalog (https://cloud.google.com/dataplex/docs/biqquery-metadata-changes).</p>
88+
<p class="firstline">Gets an Entry.</p>
8989
<p class="toc_element">
9090
<code><a href="#list">list(parent, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
9191
<p class="firstline">Lists Entries within an EntryGroup.</p>
@@ -269,7 +269,7 @@ <h3>Method Details</h3>
269269

270270
<div class="method">
271271
<code class="details" id="get">get(name, aspectTypes=None, paths=None, view=None, x__xgafv=None)</code>
272-
<pre>Gets an Entry.Caution: The BigQuery metadata that is stored in Dataplex Catalog is changing. For more information, see Changes to BigQuery metadata stored in Dataplex Catalog (https://cloud.google.com/dataplex/docs/biqquery-metadata-changes).
272+
<pre>Gets an Entry.
273273

274274
Args:
275275
name: string, Required. The resource name of the Entry: projects/{project}/locations/{location}/entryGroups/{entry_group}/entries/{entry}. (required)

‎docs/dyn/dataplex_v1.projects.locations.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ <h2>Instance Methods</h2>
148148
<p class="firstline">Retrieves the next page of results.</p>
149149
<p class="toc_element">
150150
<code><a href="#lookupEntry">lookupEntry(name, aspectTypes=None, entry=None, paths=None, view=None, x__xgafv=None)</a></code></p>
151-
<p class="firstline">Looks up a single Entry by name using the permission on the source system.Caution: The BigQuery metadata that is stored in Dataplex Catalog is changing. For more information, see Changes to BigQuery metadata stored in Dataplex Catalog (https://cloud.google.com/dataplex/docs/biqquery-metadata-changes).</p>
151+
<p class="firstline">Looks up an entry by name using the permission on the source system.</p>
152152
<p class="toc_element">
153153
<code><a href="#searchEntries">searchEntries(name, orderBy=None, pageSize=None, pageToken=None, query=None, scope=None, x__xgafv=None)</a></code></p>
154154
<p class="firstline">Searches for Entries matching the given query and scope.</p>
@@ -239,7 +239,7 @@ <h3>Method Details</h3>
239239

240240
<div class="method">
241241
<code class="details" id="lookupEntry">lookupEntry(name, aspectTypes=None, entry=None, paths=None, view=None, x__xgafv=None)</code>
242-
<pre>Looks up a single Entry by name using the permission on the source system.Caution: The BigQuery metadata that is stored in Dataplex Catalog is changing. For more information, see Changes to BigQuery metadata stored in Dataplex Catalog (https://cloud.google.com/dataplex/docs/biqquery-metadata-changes).
242+
<pre>Looks up an entry by name using the permission on the source system.
243243

244244
Args:
245245
name: string, Required. The project to which the request should be attributed in the following form: projects/{project}/locations/{location}. (required)

‎googleapiclient/discovery_cache/documents/dataplex.v1.json

+73-10
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@
635635
]
636636
},
637637
"lookupEntry": {
638-
"description": "Looks up a single Entry by name using the permission on the source system.Caution: The BigQuery metadata that is stored in Dataplex Catalog is changing. For more information, see Changes to BigQuery metadata stored in Dataplex Catalog (https://cloud.google.com/dataplex/docs/biqquery-metadata-changes).",
638+
"description": "Looks up an entry by name using the permission on the source system.",
639639
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}:lookupEntry",
640640
"httpMethod": "GET",
641641
"id": "dataplex.projects.locations.lookupEntry",
@@ -1020,6 +1020,7 @@
10201020
"dataAttributeBindings": {
10211021
"methods": {
10221022
"create": {
1023+
"deprecated": true,
10231024
"description": "Create a DataAttributeBinding resource.",
10241025
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/dataAttributeBindings",
10251026
"httpMethod": "POST",
@@ -1058,6 +1059,7 @@
10581059
]
10591060
},
10601061
"delete": {
1062+
"deprecated": true,
10611063
"description": "Deletes a DataAttributeBinding resource. All attributes within the DataAttributeBinding must be deleted before the DataAttributeBinding can be deleted.",
10621064
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/dataAttributeBindings/{dataAttributeBindingsId}",
10631065
"httpMethod": "DELETE",
@@ -1088,6 +1090,7 @@
10881090
]
10891091
},
10901092
"get": {
1093+
"deprecated": true,
10911094
"description": "Retrieves a DataAttributeBinding resource.",
10921095
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/dataAttributeBindings/{dataAttributeBindingsId}",
10931096
"httpMethod": "GET",
@@ -1144,6 +1147,7 @@
11441147
]
11451148
},
11461149
"list": {
1150+
"deprecated": true,
11471151
"description": "Lists DataAttributeBinding resources in a project and location.",
11481152
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/dataAttributeBindings",
11491153
"httpMethod": "GET",
@@ -1190,6 +1194,7 @@
11901194
]
11911195
},
11921196
"patch": {
1197+
"deprecated": true,
11931198
"description": "Updates a DataAttributeBinding resource.",
11941199
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/dataAttributeBindings/{dataAttributeBindingsId}",
11951200
"httpMethod": "PATCH",
@@ -1744,6 +1749,7 @@
17441749
"dataTaxonomies": {
17451750
"methods": {
17461751
"create": {
1752+
"deprecated": true,
17471753
"description": "Create a DataTaxonomy resource.",
17481754
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/dataTaxonomies",
17491755
"httpMethod": "POST",
@@ -1758,7 +1764,6 @@
17581764
"type": "string"
17591765
},
17601766
"parent": {
1761-
"description": "Required. The resource name of the data taxonomy location, of the form: projects/{project_number}/locations/{location_id} where location_id refers to a GCP region.",
17621767
"location": "path",
17631768
"pattern": "^projects/[^/]+/locations/[^/]+$",
17641769
"required": true,
@@ -1782,6 +1787,7 @@
17821787
]
17831788
},
17841789
"delete": {
1790+
"deprecated": true,
17851791
"description": "Deletes a DataTaxonomy resource. All attributes within the DataTaxonomy must be deleted before the DataTaxonomy can be deleted.",
17861792
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/dataTaxonomies/{dataTaxonomiesId}",
17871793
"httpMethod": "DELETE",
@@ -1812,6 +1818,7 @@
18121818
]
18131819
},
18141820
"get": {
1821+
"deprecated": true,
18151822
"description": "Retrieves a DataTaxonomy resource.",
18161823
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/dataTaxonomies/{dataTaxonomiesId}",
18171824
"httpMethod": "GET",
@@ -1821,7 +1828,6 @@
18211828
],
18221829
"parameters": {
18231830
"name": {
1824-
"description": "Required. The resource name of the DataTaxonomy: projects/{project_number}/locations/{location_id}/dataTaxonomies/{data_taxonomy_id}",
18251831
"location": "path",
18261832
"pattern": "^projects/[^/]+/locations/[^/]+/dataTaxonomies/[^/]+$",
18271833
"required": true,
@@ -1868,6 +1874,7 @@
18681874
]
18691875
},
18701876
"list": {
1877+
"deprecated": true,
18711878
"description": "Lists DataTaxonomy resources in a project and location.",
18721879
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/dataTaxonomies",
18731880
"httpMethod": "GET",
@@ -1914,6 +1921,7 @@
19141921
]
19151922
},
19161923
"patch": {
1924+
"deprecated": true,
19171925
"description": "Updates a DataTaxonomy resource.",
19181926
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/dataTaxonomies/{dataTaxonomiesId}",
19191927
"httpMethod": "PATCH",
@@ -2013,6 +2021,7 @@
20132021
"attributes": {
20142022
"methods": {
20152023
"create": {
2024+
"deprecated": true,
20162025
"description": "Create a DataAttribute resource.",
20172026
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/dataTaxonomies/{dataTaxonomiesId}/attributes",
20182027
"httpMethod": "POST",
@@ -2051,6 +2060,7 @@
20512060
]
20522061
},
20532062
"delete": {
2063+
"deprecated": true,
20542064
"description": "Deletes a Data Attribute resource.",
20552065
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/dataTaxonomies/{dataTaxonomiesId}/attributes/{attributesId}",
20562066
"httpMethod": "DELETE",
@@ -2081,6 +2091,7 @@
20812091
]
20822092
},
20832093
"get": {
2094+
"deprecated": true,
20842095
"description": "Retrieves a Data Attribute resource.",
20852096
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/dataTaxonomies/{dataTaxonomiesId}/attributes/{attributesId}",
20862097
"httpMethod": "GET",
@@ -2137,6 +2148,7 @@
21372148
]
21382149
},
21392150
"list": {
2151+
"deprecated": true,
21402152
"description": "Lists Data Attribute resources in a DataTaxonomy.",
21412153
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/dataTaxonomies/{dataTaxonomiesId}/attributes",
21422154
"httpMethod": "GET",
@@ -2183,6 +2195,7 @@
21832195
]
21842196
},
21852197
"patch": {
2198+
"deprecated": true,
21862199
"description": "Updates a DataAttribute resource.",
21872200
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/dataTaxonomies/{dataTaxonomiesId}/attributes/{attributesId}",
21882201
"httpMethod": "PATCH",
@@ -2611,7 +2624,7 @@
26112624
]
26122625
},
26132626
"get": {
2614-
"description": "Gets an Entry.Caution: The BigQuery metadata that is stored in Dataplex Catalog is changing. For more information, see Changes to BigQuery metadata stored in Dataplex Catalog (https://cloud.google.com/dataplex/docs/biqquery-metadata-changes).",
2627+
"description": "Gets an Entry.",
26152628
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/entryGroups/{entryGroupsId}/entries/{entriesId}",
26162629
"httpMethod": "GET",
26172630
"id": "dataplex.projects.locations.entryGroups.entries.get",
@@ -6244,7 +6257,7 @@
62446257
}
62456258
}
62466259
},
6247-
"revision": "20250129",
6260+
"revision": "20250222",
62486261
"rootUrl": "https://dataplex.googleapis.com/",
62496262
"schemas": {
62506263
"Empty": {
@@ -7095,6 +7108,49 @@
70957108
},
70967109
"type": "object"
70977110
},
7111+
"GoogleCloudDataplexV1BusinessGlossaryEvent": {
7112+
"description": "Payload associated with Business Glossary related log events.",
7113+
"id": "GoogleCloudDataplexV1BusinessGlossaryEvent",
7114+
"properties": {
7115+
"eventType": {
7116+
"description": "The type of the event.",
7117+
"enum": [
7118+
"EVENT_TYPE_UNSPECIFIED",
7119+
"GLOSSARY_CREATE",
7120+
"GLOSSARY_UPDATE",
7121+
"GLOSSARY_DELETE",
7122+
"GLOSSARY_CATEGORY_CREATE",
7123+
"GLOSSARY_CATEGORY_UPDATE",
7124+
"GLOSSARY_CATEGORY_DELETE",
7125+
"GLOSSARY_TERM_CREATE",
7126+
"GLOSSARY_TERM_UPDATE",
7127+
"GLOSSARY_TERM_DELETE"
7128+
],
7129+
"enumDescriptions": [
7130+
"An unspecified event type.",
7131+
"Glossary create event.",
7132+
"Glossary update event.",
7133+
"Glossary delete event.",
7134+
"Glossary category create event.",
7135+
"Glossary category update event.",
7136+
"Glossary category delete event.",
7137+
"Glossary term create event.",
7138+
"Glossary term update event.",
7139+
"Glossary term delete event."
7140+
],
7141+
"type": "string"
7142+
},
7143+
"message": {
7144+
"description": "The log message.",
7145+
"type": "string"
7146+
},
7147+
"resource": {
7148+
"description": "Name of the resource.",
7149+
"type": "string"
7150+
}
7151+
},
7152+
"type": "object"
7153+
},
70987154
"GoogleCloudDataplexV1CancelJobRequest": {
70997155
"description": "Cancel task jobs.",
71007156
"id": "GoogleCloudDataplexV1CancelJobRequest",
@@ -7216,6 +7272,7 @@
72167272
"type": "object"
72177273
},
72187274
"GoogleCloudDataplexV1DataAttribute": {
7275+
"deprecated": true,
72197276
"description": "Denotes one dataAttribute in a dataTaxonomy, for example, PII. DataAttribute resources can be defined in a hierarchy. A single dataAttribute resource can contain specs of multiple types PII - ResourceAccessSpec : - readers :foo@bar.com - DataAccessSpec : - readers :bar@foo.com ",
72207277
"id": "GoogleCloudDataplexV1DataAttribute",
72217278
"properties": {
@@ -7282,6 +7339,7 @@
72827339
"type": "object"
72837340
},
72847341
"GoogleCloudDataplexV1DataAttributeBinding": {
7342+
"deprecated": true,
72857343
"description": "DataAttributeBinding represents binding of attributes to resources. Eg: Bind 'CustomerInfo' entity with 'PII' attribute.",
72867344
"id": "GoogleCloudDataplexV1DataAttributeBinding",
72877345
"properties": {
@@ -7412,6 +7470,10 @@
74127470
"description": "Optional. The BigQuery connection used to create BigLake tables. Must be in the form projects/{project_id}/locations/{location_id}/connections/{connection_id}",
74137471
"type": "string"
74147472
},
7473+
"location": {
7474+
"description": "Optional. The location of the BigQuery dataset to publish BigLake external or non-BigLake external tables to. 1. If the Cloud Storage bucket is located in a multi-region bucket, then BigQuery dataset can be in the same multi-region bucket or any single region that is included in the same multi-region bucket. The datascan can be created in any single region that is included in the same multi-region bucket 2. If the Cloud Storage bucket is located in a dual-region bucket, then BigQuery dataset can be located in regions that are included in the dual-region bucket, or in a multi-region that includes the dual-region. The datascan can be created in any single region that is included in the same dual-region bucket. 3. If the Cloud Storage bucket is located in a single region, then BigQuery dataset can be in the same single region or any multi-region bucket that includes the same single region. The datascan will be created in the same single region as the bucket. 4. If the BigQuery dataset is in single region, it must be in the same single region as the datascan.For supported values, refer to https://cloud.google.com/bigquery/docs/locations#supported_locations.",
7475+
"type": "string"
7476+
},
74157477
"tableType": {
74167478
"description": "Optional. Determines whether to publish discovered tables as BigLake external tables or non-BigLake external tables.",
74177479
"enum": [
@@ -7770,7 +7832,7 @@
77707832
"description": "Optional. Actions to take upon job completion.."
77717833
},
77727834
"rowFilter": {
7773-
"description": "Optional. A filter applied to all rows in a single DataScan job. The filter needs to be a valid SQL expression for a WHERE clause in BigQuery standard SQL syntax. Example: col1 >= 0 AND col2 < 10",
7835+
"description": "Optional. A filter applied to all rows in a single DataScan job. The filter needs to be a valid SQL expression for a WHERE clause in GoogleSQL syntax (https://cloud.google.com/bigquery/docs/reference/standard-sql/query-syntax#where_clause).Example: col1 >= 0 AND col2 < 10",
77747836
"type": "string"
77757837
},
77767838
"samplingPercent": {
@@ -8120,7 +8182,7 @@
81208182
"type": "object"
81218183
},
81228184
"GoogleCloudDataplexV1DataQualityRuleRowConditionExpectation": {
8123-
"description": "Evaluates whether each row passes the specified condition.The SQL expression needs to use BigQuery standard SQL syntax and should produce a boolean value per row as the result.Example: col1 >= 0 AND col2 < 10",
8185+
"description": "Evaluates whether each row passes the specified condition.The SQL expression needs to use GoogleSQL syntax (https://cloud.google.com/bigquery/docs/reference/standard-sql/query-syntax) and should produce a boolean value per row as the result.Example: col1 >= 0 AND col2 < 10",
81248186
"id": "GoogleCloudDataplexV1DataQualityRuleRowConditionExpectation",
81258187
"properties": {
81268188
"sqlExpression": {
@@ -8145,7 +8207,7 @@
81458207
"type": "object"
81468208
},
81478209
"GoogleCloudDataplexV1DataQualityRuleSqlAssertion": {
8148-
"description": "A SQL statement that is evaluated to return rows that match an invalid state. If any rows are are returned, this rule fails.The SQL statement must use BigQuery standard SQL syntax, and must not contain any semicolons.You can use the data reference parameter ${data()} to reference the source table with all of its precondition filters applied. Examples of precondition filters include row filters, incremental data filters, and sampling. For more information, see Data reference parameter (https://cloud.google.com/dataplex/docs/auto-data-quality-overview#data-reference-parameter).Example: SELECT * FROM ${data()} WHERE price < 0",
8210+
"description": "A SQL statement that is evaluated to return rows that match an invalid state. If any rows are are returned, this rule fails.The SQL statement must use GoogleSQL syntax (https://cloud.google.com/bigquery/docs/reference/standard-sql/query-syntax), and must not contain any semicolons.You can use the data reference parameter ${data()} to reference the source table with all of its precondition filters applied. Examples of precondition filters include row filters, incremental data filters, and sampling. For more information, see Data reference parameter (https://cloud.google.com/dataplex/docs/auto-data-quality-overview#data-reference-parameter).Example: SELECT * FROM ${data()} WHERE price < 0",
81498211
"id": "GoogleCloudDataplexV1DataQualityRuleSqlAssertion",
81508212
"properties": {
81518213
"sqlStatement": {
@@ -8195,7 +8257,7 @@
81958257
"type": "object"
81968258
},
81978259
"GoogleCloudDataplexV1DataQualityRuleTableConditionExpectation": {
8198-
"description": "Evaluates whether the provided expression is true.The SQL expression needs to use BigQuery standard SQL syntax and should produce a scalar boolean result.Example: MIN(col1) >= 0",
8260+
"description": "Evaluates whether the provided expression is true.The SQL expression needs to use GoogleSQL syntax (https://cloud.google.com/bigquery/docs/reference/standard-sql/query-syntax) and should produce a scalar boolean result.Example: MIN(col1) >= 0",
81998261
"id": "GoogleCloudDataplexV1DataQualityRuleTableConditionExpectation",
82008262
"properties": {
82018263
"sqlExpression": {
@@ -8328,7 +8390,7 @@
83288390
"description": "Optional. Actions to take upon job completion."
83298391
},
83308392
"rowFilter": {
8331-
"description": "Optional. A filter applied to all rows in a single DataScan job. The filter needs to be a valid SQL expression for a WHERE clause in BigQuery standard SQL syntax. Example: col1 >= 0 AND col2 < 10",
8393+
"description": "Optional. A filter applied to all rows in a single DataScan job. The filter needs to be a valid SQL expression for a WHERE clause in GoogleSQL syntax (https://cloud.google.com/bigquery/docs/reference/standard-sql/query-syntax#where_clause).Example: col1 >= 0 AND col2 < 10",
83328394
"type": "string"
83338395
},
83348396
"rules": {
@@ -8968,6 +9030,7 @@
89689030
"type": "object"
89699031
},
89709032
"GoogleCloudDataplexV1DataTaxonomy": {
9033+
"deprecated": true,
89719034
"description": "DataTaxonomy represents a set of hierarchical DataAttributes resources, grouped with a common theme Eg: 'SensitiveDataTaxonomy' can have attributes to manage PII data. It is defined at project level.",
89729035
"id": "GoogleCloudDataplexV1DataTaxonomy",
89739036
"properties": {

0 commit comments

Comments
 (0)
Please sign in to comment.