Setup Vagrantfile refs

This commit is contained in:
sophia 2021-05-06 17:23:16 -05:00 committed by Paul Hinze
parent 45e86d7f8a
commit 71f3b99819
No known key found for this signature in database
GPG Key ID: B69DEDF2D55501C0
5 changed files with 3471 additions and 573 deletions

File diff suppressed because it is too large Load Diff

View File

@ -392,6 +392,11 @@ message Ref {
// RunnerAny will reference any runner.
message RunnerAny {}
// Vagrantfile references a Vagrantfile
message Vagrantfile {
string resource_id = 1;
}
}
// Component represents metadata about a component. A component is the

View File

@ -16,114 +16,32 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
add_message "hashicorp.vagrant.sdk.Args.DataDir" do
end
add_message "hashicorp.vagrant.sdk.Args.DataDir.Basis" do
optional :root_dir, :string, 1
optional :cache_dir, :string, 2
optional :data_dir, :string, 3
optional :cache_dir, :string, 1
optional :data_dir, :string, 2
optional :root_dir, :string, 3
optional :temp_dir, :string, 4
end
add_message "hashicorp.vagrant.sdk.Args.DataDir.Project" do
optional :root_dir, :string, 1
optional :cache_dir, :string, 2
optional :data_dir, :string, 3
optional :cache_dir, :string, 1
optional :data_dir, :string, 2
optional :root_dir, :string, 3
optional :temp_dir, :string, 4
end
add_message "hashicorp.vagrant.sdk.Args.DataDir.Target" do
optional :root_dir, :string, 1
optional :cache_dir, :string, 2
optional :data_dir, :string, 3
add_message "hashicorp.vagrant.sdk.Args.DataDir.Machine" do
optional :cache_dir, :string, 1
optional :data_dir, :string, 2
optional :root_dir, :string, 3
optional :temp_dir, :string, 4
end
add_message "hashicorp.vagrant.sdk.Args.DataDir.Component" do
optional :root_dir, :string, 1
optional :cache_dir, :string, 2
optional :data_dir, :string, 3
optional :cache_dir, :string, 1
optional :data_dir, :string, 2
optional :root_dir, :string, 3
optional :temp_dir, :string, 4
end
add_message "hashicorp.vagrant.sdk.Args.MetadataSet" do
map :metadata, :string, :string, 1
add_message "hashicorp.vagrant.sdk.Args.MachineIndex" do
end
add_message "hashicorp.vagrant.sdk.Args.TerminalUI" do
optional :stream_id, :uint32, 1
optional :network, :string, 2
optional :target, :string, 3
end
add_message "hashicorp.vagrant.sdk.Args.Logger" do
optional :name, :string, 1
end
add_message "hashicorp.vagrant.sdk.Args.JobInfo" do
optional :local, :bool, 1
optional :resource_id, :string, 2
optional :resource_type, :enum, 3, "hashicorp.vagrant.sdk.Args.JobInfo.ResourceType"
optional :id, :string, 4
end
add_enum "hashicorp.vagrant.sdk.Args.JobInfo.ResourceType" do
value :BASIS, 0
value :PROJECT, 1
value :TARGET, 2
end
add_message "hashicorp.vagrant.sdk.Args.Basis" do
optional :stream_id, :uint32, 1
optional :network, :string, 2
optional :target, :string, 3
end
add_message "hashicorp.vagrant.sdk.Args.Project" do
optional :stream_id, :uint32, 1
optional :network, :string, 2
optional :target, :string, 3
end
add_message "hashicorp.vagrant.sdk.Args.Provider" do
optional :stream_id, :uint32, 1
optional :network, :string, 2
optional :target, :string, 3
end
add_message "hashicorp.vagrant.sdk.Args.Target" do
optional :stream_id, :uint32, 1
optional :network, :string, 2
optional :target, :string, 3
end
add_message "hashicorp.vagrant.sdk.Args.Target.State" do
optional :state, :enum, 1, "hashicorp.vagrant.sdk.Args.Target.State.State"
end
add_enum "hashicorp.vagrant.sdk.Args.Target.State.State" do
value :UNKNOWN, 0
value :PENDING, 1
value :CREATED, 2
value :DESTROYED, 3
end
add_message "hashicorp.vagrant.sdk.Args.Target.Machine" do
optional :stream_id, :uint32, 1
optional :network, :string, 2
optional :target, :string, 3
end
add_message "hashicorp.vagrant.sdk.Args.Target.Machine.Box" do
optional :name, :string, 1
optional :provider, :string, 2
optional :version, :string, 3
optional :directory, :string, 4
map :metadata, :string, :string, 5
optional :metadata_url, :string, 6
end
add_message "hashicorp.vagrant.sdk.Args.Target.Machine.State" do
optional :id, :string, 1
optional :short_description, :string, 2
optional :long_description, :string, 3
end
add_message "hashicorp.vagrant.sdk.Args.StateBag" do
optional :stream_id, :uint32, 1
optional :network, :string, 2
optional :target, :string, 3
end
add_message "hashicorp.vagrant.sdk.Args.Host" do
optional :stream_id, :uint32, 1
optional :network, :string, 2
optional :target, :string, 3
end
add_message "hashicorp.vagrant.sdk.Args.NamedCapability" do
optional :Capability, :string, 1
end
add_message "hashicorp.vagrant.sdk.TargetIndex" do
end
add_message "hashicorp.vagrant.sdk.TargetIndex.Entry" do
add_message "hashicorp.vagrant.sdk.Args.MachineIndex.Entry" do
optional :id, :string, 1
optional :local_data_path, :string, 2
optional :name, :string, 3
@ -132,12 +50,81 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
optional :vagrantfile_name, :string, 6
optional :vagrantfile_path, :string, 7
optional :updated_at, :string, 8
map :extra_data, :string, :string, 9
optional :extra_data, :message, 9, "hashicorp.vagrant.sdk.Args.Options"
end
add_message "hashicorp.vagrant.sdk.BoxCollection" do
add_message "hashicorp.vagrant.sdk.Args.BoxCollection" do
optional :directory, :string, 1
end
add_message "hashicorp.vagrant.sdk.SSHInfo" do
add_message "hashicorp.vagrant.sdk.Args.Box" do
optional :name, :string, 1
optional :provider, :string, 2
optional :version, :string, 3
optional :directory, :string, 4
map :metadata, :string, :string, 5
optional :metadata_url, :string, 6
end
add_message "hashicorp.vagrant.sdk.Args.Project" do
optional :cwd, :string, 1
optional :data_dir, :string, 2
optional :vagrantfile_name, :string, 3
optional :ui, :message, 4, "hashicorp.vagrant.sdk.Args.TerminalUI"
optional :home_path, :string, 5
optional :local_data_path, :string, 6
optional :tmp_path, :string, 7
optional :aliases_path, :string, 8
optional :boxes_path, :string, 9
optional :gems_path, :string, 10
optional :default_private_key_path, :string, 11
optional :server_addr, :string, 12
end
add_message "hashicorp.vagrant.sdk.Args.Machine" do
optional :resource_id, :string, 1
optional :server_addr, :string, 2
end
add_message "hashicorp.vagrant.sdk.Args.Configuration" do
end
add_message "hashicorp.vagrant.sdk.Args.Configuration.Vagrant" do
end
add_message "hashicorp.vagrant.sdk.Args.Configuration.VM" do
end
add_message "hashicorp.vagrant.sdk.Args.Configuration.Provider" do
end
add_message "hashicorp.vagrant.sdk.Args.LabelSet" do
map :labels, :string, :string, 1
end
add_message "hashicorp.vagrant.sdk.Args.Options" do
optional :opt, :message, 1, "hashicorp.vagrant.sdk.Args.LabelSet"
end
add_message "hashicorp.vagrant.sdk.Args.Vagrantfile" do
end
add_message "hashicorp.vagrant.sdk.Args.JobInfo" do
optional :local, :bool, 1
optional :workspace, :string, 2
optional :id, :string, 3
end
add_message "hashicorp.vagrant.sdk.Args.Logger" do
optional :name, :string, 1
end
add_message "hashicorp.vagrant.sdk.Args.TerminalUI" do
optional :stream_id, :uint32, 1
optional :network, :string, 2
optional :target, :string, 3
end
add_message "hashicorp.vagrant.sdk.Args.StateBag" do
map :data, :string, :message, 1, "hashicorp.vagrant.sdk.Args.StateBag.Value"
end
add_message "hashicorp.vagrant.sdk.Args.StateBag.Value" do
oneof :value do
optional :text, :string, 1
optional :map, :message, 2, "google.protobuf.Any"
end
end
add_message "hashicorp.vagrant.sdk.Args.MachineState" do
optional :id, :string, 1
optional :short_description, :string, 2
optional :long_description, :string, 3
end
add_message "hashicorp.vagrant.sdk.Args.SSHInfo" do
optional :host, :string, 1
optional :port, :string, 2
optional :private_key_path, :string, 3
@ -156,7 +143,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
optional :ssh_command, :string, 16
optional :proxy_command, :string, 17
end
add_message "hashicorp.vagrant.sdk.WinrmInfo" do
add_message "hashicorp.vagrant.sdk.Args.WinrmInfo" do
optional :username, :string, 1
optional :password, :string, 2
optional :host, :string, 3
@ -165,13 +152,13 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
optional :max_tries, :int64, 6
optional :retry_delay, :int64, 7
optional :timeout, :int64, 8
optional :transport, :enum, 9, "hashicorp.vagrant.sdk.WinrmInfo.Transport"
optional :transport, :enum, 9, "hashicorp.vagrant.sdk.Args.WinrmInfo.Transport"
optional :ssl_peer_verification, :bool, 10
optional :execution_time_limit, :string, 11
optional :basic_auth_only, :bool, 12
optional :codepage, :string, 13
end
add_enum "hashicorp.vagrant.sdk.WinrmInfo.Transport" do
add_enum "hashicorp.vagrant.sdk.Args.WinrmInfo.Transport" do
value :NEGOTIATE, 0
value :SSL, 1
value :PLAINTEXT, 2
@ -314,34 +301,6 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
add_message "hashicorp.vagrant.sdk.Map.ListResponse" do
repeated :funcs, :message, 1, "hashicorp.vagrant.sdk.FuncSpec"
end
add_message "hashicorp.vagrant.sdk.StateBag" do
end
add_message "hashicorp.vagrant.sdk.StateBag.GetRequest" do
optional :key, :string, 1
end
add_message "hashicorp.vagrant.sdk.StateBag.GetResponse" do
optional :value, :string, 1
end
add_message "hashicorp.vagrant.sdk.StateBag.GetOkResponse" do
optional :ok, :bool, 1
optional :value, :string, 2
end
add_message "hashicorp.vagrant.sdk.StateBag.PutRequest" do
optional :key, :string, 1
optional :value, :string, 2
end
add_message "hashicorp.vagrant.sdk.StateBag.PutResponse" do
end
add_message "hashicorp.vagrant.sdk.StateBag.RemoveRequest" do
optional :key, :string, 1
end
add_message "hashicorp.vagrant.sdk.StateBag.RemoveResponse" do
end
add_message "hashicorp.vagrant.sdk.PluginInfo" do
end
add_message "hashicorp.vagrant.sdk.PluginInfo.ComponentList" do
repeated :component, :uint32, 1
end
add_message "hashicorp.vagrant.sdk.Provider" do
end
add_message "hashicorp.vagrant.sdk.Provider.UsableResp" do
@ -418,9 +377,9 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
add_message "hashicorp.vagrant.sdk.Communicator.FileTransferResp" do
end
add_message "hashicorp.vagrant.sdk.Communicator.ExecutionRequest" do
optional :machine, :message, 1, "hashicorp.vagrant.sdk.Args.Target.Machine"
optional :machine, :message, 1, "hashicorp.vagrant.sdk.Args.Machine"
optional :command, :string, 2
optional :options, :message, 3, "hashicorp.vagrant.sdk.Args.MetadataSet"
optional :options, :message, 3, "hashicorp.vagrant.sdk.Args.LabelSet"
end
add_message "hashicorp.vagrant.sdk.Communicator.ExecuteResp" do
optional :exit_code, :int32, 1
@ -472,78 +431,111 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
add_message "hashicorp.vagrant.sdk.Ref.Box" do
optional :resource_id, :string, 1
end
add_message "hashicorp.vagrant.sdk.Ref.Basis" do
optional :resource_id, :string, 1
optional :path, :string, 2
optional :name, :string, 3
end
add_message "hashicorp.vagrant.sdk.Ref.Project" do
optional :resource_id, :string, 1
optional :path, :string, 2
optional :basis, :message, 3, "hashicorp.vagrant.sdk.Ref.Basis"
optional :name, :string, 4
optional :project_id, :string, 1
end
add_message "hashicorp.vagrant.sdk.Ref.Target" do
optional :resource_id, :string, 1
optional :project, :message, 2, "hashicorp.vagrant.sdk.Ref.Project"
optional :name, :string, 3
end
add_message "hashicorp.vagrant.sdk.Target" do
end
add_message "hashicorp.vagrant.sdk.Target.ResourceIdResponse" do
add_message "hashicorp.vagrant.sdk.Ref.Machine" do
optional :resource_id, :string, 1
end
add_message "hashicorp.vagrant.sdk.Target.RecordResponse" do
optional :record, :message, 1, "google.protobuf.Any"
add_message "hashicorp.vagrant.sdk.Machine" do
end
add_message "hashicorp.vagrant.sdk.Target.NameResponse" do
add_message "hashicorp.vagrant.sdk.Machine.SetNameRequest" do
optional :machine, :message, 1, "hashicorp.vagrant.sdk.Ref.Machine"
optional :name, :string, 2
end
add_message "hashicorp.vagrant.sdk.Machine.SetNameResponse" do
end
add_message "hashicorp.vagrant.sdk.Machine.GetNameRequest" do
optional :machine, :message, 1, "hashicorp.vagrant.sdk.Ref.Machine"
end
add_message "hashicorp.vagrant.sdk.Machine.GetNameResponse" do
optional :name, :string, 1
end
add_message "hashicorp.vagrant.sdk.Target.ProjectResponse" do
optional :project, :message, 1, "hashicorp.vagrant.sdk.Ref.Project"
add_message "hashicorp.vagrant.sdk.Machine.SetIDRequest" do
optional :machine, :message, 1, "hashicorp.vagrant.sdk.Ref.Machine"
optional :id, :string, 2
end
add_message "hashicorp.vagrant.sdk.Target.SetNameRequest" do
optional :name, :string, 1
add_message "hashicorp.vagrant.sdk.Machine.SetIDResponse" do
end
add_message "hashicorp.vagrant.sdk.Target.VagrantfileNameResponse" do
optional :name, :string, 1
add_message "hashicorp.vagrant.sdk.Machine.GetIDRequest" do
optional :machine, :message, 1, "hashicorp.vagrant.sdk.Ref.Machine"
end
add_message "hashicorp.vagrant.sdk.Target.VagrantfilePathResponse" do
add_message "hashicorp.vagrant.sdk.Machine.GetIDResponse" do
optional :id, :string, 1
end
add_message "hashicorp.vagrant.sdk.Machine.SetStateRequest" do
optional :machine, :message, 1, "hashicorp.vagrant.sdk.Ref.Machine"
optional :state, :message, 2, "hashicorp.vagrant.sdk.Args.MachineState"
end
add_message "hashicorp.vagrant.sdk.Machine.SetStateResponse" do
end
add_message "hashicorp.vagrant.sdk.Machine.GetStateRequest" do
optional :machine, :message, 1, "hashicorp.vagrant.sdk.Ref.Machine"
end
add_message "hashicorp.vagrant.sdk.Machine.GetStateResponse" do
optional :state, :message, 1, "hashicorp.vagrant.sdk.Args.MachineState"
end
add_message "hashicorp.vagrant.sdk.Machine.GetUUIDRequest" do
optional :machine, :message, 1, "hashicorp.vagrant.sdk.Ref.Machine"
end
add_message "hashicorp.vagrant.sdk.Machine.GetUUIDResponse" do
optional :uuid, :string, 1
end
add_message "hashicorp.vagrant.sdk.Machine.SetUUIDRequest" do
optional :machine, :message, 1, "hashicorp.vagrant.sdk.Ref.Machine"
optional :uuid, :string, 2
end
add_message "hashicorp.vagrant.sdk.Machine.SetUUIDResponse" do
end
add_message "hashicorp.vagrant.sdk.Machine.BoxRequest" do
optional :machine, :message, 1, "hashicorp.vagrant.sdk.Ref.Machine"
end
add_message "hashicorp.vagrant.sdk.Machine.BoxResponse" do
optional :box, :message, 1, "hashicorp.vagrant.sdk.Args.Box"
end
add_message "hashicorp.vagrant.sdk.Machine.DatadirRequest" do
optional :machine, :message, 1, "hashicorp.vagrant.sdk.Ref.Machine"
end
add_message "hashicorp.vagrant.sdk.Machine.DatadirResponse" do
optional :datadir, :message, 1, "hashicorp.vagrant.sdk.Args.DataDir.Machine"
end
add_message "hashicorp.vagrant.sdk.Machine.LocalDataPathRequest" do
optional :machine, :message, 1, "hashicorp.vagrant.sdk.Ref.Machine"
end
add_message "hashicorp.vagrant.sdk.Machine.LocalDataPathResponse" do
optional :path, :string, 1
end
add_message "hashicorp.vagrant.sdk.Target.UpdatedAtResponse" do
optional :updated_at, :message, 1, "google.protobuf.Timestamp"
add_message "hashicorp.vagrant.sdk.Machine.ProviderRequest" do
optional :machine, :message, 1, "hashicorp.vagrant.sdk.Ref.Machine"
end
add_message "hashicorp.vagrant.sdk.Target.Machine" do
add_message "hashicorp.vagrant.sdk.Machine.ProviderResponse" do
optional :provider, :string, 1
end
add_message "hashicorp.vagrant.sdk.Target.Machine.SetIDRequest" do
optional :id, :string, 1
add_message "hashicorp.vagrant.sdk.Machine.VagrantfileNameRequest" do
optional :machine, :message, 1, "hashicorp.vagrant.sdk.Ref.Machine"
end
add_message "hashicorp.vagrant.sdk.Target.Machine.GetIDResponse" do
optional :id, :string, 1
end
add_message "hashicorp.vagrant.sdk.Target.Machine.SetStateRequest" do
optional :state, :message, 1, "hashicorp.vagrant.sdk.Args.Target.Machine.State"
end
add_message "hashicorp.vagrant.sdk.Target.Machine.GetStateResponse" do
optional :state, :message, 1, "hashicorp.vagrant.sdk.Args.Target.Machine.State"
end
add_message "hashicorp.vagrant.sdk.Target.Machine.GetUUIDResponse" do
optional :uuid, :string, 1
end
add_message "hashicorp.vagrant.sdk.Target.Machine.SetUUIDRequest" do
optional :uuid, :string, 1
end
add_message "hashicorp.vagrant.sdk.Project" do
end
add_message "hashicorp.vagrant.sdk.Project.TargetRequest" do
add_message "hashicorp.vagrant.sdk.Machine.VagrantfileNameResponse" do
optional :name, :string, 1
end
add_message "hashicorp.vagrant.sdk.Project.TargetNamesResponse" do
repeated :names, :string, 1
add_message "hashicorp.vagrant.sdk.Machine.VagrantfilePathRequest" do
optional :machine, :message, 1, "hashicorp.vagrant.sdk.Ref.Machine"
end
add_message "hashicorp.vagrant.sdk.Project.TargetIdsResponse" do
repeated :ids, :string, 1
add_message "hashicorp.vagrant.sdk.Machine.VagrantfilePathResponse" do
optional :path, :string, 1
end
add_message "hashicorp.vagrant.sdk.Machine.UpdatedAtRequest" do
optional :machine, :message, 1, "hashicorp.vagrant.sdk.Ref.Machine"
end
add_message "hashicorp.vagrant.sdk.Machine.UpdatedAtResponse" do
optional :updated_at, :message, 1, "google.protobuf.Timestamp"
end
add_message "hashicorp.vagrant.sdk.Machine.UIRequest" do
optional :machine, :message, 1, "hashicorp.vagrant.sdk.Ref.Machine"
end
add_message "hashicorp.vagrant.sdk.Machine.UIResponse" do
optional :ui, :message, 1, "hashicorp.vagrant.sdk.Args.TerminalUI"
end
add_message "hashicorp.vagrant.sdk.Project" do
end
add_message "hashicorp.vagrant.sdk.Project.MachineAndProvider" do
optional :name, :string, 1
@ -552,26 +544,19 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
add_message "hashicorp.vagrant.sdk.Project.MachineNamesResponse" do
repeated :names, :string, 1
end
add_message "hashicorp.vagrant.sdk.Project.ActiveMachinesRequest" do
optional :env, :message, 1, "hashicorp.vagrant.sdk.Ref.Project"
end
add_message "hashicorp.vagrant.sdk.Project.ActiveMachinesResponse" do
repeated :machines, :message, 1, "hashicorp.vagrant.sdk.Project.MachineAndProvider"
end
add_message "hashicorp.vagrant.sdk.Project.CwdResponse" do
optional :path, :string, 1
add_message "hashicorp.vagrant.sdk.Vagrantfile" do
end
add_message "hashicorp.vagrant.sdk.Project.VagrantfileNameResponse" do
optional :name, :string, 1
add_message "hashicorp.vagrant.sdk.Vagrantfile.GetVagrantfileRequest" do
optional :project, :message, 1, "hashicorp.vagrant.sdk.Ref.Project"
end
add_message "hashicorp.vagrant.sdk.Project.HomeResponse" do
optional :path, :string, 1
end
add_message "hashicorp.vagrant.sdk.Project.LocalDataResponse" do
optional :path, :string, 1
end
add_message "hashicorp.vagrant.sdk.Project.TmpResponse" do
optional :path, :string, 1
end
add_message "hashicorp.vagrant.sdk.Project.DefaultPrivateKeyResponse" do
optional :key, :string, 1
add_message "hashicorp.vagrant.sdk.Vagrantfile.GetVagrantfileResponse" do
optional :vagrantfile, :message, 1, "hashicorp.vagrant.sdk.Args.Vagrantfile"
end
end
end
@ -583,31 +568,30 @@ module Hashicorp
Args::DataDir = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Args.DataDir").msgclass
Args::DataDir::Basis = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Args.DataDir.Basis").msgclass
Args::DataDir::Project = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Args.DataDir.Project").msgclass
Args::DataDir::Target = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Args.DataDir.Target").msgclass
Args::DataDir::Machine = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Args.DataDir.Machine").msgclass
Args::DataDir::Component = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Args.DataDir.Component").msgclass
Args::MetadataSet = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Args.MetadataSet").msgclass
Args::TerminalUI = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Args.TerminalUI").msgclass
Args::Logger = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Args.Logger").msgclass
Args::JobInfo = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Args.JobInfo").msgclass
Args::JobInfo::ResourceType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Args.JobInfo.ResourceType").enummodule
Args::Basis = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Args.Basis").msgclass
Args::MachineIndex = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Args.MachineIndex").msgclass
Args::MachineIndex::Entry = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Args.MachineIndex.Entry").msgclass
Args::BoxCollection = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Args.BoxCollection").msgclass
Args::Box = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Args.Box").msgclass
Args::Project = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Args.Project").msgclass
Args::Provider = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Args.Provider").msgclass
Args::Target = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Args.Target").msgclass
Args::Target::State = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Args.Target.State").msgclass
Args::Target::State::State = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Args.Target.State.State").enummodule
Args::Target::Machine = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Args.Target.Machine").msgclass
Args::Target::Machine::Box = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Args.Target.Machine.Box").msgclass
Args::Target::Machine::State = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Args.Target.Machine.State").msgclass
Args::Machine = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Args.Machine").msgclass
Args::Configuration = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Args.Configuration").msgclass
Args::Configuration::Vagrant = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Args.Configuration.Vagrant").msgclass
Args::Configuration::VM = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Args.Configuration.VM").msgclass
Args::Configuration::Provider = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Args.Configuration.Provider").msgclass
Args::LabelSet = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Args.LabelSet").msgclass
Args::Options = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Args.Options").msgclass
Args::Vagrantfile = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Args.Vagrantfile").msgclass
Args::JobInfo = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Args.JobInfo").msgclass
Args::Logger = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Args.Logger").msgclass
Args::TerminalUI = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Args.TerminalUI").msgclass
Args::StateBag = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Args.StateBag").msgclass
Args::Host = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Args.Host").msgclass
Args::NamedCapability = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Args.NamedCapability").msgclass
TargetIndex = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.TargetIndex").msgclass
TargetIndex::Entry = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.TargetIndex.Entry").msgclass
BoxCollection = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.BoxCollection").msgclass
SSHInfo = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.SSHInfo").msgclass
WinrmInfo = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.WinrmInfo").msgclass
WinrmInfo::Transport = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.WinrmInfo.Transport").enummodule
Args::StateBag::Value = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Args.StateBag.Value").msgclass
Args::MachineState = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Args.MachineState").msgclass
Args::SSHInfo = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Args.SSHInfo").msgclass
Args::WinrmInfo = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Args.WinrmInfo").msgclass
Args::WinrmInfo::Transport = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Args.WinrmInfo.Transport").enummodule
FuncSpec = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.FuncSpec").msgclass
FuncSpec::Value = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.FuncSpec.Value").msgclass
FuncSpec::Args = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.FuncSpec.Args").msgclass
@ -641,16 +625,6 @@ module Hashicorp
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
Map::ListResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Map.ListResponse").msgclass
StateBag = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.StateBag").msgclass
StateBag::GetRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.StateBag.GetRequest").msgclass
StateBag::GetResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.StateBag.GetResponse").msgclass
StateBag::GetOkResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.StateBag.GetOkResponse").msgclass
StateBag::PutRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.StateBag.PutRequest").msgclass
StateBag::PutResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.StateBag.PutResponse").msgclass
StateBag::RemoveRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.StateBag.RemoveRequest").msgclass
StateBag::RemoveResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.StateBag.RemoveResponse").msgclass
PluginInfo = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.PluginInfo").msgclass
PluginInfo::ComponentList = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.PluginInfo.ComponentList").msgclass
Provider = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Provider").msgclass
Provider::UsableResp = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Provider.UsableResp").msgclass
Provider::InstalledResp = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Provider.InstalledResp").msgclass
@ -690,38 +664,49 @@ module Hashicorp
Host::Capability::Resp = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Host.Capability.Resp").msgclass
Ref = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Ref").msgclass
Ref::Box = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Ref.Box").msgclass
Ref::Basis = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Ref.Basis").msgclass
Ref::Project = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Ref.Project").msgclass
Ref::Target = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Ref.Target").msgclass
Target = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Target").msgclass
Target::ResourceIdResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Target.ResourceIdResponse").msgclass
Target::RecordResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Target.RecordResponse").msgclass
Target::NameResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Target.NameResponse").msgclass
Target::ProjectResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Target.ProjectResponse").msgclass
Target::SetNameRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Target.SetNameRequest").msgclass
Target::VagrantfileNameResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Target.VagrantfileNameResponse").msgclass
Target::VagrantfilePathResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Target.VagrantfilePathResponse").msgclass
Target::UpdatedAtResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Target.UpdatedAtResponse").msgclass
Target::Machine = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Target.Machine").msgclass
Target::Machine::SetIDRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Target.Machine.SetIDRequest").msgclass
Target::Machine::GetIDResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Target.Machine.GetIDResponse").msgclass
Target::Machine::SetStateRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Target.Machine.SetStateRequest").msgclass
Target::Machine::GetStateResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Target.Machine.GetStateResponse").msgclass
Target::Machine::GetUUIDResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Target.Machine.GetUUIDResponse").msgclass
Target::Machine::SetUUIDRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Target.Machine.SetUUIDRequest").msgclass
Ref::Machine = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Ref.Machine").msgclass
Machine = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Machine").msgclass
Machine::SetNameRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Machine.SetNameRequest").msgclass
Machine::SetNameResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Machine.SetNameResponse").msgclass
Machine::GetNameRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Machine.GetNameRequest").msgclass
Machine::GetNameResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Machine.GetNameResponse").msgclass
Machine::SetIDRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Machine.SetIDRequest").msgclass
Machine::SetIDResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Machine.SetIDResponse").msgclass
Machine::GetIDRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Machine.GetIDRequest").msgclass
Machine::GetIDResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Machine.GetIDResponse").msgclass
Machine::SetStateRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Machine.SetStateRequest").msgclass
Machine::SetStateResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Machine.SetStateResponse").msgclass
Machine::GetStateRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Machine.GetStateRequest").msgclass
Machine::GetStateResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Machine.GetStateResponse").msgclass
Machine::GetUUIDRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Machine.GetUUIDRequest").msgclass
Machine::GetUUIDResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Machine.GetUUIDResponse").msgclass
Machine::SetUUIDRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Machine.SetUUIDRequest").msgclass
Machine::SetUUIDResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Machine.SetUUIDResponse").msgclass
Machine::BoxRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Machine.BoxRequest").msgclass
Machine::BoxResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Machine.BoxResponse").msgclass
Machine::DatadirRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Machine.DatadirRequest").msgclass
Machine::DatadirResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Machine.DatadirResponse").msgclass
Machine::LocalDataPathRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Machine.LocalDataPathRequest").msgclass
Machine::LocalDataPathResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Machine.LocalDataPathResponse").msgclass
Machine::ProviderRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Machine.ProviderRequest").msgclass
Machine::ProviderResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Machine.ProviderResponse").msgclass
Machine::VagrantfileNameRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Machine.VagrantfileNameRequest").msgclass
Machine::VagrantfileNameResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Machine.VagrantfileNameResponse").msgclass
Machine::VagrantfilePathRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Machine.VagrantfilePathRequest").msgclass
Machine::VagrantfilePathResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Machine.VagrantfilePathResponse").msgclass
Machine::UpdatedAtRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Machine.UpdatedAtRequest").msgclass
Machine::UpdatedAtResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Machine.UpdatedAtResponse").msgclass
Machine::UIRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Machine.UIRequest").msgclass
Machine::UIResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Machine.UIResponse").msgclass
Project = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Project").msgclass
Project::TargetRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Project.TargetRequest").msgclass
Project::TargetNamesResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Project.TargetNamesResponse").msgclass
Project::TargetIdsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Project.TargetIdsResponse").msgclass
Project::MachineAndProvider = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Project.MachineAndProvider").msgclass
Project::MachineNamesResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Project.MachineNamesResponse").msgclass
Project::ActiveMachinesRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Project.ActiveMachinesRequest").msgclass
Project::ActiveMachinesResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Project.ActiveMachinesResponse").msgclass
Project::CwdResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Project.CwdResponse").msgclass
Project::VagrantfileNameResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Project.VagrantfileNameResponse").msgclass
Project::HomeResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Project.HomeResponse").msgclass
Project::LocalDataResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Project.LocalDataResponse").msgclass
Project::TmpResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Project.TmpResponse").msgclass
Project::DefaultPrivateKeyResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Project.DefaultPrivateKeyResponse").msgclass
Vagrantfile = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Vagrantfile").msgclass
Vagrantfile::GetVagrantfileRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Vagrantfile.GetVagrantfileRequest").msgclass
Vagrantfile::GetVagrantfileResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Vagrantfile.GetVagrantfileResponse").msgclass
end
end
end

View File

@ -405,6 +405,23 @@ module Hashicorp
rpc :TargetIds, ::Google::Protobuf::Empty, ::Hashicorp::Vagrant::Sdk::Project::TargetIdsResponse
end
Stub = Service.rpc_stub_class
end
module VagrantfileService
# *******************************************************************
# Vagrantfile services
# ******************************************************************
class Service
include GRPC::GenericService
self.marshal_class_method = :encode
self.unmarshal_class_method = :decode
self.service_name = 'hashicorp.vagrant.sdk.VagrantfileService'
rpc :GetVagrantfile, ::Hashicorp::Vagrant::Sdk::Vagrantfile::GetVagrantfileRequest, ::Hashicorp::Vagrant::Sdk::Vagrantfile::GetVagrantfileResponse
end
Stub = Service.rpc_stub_class
end
end

View File

@ -3,7 +3,6 @@
require 'google/protobuf'
require 'google/protobuf/any_pb'
require 'google/protobuf/empty_pb'
require 'google/protobuf/timestamp_pb'
require 'google/rpc/status_pb'
@ -27,48 +26,52 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
optional :resource_id, :string, 1
optional :name, :string, 2
optional :path, :string, 3
repeated :projects, :message, 4, "hashicorp.vagrant.sdk.Ref.Project"
optional :metadata, :message, 5, "hashicorp.vagrant.sdk.Args.MetadataSet"
optional :configuration, :message, 6, "google.protobuf.Any"
optional :remote_enabled, :bool, 100
optional :data_source, :message, 101, "hashicorp.vagrant.Job.DataSource"
repeated :projects, :message, 4, "hashicorp.vagrant.Ref.Project"
optional :remote_enabled, :bool, 5
optional :data_source, :message, 6, "hashicorp.vagrant.Job.DataSource"
end
add_message "hashicorp.vagrant.Project" do
optional :resource_id, :string, 1
optional :name, :string, 2
optional :path, :string, 3
repeated :targets, :message, 4, "hashicorp.vagrant.sdk.Ref.Target"
optional :basis, :message, 5, "hashicorp.vagrant.sdk.Ref.Basis"
optional :metadata, :message, 6, "hashicorp.vagrant.sdk.Args.MetadataSet"
optional :configuration, :message, 7, "google.protobuf.Any"
optional :remote_enabled, :bool, 100
optional :data_source, :message, 101, "hashicorp.vagrant.Job.DataSource"
repeated :machines, :message, 4, "hashicorp.vagrant.Ref.Machine"
optional :basis, :message, 5, "hashicorp.vagrant.Ref.Basis"
optional :remote_enabled, :bool, 6
optional :data_source, :message, 7, "hashicorp.vagrant.Job.DataSource"
end
add_message "hashicorp.vagrant.Target" do
optional :resource_id, :string, 1
optional :datadir, :message, 2, "hashicorp.vagrant.sdk.Args.DataDir.Target"
optional :name, :string, 3
optional :project, :message, 4, "hashicorp.vagrant.sdk.Ref.Project"
optional :state, :enum, 5, "hashicorp.vagrant.Operation.PhysicalState"
repeated :subtargets, :message, 6, "hashicorp.vagrant.Target"
optional :parent, :message, 7, "hashicorp.vagrant.Target"
add_message "hashicorp.vagrant.Machine" do
optional :datadir, :message, 1, "hashicorp.vagrant.sdk.Args.DataDir.Machine"
optional :resource_id, :string, 2
optional :id, :string, 3
optional :name, :string, 4
optional :project, :message, 5, "hashicorp.vagrant.Ref.Project"
optional :status, :message, 6, "hashicorp.vagrant.Status"
optional :box, :message, 7, "hashicorp.vagrant.sdk.Args.Box"
optional :uuid, :string, 8
optional :metadata, :message, 9, "hashicorp.vagrant.sdk.Args.MetadataSet"
optional :configuration, :message, 10, "google.protobuf.Any"
optional :record, :message, 11, "google.protobuf.Any"
optional :remote_enabled, :bool, 100
optional :data_source, :message, 101, "hashicorp.vagrant.Job.DataSource"
end
add_message "hashicorp.vagrant.Target.Machine" do
optional :id, :string, 1
optional :box, :message, 7, "hashicorp.vagrant.sdk.Args.Target.Machine.Box"
optional :uid, :string, 9
optional :state, :message, 10, "hashicorp.vagrant.sdk.Args.Target.Machine.State"
optional :provider, :string, 11
optional :state, :message, 10, "hashicorp.vagrant.sdk.Args.MachineState"
optional :physical_state, :enum, 50, "hashicorp.vagrant.Operation.PhysicalState"
optional :remote_enabled, :bool, 51
optional :data_source, :message, 52, "hashicorp.vagrant.Job.DataSource"
optional :provider, :string, 53
end
add_message "hashicorp.vagrant.Ref" do
end
add_message "hashicorp.vagrant.Ref.Machine" do
optional :resource_id, :string, 1
optional :name, :string, 2
optional :project, :message, 3, "hashicorp.vagrant.Ref.Project"
optional :vagrantfile, :message, 4, "hashicorp.vagrant.Ref.Vagrantfile"
end
add_message "hashicorp.vagrant.Ref.Project" do
optional :resource_id, :string, 1
optional :name, :string, 2
optional :basis, :message, 3, "hashicorp.vagrant.Ref.Basis"
end
add_message "hashicorp.vagrant.Ref.Basis" do
optional :resource_id, :string, 1
optional :name, :string, 2
end
add_message "hashicorp.vagrant.Ref.Component" do
optional :type, :enum, 1, "hashicorp.vagrant.Component.Type"
optional :name, :string, 2
@ -76,21 +79,21 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
add_message "hashicorp.vagrant.Ref.Operation" do
oneof :target do
optional :id, :string, 1
optional :target_sequence, :message, 2, "hashicorp.vagrant.Ref.TargetOperationSeq"
optional :machine_sequence, :message, 2, "hashicorp.vagrant.Ref.MachineOperationSeq"
optional :project_sequence, :message, 3, "hashicorp.vagrant.Ref.ProjectOperationSeq"
optional :basis_sequence, :message, 4, "hashicorp.vagrant.Ref.BasisOperationSeq"
end
end
add_message "hashicorp.vagrant.Ref.TargetOperationSeq" do
optional :target, :message, 1, "hashicorp.vagrant.sdk.Ref.Target"
add_message "hashicorp.vagrant.Ref.MachineOperationSeq" do
optional :machine, :message, 1, "hashicorp.vagrant.Ref.Machine"
optional :number, :uint64, 2
end
add_message "hashicorp.vagrant.Ref.ProjectOperationSeq" do
optional :project, :message, 1, "hashicorp.vagrant.sdk.Ref.Project"
optional :project, :message, 1, "hashicorp.vagrant.Ref.Project"
optional :number, :uint64, 2
end
add_message "hashicorp.vagrant.Ref.BasisOperationSeq" do
optional :basis, :message, 1, "hashicorp.vagrant.sdk.Ref.Basis"
optional :basis, :message, 1, "hashicorp.vagrant.Ref.Basis"
optional :number, :uint64, 2
end
add_message "hashicorp.vagrant.Ref.Runner" do
@ -104,6 +107,9 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
end
add_message "hashicorp.vagrant.Ref.RunnerAny" do
end
add_message "hashicorp.vagrant.Ref.Vagrantfile" do
optional :resource_id, :string, 1
end
add_message "hashicorp.vagrant.Component" do
optional :type, :enum, 1, "hashicorp.vagrant.Component.Type"
optional :name, :string, 2
@ -145,8 +151,8 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
add_enum "hashicorp.vagrant.Operation.PhysicalState" do
value :UNKNOWN, 0
value :PENDING, 1
value :CREATED, 2
value :DESTROYED, 3
value :CREATED, 3
value :DESTROYED, 4
end
add_message "hashicorp.vagrant.OperationOrder" do
optional :order, :enum, 2, "hashicorp.vagrant.OperationOrder.Order"
@ -179,9 +185,9 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
end
add_message "hashicorp.vagrant.Job" do
optional :id, :string, 1
optional :basis, :message, 2, "hashicorp.vagrant.sdk.Ref.Basis"
optional :project, :message, 3, "hashicorp.vagrant.sdk.Ref.Project"
optional :target, :message, 4, "hashicorp.vagrant.sdk.Ref.Target"
optional :basis, :message, 2, "hashicorp.vagrant.Ref.Basis"
optional :project, :message, 3, "hashicorp.vagrant.Ref.Project"
optional :machine, :message, 4, "hashicorp.vagrant.Ref.Machine"
optional :target_runner, :message, 5, "hashicorp.vagrant.Ref.Runner"
map :labels, :string, :string, 6
optional :data_source, :message, 7, "hashicorp.vagrant.Job.DataSource"
@ -510,7 +516,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
optional :basis, :message, 1, "hashicorp.vagrant.Basis"
end
add_message "hashicorp.vagrant.GetBasisRequest" do
optional :basis, :message, 1, "hashicorp.vagrant.sdk.Ref.Basis"
optional :basis, :message, 1, "hashicorp.vagrant.Ref.Basis"
end
add_message "hashicorp.vagrant.GetBasisResponse" do
optional :basis, :message, 1, "hashicorp.vagrant.Basis"
@ -523,7 +529,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
optional :basis, :message, 2, "hashicorp.vagrant.Basis"
end
add_message "hashicorp.vagrant.ListBasisResponse" do
repeated :basis, :message, 1, "hashicorp.vagrant.sdk.Ref.Basis"
repeated :basis, :message, 1, "hashicorp.vagrant.Ref.Basis"
end
add_message "hashicorp.vagrant.UpsertProjectRequest" do
optional :project, :message, 1, "hashicorp.vagrant.Project"
@ -532,7 +538,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
optional :project, :message, 1, "hashicorp.vagrant.Project"
end
add_message "hashicorp.vagrant.GetProjectRequest" do
optional :project, :message, 1, "hashicorp.vagrant.sdk.Ref.Project"
optional :project, :message, 1, "hashicorp.vagrant.Ref.Project"
end
add_message "hashicorp.vagrant.GetProjectResponse" do
optional :project, :message, 1, "hashicorp.vagrant.Project"
@ -545,38 +551,38 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
optional :project, :message, 2, "hashicorp.vagrant.Project"
end
add_message "hashicorp.vagrant.ListProjectsResponse" do
repeated :projects, :message, 1, "hashicorp.vagrant.sdk.Ref.Project"
repeated :projects, :message, 1, "hashicorp.vagrant.Ref.Project"
end
add_message "hashicorp.vagrant.UpsertTargetRequest" do
optional :project, :message, 1, "hashicorp.vagrant.sdk.Ref.Project"
optional :target, :message, 2, "hashicorp.vagrant.Target"
add_message "hashicorp.vagrant.UpsertMachineRequest" do
optional :project, :message, 1, "hashicorp.vagrant.Ref.Project"
optional :machine, :message, 2, "hashicorp.vagrant.Machine"
end
add_message "hashicorp.vagrant.UpsertTargetResponse" do
optional :target, :message, 1, "hashicorp.vagrant.Target"
add_message "hashicorp.vagrant.UpsertMachineResponse" do
optional :machine, :message, 1, "hashicorp.vagrant.Machine"
end
add_message "hashicorp.vagrant.GetTargetRequest" do
optional :project, :message, 1, "hashicorp.vagrant.sdk.Ref.Project"
optional :target, :message, 2, "hashicorp.vagrant.sdk.Ref.Target"
add_message "hashicorp.vagrant.GetMachineRequest" do
optional :project, :message, 1, "hashicorp.vagrant.Ref.Project"
optional :machine, :message, 2, "hashicorp.vagrant.Ref.Machine"
end
add_message "hashicorp.vagrant.GetTargetResponse" do
optional :target, :message, 1, "hashicorp.vagrant.Target"
add_message "hashicorp.vagrant.GetMachineResponse" do
optional :machine, :message, 1, "hashicorp.vagrant.Machine"
end
add_message "hashicorp.vagrant.FindTargetRequest" do
optional :target, :message, 1, "hashicorp.vagrant.Target"
add_message "hashicorp.vagrant.FindMachineRequest" do
optional :machine, :message, 1, "hashicorp.vagrant.Machine"
end
add_message "hashicorp.vagrant.FindTargetResponse" do
add_message "hashicorp.vagrant.FindMachineResponse" do
optional :found, :bool, 1
optional :target, :message, 2, "hashicorp.vagrant.Target"
optional :machine, :message, 2, "hashicorp.vagrant.Machine"
end
add_message "hashicorp.vagrant.ListTargetsResponse" do
repeated :targets, :message, 1, "hashicorp.vagrant.sdk.Ref.Target"
add_message "hashicorp.vagrant.ListMachinesResponse" do
repeated :machines, :message, 1, "hashicorp.vagrant.Ref.Machine"
end
add_message "hashicorp.vagrant.GetLogStreamRequest" do
optional :limit_backlog, :int32, 4
oneof :scope do
optional :basis, :message, 1, "hashicorp.vagrant.sdk.Ref.Basis"
optional :project, :message, 2, "hashicorp.vagrant.sdk.Ref.Project"
optional :target, :message, 3, "hashicorp.vagrant.sdk.Ref.Target"
optional :basis, :message, 1, "hashicorp.vagrant.Ref.Basis"
optional :project, :message, 2, "hashicorp.vagrant.Ref.Project"
optional :machine, :message, 3, "hashicorp.vagrant.Ref.Machine"
end
end
add_message "hashicorp.vagrant.LogBatch" do
@ -592,8 +598,8 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
optional :name, :string, 1
optional :value, :string, 2
oneof :scope do
optional :target, :message, 3, "hashicorp.vagrant.sdk.Ref.Target"
optional :project, :message, 4, "hashicorp.vagrant.sdk.Ref.Project"
optional :machine, :message, 3, "hashicorp.vagrant.Ref.Machine"
optional :project, :message, 4, "hashicorp.vagrant.Ref.Project"
optional :runner, :message, 5, "hashicorp.vagrant.Ref.Runner"
end
end
@ -605,8 +611,8 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
add_message "hashicorp.vagrant.ConfigGetRequest" do
optional :prefix, :string, 1
oneof :scope do
optional :target, :message, 2, "hashicorp.vagrant.sdk.Ref.Target"
optional :project, :message, 3, "hashicorp.vagrant.sdk.Ref.Project"
optional :machine, :message, 2, "hashicorp.vagrant.Ref.Machine"
optional :project, :message, 3, "hashicorp.vagrant.Ref.Project"
optional :runner, :message, 4, "hashicorp.vagrant.Ref.RunnerId"
end
end
@ -796,9 +802,9 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
end
add_message "hashicorp.vagrant.GetLatestTaskRequest" do
oneof :scope do
optional :target, :message, 1, "hashicorp.vagrant.sdk.Ref.Target"
optional :project, :message, 2, "hashicorp.vagrant.sdk.Ref.Project"
optional :basis, :message, 3, "hashicorp.vagrant.sdk.Ref.Basis"
optional :machine, :message, 1, "hashicorp.vagrant.Ref.Machine"
optional :project, :message, 2, "hashicorp.vagrant.Ref.Project"
optional :basis, :message, 3, "hashicorp.vagrant.Ref.Basis"
end
end
add_message "hashicorp.vagrant.ListTasksRequest" do
@ -806,9 +812,9 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
optional :physical_state, :enum, 5, "hashicorp.vagrant.Operation.PhysicalState"
optional :order, :message, 6, "hashicorp.vagrant.OperationOrder"
oneof :scope do
optional :target, :message, 1, "hashicorp.vagrant.sdk.Ref.Target"
optional :project, :message, 2, "hashicorp.vagrant.sdk.Ref.Project"
optional :basis, :message, 3, "hashicorp.vagrant.sdk.Ref.Basis"
optional :machine, :message, 1, "hashicorp.vagrant.Ref.Machine"
optional :project, :message, 2, "hashicorp.vagrant.Ref.Project"
optional :basis, :message, 3, "hashicorp.vagrant.Ref.Basis"
end
end
add_message "hashicorp.vagrant.ListTasksResponse" do
@ -829,9 +835,9 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
optional :cli_args, :message, 12, "hashicorp.vagrant.sdk.Command.Arguments"
optional :command_name, :string, 13
oneof :scope do
optional :target, :message, 1, "hashicorp.vagrant.sdk.Ref.Target"
optional :project, :message, 2, "hashicorp.vagrant.sdk.Ref.Project"
optional :basis, :message, 3, "hashicorp.vagrant.sdk.Ref.Basis"
optional :machine, :message, 1, "hashicorp.vagrant.Ref.Machine"
optional :project, :message, 2, "hashicorp.vagrant.Ref.Project"
optional :basis, :message, 3, "hashicorp.vagrant.Ref.Basis"
end
end
end
@ -844,17 +850,20 @@ module Hashicorp
VersionInfo::ProtocolVersion = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.VersionInfo.ProtocolVersion").msgclass
Basis = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.Basis").msgclass
Project = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.Project").msgclass
Target = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.Target").msgclass
Target::Machine = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.Target.Machine").msgclass
Machine = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.Machine").msgclass
Ref = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.Ref").msgclass
Ref::Machine = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.Ref.Machine").msgclass
Ref::Project = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.Ref.Project").msgclass
Ref::Basis = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.Ref.Basis").msgclass
Ref::Component = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.Ref.Component").msgclass
Ref::Operation = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.Ref.Operation").msgclass
Ref::TargetOperationSeq = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.Ref.TargetOperationSeq").msgclass
Ref::MachineOperationSeq = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.Ref.MachineOperationSeq").msgclass
Ref::ProjectOperationSeq = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.Ref.ProjectOperationSeq").msgclass
Ref::BasisOperationSeq = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.Ref.BasisOperationSeq").msgclass
Ref::Runner = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.Ref.Runner").msgclass
Ref::RunnerId = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.Ref.RunnerId").msgclass
Ref::RunnerAny = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.Ref.RunnerAny").msgclass
Ref::Vagrantfile = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.Ref.Vagrantfile").msgclass
Component = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.Component").msgclass
Component::Type = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.Component.Type").enummodule
Status = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.Status").msgclass
@ -954,13 +963,13 @@ module Hashicorp
FindProjectRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.FindProjectRequest").msgclass
FindProjectResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.FindProjectResponse").msgclass
ListProjectsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.ListProjectsResponse").msgclass
UpsertTargetRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.UpsertTargetRequest").msgclass
UpsertTargetResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.UpsertTargetResponse").msgclass
GetTargetRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.GetTargetRequest").msgclass
GetTargetResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.GetTargetResponse").msgclass
FindTargetRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.FindTargetRequest").msgclass
FindTargetResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.FindTargetResponse").msgclass
ListTargetsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.ListTargetsResponse").msgclass
UpsertMachineRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.UpsertMachineRequest").msgclass
UpsertMachineResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.UpsertMachineResponse").msgclass
GetMachineRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.GetMachineRequest").msgclass
GetMachineResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.GetMachineResponse").msgclass
FindMachineRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.FindMachineRequest").msgclass
FindMachineResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.FindMachineResponse").msgclass
ListMachinesResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.ListMachinesResponse").msgclass
GetLogStreamRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.GetLogStreamRequest").msgclass
LogBatch = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.LogBatch").msgclass
LogBatch::Entry = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.LogBatch.Entry").msgclass