dataflow_grpc_service_config.json 504 B

123456789101112131415161718192021222324
  1. {
  2. "methodConfig": [
  3. {
  4. "name": [
  5. {
  6. "service": "google.dataflow.v1beta3.JobsV1Beta3"
  7. },
  8. {
  9. "service": "google.dataflow.v1beta3.MessagesV1Beta3"
  10. },
  11. {
  12. "service": "google.dataflow.v1beta3.MetricsV1Beta3"
  13. },
  14. {
  15. "service": "google.dataflow.v1beta3.SnapshotsV1Beta3"
  16. },
  17. {
  18. "service": "google.dataflow.v1beta3.TemplatesService"
  19. }
  20. ],
  21. "timeout": "60s"
  22. }
  23. ]
  24. }