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

Reference documentation and code samples for the Grafeas V1 API class Grafeas::V1::Distribution.

This represents a particular channel of distribution for a given package. E.g., Debian's jessie-backports dpkg mirror.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#architecture

def architecture() -> ::Grafeas::V1::Architecture
Returns

#architecture=

def architecture=(value) -> ::Grafeas::V1::Architecture
Parameter
Returns

#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.

#description

def description() -> ::String
Returns
  • (::String) — The distribution channel-specific description of this package.

#description=

def description=(value) -> ::String
Parameter
  • value (::String) — The distribution channel-specific description of this package.
Returns
  • (::String) — The distribution channel-specific description of this package.

#latest_version

def latest_version() -> ::Grafeas::V1::Version
Returns

#latest_version=

def latest_version=(value) -> ::Grafeas::V1::Version
Parameter
  • value (::Grafeas::V1::Version) — The latest available version of this package in this distribution channel.
Returns

#maintainer

def maintainer() -> ::String
Returns
  • (::String) — A freeform string denoting the maintainer of this package.

#maintainer=

def maintainer=(value) -> ::String
Parameter
  • value (::String) — A freeform string denoting the maintainer of this package.
Returns
  • (::String) — A freeform string denoting the maintainer of this package.

#url

def url() -> ::String
Returns
  • (::String) — The distribution channel-specific homepage for this package.

#url=

def url=(value) -> ::String
Parameter
  • value (::String) — The distribution channel-specific homepage for this package.
Returns
  • (::String) — The distribution channel-specific homepage for this package.