Class: Grafeas::V1::PackageNote

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 package that is distributed over various channels. E.g., glibc (aka libc6) is distributed by many, at various versions.

Instance Attribute Summary collapse

Instance Attribute Details

#distribution::Array<::Grafeas::V1::Distribution>

Returns The various channels by which a package is distributed.

Returns:



75
76
77
78
# File 'proto_docs/grafeas/v1/package.rb', line 75

class PackageNote
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#name::String

Returns Required. Immutable. The name of the package.

Returns:

  • (::String)

    Required. Immutable. The name of the package.



75
76
77
78
# File 'proto_docs/grafeas/v1/package.rb', line 75

class PackageNote
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end