Class: Grafeas::V1::UpgradeNote
- Inherits:
-
Object
- Object
- Grafeas::V1::UpgradeNote
- Extended by:
- Google::Protobuf::MessageExts::ClassMethods
- Includes:
- Google::Protobuf::MessageExts
- Defined in:
- proto_docs/grafeas/v1/upgrade.rb
Overview
An Upgrade Note represents a potential upgrade of a package to a given version. For each package version combination (i.e. bash 4.0, bash 4.1, bash 4.1.2), there will be an Upgrade Note. For Windows, windows_update field represents the information related to the update.
Instance Attribute Summary collapse
-
#distributions ⇒ ::Array<::Grafeas::V1::UpgradeDistribution>
Metadata about the upgrade for each specific operating system.
-
#package ⇒ ::String
Required for non-Windows OS.
-
#version ⇒ ::Grafeas::V1::Version
Required for non-Windows OS.
-
#windows_update ⇒ ::Grafeas::V1::WindowsUpdate
Required for Windows OS.
Instance Attribute Details
#distributions ⇒ ::Array<::Grafeas::V1::UpgradeDistribution>
Returns Metadata about the upgrade for each specific operating system.
39 40 41 42 |
# File 'proto_docs/grafeas/v1/upgrade.rb', line 39 class UpgradeNote include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#package ⇒ ::String
Returns Required for non-Windows OS. The package this Upgrade is for.
39 40 41 42 |
# File 'proto_docs/grafeas/v1/upgrade.rb', line 39 class UpgradeNote include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#version ⇒ ::Grafeas::V1::Version
Returns Required for non-Windows OS. The version of the package in machine + human readable form.
39 40 41 42 |
# File 'proto_docs/grafeas/v1/upgrade.rb', line 39 class UpgradeNote 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.
39 40 41 42 |
# File 'proto_docs/grafeas/v1/upgrade.rb', line 39 class UpgradeNote include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |