Class PackageNote (2.3.0) Stay organized with collections Save and categorize content based on your preferences.
public sealed class PackageNote : IMessage<PackageNote>, IEquatable<PackageNote>, IDeepCloneable<PackageNote>, IBufferMessage, IMessageThis represents a particular package that is distributed over variouschannels. E.g., glibc (aka libc6) is distributed by many, at variousversions.
Implements
IMessage<PackageNote>,IEquatable<PackageNote>,IDeepCloneable<PackageNote>,IBufferMessage,IMessageNamespace
Grafeas.V1Assembly
Grafeas.V1.dll
Constructors
PackageNote()
public PackageNote()PackageNote(PackageNote)
public PackageNote(PackageNote other)| Parameter | |
|---|---|
| Name | Description |
other | PackageNote |
Properties
Distribution
public RepeatedField<Distribution> Distribution { get; }The various channels by which a package is distributed.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<Distribution> | |
Name
public string Name { get; set; }Required. Immutable. The name of the package.
| Property Value | |
|---|---|
| Type | Description |
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.