chore: move gRPC service config for BigQuery Migration API to the proper place

PiperOrigin-RevId: 430291802
pull/705/head
Google APIs 3 years ago committed by Copybara-Service
parent f873e7f132
commit 026165e229
  1. 16
      google/cloud/bigquery/migration/v2alpha/bigquerymigration_grpc_service_config.json
  2. 63
      google/cloud/bigquerymigration/v2alpha/bigquerymigration_grpc_service_config.json

@ -43,5 +43,21 @@
}
],
"timeout": "60s"
},
{
"name": [
{
"service": "google.cloud.bigquery.migration.v2alpha.SqlTranslationService",
"method": "Translate"
}
],
"timeout": "30s",
"retryPolicy": {
"maxAttempts": 3,
"initialBackoff": "0.100s",
"maxBackoff": "1s",
"backoffMultiplier": 1.3,
"retryableStatusCodes": ["UNAVAILABLE"]
}
}]
}

@ -1,63 +0,0 @@
{
"methodConfig": [{
"name": [
{
"service": "google.cloud.bigquery.migration.v2alpha.MigrationService",
"method": "GetMigrationWorkflow"
},
{
"service": "google.cloud.bigquery.migration.v2alpha.MigrationService",
"method": "ListMigrationWorkflows"
},
{
"service": "google.cloud.bigquery.migration.v2alpha.MigrationService",
"method": "StartMigrationWorkflow"
},
{
"service": "google.cloud.bigquery.migration.v2alpha.MigrationService",
"method": "GetMigrationSubtask"
},
{
"service": "google.cloud.bigquery.migration.v2alpha.MigrationService",
"method": "ListMigrationSubtasks"
}
],
"timeout": "120s",
"retryPolicy": {
"maxAttempts": 5,
"initialBackoff": "1s",
"maxBackoff": "10s",
"backoffMultiplier": 1.3,
"retryableStatusCodes": ["UNAVAILABLE"]
}
},
{
"name": [
{
"service": "google.cloud.bigquery.migration.v2alpha.MigrationService",
"method": "CreateMigrationWorkflow"
},
{
"service": "google.cloud.bigquery.migration.v2alpha.MigrationService",
"method": "DeleteMigrationWorkflow"
}
],
"timeout": "60s"
},
{
"name": [
{
"service": "google.cloud.bigquery.migration.v2alpha.SqlTranslationService",
"method": "Translate"
}
],
"timeout": "30s",
"retryPolicy": {
"maxAttempts": 3,
"initialBackoff": "0.100s",
"maxBackoff": "1s",
"backoffMultiplier": 1.3,
"retryableStatusCodes": ["UNAVAILABLE"]
}
}]
}
Loading…
Cancel
Save