PiperOrigin-RevId: 430291802pull/705/head
parent
f873e7f132
commit
026165e229
2 changed files with 16 additions and 63 deletions
@ -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…
Reference in new issue