buildeventservice_grpc_service_config.json 358 B

1234567891011121314151617
  1. {
  2. "methodConfig": [
  3. {
  4. "name": [
  5. {
  6. "service": "google.devtools.build.v1.PublishBuildEvent",
  7. "method": "PublishLifecycleEvent"
  8. },
  9. {
  10. "service": "google.devtools.build.v1.PublishBuildEvent",
  11. "method": "PublishBuildToolEventStream"
  12. }
  13. ],
  14. "timeout": "600s"
  15. }
  16. ]
  17. }