• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "methodConfig": [
3    {
4      "name": [
5        {
6          "service": "google.maps.regionlookup.v1alpha.RegionLookup",
7          "method": "LookupRegion"
8        },
9        {
10          "service": "google.maps.regionlookup.v1alpha.RegionLookup",
11          "method": "SearchRegion"
12        }
13      ],
14      "timeout": "60s",
15      "retryPolicy": {
16        "maxAttempts": 5,
17        "initialBackoff": "1s",
18        "maxBackoff": "10s",
19        "backoffMultiplier": 1.3,
20        "retryableStatusCodes": ["UNAVAILABLE"]
21      }
22    }
23  ]
24}
25