lib/zeebe/client/proto/gateway_pb.rb in zeebe-client-0.14.2 vs lib/zeebe/client/proto/gateway_pb.rb in zeebe-client-0.15.0

- old
+ new

@@ -139,9 +139,10 @@ value :INACTIVE, 2 end add_enum "gateway_protocol.Partition.PartitionBrokerHealth" do value :HEALTHY, 0 value :UNHEALTHY, 1 + value :DEAD, 2 end add_message "gateway_protocol.UpdateJobRetriesRequest" do optional :jobKey, :int64, 1 optional :retries, :int32, 2 end