checker_grpc_service_config.json 486 B

12345678910111213141516171819
  1. {
  2. "methodConfig": [{
  3. "name": [{ "service": "google.cloud.policytroubleshooter.v1.IamChecker" }],
  4. "timeout": "60s",
  5. "retryPolicy": {
  6. "maxAttempts": 5,
  7. "initialBackoff": "1s",
  8. "maxBackoff": "60s",
  9. "backoffMultiplier": 1.3,
  10. "retryableStatusCodes": ["UNAVAILABLE", "UNKNOWN"]
  11. }
  12. },
  13. {
  14. "name": [
  15. { "service": "google.cloud.policytroubleshooter.v1.IamChecker", "method": "TroubleshootIamPolicy" }
  16. ],
  17. "timeout": "60s"
  18. }]
  19. }