Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2553)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Apr 29, 2024
1 parent 4418f5f commit 2f46e14
Show file tree
Hide file tree
Showing 6 changed files with 7,248 additions and 15,410 deletions.
13 changes: 10 additions & 3 deletions dataplex/v1/dataplex-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -5271,7 +5271,7 @@
}
}
},
"revision": "20240410",
"revision": "20240419",
"rootUrl": "https://dataplex.googleapis.com/",
"schemas": {
"Empty": {
Expand Down Expand Up @@ -7091,6 +7091,11 @@
"description": "Information about the result of a data quality rule for data quality scan. The monitored resource is 'DataScan'.",
"id": "GoogleCloudDataplexV1DataQualityScanRuleResult",
"properties": {
"assertionRowCount": {
"description": "The number of rows returned by the sql statement in the SqlAssertion rule. This field is only valid for SqlAssertion rules.",
"format": "int64",
"type": "string"
},
"column": {
"description": "The column which this rule is evaluated against.",
"type": "string"
Expand Down Expand Up @@ -7165,7 +7170,8 @@
"SET_EXPECTATION",
"STATISTIC_RANGE_EXPECTATION",
"TABLE_CONDITION_EXPECTATION",
"UNIQUENESS_EXPECTATION"
"UNIQUENESS_EXPECTATION",
"SQL_ASSERTION"
],
"enumDescriptions": [
"An unspecified rule type.",
Expand All @@ -7176,7 +7182,8 @@
"Please see https://cloud.google.com/dataplex/docs/reference/rest/v1/DataQualityRule#setexpectation.",
"Please see https://cloud.google.com/dataplex/docs/reference/rest/v1/DataQualityRule#statisticrangeexpectation.",
"Please see https://cloud.google.com/dataplex/docs/reference/rest/v1/DataQualityRule#tableconditionexpectation.",
"Please see https://cloud.google.com/dataplex/docs/reference/rest/v1/DataQualityRule#uniquenessexpectation."
"Please see https://cloud.google.com/dataplex/docs/reference/rest/v1/DataQualityRule#uniquenessexpectation.",
"Please see https://cloud.google.com/dataplex/docs/reference/rest/v1/DataQualityRule#sqlAssertion."
],
"type": "string"
},
Expand Down

0 comments on commit 2f46e14

Please sign in to comment.