regionlookup_grpc_service_config.json 540 B

123456789101112131415161718192021222324
  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. }