Skip to content

Commit

Permalink
fix(retry): restore grpc_service_config for CreateBackup and RestoreT…
Browse files Browse the repository at this point in the history
…able (#851)

This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/9f8e7599-f87d-4fac-8f3a-a2e1781c33be/targets

- [ ] To automatically regenerate this PR, check this box.

PiperOrigin-RevId: 361301101
Source-Link: googleapis/googleapis@458338f
PiperOrigin-RevId: 361273630
Source-Link: googleapis/googleapis@5477122
  • Loading branch information
yoshi-automation committed Mar 8, 2021
1 parent 25f3f60 commit 3ff2828
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions src/v2/bigtable_table_admin_client_config.json
Expand Up @@ -93,6 +93,7 @@
"retry_params_name": "default"
},
"CreateBackup": {
"timeout_millis": 60000,
"retry_codes_name": "non_idempotent",
"retry_params_name": "default"
},
Expand All @@ -117,6 +118,7 @@
"retry_params_name": "264268458a9e88347dbacbd9398202ff5885a40b"
},
"RestoreTable": {
"timeout_millis": 60000,
"retry_codes_name": "non_idempotent",
"retry_params_name": "default"
},
Expand Down
6 changes: 3 additions & 3 deletions synth.metadata
Expand Up @@ -4,15 +4,15 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/nodejs-bigtable.git",
"sha": "278c4ddfb3085b7a2ee108efafdbc0ccfe806cc0"
"sha": "25f3f60fba8bb751ca05282a5dd7fc862a7a4135"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "eabec5a21219401bad79e1cc7d900c1658aee5fd",
"internalRef": "359130387"
"sha": "458338f8ca444e43b9df96b984b68f3978852b74",
"internalRef": "361301101"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
@@ -1,4 +1,4 @@
// Copyright 2020 Google LLC
// Copyright 2021 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down

0 comments on commit 3ff2828

Please sign in to comment.