Skip to content

Commit c8fb096

Browse files
feat(dataplex): update the api
#### dataplex:v1 The following keys were added: - schemas.GoogleCloudDataplexV1DataScanEvent.properties.createTime (Total Keys: 2)
1 parent 100be6b commit c8fb096

File tree

3 files changed

+29
-22
lines changed

3 files changed

+29
-22
lines changed

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ <h3>Method Details</h3>
252252
&quot;sqlExpression&quot;: &quot;A String&quot;, # The SQL expression.
253253
},
254254
&quot;threshold&quot;: 3.14, # Optional. The minimum ratio of passing_rows / total_rows required to pass this rule, with a range of 0.0, 1.0.0 indicates default value (i.e. 1.0).This field is only valid for row-level type rules.
255-
&quot;uniquenessExpectation&quot;: { # Evaluates whether the column has duplicates. # Aggregate rule which evaluates whether the column has duplicates.
255+
&quot;uniquenessExpectation&quot;: { # Evaluates whether the column has duplicates. # Row-level rule which evaluates whether each column value is unique.
256256
},
257257
},
258258
},
@@ -304,7 +304,7 @@ <h3>Method Details</h3>
304304
&quot;sqlExpression&quot;: &quot;A String&quot;, # The SQL expression.
305305
},
306306
&quot;threshold&quot;: 3.14, # Optional. The minimum ratio of passing_rows / total_rows required to pass this rule, with a range of 0.0, 1.0.0 indicates default value (i.e. 1.0).This field is only valid for row-level type rules.
307-
&quot;uniquenessExpectation&quot;: { # Evaluates whether the column has duplicates. # Aggregate rule which evaluates whether the column has duplicates.
307+
&quot;uniquenessExpectation&quot;: { # Evaluates whether the column has duplicates. # Row-level rule which evaluates whether each column value is unique.
308308
},
309309
},
310310
],
@@ -546,7 +546,7 @@ <h3>Method Details</h3>
546546
&quot;sqlExpression&quot;: &quot;A String&quot;, # The SQL expression.
547547
},
548548
&quot;threshold&quot;: 3.14, # Optional. The minimum ratio of passing_rows / total_rows required to pass this rule, with a range of 0.0, 1.0.0 indicates default value (i.e. 1.0).This field is only valid for row-level type rules.
549-
&quot;uniquenessExpectation&quot;: { # Evaluates whether the column has duplicates. # Aggregate rule which evaluates whether the column has duplicates.
549+
&quot;uniquenessExpectation&quot;: { # Evaluates whether the column has duplicates. # Row-level rule which evaluates whether each column value is unique.
550550
},
551551
},
552552
},
@@ -598,7 +598,7 @@ <h3>Method Details</h3>
598598
&quot;sqlExpression&quot;: &quot;A String&quot;, # The SQL expression.
599599
},
600600
&quot;threshold&quot;: 3.14, # Optional. The minimum ratio of passing_rows / total_rows required to pass this rule, with a range of 0.0, 1.0.0 indicates default value (i.e. 1.0).This field is only valid for row-level type rules.
601-
&quot;uniquenessExpectation&quot;: { # Evaluates whether the column has duplicates. # Aggregate rule which evaluates whether the column has duplicates.
601+
&quot;uniquenessExpectation&quot;: { # Evaluates whether the column has duplicates. # Row-level rule which evaluates whether each column value is unique.
602602
},
603603
},
604604
],
@@ -824,7 +824,7 @@ <h3>Method Details</h3>
824824
&quot;sqlExpression&quot;: &quot;A String&quot;, # The SQL expression.
825825
},
826826
&quot;threshold&quot;: 3.14, # Optional. The minimum ratio of passing_rows / total_rows required to pass this rule, with a range of 0.0, 1.0.0 indicates default value (i.e. 1.0).This field is only valid for row-level type rules.
827-
&quot;uniquenessExpectation&quot;: { # Evaluates whether the column has duplicates. # Aggregate rule which evaluates whether the column has duplicates.
827+
&quot;uniquenessExpectation&quot;: { # Evaluates whether the column has duplicates. # Row-level rule which evaluates whether each column value is unique.
828828
},
829829
},
830830
},
@@ -876,7 +876,7 @@ <h3>Method Details</h3>
876876
&quot;sqlExpression&quot;: &quot;A String&quot;, # The SQL expression.
877877
},
878878
&quot;threshold&quot;: 3.14, # Optional. The minimum ratio of passing_rows / total_rows required to pass this rule, with a range of 0.0, 1.0.0 indicates default value (i.e. 1.0).This field is only valid for row-level type rules.
879-
&quot;uniquenessExpectation&quot;: { # Evaluates whether the column has duplicates. # Aggregate rule which evaluates whether the column has duplicates.
879+
&quot;uniquenessExpectation&quot;: { # Evaluates whether the column has duplicates. # Row-level rule which evaluates whether each column value is unique.
880880
},
881881
},
882882
],
@@ -1063,7 +1063,7 @@ <h3>Method Details</h3>
10631063
&quot;sqlExpression&quot;: &quot;A String&quot;, # The SQL expression.
10641064
},
10651065
&quot;threshold&quot;: 3.14, # Optional. The minimum ratio of passing_rows / total_rows required to pass this rule, with a range of 0.0, 1.0.0 indicates default value (i.e. 1.0).This field is only valid for row-level type rules.
1066-
&quot;uniquenessExpectation&quot;: { # Evaluates whether the column has duplicates. # Aggregate rule which evaluates whether the column has duplicates.
1066+
&quot;uniquenessExpectation&quot;: { # Evaluates whether the column has duplicates. # Row-level rule which evaluates whether each column value is unique.
10671067
},
10681068
},
10691069
},
@@ -1115,7 +1115,7 @@ <h3>Method Details</h3>
11151115
&quot;sqlExpression&quot;: &quot;A String&quot;, # The SQL expression.
11161116
},
11171117
&quot;threshold&quot;: 3.14, # Optional. The minimum ratio of passing_rows / total_rows required to pass this rule, with a range of 0.0, 1.0.0 indicates default value (i.e. 1.0).This field is only valid for row-level type rules.
1118-
&quot;uniquenessExpectation&quot;: { # Evaluates whether the column has duplicates. # Aggregate rule which evaluates whether the column has duplicates.
1118+
&quot;uniquenessExpectation&quot;: { # Evaluates whether the column has duplicates. # Row-level rule which evaluates whether each column value is unique.
11191119
},
11201120
},
11211121
],
@@ -1319,7 +1319,7 @@ <h3>Method Details</h3>
13191319
&quot;sqlExpression&quot;: &quot;A String&quot;, # The SQL expression.
13201320
},
13211321
&quot;threshold&quot;: 3.14, # Optional. The minimum ratio of passing_rows / total_rows required to pass this rule, with a range of 0.0, 1.0.0 indicates default value (i.e. 1.0).This field is only valid for row-level type rules.
1322-
&quot;uniquenessExpectation&quot;: { # Evaluates whether the column has duplicates. # Aggregate rule which evaluates whether the column has duplicates.
1322+
&quot;uniquenessExpectation&quot;: { # Evaluates whether the column has duplicates. # Row-level rule which evaluates whether each column value is unique.
13231323
},
13241324
},
13251325
},
@@ -1371,7 +1371,7 @@ <h3>Method Details</h3>
13711371
&quot;sqlExpression&quot;: &quot;A String&quot;, # The SQL expression.
13721372
},
13731373
&quot;threshold&quot;: 3.14, # Optional. The minimum ratio of passing_rows / total_rows required to pass this rule, with a range of 0.0, 1.0.0 indicates default value (i.e. 1.0).This field is only valid for row-level type rules.
1374-
&quot;uniquenessExpectation&quot;: { # Evaluates whether the column has duplicates. # Aggregate rule which evaluates whether the column has duplicates.
1374+
&quot;uniquenessExpectation&quot;: { # Evaluates whether the column has duplicates. # Row-level rule which evaluates whether each column value is unique.
13751375
},
13761376
},
13771377
],

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ <h3>Method Details</h3>
231231
&quot;sqlExpression&quot;: &quot;A String&quot;, # The SQL expression.
232232
},
233233
&quot;threshold&quot;: 3.14, # Optional. The minimum ratio of passing_rows / total_rows required to pass this rule, with a range of 0.0, 1.0.0 indicates default value (i.e. 1.0).This field is only valid for row-level type rules.
234-
&quot;uniquenessExpectation&quot;: { # Evaluates whether the column has duplicates. # Aggregate rule which evaluates whether the column has duplicates.
234+
&quot;uniquenessExpectation&quot;: { # Evaluates whether the column has duplicates. # Row-level rule which evaluates whether each column value is unique.
235235
},
236236
},
237237
},
@@ -283,7 +283,7 @@ <h3>Method Details</h3>
283283
&quot;sqlExpression&quot;: &quot;A String&quot;, # The SQL expression.
284284
},
285285
&quot;threshold&quot;: 3.14, # Optional. The minimum ratio of passing_rows / total_rows required to pass this rule, with a range of 0.0, 1.0.0 indicates default value (i.e. 1.0).This field is only valid for row-level type rules.
286-
&quot;uniquenessExpectation&quot;: { # Evaluates whether the column has duplicates. # Aggregate rule which evaluates whether the column has duplicates.
286+
&quot;uniquenessExpectation&quot;: { # Evaluates whether the column has duplicates. # Row-level rule which evaluates whether each column value is unique.
287287
},
288288
},
289289
],
@@ -438,7 +438,7 @@ <h3>Method Details</h3>
438438
&quot;sqlExpression&quot;: &quot;A String&quot;, # The SQL expression.
439439
},
440440
&quot;threshold&quot;: 3.14, # Optional. The minimum ratio of passing_rows / total_rows required to pass this rule, with a range of 0.0, 1.0.0 indicates default value (i.e. 1.0).This field is only valid for row-level type rules.
441-
&quot;uniquenessExpectation&quot;: { # Evaluates whether the column has duplicates. # Aggregate rule which evaluates whether the column has duplicates.
441+
&quot;uniquenessExpectation&quot;: { # Evaluates whether the column has duplicates. # Row-level rule which evaluates whether each column value is unique.
442442
},
443443
},
444444
},
@@ -490,7 +490,7 @@ <h3>Method Details</h3>
490490
&quot;sqlExpression&quot;: &quot;A String&quot;, # The SQL expression.
491491
},
492492
&quot;threshold&quot;: 3.14, # Optional. The minimum ratio of passing_rows / total_rows required to pass this rule, with a range of 0.0, 1.0.0 indicates default value (i.e. 1.0).This field is only valid for row-level type rules.
493-
&quot;uniquenessExpectation&quot;: { # Evaluates whether the column has duplicates. # Aggregate rule which evaluates whether the column has duplicates.
493+
&quot;uniquenessExpectation&quot;: { # Evaluates whether the column has duplicates. # Row-level rule which evaluates whether each column value is unique.
494494
},
495495
},
496496
],

googleapiclient/discovery_cache/documents/dataplex.v1.json

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4269,7 +4269,7 @@
42694269
}
42704270
}
42714271
},
4272-
"revision": "20230709",
4272+
"revision": "20230712",
42734273
"rootUrl": "https://dataplex.googleapis.com/",
42744274
"schemas": {
42754275
"Empty": {
@@ -5464,7 +5464,7 @@
54645464
},
54655465
"uniquenessExpectation": {
54665466
"$ref": "GoogleCloudDataplexV1DataQualityRuleUniquenessExpectation",
5467-
"description": "Aggregate rule which evaluates whether the column has duplicates."
5467+
"description": "Row-level rule which evaluates whether each column value is unique."
54685468
}
54695469
},
54705470
"type": "object"
@@ -5863,9 +5863,14 @@
58635863
"type": "object"
58645864
},
58655865
"GoogleCloudDataplexV1DataScanEvent": {
5866-
"description": "These messages contain information about the execution of a datascan. The monitored resource is 'DataScan'",
5866+
"description": "These messages contain information about the execution of a datascan. The monitored resource is 'DataScan' Next ID: 13",
58675867
"id": "GoogleCloudDataplexV1DataScanEvent",
58685868
"properties": {
5869+
"createTime": {
5870+
"description": "The time when the data scan job was created.",
5871+
"format": "google-datetime",
5872+
"type": "string"
5873+
},
58695874
"dataProfile": {
58705875
"$ref": "GoogleCloudDataplexV1DataScanEventDataProfileResult",
58715876
"description": "Data profile result for data profile type data scan."
@@ -5933,14 +5938,16 @@
59335938
"STARTED",
59345939
"SUCCEEDED",
59355940
"FAILED",
5936-
"CANCELLED"
5941+
"CANCELLED",
5942+
"CREATED"
59375943
],
59385944
"enumDescriptions": [
59395945
"Unspecified job state.",
5940-
"Data scan started.",
5941-
"Data scan successfully completed.",
5942-
"Data scan was unsuccessful.",
5943-
"Data scan was cancelled."
5946+
"Data scan job started.",
5947+
"Data scan job successfully completed.",
5948+
"Data scan job was unsuccessful.",
5949+
"Data scan job was cancelled.",
5950+
"Data scan job was createed."
59445951
],
59455952
"type": "string"
59465953
},

0 commit comments

Comments
 (0)