cloudasset_grpc_service_config.json 439 B

12345678910111213141516171819202122
  1. {
  2. "methodConfig": [
  3. {
  4. "name": [
  5. {
  6. "service": "google.cloud.asset.v1p7beta1.AssetService",
  7. "method": "ExportAssets"
  8. }
  9. ],
  10. "timeout": "60s",
  11. "retryPolicy": {
  12. "initialBackoff": "0.100s",
  13. "maxBackoff": "60s",
  14. "backoffMultiplier": 1.3,
  15. "retryableStatusCodes": [
  16. "DEADLINE_EXCEEDED",
  17. "UNAVAILABLE"
  18. ]
  19. }
  20. }
  21. ]
  22. }