issuerswitch_grpc_service_config.json 593 B

123456789101112131415161718192021222324
  1. {
  2. "methodConfig": [
  3. {
  4. "name": [
  5. {
  6. "service": "google.cloud.paymentgateway.issuerswitch.v1.IssuerSwitchTransactions"
  7. },
  8. {
  9. "service": "google.cloud.paymentgateway.issuerswitch.v1.IssuerSwitchRules"
  10. },
  11. {
  12. "service": "google.cloud.paymentgateway.issuerswitch.v1.IssuerSwitchResolutions"
  13. }
  14. ],
  15. "timeout": "60s",
  16. "retryPolicy": {
  17. "initialBackoff": "1s",
  18. "maxBackoff": "10s",
  19. "backoffMultiplier": 1.3,
  20. "retryableStatusCodes": ["UNAVAILABLE"]
  21. }
  22. }
  23. ]
  24. }