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 as retrieved from the Windows Registry. For more information about these fields, see

Windows Installer Properties for the Uninstall Registry{: class="external" }

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.



313
314
315
316
# File 'proto_docs/google/cloud/osconfig/v1/inventory.rb', line 313

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.



313
314
315
316
# File 'proto_docs/google/cloud/osconfig/v1/inventory.rb', line 313

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.



313
314
315
316
# File 'proto_docs/google/cloud/osconfig/v1/inventory.rb', line 313

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.



313
314
315
316
# File 'proto_docs/google/cloud/osconfig/v1/inventory.rb', line 313

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.



313
314
315
316
# File 'proto_docs/google/cloud/osconfig/v1/inventory.rb', line 313

class WindowsApplication
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end