123456789101112131415161718192021222324 |
- {
- "methodConfig": [
- {
- "name": [
- {
- "service": "google.maps.regionlookup.v1alpha.RegionLookup",
- "method": "LookupRegion"
- },
- {
- "service": "google.maps.regionlookup.v1alpha.RegionLookup",
- "method": "SearchRegion"
- }
- ],
- "timeout": "60s",
- "retryPolicy": {
- "maxAttempts": 5,
- "initialBackoff": "1s",
- "maxBackoff": "10s",
- "backoffMultiplier": 1.3,
- "retryableStatusCodes": ["UNAVAILABLE"]
- }
- }
- ]
- }
|