12345678910111213141516171819202122232425262728293031323334 |
- {
- "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"
- ]
- }
- }
- ]
- }
|