Skip to content
This repository was archived by the owner on Jul 13, 2023. It is now read-only.

Commit 68c8ece

Browse files
feat: Add client library support for AssetService v1 SavedQuery APIs (#662)
* feat: Add client library support for AssetService v1 SavedQuery APIs Committer: jeffreyai@ PiperOrigin-RevId: 475366952 Source-Link: googleapis/googleapis@7428dad Source-Link: https://github.com/googleapis/googleapis-gen/commit/5629e2ab728443a1a6abb03f34f925d5cd4e0c47 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNTYyOWUyYWI3Mjg0NDNhMWE2YWJiMDNmMzRmOTI1ZDVjZDRlMGM0NyJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 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>
1 parent e351ed1 commit 68c8ece

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

src/v1/asset_service_client_config.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,23 +93,28 @@
9393
"retry_params_name": "default"
9494
},
9595
"CreateSavedQuery": {
96+
"timeout_millis": 60000,
9697
"retry_codes_name": "non_idempotent",
9798
"retry_params_name": "default"
9899
},
99100
"GetSavedQuery": {
100-
"retry_codes_name": "non_idempotent",
101+
"timeout_millis": 60000,
102+
"retry_codes_name": "idempotent",
101103
"retry_params_name": "default"
102104
},
103105
"ListSavedQueries": {
104-
"retry_codes_name": "non_idempotent",
106+
"timeout_millis": 60000,
107+
"retry_codes_name": "idempotent",
105108
"retry_params_name": "default"
106109
},
107110
"UpdateSavedQuery": {
111+
"timeout_millis": 60000,
108112
"retry_codes_name": "non_idempotent",
109113
"retry_params_name": "default"
110114
},
111115
"DeleteSavedQuery": {
112-
"retry_codes_name": "non_idempotent",
116+
"timeout_millis": 60000,
117+
"retry_codes_name": "idempotent",
113118
"retry_params_name": "default"
114119
},
115120
"BatchGetEffectiveIamPolicies": {

0 commit comments

Comments
 (0)