Skip to content

Commit

Permalink
updated_proto
Browse files Browse the repository at this point in the history
  • Loading branch information
rakeshcusat committed Aug 12, 2019
1 parent 21c9e61 commit fdfd029
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions model/pipeline/src/main/proto/beam_runner_api.proto
Expand Up @@ -411,12 +411,11 @@ message Parameter {

message StateSpec {
oneof spec {
ReadModifyWriteStateSpec value_spec = 1; // This has been deprecated, and should not be used.
ReadModifyWriteStateSpec read_modify_write_spec = 1;
BagStateSpec bag_spec = 2;
CombiningStateSpec combining_spec = 3;
MapStateSpec map_spec = 4;
SetStateSpec set_spec = 5;
ReadModifyWriteStateSpec read_modify_write_spec = 6;
}
}

Expand Down

0 comments on commit fdfd029

Please sign in to comment.