Generated proto update

This commit is contained in:
Chris Roberts 2022-02-25 15:58:52 -08:00 committed by Paul Hinze
parent f457cbb72b
commit 6fe6ee3221
No known key found for this signature in database
GPG Key ID: B69DEDF2D55501C0

View File

@ -316,6 +316,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
optional :step_group, :message, 6, "hashicorp.vagrant.sdk.TerminalUI.Event.StepGroup"
optional :step, :message, 7, "hashicorp.vagrant.sdk.TerminalUI.Event.Step"
optional :input, :message, 8, "hashicorp.vagrant.sdk.TerminalUI.Event.Input"
optional :clear_line, :message, 9, "hashicorp.vagrant.sdk.TerminalUI.Event.ClearLine"
end
end
add_message "hashicorp.vagrant.sdk.TerminalUI.Event.Input" do
@ -369,6 +370,8 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
optional :status, :string, 4
optional :output, :bytes, 5
end
add_message "hashicorp.vagrant.sdk.TerminalUI.Event.ClearLine" do
end
add_message "hashicorp.vagrant.sdk.Map" do
end
add_message "hashicorp.vagrant.sdk.Map.Request" do
@ -933,6 +936,7 @@ module Hashicorp
TerminalUI::Event::Table = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.TerminalUI.Event.Table").msgclass
TerminalUI::Event::StepGroup = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.TerminalUI.Event.StepGroup").msgclass
TerminalUI::Event::Step = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.TerminalUI.Event.Step").msgclass
TerminalUI::Event::ClearLine = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.TerminalUI.Event.ClearLine").msgclass
Map = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Map").msgclass
Map::Request = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Map.Request").msgclass
Map::Response = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Map.Response").msgclass