livestream_grpc_service_config.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "methodConfig": [{
  3. "name": [
  4. { "service": "google.cloud.video.livestream.v1.LivestreamService", "method": "ListChannels" },
  5. { "service": "google.cloud.video.livestream.v1.LivestreamService", "method": "GetChannel" },
  6. { "service": "google.cloud.video.livestream.v1.LivestreamService", "method": "ListInputs" },
  7. { "service": "google.cloud.video.livestream.v1.LivestreamService", "method": "GetInput" },
  8. { "service": "google.cloud.video.livestream.v1.LivestreamService", "method": "ListEvents" },
  9. { "service": "google.cloud.video.livestream.v1.LivestreamService", "method": "GetEvent" }
  10. ],
  11. "timeout": "60s",
  12. "retryPolicy": {
  13. "maxAttempts": 5,
  14. "initialBackoff": "1s",
  15. "maxBackoff": "10s",
  16. "backoffMultiplier": 1.3,
  17. "retryableStatusCodes": ["UNAVAILABLE"]
  18. }
  19. },
  20. {
  21. "name": [
  22. { "service": "google.cloud.video.livestream.v1.LivestreamService", "method": "CreateChannel" },
  23. { "service": "google.cloud.video.livestream.v1.LivestreamService", "method": "DeleteChannel" },
  24. { "service": "google.cloud.video.livestream.v1.LivestreamService", "method": "UpdateChannel" },
  25. { "service": "google.cloud.video.livestream.v1.LivestreamService", "method": "StartChannel" },
  26. { "service": "google.cloud.video.livestream.v1.LivestreamService", "method": "StopChannel" },
  27. { "service": "google.cloud.video.livestream.v1.LivestreamService", "method": "CreateInput" },
  28. { "service": "google.cloud.video.livestream.v1.LivestreamService", "method": "DeleteInput" },
  29. { "service": "google.cloud.video.livestream.v1.LivestreamService", "method": "UpdateInput" },
  30. { "service": "google.cloud.video.livestream.v1.LivestreamService", "method": "CreateEvent" },
  31. { "service": "google.cloud.video.livestream.v1.LivestreamService", "method": "DeleteEvent" }
  32. ],
  33. "timeout": "60s"
  34. }]
  35. }