publicca_v1beta1_grpc_service_config.json 429 B

123456789101112131415161718192021
  1. {
  2. "methodConfig": [
  3. {
  4. "name": [
  5. {
  6. "service": "google.cloud.security.publicca.v1beta1.PublicCertificateAuthorityService"
  7. }
  8. ],
  9. "timeout": "60s",
  10. "retryPolicy": {
  11. "maxAttempts": 5,
  12. "initialBackoff": "0.100s",
  13. "maxBackoff": "60s",
  14. "backoffMultiplier": 1.3,
  15. "retryableStatusCodes": [
  16. "UNAVAILABLE"
  17. ]
  18. }
  19. }
  20. ]
  21. }