Skip to content

Commit d650f98

Browse files
fix(retry): restore grpc_service_config for CreateBackup and {Restore,Snapshot}Table
Committer: @miraleung PiperOrigin-RevId: 361301101 Source-Author: Google APIs <noreply@google.com> Source-Date: Sat Mar 6 02:06:05 2021 -0800 Source-Repo: googleapis/googleapis Source-Sha: 458338f8ca444e43b9df96b984b68f3978852b74 Source-Link: googleapis/googleapis@458338f
1 parent 3a977b1 commit d650f98

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/v2/bigtable_table_admin_client_config.json

+2
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@
9393
"retry_params_name": "default"
9494
},
9595
"CreateBackup": {
96+
"timeout_millis": 60000,
9697
"retry_codes_name": "non_idempotent",
9798
"retry_params_name": "default"
9899
},
@@ -117,6 +118,7 @@
117118
"retry_params_name": "264268458a9e88347dbacbd9398202ff5885a40b"
118119
},
119120
"RestoreTable": {
121+
"timeout_millis": 60000,
120122
"retry_codes_name": "non_idempotent",
121123
"retry_params_name": "default"
122124
},

synth.metadata

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"git": {
1212
"name": "googleapis",
1313
"remote": "https://github.com/googleapis/googleapis.git",
14-
"sha": "5477122b3e8037a1dc5bc920536158edbd151dc4",
15-
"internalRef": "361273630"
14+
"sha": "458338f8ca444e43b9df96b984b68f3978852b74",
15+
"internalRef": "361301101"
1616
}
1717
},
1818
{

0 commit comments

Comments
 (0)