Grafeas V1 API - Class Grafeas::V1::Location (v0.4.0)

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) — Required. The CPE URI in CPE format denoting the package manager version distributing a package.

#cpe_uri=

def cpe_uri=(value) -> ::String
Parameter
  • value (::String) — 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.

#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

#version=

def version=(value) -> ::Grafeas::V1::Version
Parameter
Returns