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
- (::Grafeas::V1::Architecture) — The CPU architecture for which packages in this distribution channel were built.
#architecture=
def architecture=(value) -> ::Grafeas::V1::Architecture
Parameter
- value (::Grafeas::V1::Architecture) — The CPU architecture for which packages in this distribution channel were built.
Returns
- (::Grafeas::V1::Architecture) — The CPU architecture for which packages in this distribution channel were built.
#cpe_uri
def cpe_uri() -> ::String
Returns
- (::String) — The cpe_uri in CPE format denoting the package manager version distributing a package.
#cpe_uri=
def cpe_uri=(value) -> ::String
Parameter
- value (::String) — The cpe_uri in CPE format denoting the package manager version distributing a package.
Returns
- (::String) — 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
- (::Grafeas::V1::Version) — The latest available version of this package in this distribution channel.
#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
- (::Grafeas::V1::Version) — The latest available version of this package in this distribution channel.
#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.