• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "methodConfig": [{
3    "name": [
4      { "service": "google.maps.solar.v1.Solar", "method": "FindClosestBuildingInsights" },
5      { "service": "google.maps.solar.v1.Solar", "method": "GetDataLayers" },
6      { "service": "google.maps.solar.v1.Solar", "method": "GetGeoTiff" }
7    ],
8    "timeout": "60s",
9    "retryPolicy": {
10      "maxAttempts": 5,
11      "initialBackoff": "1s",
12      "maxBackoff": "10s",
13      "backoffMultiplier": 1.3,
14      "retryableStatusCodes": ["UNAVAILABLE"]
15    }
16  }]
17}
18