Reference documentation and code samples for the Cloud OS Config V1alpha API class Google::Cloud::OsConfig::V1alpha::Inventory::WindowsApplication.
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
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#display_name
def display_name() -> ::String
Returns
- (::String) — The name of the application or product.
#display_name=
def display_name=(value) -> ::String
Parameter
- value (::String) — The name of the application or product.
Returns
- (::String) — The name of the application or product.
#display_version
def display_version() -> ::String
Returns
- (::String) — The version of the product or application in string format.
#display_version=
def display_version=(value) -> ::String
Parameter
- value (::String) — The version of the product or application in string format.
Returns
- (::String) — The version of the product or application in string format.
#help_link
def help_link() -> ::String
Returns
- (::String) — The internet address for technical support.
#help_link=
def help_link=(value) -> ::String
Parameter
- value (::String) — The internet address for technical support.
Returns
- (::String) — The internet address for technical support.
#install_date
def install_date() -> ::Google::Type::Date
Returns
- (::Google::Type::Date) — 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.
#install_date=
def install_date=(value) -> ::Google::Type::Date
Parameter
- value (::Google::Type::Date) — 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.
Returns
- (::Google::Type::Date) — 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.
#publisher
def publisher() -> ::String
Returns
- (::String) — The name of the manufacturer for the product or application.
#publisher=
def publisher=(value) -> ::String
Parameter
- value (::String) — The name of the manufacturer for the product or application.
Returns
- (::String) — The name of the manufacturer for the product or application.