123456789101112131415161718192021222324252627 |
- {
- "methodConfig": [
- {
- "name": [
- {
- "service": "google.cloud.asset.v1p1beta1.AssetService",
- "method": "SearchAllResources"
- },
- {
- "service": "google.cloud.asset.v1p1beta1.AssetService",
- "method": "SearchAllIamPolicies"
- }
- ],
- "timeout": "15s",
- "retryPolicy": {
- "maxAttempts": 5,
- "initialBackoff": "0.100s",
- "maxBackoff": "60s",
- "backoffMultiplier": 1.3,
- "retryableStatusCodes": [
- "DEADLINE_EXCEEDED",
- "UNAVAILABLE"
- ]
- }
- }
- ]
- }
|