Class: Grafeas::V1::Location
- Inherits:
-
Object
- Object
- Grafeas::V1::Location
- 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
-
#cpe_uri ⇒ ::String
Deprecated.
-
#path ⇒ ::String
The path from which we gathered that this package/version is installed.
-
#version ⇒ ::Grafeas::V1::Version
Deprecated.
Instance Attribute Details
#cpe_uri ⇒ ::String
Returns 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 |