1{ 2 "methodConfig": [{ 3 "name": [{ "service": "google.storagetransfer.v1.StorageTransferService"}, 4 { "service": "google.longrunning.Operations"}], 5 "timeout": "60s", 6 "retryPolicy": { 7 "maxAttempts": 5, 8 "initialBackoff": "1s", 9 "maxBackoff": "60s", 10 "backoffMultiplier": 2, 11 "retryableStatusCodes": [ 12 "UNAVAILABLE" 13 ] 14 } 15 }, 16 { 17 "name": [{ "service": "google.storagetransfer.v1.StorageTransferService", "method": "CreateTransferJob"}], 18 "timeout" : "60s" 19 } 20] 21}