Skip to content

Commit

Permalink
chore: deprecate SearchEntriesResult.snippets (#7419)
Browse files Browse the repository at this point in the history
chore: deprecate SearchEntriesResult.linked_resource
docs: clarify DataQualityRule.sql_assertion descriptions
docs: fix links to RuleType proto references
PiperOrigin-RevId: 642731390
Source-Link: googleapis/googleapis@40a290b
Source-Link: googleapis/googleapis-gen@2e95263
Copy-Tag: eyJwIjoiRGF0YXBsZXgvLk93bEJvdC55YW1sIiwiaCI6IjJlOTUyNjNmZGM3MDdkNGJjZWI3MzEwZWU1ZWFjMDkxOWIwYTQzYzIifQ==
  • Loading branch information
gcf-owl-bot[bot] committed Jun 20, 2024
1 parent f7f6aec commit 55227ad
Show file tree
Hide file tree
Showing 13 changed files with 186 additions and 106 deletions.
21 changes: 11 additions & 10 deletions Dataplex/metadata/V1/Catalog.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,17 @@
use Google\Cloud\Dataplex\V1\GenerateDataQualityRulesResponse;

/**
* Generates recommended DataQualityRule from a data profiling DataScan.
* Generates recommended data quality rules based on the results of a data
* profiling scan.
*
* @param string $name The name should be either
* * the name of a datascan with at least one successful completed data
* profiling job, or
* * the name of a successful completed data profiling datascan job.
* Use the recommendations to build rules for a data quality scan.
*
* @param string $name The name must be one of the following:
*
* * The name of a data scan with at least one successful, completed data
* profiling job
* * The name of a successful, completed data profiling job (a data scan job
* where the job type is data profiling)
*/
function generate_data_quality_rules_sample(string $name): void
{
Expand Down
5 changes: 4 additions & 1 deletion Dataplex/src/V1/Client/DataScanServiceClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,10 @@ public function deleteDataScan(DeleteDataScanRequest $request, array $callOption
}

/**
* Generates recommended DataQualityRule from a data profiling DataScan.
* Generates recommended data quality rules based on the results of a data
* profiling scan.
*
* Use the recommendations to build rules for a data quality scan.
*
* The async variant is
* {@see DataScanServiceClient::generateDataQualityRulesAsync()} .
Expand Down
6 changes: 3 additions & 3 deletions Dataplex/src/V1/DataQualityRule.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 9 additions & 7 deletions Dataplex/src/V1/DataQualityRule/SqlAssertion.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 12 additions & 12 deletions Dataplex/src/V1/DataQualityRuleResult.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions Dataplex/src/V1/DataQualityScanRuleResult.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 18 additions & 18 deletions Dataplex/src/V1/DataQualityScanRuleResult/RuleType.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

46 changes: 46 additions & 0 deletions Dataplex/src/V1/EntrySource.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 55227ad

Please sign in to comment.