Skip to content

Commit 03183b7

Browse files
Google APIscopybara-github
authored andcommitted
chore: Add grpc service config for ExecuteQuery API
PiperOrigin-RevId: 733462032
1 parent 607b762 commit 03183b7

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

google/bigtable/v2/bigtable_grpc_service_config.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,25 @@
4040
],
4141
"timeout": "43200s"
4242
},
43+
{
44+
"name": [
45+
{
46+
"service": "google.bigtable.v2.Bigtable",
47+
"method": "ExecuteQuery"
48+
}
49+
],
50+
"timeout": "43200s",
51+
"retryPolicy": {
52+
"initialBackoff": "0.010s",
53+
"maxAttempts": 5,
54+
"maxBackoff": "60s",
55+
"backoffMultiplier": 2,
56+
"retryableStatusCodes": [
57+
"UNAVAILABLE",
58+
"DEADLINE_EXCEEDED"
59+
]
60+
}
61+
},
4362
{
4463
"name": [
4564
{

0 commit comments

Comments
 (0)