123456789101112131415161718192021222324 |
- {
- "methodConfig": [
- {
- "name": [
- {
- "service": "google.cloud.paymentgateway.issuerswitch.v1.IssuerSwitchTransactions"
- },
- {
- "service": "google.cloud.paymentgateway.issuerswitch.v1.IssuerSwitchRules"
- },
- {
- "service": "google.cloud.paymentgateway.issuerswitch.v1.IssuerSwitchResolutions"
- }
- ],
- "timeout": "60s",
- "retryPolicy": {
- "initialBackoff": "1s",
- "maxBackoff": "10s",
- "backoffMultiplier": 1.3,
- "retryableStatusCodes": ["UNAVAILABLE"]
- }
- }
- ]
- }
|