routespreferred_grpc_service_config.json 319 B

1234567891011121314
  1. {
  2. "methodConfig": [{
  3. "name": [{ "service": "google.maps.routespreferred.v1.RoutesPreferred" }],
  4. "timeout": "30s",
  5. "retryPolicy": {
  6. "maxAttempts": 5,
  7. "initialBackoff": "1s",
  8. "maxBackoff": "30s",
  9. "backoffMultiplier": 1.3,
  10. "retryableStatusCodes": ["UNAVAILABLE"]
  11. }
  12. }
  13. ]
  14. }