1234567891011121314151617181920212223242526 |
- {
- "methodConfig": [{
- "name": [
- { "service": "google.cloud.storageinsights.v1.StorageinsightsService", "method": "ListReportConfigs" },
- { "service": "google.cloud.storageinsights.v1.StorageinsightsService", "method": "GetReportConfig" },
- { "service": "google.cloud.storageinsights.v1.StorageinsightsService", "method": "ListReportDetails" },
- { "service": "google.cloud.storageinsights.v1.StorageinsightsService", "method": "GetReportDetail" }
- ],
- "timeout": "60s",
- "retryPolicy": {
- "maxAttempts": 5,
- "initialBackoff": "1s",
- "maxBackoff": "10s",
- "backoffMultiplier": 1.3,
- "retryableStatusCodes": ["UNAVAILABLE"]
- }
- },
- {
- "name": [
- { "service": "google.cloud.storageinsights.v1.StorageinsightsService", "method": "CreateReportConfig" },
- { "service": "google.cloud.storageinsights.v1.StorageinsightsService", "method": "DeleteReportConfig" },
- { "service": "google.cloud.storageinsights.v1.StorageinsightsService", "method": "UpdateReportConfig" }
- ],
- "timeout": "60s"
- }]
- }
|