Class: Grafeas::V1::UpgradeNote

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

Instance Attribute Details

#distributions::Array<::Grafeas::V1::UpgradeDistribution>

Returns Metadata about the upgrade for each specific operating system.

Returns:



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.

Returns:

  • (::String)

    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.

Returns:

  • (::Grafeas::V1::Version)

    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.

Returns:



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