1{ 2 "methodConfig": [{ 3 "name": [{ "service": "google.storage.v2.Storage"}], 4 "timeout": "60s", 5 "retryPolicy": { 6 "maxAttempts": 5, 7 "initialBackoff": "1s", 8 "maxBackoff": "60s", 9 "backoffMultiplier": 2, 10 "retryableStatusCodes": [ 11 "DEADLINE_EXCEEDED", "UNAVAILABLE" 12 ] 13 } 14 }] 15} 16