cloudasset_grpc_service_config.json 601 B

123456789101112131415161718192021222324252627
  1. {
  2. "methodConfig": [
  3. {
  4. "name": [
  5. {
  6. "service": "google.cloud.asset.v1p1beta1.AssetService",
  7. "method": "SearchAllResources"
  8. },
  9. {
  10. "service": "google.cloud.asset.v1p1beta1.AssetService",
  11. "method": "SearchAllIamPolicies"
  12. }
  13. ],
  14. "timeout": "15s",
  15. "retryPolicy": {
  16. "maxAttempts": 5,
  17. "initialBackoff": "0.100s",
  18. "maxBackoff": "60s",
  19. "backoffMultiplier": 1.3,
  20. "retryableStatusCodes": [
  21. "DEADLINE_EXCEEDED",
  22. "UNAVAILABLE"
  23. ]
  24. }
  25. }
  26. ]
  27. }