googleapis/google/storage/v1/storage_grpc_service_config...

16 lines
330 B
JSON

{
"methodConfig": [{
"name": [{ "service": "google.storage.v1.Storage"}],
"timeout": "60s",
"retryPolicy": {
"maxAttempts": 5,
"initialBackoff": "1s",
"maxBackoff": "60s",
"backoffMultiplier": 2,
"retryableStatusCodes": [
"DEADLINE_EXCEEDED", "UNAVAILABLE"
]
}
}]
}