ids_grpc_service_config.json 718 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "methodConfig": [
  3. {
  4. "name": [
  5. { "service": "google.cloud.ids.v1.IDS", "method": "ListEndpoints" },
  6. { "service": "google.cloud.ids.v1.IDS", "method": "GetEndpoint" }
  7. ],
  8. "timeout": "60s",
  9. "retryPolicy": {
  10. "initialBackoff": "0.250s",
  11. "maxBackoff": "32s",
  12. "backoffMultiplier": 1.3,
  13. "retryableStatusCodes": [
  14. "UNAVAILABLE"
  15. ]
  16. }
  17. },
  18. {
  19. "name": [
  20. { "service": "google.cloud.ids.v1.IDS", "method": "CreateEndpoint" }
  21. ],
  22. "timeout": "3600s"
  23. },
  24. {
  25. "name": [
  26. { "service": "google.cloud.ids.v1.IDS", "method": "DeleteEndpoint" }
  27. ],
  28. "timeout": "3600s"
  29. }
  30. ]
  31. }