iam_grpc_service_config.json 955 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "methodConfig": [
  3. {
  4. "name": [
  5. {
  6. "service": "google.iam.v2beta.Policies",
  7. "method": "ListPolicies"
  8. },
  9. {
  10. "service": "google.iam.v2beta.Policies",
  11. "method": "GetPolicy"
  12. },
  13. {
  14. "service": "google.iam.v2beta.Policies",
  15. "method": "CreatePolicy"
  16. },
  17. {
  18. "service": "google.iam.v2beta.Policies",
  19. "method": "UpdatePolicy"
  20. },
  21. {
  22. "service": "google.iam.v2beta.Policies",
  23. "method": "DeletePolicy"
  24. },
  25. {
  26. "service": "google.iam.v2beta.Policies",
  27. "method": "GetEffectivePolicies"
  28. }
  29. ],
  30. "timeout": "60s",
  31. "retryPolicy": {
  32. "maxAttempts": 5,
  33. "initialBackoff": "1s",
  34. "maxBackoff": "10s",
  35. "backoffMultiplier": 1.3,
  36. "retryableStatusCodes": [
  37. "UNAVAILABLE"
  38. ]
  39. }
  40. }
  41. ]
  42. }