Skip to content

Commit

Permalink
feat: updated client libraries for Dataplex Catalog: removed deprecat…
Browse files Browse the repository at this point in the history
…ed fields, updated comments (#7282)

fix!: An existing field `entry` is removed from message `.google.cloud.dataplex.v1.SearchEntriesResult`
fix!: An existing field `display_name` is removed from message `.google.cloud.dataplex.v1.SearchEntriesResult`
fix!: An existing field `entry_type` is removed from message `.google.cloud.dataplex.v1.SearchEntriesResult`
fix!: An existing field `modify_time` is removed from message `.google.cloud.dataplex.v1.SearchEntriesResult`
fix!: An existing field `fully_qualified_name` is removed from message `.google.cloud.dataplex.v1.SearchEntriesResult`
fix!: An existing field `description` is removed from message `.google.cloud.dataplex.v1.SearchEntriesResult`
fix!: An existing field `relative_resource` is removed from message `.google.cloud.dataplex.v1.SearchEntriesResult`
docs: A comment for field `aspects` in message `.google.cloud.dataplex.v1.Entry` is changed
docs: A comment for field `filter` in message `.google.cloud.dataplex.v1.ListEntriesRequest` is changed
PiperOrigin-RevId: 630090353
Source-Link: googleapis/googleapis@7ea9f2c
Source-Link: googleapis/googleapis-gen@7a1cca7
Copy-Tag: eyJwIjoiRGF0YXBsZXgvLk93bEJvdC55YW1sIiwiaCI6IjdhMWNjYTc5ODJlNWFjZTI5NWFhYWQxOTQyNjdjYzVkMDVjMTFkNTgifQ==
  • Loading branch information
gcf-owl-bot[bot] authored May 3, 2024
1 parent 0a5e5f6 commit 9bd3610
Show file tree
Hide file tree
Showing 12 changed files with 261 additions and 333 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.

75 changes: 75 additions & 0 deletions Dataplex/src/V1/DataQualityRule/SqlAssertion.php

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 9bd3610

Please sign in to comment.