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