Class PackageNote (2.3.0)

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

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

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

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2026-01-29 UTC.