Class PackageNote (2.4.0)

public sealed class PackageNote : IMessage<PackageNote>, IEquatable<PackageNote>, IDeepCloneable<PackageNote>, IBufferMessage, IMessage

This represents a particular package that is distributed over various channels. E.g., glibc (aka libc6) is distributed by many, at various versions.

Inheritance

Object > PackageNote

Namespace

Grafeas.V1

Assembly

Grafeas.V1.dll

Constructors

PackageNote()

public PackageNote()

PackageNote(PackageNote)

public PackageNote(PackageNote other)
Parameter
NameDescription
otherPackageNote

Properties

Distribution

public RepeatedField<Distribution> Distribution { get; }

The various channels by which a package is distributed.

Property Value
TypeDescription
RepeatedField<Distribution>

Name

public string Name { get; set; }

Required. Immutable. The name of the package.

Property Value
TypeDescription
String