Proto updates
This commit is contained in:
parent
260861dbb7
commit
ca20181019
File diff suppressed because it is too large
Load Diff
@ -375,7 +375,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
||||
optional :command_info, :message, 1, "hashicorp.vagrant.sdk.Command.CommandInfo"
|
||||
end
|
||||
add_message "hashicorp.vagrant.sdk.Command.ExecuteResp" do
|
||||
optional :exit_code, :int64, 1
|
||||
optional :exit_code, :int32, 1
|
||||
end
|
||||
add_message "hashicorp.vagrant.sdk.Command.ExecuteReq" do
|
||||
optional :spec, :message, 1, "hashicorp.vagrant.sdk.FuncSpec.Args"
|
||||
|
||||
@ -277,6 +277,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
||||
optional :task, :message, 1, "hashicorp.vagrant.Task"
|
||||
optional :run_result, :bool, 2
|
||||
optional :run_error, :message, 3, "google.rpc.Status"
|
||||
optional :exit_code, :sint32, 4
|
||||
end
|
||||
add_message "hashicorp.vagrant.Job.AuthOp" do
|
||||
optional :check_only, :bool, 1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user