Class: Grafeas::V1::Distribution

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#architecture::Grafeas::V1::Architecture

Returns The CPU architecture for which packages in this distribution channel were built.

Returns:



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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:



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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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