storageinsights_grpc_service_config.json 1.1 KB

1234567891011121314151617181920212223242526
  1. {
  2. "methodConfig": [{
  3. "name": [
  4. { "service": "google.cloud.storageinsights.v1.StorageinsightsService", "method": "ListReportConfigs" },
  5. { "service": "google.cloud.storageinsights.v1.StorageinsightsService", "method": "GetReportConfig" },
  6. { "service": "google.cloud.storageinsights.v1.StorageinsightsService", "method": "ListReportDetails" },
  7. { "service": "google.cloud.storageinsights.v1.StorageinsightsService", "method": "GetReportDetail" }
  8. ],
  9. "timeout": "60s",
  10. "retryPolicy": {
  11. "maxAttempts": 5,
  12. "initialBackoff": "1s",
  13. "maxBackoff": "10s",
  14. "backoffMultiplier": 1.3,
  15. "retryableStatusCodes": ["UNAVAILABLE"]
  16. }
  17. },
  18. {
  19. "name": [
  20. { "service": "google.cloud.storageinsights.v1.StorageinsightsService", "method": "CreateReportConfig" },
  21. { "service": "google.cloud.storageinsights.v1.StorageinsightsService", "method": "DeleteReportConfig" },
  22. { "service": "google.cloud.storageinsights.v1.StorageinsightsService", "method": "UpdateReportConfig" }
  23. ],
  24. "timeout": "60s"
  25. }]
  26. }