mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
go generate
This commit is contained in:
parent
62e049e201
commit
a39747cc59
2 changed files with 5 additions and 0 deletions
|
|
@ -819,6 +819,9 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|||
add_message "hashicorp.vagrant.sdk.Box.InUseResponse" do
|
||||
optional :in_use, :bool, 1
|
||||
end
|
||||
add_message "hashicorp.vagrant.sdk.Box.MachinesResponse" do
|
||||
repeated :machines, :message, 1, "hashicorp.vagrant.sdk.Args.Target.Machine"
|
||||
end
|
||||
add_message "hashicorp.vagrant.sdk.Box.MetadataUrlResponse" do
|
||||
optional :metadata_url, :string, 1
|
||||
end
|
||||
|
|
@ -1056,6 +1059,7 @@ module Hashicorp
|
|||
Box::HasUpdateRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Box.HasUpdateRequest").msgclass
|
||||
Box::HasUpdateResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Box.HasUpdateResponse").msgclass
|
||||
Box::InUseResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Box.InUseResponse").msgclass
|
||||
Box::MachinesResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Box.MachinesResponse").msgclass
|
||||
Box::MetadataUrlResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Box.MetadataUrlResponse").msgclass
|
||||
Box::NameResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Box.NameResponse").msgclass
|
||||
Box::ProviderResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Box.ProviderResponse").msgclass
|
||||
|
|
|
|||
|
|
@ -527,6 +527,7 @@ module Hashicorp
|
|||
rpc :Destroy, ::Google::Protobuf::Empty, ::Google::Protobuf::Empty
|
||||
rpc :HasUpdate, ::Hashicorp::Vagrant::Sdk::Box::HasUpdateRequest, ::Hashicorp::Vagrant::Sdk::Box::HasUpdateResponse
|
||||
rpc :InUse, ::Hashicorp::Vagrant::Sdk::Args::TargetIndex, ::Hashicorp::Vagrant::Sdk::Box::InUseResponse
|
||||
rpc :Machines, ::Hashicorp::Vagrant::Sdk::Args::TargetIndex, ::Hashicorp::Vagrant::Sdk::Box::MachinesResponse
|
||||
rpc :Repackage, ::Hashicorp::Vagrant::Sdk::Args::Path, ::Google::Protobuf::Empty
|
||||
rpc :Directory, ::Google::Protobuf::Empty, ::Hashicorp::Vagrant::Sdk::Args::Path
|
||||
rpc :Metadata, ::Google::Protobuf::Empty, ::Hashicorp::Vagrant::Sdk::Args::MetadataSet
|
||||
|
|
|
|||
Loading…
Reference in a new issue