1{ 2 "methodConfig": [ 3 { 4 "name": [ 5 { 6 "service": "google.api.servicecontrol.v2.ServiceController", 7 "method": "Check" 8 } 9 ], 10 "timeout": "5s", 11 "retryPolicy": { 12 "maxAttempts": 5, 13 "initialBackoff": "1s", 14 "maxBackoff": "10s", 15 "backoffMultiplier": 1.3, 16 "retryableStatusCodes": ["UNAVAILABLE"] 17 } 18 } 19 ] 20} 21