Skip to content

Commit 63d0c72

Browse files
feat(dataplex): update the api
#### dataplex:v1 The following keys were added: - resources.projects.resources.locations.resources.aspectTypes.methods.getIamPolicy (Total Keys: 14) - resources.projects.resources.locations.resources.aspectTypes.methods.setIamPolicy (Total Keys: 12) - resources.projects.resources.locations.resources.aspectTypes.methods.testIamPermissions (Total Keys: 12) - resources.projects.resources.locations.resources.entryGroups.methods.getIamPolicy (Total Keys: 14) - resources.projects.resources.locations.resources.entryGroups.methods.setIamPolicy (Total Keys: 12) - resources.projects.resources.locations.resources.entryGroups.methods.testIamPermissions (Total Keys: 12) - resources.projects.resources.locations.resources.entryTypes.methods.getIamPolicy (Total Keys: 14) - resources.projects.resources.locations.resources.entryTypes.methods.setIamPolicy (Total Keys: 12) - resources.projects.resources.locations.resources.entryTypes.methods.testIamPermissions (Total Keys: 12) - schemas.GoogleCloudDataplexV1DataProfileSpec.properties.rowFilter.type (Total Keys: 1) - schemas.GoogleCloudDataplexV1DataProfileSpec.properties.samplingPercent (Total Keys: 2) - schemas.GoogleCloudDataplexV1DataQualitySpec.properties.rowFilter.type (Total Keys: 1) - schemas.GoogleCloudDataplexV1DataQualitySpec.properties.samplingPercent (Total Keys: 2) - schemas.GoogleCloudDataplexV1DataScanEvent.properties.dataProfileConfigs.$ref (Total Keys: 1) - schemas.GoogleCloudDataplexV1DataScanEvent.properties.dataQualityConfigs.$ref (Total Keys: 1) - schemas.GoogleCloudDataplexV1DataScanEventDataProfileAppliedConfigs (Total Keys: 5) - schemas.GoogleCloudDataplexV1DataScanEventDataQualityAppliedConfigs (Total Keys: 5) - schemas.GoogleCloudDataplexV1Job.properties.executionSpec (Total Keys: 2) - schemas.GoogleCloudDataplexV1Job.properties.labels (Total Keys: 3) - schemas.GoogleCloudDataplexV1Job.properties.trigger (Total Keys: 2) - schemas.GoogleCloudDataplexV1RunTaskRequest.properties.args (Total Keys: 2) - schemas.GoogleCloudDataplexV1RunTaskRequest.properties.labels (Total Keys: 2)
1 parent 9dd8562 commit 63d0c72

9 files changed

+1311
-20
lines changed

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

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

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

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

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

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,8 @@ <h3>Method Details</h3>
165165
},
166166
},
167167
&quot;dataProfileSpec&quot;: { # DataProfileScan related setting. # Output only. DataProfileScan related setting.
168+
&quot;rowFilter&quot;: &quot;A String&quot;, # 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 &gt;= 0 AND col2 &lt; 10
169+
&quot;samplingPercent&quot;: 3.14, # Optional. The percentage of the records to be selected from the dataset for DataScan. Value can range between 0.0 and 100.0 with up to 3 significant decimal digits. Sampling is not applied if sampling_percent is not specified, 0 or 100.
168170
},
169171
&quot;dataQualityResult&quot;: { # The output of a DataQualityScan. # Output only. The result of the data quality scan.
170172
&quot;dimensions&quot;: [ # A list of results at the dimension level.
@@ -208,7 +210,7 @@ <h3>Method Details</h3>
208210
&quot;statisticRangeExpectation&quot;: { # Evaluates whether the column aggregate statistic lies between a specified range. # ColumnAggregate rule which evaluates whether the column aggregate statistic lies between a specified range.
209211
&quot;maxValue&quot;: &quot;A String&quot;, # The maximum column statistic value allowed for a row to pass this validation.At least one of min_value and max_value need to be provided.
210212
&quot;minValue&quot;: &quot;A String&quot;, # The minimum column statistic value allowed for a row to pass this validation.At least one of min_value and max_value need to be provided.
211-
&quot;statistic&quot;: &quot;A String&quot;,
213+
&quot;statistic&quot;: &quot;A String&quot;, # The aggregate metric to evaluate.
212214
&quot;strictMaxEnabled&quot;: True or False, # Whether column statistic needs to be strictly lesser than (&#x27;&lt;&#x27;) the maximum, or if equality is allowed.Only relevant if a max_value has been defined. Default = false.
213215
&quot;strictMinEnabled&quot;: True or False, # Whether column statistic needs to be strictly greater than (&#x27;&gt;&#x27;) the minimum, or if equality is allowed.Only relevant if a min_value has been defined. Default = false.
214216
},
@@ -230,6 +232,7 @@ <h3>Method Details</h3>
230232
},
231233
},
232234
&quot;dataQualitySpec&quot;: { # DataQualityScan related setting. # Output only. DataQualityScan related setting.
235+
&quot;rowFilter&quot;: &quot;A String&quot;, # 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 &gt;= 0 AND col2 &lt; 10
233236
&quot;rules&quot;: [ # The list of rules to evaluate against a data source. At least one rule is required.
234237
{ # A rule captures data quality intent about a data source.
235238
&quot;column&quot;: &quot;A String&quot;, # Optional. The unnested column which this rule is evaluated against.
@@ -257,7 +260,7 @@ <h3>Method Details</h3>
257260
&quot;statisticRangeExpectation&quot;: { # Evaluates whether the column aggregate statistic lies between a specified range. # ColumnAggregate rule which evaluates whether the column aggregate statistic lies between a specified range.
258261
&quot;maxValue&quot;: &quot;A String&quot;, # The maximum column statistic value allowed for a row to pass this validation.At least one of min_value and max_value need to be provided.
259262
&quot;minValue&quot;: &quot;A String&quot;, # The minimum column statistic value allowed for a row to pass this validation.At least one of min_value and max_value need to be provided.
260-
&quot;statistic&quot;: &quot;A String&quot;,
263+
&quot;statistic&quot;: &quot;A String&quot;, # The aggregate metric to evaluate.
261264
&quot;strictMaxEnabled&quot;: True or False, # Whether column statistic needs to be strictly lesser than (&#x27;&lt;&#x27;) the maximum, or if equality is allowed.Only relevant if a max_value has been defined. Default = false.
262265
&quot;strictMinEnabled&quot;: True or False, # Whether column statistic needs to be strictly greater than (&#x27;&gt;&#x27;) the minimum, or if equality is allowed.Only relevant if a min_value has been defined. Default = false.
263266
},
@@ -269,6 +272,7 @@ <h3>Method Details</h3>
269272
},
270273
},
271274
],
275+
&quot;samplingPercent&quot;: 3.14, # Optional. The percentage of the records to be selected from the dataset for DataScan. Value can range between 0.0 and 100.0 with up to 3 significant decimal digits. Sampling is not applied if sampling_percent is not specified, 0 or 100.
272276
},
273277
&quot;endTime&quot;: &quot;A String&quot;, # Output only. The time when the DataScanJob ended.
274278
&quot;message&quot;: &quot;A String&quot;, # Output only. Additional information about the current state.
@@ -352,6 +356,8 @@ <h3>Method Details</h3>
352356
},
353357
},
354358
&quot;dataProfileSpec&quot;: { # DataProfileScan related setting. # Output only. DataProfileScan related setting.
359+
&quot;rowFilter&quot;: &quot;A String&quot;, # 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 &gt;= 0 AND col2 &lt; 10
360+
&quot;samplingPercent&quot;: 3.14, # Optional. The percentage of the records to be selected from the dataset for DataScan. Value can range between 0.0 and 100.0 with up to 3 significant decimal digits. Sampling is not applied if sampling_percent is not specified, 0 or 100.
355361
},
356362
&quot;dataQualityResult&quot;: { # The output of a DataQualityScan. # Output only. The result of the data quality scan.
357363
&quot;dimensions&quot;: [ # A list of results at the dimension level.
@@ -395,7 +401,7 @@ <h3>Method Details</h3>
395401
&quot;statisticRangeExpectation&quot;: { # Evaluates whether the column aggregate statistic lies between a specified range. # ColumnAggregate rule which evaluates whether the column aggregate statistic lies between a specified range.
396402
&quot;maxValue&quot;: &quot;A String&quot;, # The maximum column statistic value allowed for a row to pass this validation.At least one of min_value and max_value need to be provided.
397403
&quot;minValue&quot;: &quot;A String&quot;, # The minimum column statistic value allowed for a row to pass this validation.At least one of min_value and max_value need to be provided.
398-
&quot;statistic&quot;: &quot;A String&quot;,
404+
&quot;statistic&quot;: &quot;A String&quot;, # The aggregate metric to evaluate.
399405
&quot;strictMaxEnabled&quot;: True or False, # Whether column statistic needs to be strictly lesser than (&#x27;&lt;&#x27;) the maximum, or if equality is allowed.Only relevant if a max_value has been defined. Default = false.
400406
&quot;strictMinEnabled&quot;: True or False, # Whether column statistic needs to be strictly greater than (&#x27;&gt;&#x27;) the minimum, or if equality is allowed.Only relevant if a min_value has been defined. Default = false.
401407
},
@@ -417,6 +423,7 @@ <h3>Method Details</h3>
417423
},
418424
},
419425
&quot;dataQualitySpec&quot;: { # DataQualityScan related setting. # Output only. DataQualityScan related setting.
426+
&quot;rowFilter&quot;: &quot;A String&quot;, # 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 &gt;= 0 AND col2 &lt; 10
420427
&quot;rules&quot;: [ # The list of rules to evaluate against a data source. At least one rule is required.
421428
{ # A rule captures data quality intent about a data source.
422429
&quot;column&quot;: &quot;A String&quot;, # Optional. The unnested column which this rule is evaluated against.
@@ -444,7 +451,7 @@ <h3>Method Details</h3>
444451
&quot;statisticRangeExpectation&quot;: { # Evaluates whether the column aggregate statistic lies between a specified range. # ColumnAggregate rule which evaluates whether the column aggregate statistic lies between a specified range.
445452
&quot;maxValue&quot;: &quot;A String&quot;, # The maximum column statistic value allowed for a row to pass this validation.At least one of min_value and max_value need to be provided.
446453
&quot;minValue&quot;: &quot;A String&quot;, # The minimum column statistic value allowed for a row to pass this validation.At least one of min_value and max_value need to be provided.
447-
&quot;statistic&quot;: &quot;A String&quot;,
454+
&quot;statistic&quot;: &quot;A String&quot;, # The aggregate metric to evaluate.
448455
&quot;strictMaxEnabled&quot;: True or False, # Whether column statistic needs to be strictly lesser than (&#x27;&lt;&#x27;) the maximum, or if equality is allowed.Only relevant if a max_value has been defined. Default = false.
449456
&quot;strictMinEnabled&quot;: True or False, # Whether column statistic needs to be strictly greater than (&#x27;&gt;&#x27;) the minimum, or if equality is allowed.Only relevant if a min_value has been defined. Default = false.
450457
},
@@ -456,6 +463,7 @@ <h3>Method Details</h3>
456463
},
457464
},
458465
],
466+
&quot;samplingPercent&quot;: 3.14, # Optional. The percentage of the records to be selected from the dataset for DataScan. Value can range between 0.0 and 100.0 with up to 3 significant decimal digits. Sampling is not applied if sampling_percent is not specified, 0 or 100.
459467
},
460468
&quot;endTime&quot;: &quot;A String&quot;, # Output only. The time when the DataScanJob ended.
461469
&quot;message&quot;: &quot;A String&quot;, # Output only. Additional information about the current state.

0 commit comments

Comments
 (0)