Skip to content

Commit

Permalink
🦉 Updates from OwlBot post-processor
Browse files Browse the repository at this point in the history
  • Loading branch information
gcf-owl-bot[bot] committed May 2, 2024
1 parent 4260ad4 commit 759f59a
Show file tree
Hide file tree
Showing 522 changed files with 187 additions and 110,967 deletions.
14 changes: 3 additions & 11 deletions Dataplex/metadata/V1/Catalog.php

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

Binary file modified Dataplex/metadata/V1/DataQuality.php
Binary file not shown.
Binary file modified Dataplex/metadata/V1/Logs.php
Binary file not shown.
36 changes: 36 additions & 0 deletions Dataplex/src/V1/DataQualityRule.php

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

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

42 changes: 42 additions & 0 deletions Dataplex/src/V1/DataQualityRuleResult.php

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

38 changes: 38 additions & 0 deletions Dataplex/src/V1/DataQualityScanRuleResult.php

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

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

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

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

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

12 changes: 7 additions & 5 deletions Dataplex/src/V1/Gapic/CatalogServiceGapicClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -1509,15 +1509,17 @@ public function listAspectTypes($parent, array $optionalArgs = [])
* Optional. A filter on the entries to return.
* Filters are case-sensitive.
* The request can be filtered by the following fields:
* entry_type, display_name.
* entry_type, entry_source.display_name.
* The comparison operators are =, !=, <, >, <=, >= (strings are compared
* according to lexical order)
* The logical operators AND, OR, NOT can be used
* in the filter. Example filter expressions:
* "display_name=AnExampleDisplayName"
* in the filter. Wildcard "*" can be used, but for entry_type the full
* project id or number needs to be provided. Example filter expressions:
* "entry_source.display_name=AnExampleDisplayName"
* "entry_type=projects/example-project/locations/global/entryTypes/example-entry_type"
* "entry_type=projects/a* OR "entry_type=projects/k*"
* "NOT display_name=AnotherExampleDisplayName"
* "entry_type=projects/example-project/locations/us/entryTypes/a* OR
* entry_type=projects/another-project/locations/*"
* "NOT entry_source.display_name=AnotherExampleDisplayName"
* @type RetrySettings|array $retrySettings
* Retry settings to use for this call. Can be a {@see RetrySettings} object, or an
* associative array of retry settings parameters. See the documentation on
Expand Down
Loading

0 comments on commit 759f59a

Please sign in to comment.