123456789101112131415161718192021222324252627 |
- {
- "methodConfig": [
- {
- "name": [
- {
- "service": "ccc.hosted.marketplace.v2.CustomerLicenseService",
- "method": "Get"
- },
- {
- "service": "ccc.hosted.marketplace.v2.LicenseNotificationService",
- "method": "List"
- },
- {
- "service": "ccc.hosted.marketplace.v2.UserLicenseService",
- "method": "Get"
- }
- ],
- "timeout": "60s",
- "retryPolicy": {
- "initialBackoff": "1s",
- "maxBackoff": "60s",
- "backoffMultiplier": 1.3,
- "retryableStatusCodes": ["UNAVAILABLE", "UNKNOWN"]
- }
- }
- ]
- }
|