googleapis/google/longrunning/longrunning_grpc_service_co...

35 lines
758 B
JSON

{
"methodConfig": [
{
"name": [
{
"service": "google.longrunning.Operations",
"method": "GetOperation"
},
{
"service": "google.longrunning.Operations",
"method": "ListOperations"
},
{
"service": "google.longrunning.Operations",
"method": "CancelOperation"
},
{
"service": "google.longrunning.Operations",
"method": "DeleteOperation"
}
],
"timeout": "10s",
"retryPolicy": {
"maxAttempts": 5,
"initialBackoff": "0.5s",
"maxBackoff": "10s",
"backoffMultiplier": 2.0,
"retryableStatusCodes": [
"UNAVAILABLE"
]
}
}
]
}