Repository: incubator-beam
Updated Branches:
  refs/heads/master a2d86775f -> c9e552531


Delete windmill_service.proto (not part of Beam)


Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/c4954179
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/c4954179
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/c4954179

Branch: refs/heads/master
Commit: c49541796e1d5b51cf334702acce25dff5d0274e
Parents: e6b37b5
Author: Davor Bonaci <davorbon...@users.noreply.github.com>
Authored: Mon Feb 29 10:58:29 2016 -0800
Committer: Luke Cwik <lc...@google.com>
Committed: Tue Mar 1 11:12:19 2016 -0800

----------------------------------------------------------------------
 sdk/src/main/proto/windmill_service.proto | 27 --------------------------
 1 file changed, 27 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/c4954179/sdk/src/main/proto/windmill_service.proto
----------------------------------------------------------------------
diff --git a/sdk/src/main/proto/windmill_service.proto 
b/sdk/src/main/proto/windmill_service.proto
deleted file mode 100644
index bd25fe5..0000000
--- a/sdk/src/main/proto/windmill_service.proto
+++ /dev/null
@@ -1,27 +0,0 @@
-syntax = "proto2";
-
-import "windmill.proto";
-
-package google.dataflow.windmillservice.v1alpha1;
-
-// The Cloud Windmill Service API used by GCE to acquire and process streaming
-// Dataflow work.
-service CloudWindmillServiceV1Alpha1 {
-  // Gets streaming Dataflow work.
-  rpc GetWork(.windmill.GetWorkRequest) returns(.windmill.GetWorkResponse);
-
-  // Gets data from Windmill.
-  rpc GetData(.windmill.GetDataRequest) returns(.windmill.GetDataResponse);
-
-  // Commits previously acquired work.
-  rpc CommitWork(.windmill.CommitWorkRequest)
-      returns(.windmill.CommitWorkResponse);
-
-  // Gets dependant configuration from windmill.
-  rpc GetConfig(.windmill.GetConfigRequest)
-      returns(.windmill.GetConfigResponse);
-
-  // Reports stats to Windmill.
-  rpc ReportStats(.windmill.ReportStatsRequest)
-      returns(.windmill.ReportStatsResponse);
-}
\ No newline at end of file

Reply via email to