Class: Grafeas::V1::PackageOccurrence

Inherits:
Object
  • Object
show all
Extended by:
Google::Protobuf::MessageExts::ClassMethods
Includes:
Google::Protobuf::MessageExts
Defined in:
proto_docs/grafeas/v1/package.rb

Overview

Details on how a particular software package was installed on a system.

Instance Attribute Summary collapse

Instance Attribute Details

#location::Array<::Grafeas::V1::Location>

Returns Required. All of the places within the filesystem versions of this package have been found.

Returns:

  • (::Array<::Grafeas::V1::Location>)

    Required. All of the places within the filesystem versions of this package have been found.



88
89
90
91
# File 'proto_docs/grafeas/v1/package.rb', line 88

class PackageOccurrence
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#name::String

Returns Output only. The name of the installed package.

Returns:

  • (::String)

    Output only. The name of the installed package.



88
89
90
91
# File 'proto_docs/grafeas/v1/package.rb', line 88

class PackageOccurrence
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end