speech_grpc_service_config.json 363 B

123456789101112131415161718
  1. {
  2. "methodConfig": [
  3. {
  4. "name": [
  5. {
  6. "service": "google.cloud.speech.v2.Speech"
  7. }
  8. ],
  9. "timeout": "5000s",
  10. "retryPolicy": {
  11. "initialBackoff": "0.100s",
  12. "maxBackoff": "60s",
  13. "backoffMultiplier": 1.3,
  14. "retryableStatusCodes": ["DEADLINE_EXCEEDED", "UNAVAILABLE"]
  15. }
  16. }
  17. ]
  18. }