Skip to content

Commit 2f46e14

Browse files
feat(all): auto-regenerate discovery clients (#2553)
1 parent 4418f5f commit 2f46e14

File tree

6 files changed

+7248
-15410
lines changed

6 files changed

+7248
-15410
lines changed

dataplex/v1/dataplex-api.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5271,7 +5271,7 @@
52715271
}
52725272
}
52735273
},
5274-
"revision": "20240410",
5274+
"revision": "20240419",
52755275
"rootUrl": "https://dataplex.googleapis.com/",
52765276
"schemas": {
52775277
"Empty": {
@@ -7091,6 +7091,11 @@
70917091
"description": "Information about the result of a data quality rule for data quality scan. The monitored resource is 'DataScan'.",
70927092
"id": "GoogleCloudDataplexV1DataQualityScanRuleResult",
70937093
"properties": {
7094+
"assertionRowCount": {
7095+
"description": "The number of rows returned by the sql statement in the SqlAssertion rule. This field is only valid for SqlAssertion rules.",
7096+
"format": "int64",
7097+
"type": "string"
7098+
},
70947099
"column": {
70957100
"description": "The column which this rule is evaluated against.",
70967101
"type": "string"
@@ -7165,7 +7170,8 @@
71657170
"SET_EXPECTATION",
71667171
"STATISTIC_RANGE_EXPECTATION",
71677172
"TABLE_CONDITION_EXPECTATION",
7168-
"UNIQUENESS_EXPECTATION"
7173+
"UNIQUENESS_EXPECTATION",
7174+
"SQL_ASSERTION"
71697175
],
71707176
"enumDescriptions": [
71717177
"An unspecified rule type.",
@@ -7176,7 +7182,8 @@
71767182
"Please see https://cloud.google.com/dataplex/docs/reference/rest/v1/DataQualityRule#setexpectation.",
71777183
"Please see https://cloud.google.com/dataplex/docs/reference/rest/v1/DataQualityRule#statisticrangeexpectation.",
71787184
"Please see https://cloud.google.com/dataplex/docs/reference/rest/v1/DataQualityRule#tableconditionexpectation.",
7179-
"Please see https://cloud.google.com/dataplex/docs/reference/rest/v1/DataQualityRule#uniquenessexpectation."
7185+
"Please see https://cloud.google.com/dataplex/docs/reference/rest/v1/DataQualityRule#uniquenessexpectation.",
7186+
"Please see https://cloud.google.com/dataplex/docs/reference/rest/v1/DataQualityRule#sqlAssertion."
71807187
],
71817188
"type": "string"
71827189
},

0 commit comments

Comments
 (0)