Skip to content

Commit

Permalink
feat: added rpc RenameTagTemplateFieldEnumValue (#6416)
Browse files Browse the repository at this point in the history
feat: returning approximate total size for SearchCatalog
feat: returning unreachable locations for SearchCatalog
feat: added Entry.usage_signal
docs: update docs of SearchCatalogRequest message
PiperOrigin-RevId: 545732359
Source-Link: googleapis/googleapis@a1098e7
Source-Link: googleapis/googleapis-gen@8b26b43
Copy-Tag: eyJwIjoiRGF0YUNhdGFsb2cvLk93bEJvdC55YW1sIiwiaCI6IjhiMjZiNDM1OTI0OWM2ZjVkYTQ4Yjc1ZDFjMmI4MGNlYjUwNzVlODEifQ==
  • Loading branch information
gcf-owl-bot[bot] authored Jul 5, 2023
1 parent 6b794b6 commit 4e85246
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 20 deletions.
12 changes: 3 additions & 9 deletions DataCatalog/src/V1/Entry.php

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

23 changes: 16 additions & 7 deletions DataCatalog/src/V1/EntryType.php

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

7 changes: 7 additions & 0 deletions DataCatalog/src/V1/Gapic/DataCatalogGapicClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -2052,6 +2052,13 @@ public function renameTagTemplateFieldEnumValue($name, $newEnumValueDisplayName,
* * `last_modified_timestamp [asc|desc]` with descending (`desc`) as default
* * `default` that can only be descending
*
* Search queries don't guarantee full recall. Results that match your query
* might not be returned, even in subsequent result pages. Additionally,
* returned (and not returned) results can vary if you repeat search queries.
* If you are experiencing recall issues and you don't have to fetch the
* results in any specific order, consider setting this parameter to
* `default`.
*
* If this parameter is omitted, it defaults to the descending `relevance`.
* @type RetrySettings|array $retrySettings
* Retry settings to use for this call. Can be a {@see RetrySettings} object, or an
Expand Down
32 changes: 28 additions & 4 deletions DataCatalog/src/V1/SearchCatalogRequest.php

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

0 comments on commit 4e85246

Please sign in to comment.