Class: Google::Cloud::OsConfig::V1::Inventory::WindowsApplication

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#display_name::String

Returns The name of the application or product.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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

Returns The internet address for technical support.

Returns:

  • (::String)

    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.

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.



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.

Returns:

  • (::String)

    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