servicecontrol_grpc_service_config.json 588 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "methodConfig": [
  3. {
  4. "name": [
  5. {
  6. "service": "google.api.servicecontrol.v1.ServiceController",
  7. "method": "Check"
  8. }
  9. ],
  10. "timeout": "5s",
  11. "retryPolicy": {
  12. "maxAttempts": 5,
  13. "initialBackoff": "1s",
  14. "maxBackoff": "10s",
  15. "backoffMultiplier": 1.3,
  16. "retryableStatusCodes": ["UNAVAILABLE"]
  17. }
  18. },
  19. {
  20. "name": [
  21. {
  22. "service": "google.api.servicecontrol.v1.ServiceController",
  23. "method": "Report"
  24. }
  25. ],
  26. "timeout": "16s"
  27. }
  28. ]
  29. }