Class: Google::Cloud::OsConfig::V1::Inventory::WindowsApplication
- Inherits:
-
Object
- Object
- Google::Cloud::OsConfig::V1::Inventory::WindowsApplication
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/osconfig/v1/inventory.rb
Overview
Contains information about a Windows application that is retrieved from the Windows Registry. For more information about these fields, see: https://docs.microsoft.com/en-us/windows/win32/msi/uninstall-registry-key
Instance Attribute Summary collapse
-
#display_name ⇒ ::String
The name of the application or product.
-
#display_version ⇒ ::String
The version of the product or application in string format.
-
#help_link ⇒ ::String
The internet address for technical support.
-
#install_date ⇒ ::Google::Type::Date
The last time this product received service.
-
#publisher ⇒ ::String
The name of the manufacturer for the product or application.
Instance Attribute Details
#display_name ⇒ ::String
Returns The name of the application or product.
310 311 312 313 |
# File 'proto_docs/google/cloud/osconfig/v1/inventory.rb', line 310 class WindowsApplication include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#display_version ⇒ ::String
Returns The version of the product or application in string format.
310 311 312 313 |
# File 'proto_docs/google/cloud/osconfig/v1/inventory.rb', line 310 class WindowsApplication include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#help_link ⇒ ::String
Returns The internet address for technical support.
310 311 312 313 |
# File 'proto_docs/google/cloud/osconfig/v1/inventory.rb', line 310 class WindowsApplication include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#install_date ⇒ ::Google::Type::Date
Returns The last time this product received service. The value of this property is replaced each time a patch is applied or removed from the product or the command-line option is used to repair the product.
310 311 312 313 |
# File 'proto_docs/google/cloud/osconfig/v1/inventory.rb', line 310 class WindowsApplication include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#publisher ⇒ ::String
Returns The name of the manufacturer for the product or application.
310 311 312 313 |
# File 'proto_docs/google/cloud/osconfig/v1/inventory.rb', line 310 class WindowsApplication include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |