Skip to content

Commit 026165e

Browse files
Google APIscopybara-github
authored andcommitted
chore: move gRPC service config for BigQuery Migration API to the proper place
PiperOrigin-RevId: 430291802
1 parent f873e7f commit 026165e

2 files changed

Lines changed: 16 additions & 63 deletions

File tree

google/cloud/bigquery/migration/v2alpha/bigquerymigration_grpc_service_config.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,21 @@
4343
}
4444
],
4545
"timeout": "60s"
46+
},
47+
{
48+
"name": [
49+
{
50+
"service": "google.cloud.bigquery.migration.v2alpha.SqlTranslationService",
51+
"method": "Translate"
52+
}
53+
],
54+
"timeout": "30s",
55+
"retryPolicy": {
56+
"maxAttempts": 3,
57+
"initialBackoff": "0.100s",
58+
"maxBackoff": "1s",
59+
"backoffMultiplier": 1.3,
60+
"retryableStatusCodes": ["UNAVAILABLE"]
61+
}
4662
}]
4763
}

google/cloud/bigquerymigration/v2alpha/bigquerymigration_grpc_service_config.json

Lines changed: 0 additions & 63 deletions
This file was deleted.

0 commit comments

Comments
 (0)