Proto updates

This commit is contained in:
Chris Roberts 2021-07-13 16:50:00 -07:00 committed by Paul Hinze
parent 260861dbb7
commit ca20181019
No known key found for this signature in database
GPG Key ID: B69DEDF2D55501C0
3 changed files with 1069 additions and 1057 deletions

File diff suppressed because it is too large Load Diff

View File

@ -375,7 +375,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
optional :command_info, :message, 1, "hashicorp.vagrant.sdk.Command.CommandInfo" optional :command_info, :message, 1, "hashicorp.vagrant.sdk.Command.CommandInfo"
end end
add_message "hashicorp.vagrant.sdk.Command.ExecuteResp" do add_message "hashicorp.vagrant.sdk.Command.ExecuteResp" do
optional :exit_code, :int64, 1 optional :exit_code, :int32, 1
end end
add_message "hashicorp.vagrant.sdk.Command.ExecuteReq" do add_message "hashicorp.vagrant.sdk.Command.ExecuteReq" do
optional :spec, :message, 1, "hashicorp.vagrant.sdk.FuncSpec.Args" optional :spec, :message, 1, "hashicorp.vagrant.sdk.FuncSpec.Args"

View File

@ -277,6 +277,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
optional :task, :message, 1, "hashicorp.vagrant.Task" optional :task, :message, 1, "hashicorp.vagrant.Task"
optional :run_result, :bool, 2 optional :run_result, :bool, 2
optional :run_error, :message, 3, "google.rpc.Status" optional :run_error, :message, 3, "google.rpc.Status"
optional :exit_code, :sint32, 4
end end
add_message "hashicorp.vagrant.Job.AuthOp" do add_message "hashicorp.vagrant.Job.AuthOp" do
optional :check_only, :bool, 1 optional :check_only, :bool, 1