Reference documentation and code samples for the Grafeas V1 API class Grafeas::V1::Location.
An occurrence of a particular package installation found within a system's
filesystem. E.g., glibc was found in /var/lib/dpkg/status
.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#cpe_uri
def cpe_uri() -> ::String
Returns
- (::String) — Deprecated. The CPE URI in CPE format
#cpe_uri=
def cpe_uri=(value) -> ::String
Parameter
- value (::String) — Deprecated. The CPE URI in CPE format
Returns
- (::String) — Deprecated. The CPE URI in CPE format
#path
def path() -> ::String
Returns
- (::String) — The path from which we gathered that this package/version is installed.
#path=
def path=(value) -> ::String
Parameter
- value (::String) — 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.
#version
def version() -> ::Grafeas::V1::Version
Returns
- (::Grafeas::V1::Version) — Deprecated. The version installed at this location.
#version=
def version=(value) -> ::Grafeas::V1::Version
Parameter
- value (::Grafeas::V1::Version) — Deprecated. The version installed at this location.
Returns
- (::Grafeas::V1::Version) — Deprecated. The version installed at this location.