123456789101112131415161718192021 |
- {
- "methodConfig": [
- {
- "name": [
- {
- "service": "google.cloud.security.publicca.v1beta1.PublicCertificateAuthorityService"
- }
- ],
- "timeout": "60s",
- "retryPolicy": {
- "maxAttempts": 5,
- "initialBackoff": "0.100s",
- "maxBackoff": "60s",
- "backoffMultiplier": 1.3,
- "retryableStatusCodes": [
- "UNAVAILABLE"
- ]
- }
- }
- ]
- }
|