Class: Google::Cloud::OsConfig::V1::Inventory::SoftwarePackage
- Inherits:
-
Object
- Object
- Google::Cloud::OsConfig::V1::Inventory::SoftwarePackage
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/osconfig/v1/inventory.rb
Overview
Software package information of the operating system.
Instance Attribute Summary collapse
-
#apt_package ⇒ ::Google::Cloud::OsConfig::V1::Inventory::VersionedPackage
Details of an APT package.
-
#cos_package ⇒ ::Google::Cloud::OsConfig::V1::Inventory::VersionedPackage
Details of a COS package.
-
#googet_package ⇒ ::Google::Cloud::OsConfig::V1::Inventory::VersionedPackage
Details of a Googet package.
-
#qfe_package ⇒ ::Google::Cloud::OsConfig::V1::Inventory::WindowsQuickFixEngineeringPackage
Details of a Windows Quick Fix engineering package.
-
#windows_application ⇒ ::Google::Cloud::OsConfig::V1::Inventory::WindowsApplication
Details of Windows Application.
-
#wua_package ⇒ ::Google::Cloud::OsConfig::V1::Inventory::WindowsUpdatePackage
Details of a Windows Update package.
-
#yum_package ⇒ ::Google::Cloud::OsConfig::V1::Inventory::VersionedPackage
Yum package info.
-
#zypper_package ⇒ ::Google::Cloud::OsConfig::V1::Inventory::VersionedPackage
Details of a Zypper package.
-
#zypper_patch ⇒ ::Google::Cloud::OsConfig::V1::Inventory::ZypperPatch
Details of a Zypper patch.
Instance Attribute Details
#apt_package ⇒ ::Google::Cloud::OsConfig::V1::Inventory::VersionedPackage
200 201 202 203 |
# File 'proto_docs/google/cloud/osconfig/v1/inventory.rb', line 200 class SoftwarePackage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#cos_package ⇒ ::Google::Cloud::OsConfig::V1::Inventory::VersionedPackage
200 201 202 203 |
# File 'proto_docs/google/cloud/osconfig/v1/inventory.rb', line 200 class SoftwarePackage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#googet_package ⇒ ::Google::Cloud::OsConfig::V1::Inventory::VersionedPackage
200 201 202 203 |
# File 'proto_docs/google/cloud/osconfig/v1/inventory.rb', line 200 class SoftwarePackage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#qfe_package ⇒ ::Google::Cloud::OsConfig::V1::Inventory::WindowsQuickFixEngineeringPackage
200 201 202 203 |
# File 'proto_docs/google/cloud/osconfig/v1/inventory.rb', line 200 class SoftwarePackage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#windows_application ⇒ ::Google::Cloud::OsConfig::V1::Inventory::WindowsApplication
200 201 202 203 |
# File 'proto_docs/google/cloud/osconfig/v1/inventory.rb', line 200 class SoftwarePackage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#wua_package ⇒ ::Google::Cloud::OsConfig::V1::Inventory::WindowsUpdatePackage
200 201 202 203 |
# File 'proto_docs/google/cloud/osconfig/v1/inventory.rb', line 200 class SoftwarePackage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#yum_package ⇒ ::Google::Cloud::OsConfig::V1::Inventory::VersionedPackage
200 201 202 203 |
# File 'proto_docs/google/cloud/osconfig/v1/inventory.rb', line 200 class SoftwarePackage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#zypper_package ⇒ ::Google::Cloud::OsConfig::V1::Inventory::VersionedPackage
200 201 202 203 |
# File 'proto_docs/google/cloud/osconfig/v1/inventory.rb', line 200 class SoftwarePackage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#zypper_patch ⇒ ::Google::Cloud::OsConfig::V1::Inventory::ZypperPatch
200 201 202 203 |
# File 'proto_docs/google/cloud/osconfig/v1/inventory.rb', line 200 class SoftwarePackage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |