Skip to content

Commit

Permalink
feat: [dataplex] add data quality score to DataQualityResult (#10108)
Browse files Browse the repository at this point in the history
* feat: add data quality score to DataQualityResult

PiperOrigin-RevId: 587100465

Source-Link: googleapis/googleapis@2aa3b1d

Source-Link: googleapis/googleapis-gen@86f694f
Copy-Tag: eyJwIjoiamF2YS1kYXRhcGxleC8uT3dsQm90LnlhbWwiLCJoIjoiODZmNjk0ZmVjNmI0OGNhY2Q2MmQ1MzRhMWEwNzNiY2RhM2I0NjQ0ZiJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Dec 4, 2023
1 parent 8fbbdbc commit fbbbc5c
Show file tree
Hide file tree
Showing 9 changed files with 2,115 additions and 118 deletions.
Expand Up @@ -1430,6 +1430,24 @@
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.cloud.dataplex.v1.DataQualityColumnResult",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.cloud.dataplex.v1.DataQualityColumnResult$Builder",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.cloud.dataplex.v1.DataQualityDimension",
"queryAllDeclaredConstructors": true,
Expand Down

0 comments on commit fbbbc5c

Please sign in to comment.