videostitcher_grpc_service_config.json 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "methodConfig": [{
  3. "name": [{ "service": "google.cloud.video.stitcher.v1.VideoStitcherService" }],
  4. "timeout": "60s",
  5. "retryPolicy": {
  6. "maxAttempts": 5,
  7. "initialBackoff": "1s",
  8. "maxBackoff": "10s",
  9. "backoffMultiplier": 1.3,
  10. "retryableStatusCodes": ["UNAVAILABLE"]
  11. }
  12. },
  13. {
  14. "name": [
  15. { "service": "google.cloud.video.stitcher.v1.VideoStitcherService", "method": "CreateCdnKey" },
  16. { "service": "google.cloud.video.stitcher.v1.VideoStitcherService", "method": "ListCdnKeys" },
  17. { "service": "google.cloud.video.stitcher.v1.VideoStitcherService", "method": "GetCdnKey" },
  18. { "service": "google.cloud.video.stitcher.v1.VideoStitcherService", "method": "DeleteCdnKey" },
  19. { "service": "google.cloud.video.stitcher.v1.VideoStitcherService", "method": "UpdateCdnKey" },
  20. { "service": "google.cloud.video.stitcher.v1.VideoStitcherService", "method": "CreateSlate" },
  21. { "service": "google.cloud.video.stitcher.v1.VideoStitcherService", "method": "ListSlates" },
  22. { "service": "google.cloud.video.stitcher.v1.VideoStitcherService", "method": "GetSlate" },
  23. { "service": "google.cloud.video.stitcher.v1.VideoStitcherService", "method": "DeleteSlate" },
  24. { "service": "google.cloud.video.stitcher.v1.VideoStitcherService", "method": "UpdateSlate" },
  25. { "service": "google.cloud.video.stitcher.v1.VideoStitcherService", "method": "CreateLiveSession" },
  26. { "service": "google.cloud.video.stitcher.v1.VideoStitcherService", "method": "GetLiveSession" },
  27. { "service": "google.cloud.video.stitcher.v1.VideoStitcherService", "method": "ListLiveAdTagDetails" },
  28. { "service": "google.cloud.video.stitcher.v1.VideoStitcherService", "method": "GetLiveAdTagDetail" },
  29. { "service": "google.cloud.video.stitcher.v1.VideoStitcherService", "method": "CreateVodSession" },
  30. { "service": "google.cloud.video.stitcher.v1.VideoStitcherService", "method": "GetVodSession" },
  31. { "service": "google.cloud.video.stitcher.v1.VideoStitcherService", "method": "ListVodAdTagDetails" },
  32. { "service": "google.cloud.video.stitcher.v1.VideoStitcherService", "method": "GetVodAdTagDetail" },
  33. { "service": "google.cloud.video.stitcher.v1.VideoStitcherService", "method": "ListVodStitchDetails" },
  34. { "service": "google.cloud.video.stitcher.v1.VideoStitcherService", "method": "GetVodStitchDetail" }
  35. ],
  36. "timeout": "60s"
  37. }]
  38. }