Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: [DataCatalog] added rpc RenameTagTemplateFieldEnumValue #6416

Merged
merged 2 commits into from
Jul 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.