Class: Google::Cloud::OsConfig::V1::Inventory::WindowsUpdatePackage::WindowsUpdateCategory
- Inherits:
-
Object
- Object
- Google::Cloud::OsConfig::V1::Inventory::WindowsUpdatePackage::WindowsUpdateCategory
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/osconfig/v1/inventory.rb
Overview
Categories specified by the Windows Update.
Instance Attribute Summary collapse
-
#id ⇒ ::String
The identifier of the windows update category.
-
#name ⇒ ::String
The name of the windows update category.
Instance Attribute Details
#id ⇒ ::String
Returns The identifier of the windows update category.
263 264 265 266 |
# File 'proto_docs/google/cloud/osconfig/v1/inventory.rb', line 263 class WindowsUpdateCategory include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns The name of the windows update category.
263 264 265 266 |
# File 'proto_docs/google/cloud/osconfig/v1/inventory.rb', line 263 class WindowsUpdateCategory include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |