public sealed class PackageOccurrence : IMessage<PackageOccurrence>, IEquatable<PackageOccurrence>, IDeepCloneable<PackageOccurrence>, IBufferMessage, IMessage
Details on how a particular software package was installed on a system.
Implements
IMessage<PackageOccurrence>, IEquatable<PackageOccurrence>, IDeepCloneable<PackageOccurrence>, IBufferMessage, IMessageNamespace
Grafeas.V1Assembly
Grafeas.V1.dll
Constructors
PackageOccurrence()
public PackageOccurrence()
PackageOccurrence(PackageOccurrence)
public PackageOccurrence(PackageOccurrence other)
Parameter | |
---|---|
Name | Description |
other | PackageOccurrence |
Properties
Location
public RepeatedField<Location> Location { get; }
Required. All of the places within the filesystem versions of this package have been found.
Property Value | |
---|---|
Type | Description |
RepeatedField<Location> |
Name
public string Name { get; set; }
Output only. The name of the installed package.
Property Value | |
---|---|
Type | Description |
String |