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 Deprecated. The CPE URI in CPE format.

Returns:

  • (::String)

    Deprecated. The CPE URI in CPE format



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

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.



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

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

#version::Grafeas::V1::Version

Returns Deprecated. The version installed at this location.

Returns:



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

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