lib/google/cloud/osconfig/v1alpha/inventory_pb.rb in google-cloud-os_config-v1alpha-0.1.2 vs lib/google/cloud/osconfig/v1alpha/inventory_pb.rb in google-cloud-os_config-v1alpha-0.2.0
- old
+ new
@@ -4,10 +4,11 @@
require 'google/protobuf'
require 'google/api/field_behavior_pb'
require 'google/api/resource_pb'
require 'google/protobuf/timestamp_pb'
+require 'google/type/date_pb'
Google::Protobuf::DescriptorPool.generated_pool.build do
add_file("google/cloud/osconfig/v1alpha/inventory.proto", :syntax => :proto3) do
add_message "google.cloud.osconfig.v1alpha.Inventory" do
optional :name, :string, 3
optional :os_info, :message, 1, "google.cloud.osconfig.v1alpha.Inventory.OsInfo"
@@ -52,10 +53,11 @@
optional :googet_package, :message, 4, "google.cloud.osconfig.v1alpha.Inventory.VersionedPackage"
optional :zypper_patch, :message, 5, "google.cloud.osconfig.v1alpha.Inventory.ZypperPatch"
optional :wua_package, :message, 6, "google.cloud.osconfig.v1alpha.Inventory.WindowsUpdatePackage"
optional :qfe_package, :message, 7, "google.cloud.osconfig.v1alpha.Inventory.WindowsQuickFixEngineeringPackage"
optional :cos_package, :message, 8, "google.cloud.osconfig.v1alpha.Inventory.VersionedPackage"
+ optional :windows_application, :message, 9, "google.cloud.osconfig.v1alpha.Inventory.WindowsApplication"
end
end
add_message "google.cloud.osconfig.v1alpha.Inventory.VersionedPackage" do
optional :package_name, :string, 4
optional :architecture, :string, 2
@@ -86,10 +88,17 @@
optional :caption, :string, 1
optional :description, :string, 2
optional :hot_fix_id, :string, 3
optional :install_time, :message, 5, "google.protobuf.Timestamp"
end
+ add_message "google.cloud.osconfig.v1alpha.Inventory.WindowsApplication" do
+ optional :display_name, :string, 1
+ optional :display_version, :string, 2
+ optional :publisher, :string, 3
+ optional :install_date, :message, 4, "google.type.Date"
+ optional :help_link, :string, 5
+ end
add_message "google.cloud.osconfig.v1alpha.GetInventoryRequest" do
optional :name, :string, 1
optional :view, :enum, 2, "google.cloud.osconfig.v1alpha.InventoryView"
end
add_message "google.cloud.osconfig.v1alpha.ListInventoriesRequest" do
@@ -124,9 +133,10 @@
Inventory::VersionedPackage = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.osconfig.v1alpha.Inventory.VersionedPackage").msgclass
Inventory::ZypperPatch = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.osconfig.v1alpha.Inventory.ZypperPatch").msgclass
Inventory::WindowsUpdatePackage = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.osconfig.v1alpha.Inventory.WindowsUpdatePackage").msgclass
Inventory::WindowsUpdatePackage::WindowsUpdateCategory = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.osconfig.v1alpha.Inventory.WindowsUpdatePackage.WindowsUpdateCategory").msgclass
Inventory::WindowsQuickFixEngineeringPackage = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.osconfig.v1alpha.Inventory.WindowsQuickFixEngineeringPackage").msgclass
+ Inventory::WindowsApplication = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.osconfig.v1alpha.Inventory.WindowsApplication").msgclass
GetInventoryRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.osconfig.v1alpha.GetInventoryRequest").msgclass
ListInventoriesRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.osconfig.v1alpha.ListInventoriesRequest").msgclass
ListInventoriesResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.osconfig.v1alpha.ListInventoriesResponse").msgclass
InventoryView = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.osconfig.v1alpha.InventoryView").enummodule
end