Class: Grafeas::V1::UpgradeOccurrence
- Inherits:
-
Object
- Object
- Grafeas::V1::UpgradeOccurrence
- Extended by:
- Google::Protobuf::MessageExts::ClassMethods
- Includes:
- Google::Protobuf::MessageExts
- Defined in:
- proto_docs/grafeas/v1/upgrade.rb
Overview
An Upgrade Occurrence represents that a specific resource_url could install a specific upgrade. This presence is supplied via local sources (i.e. it is present in the mirror and the running system has noticed its availability). For Windows, both distribution and windows_update contain information for the Windows update.
Instance Attribute Summary collapse
-
#distribution ⇒ ::Grafeas::V1::UpgradeDistribution
Metadata about the upgrade for available for the specific operating system for the resource_url.
-
#package ⇒ ::String
Required for non-Windows OS.
-
#parsed_version ⇒ ::Grafeas::V1::Version
Required for non-Windows OS.
-
#windows_update ⇒ ::Grafeas::V1::WindowsUpdate
Required for Windows OS.
Instance Attribute Details
#distribution ⇒ ::Grafeas::V1::UpgradeDistribution
Returns Metadata about the upgrade for available for the specific operating system for the resource_url. This allows efficient filtering, as well as making it easier to use the occurrence.
143 144 145 146 |
# File 'proto_docs/grafeas/v1/upgrade.rb', line 143 class UpgradeOccurrence include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#package ⇒ ::String
Returns Required for non-Windows OS. The package this Upgrade is for.
143 144 145 146 |
# File 'proto_docs/grafeas/v1/upgrade.rb', line 143 class UpgradeOccurrence include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parsed_version ⇒ ::Grafeas::V1::Version
Returns Required for non-Windows OS. The version of the package in a machine + human readable form.
143 144 145 146 |
# File 'proto_docs/grafeas/v1/upgrade.rb', line 143 class UpgradeOccurrence include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#windows_update ⇒ ::Grafeas::V1::WindowsUpdate
Returns Required for Windows OS. Represents the metadata about the Windows update.
143 144 145 146 |
# File 'proto_docs/grafeas/v1/upgrade.rb', line 143 class UpgradeOccurrence include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |