connection_grpc_service_config.json 346 B

1234567891011121314
  1. {
  2. "methodConfig": [{
  3. "name": [
  4. { "service": "google.cloud.apigeeconnect.v1.ConnectionService", "method": "ListConnections" }
  5. ],
  6. "timeout": "60s",
  7. "retryPolicy": {
  8. "initialBackoff": "1s",
  9. "maxBackoff": "60s",
  10. "backoffMultiplier": 1.3,
  11. "retryableStatusCodes": ["UNAVAILABLE", "UNKNOWN"]
  12. }
  13. }]
  14. }