servicedirectory_grpc_service_config.json 701 B

1234567891011121314151617181920212223242526
  1. {
  2. "methodConfig": [
  3. {
  4. "name": [{ "service": "google.cloud.servicedirectory.v1beta1.RegistrationService" }],
  5. "timeout": "15s",
  6. "retryPolicy": {
  7. "maxAttempts": 5,
  8. "initialBackoff": "1s",
  9. "maxBackoff": "60s",
  10. "backoffMultiplier": 1.3,
  11. "retryableStatusCodes": ["UNAVAILABLE", "UNKNOWN"]
  12. }
  13. },
  14. {
  15. "name": [{ "service": "google.cloud.servicedirectory.v1beta1.LookupService" }],
  16. "timeout": "15s",
  17. "retryPolicy": {
  18. "maxAttempts": 5,
  19. "initialBackoff": "1s",
  20. "maxBackoff": "60s",
  21. "backoffMultiplier": 1.3,
  22. "retryableStatusCodes": ["UNAVAILABLE", "UNKNOWN"]
  23. }
  24. }
  25. ]
  26. }