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>



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



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



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



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