|
|
|
@ -79,11 +79,11 @@ interfaces: |
|
|
|
|
- name: GetBackup |
|
|
|
|
retry_codes_name: idempotent |
|
|
|
|
retry_params_name: default |
|
|
|
|
timeout_millis: 30000 |
|
|
|
|
timeout_millis: 600000 |
|
|
|
|
- name: UpdateBackup |
|
|
|
|
retry_codes_name: non_idempotent |
|
|
|
|
retry_params_name: default |
|
|
|
|
timeout_millis: 30000 |
|
|
|
|
timeout_millis: 600000 |
|
|
|
|
- name: DeleteBackup |
|
|
|
|
retry_codes_name: idempotent |
|
|
|
|
retry_params_name: default |
|
|
|
@ -91,7 +91,7 @@ interfaces: |
|
|
|
|
- name: ListBackups |
|
|
|
|
retry_codes_name: idempotent |
|
|
|
|
retry_params_name: default |
|
|
|
|
timeout_millis: 30000 |
|
|
|
|
timeout_millis: 600000 |
|
|
|
|
- name: RestoreDatabase |
|
|
|
|
retry_codes_name: non_idempotent |
|
|
|
|
retry_params_name: default |
|
|
|
@ -104,8 +104,8 @@ interfaces: |
|
|
|
|
- name: ListDatabaseOperations |
|
|
|
|
retry_codes_name: idempotent |
|
|
|
|
retry_params_name: default |
|
|
|
|
timeout_millis: 30000 |
|
|
|
|
timeout_millis: 600000 |
|
|
|
|
- name: ListBackupOperations |
|
|
|
|
retry_codes_name: idempotent |
|
|
|
|
retry_params_name: default |
|
|
|
|
timeout_millis: 30000 |
|
|
|
|
timeout_millis: 600000 |
|
|
|
|