Class: Grafeas::V1::Distribution
- Inherits:
-
Object
- Object
- Grafeas::V1::Distribution
- Extended by:
- Google::Protobuf::MessageExts::ClassMethods
- Includes:
- Google::Protobuf::MessageExts
- Defined in:
- proto_docs/grafeas/v1/package.rb
Overview
This represents a particular channel of distribution for a given package. E.g., Debian's jessie-backports dpkg mirror.
Instance Attribute Summary collapse
-
#architecture ⇒ ::Grafeas::V1::Architecture
The CPU architecture for which packages in this distribution channel were built.
-
#cpe_uri ⇒ ::String
The cpe_uri in CPE format denoting the package manager version distributing a package.
-
#description ⇒ ::String
The distribution channel-specific description of this package.
-
#latest_version ⇒ ::Grafeas::V1::Version
The latest available version of this package in this distribution channel.
-
#maintainer ⇒ ::String
A freeform string denoting the maintainer of this package.
-
#url ⇒ ::String
The distribution channel-specific homepage for this package.
Instance Attribute Details
#architecture ⇒ ::Grafeas::V1::Architecture
Returns The CPU architecture for which packages in this distribution channel were built.
44 45 46 47 |
# File 'proto_docs/grafeas/v1/package.rb', line 44 class Distribution include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#cpe_uri ⇒ ::String
Returns The cpe_uri in CPE format denoting the package manager version distributing a package.
44 45 46 47 |
# File 'proto_docs/grafeas/v1/package.rb', line 44 class Distribution include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#description ⇒ ::String
Returns The distribution channel-specific description of this package.
44 45 46 47 |
# File 'proto_docs/grafeas/v1/package.rb', line 44 class Distribution include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#latest_version ⇒ ::Grafeas::V1::Version
Returns The latest available version of this package in this distribution channel.
44 45 46 47 |
# File 'proto_docs/grafeas/v1/package.rb', line 44 class Distribution include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#maintainer ⇒ ::String
Returns A freeform string denoting the maintainer of this package.
44 45 46 47 |
# File 'proto_docs/grafeas/v1/package.rb', line 44 class Distribution include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#url ⇒ ::String
Returns The distribution channel-specific homepage for this package.
44 45 46 47 |
# File 'proto_docs/grafeas/v1/package.rb', line 44 class Distribution include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |