From 30c75b4d4d4cd1b6ae8172cb4e26ff617337d959 Mon Sep 17 00:00:00 2001 From: sophia Date: Fri, 4 Mar 2022 12:12:32 -0600 Subject: [PATCH] go generate --- lib/vagrant/protobufs/proto/vagrant_plugin_sdk/plugin_pb.rb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/vagrant/protobufs/proto/vagrant_plugin_sdk/plugin_pb.rb b/lib/vagrant/protobufs/proto/vagrant_plugin_sdk/plugin_pb.rb index e112b8869..cd7bc546c 100644 --- a/lib/vagrant/protobufs/proto/vagrant_plugin_sdk/plugin_pb.rb +++ b/lib/vagrant/protobufs/proto/vagrant_plugin_sdk/plugin_pb.rb @@ -557,6 +557,11 @@ Google::Protobuf::DescriptorPool.generated_pool.build do optional :project, :message, 2, "hashicorp.vagrant.sdk.Ref.Project" optional :name, :string, 3 end + add_message "hashicorp.vagrant.sdk.Ref.Machine" 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 @@ -994,6 +999,7 @@ module Hashicorp 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 + Ref::Machine = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.sdk.Ref.Machine").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