texttospeech_grpc_service_config.json 368 B

1234567891011121314151617
  1. {
  2. "methodConfig": [
  3. {
  4. "name": [{"service": "google.cloud.texttospeech.v1.TextToSpeech"}],
  5. "timeout": "300s",
  6. "retryPolicy": {
  7. "initialBackoff": "0.100s",
  8. "maxBackoff": "60s",
  9. "backoffMultiplier": 1.3,
  10. "retryableStatusCodes": [
  11. "UNAVAILABLE",
  12. "DEADLINE_EXCEEDED"
  13. ]
  14. }
  15. }
  16. ]
  17. }