gsuiteaddons_grpc_service_config.json 766 B

12345678910111213141516171819202122232425262728
  1. {
  2. "methodConfig": [
  3. {
  4. "name": [{ "service": "google.cloud.gsuiteaddons.v1.GSuiteAddOns" }],
  5. "timeout": "10s",
  6. "retryPolicy": {
  7. "maxAttempts": 5,
  8. "initialBackoff": "1s",
  9. "maxBackoff": "10s",
  10. "backoffMultiplier": 1.3,
  11. "retryableStatusCodes": ["UNAVAILABLE", "UNKNOWN"]
  12. }
  13. },
  14. {
  15. "name": [
  16. { "service": "google.cloud.gsuiteaddons.v1.GSuiteAddOns", "method": "CreateDeployment" },
  17. { "service": "google.cloud.gsuiteaddons.v1.GSuiteAddOns", "method": "DeleteDeployment" }
  18. ],
  19. "timeout": "10s"
  20. },
  21. {
  22. "name": [
  23. { "service": "google.cloud.gsuiteaddons.v1.GSuiteAddOns", "method": "GetAuthorization" }
  24. ],
  25. "timeout": "120s"
  26. }
  27. ]
  28. }