lib/zeebe/client/proto/gateway_pb.rb in zeebe-client-0.12.1 vs lib/zeebe/client/proto/gateway_pb.rb in zeebe-client-0.13.0
- old
+ new
@@ -135,15 +135,20 @@
optional :version, :string, 5
end
add_message "gateway_protocol.Partition" do
optional :partitionId, :int32, 1
optional :role, :enum, 2, "gateway_protocol.Partition.PartitionBrokerRole"
+ optional :health, :enum, 3, "gateway_protocol.Partition.PartitionBrokerHealth"
end
add_enum "gateway_protocol.Partition.PartitionBrokerRole" do
value :LEADER, 0
value :FOLLOWER, 1
end
+ add_enum "gateway_protocol.Partition.PartitionBrokerHealth" do
+ value :HEALTHY, 0
+ value :UNHEALTHY, 1
+ end
add_message "gateway_protocol.UpdateJobRetriesRequest" do
optional :jobKey, :int64, 1
optional :retries, :int32, 2
end
add_message "gateway_protocol.UpdateJobRetriesResponse" do
@@ -187,9 +192,10 @@
TopologyRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gateway_protocol.TopologyRequest").msgclass
TopologyResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gateway_protocol.TopologyResponse").msgclass
BrokerInfo = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gateway_protocol.BrokerInfo").msgclass
Partition = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gateway_protocol.Partition").msgclass
Partition::PartitionBrokerRole = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gateway_protocol.Partition.PartitionBrokerRole").enummodule
+ Partition::PartitionBrokerHealth = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gateway_protocol.Partition.PartitionBrokerHealth").enummodule
UpdateJobRetriesRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gateway_protocol.UpdateJobRetriesRequest").msgclass
UpdateJobRetriesResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gateway_protocol.UpdateJobRetriesResponse").msgclass
SetVariablesRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gateway_protocol.SetVariablesRequest").msgclass
SetVariablesResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gateway_protocol.SetVariablesResponse").msgclass
end