Class: Grafeas::V1::Location

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

Overview

An occurrence of a particular package installation found within a system's filesystem. E.g., glibc was found in /var/lib/dpkg/status.

Instance Attribute Summary collapse

Instance Attribute Details

#cpe_uri::String

Returns Required. The CPE URI in CPE format denoting the package manager version distributing a package.

Returns:

  • (::String)

    Required. The CPE URI in CPE format denoting the package manager version distributing a package.



61
62
63
64
# File 'proto_docs/grafeas/v1/package.rb', line 61

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

#path::String

Returns The path from which we gathered that this package/version is installed.

Returns:

  • (::String)

    The path from which we gathered that this package/version is installed.



61
62
63
64
# File 'proto_docs/grafeas/v1/package.rb', line 61

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

#version::Grafeas::V1::Version

Returns The version installed at this location.

Returns:



61
62
63
64
# File 'proto_docs/grafeas/v1/package.rb', line 61

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