Interface protos.grafeas.v1.IUpgradeNote (3.2.0)

Properties of an UpgradeNote.

Package

@google-cloud/containeranalysis

Properties

distributions

distributions?: (grafeas.v1.IUpgradeDistribution[]|null);

UpgradeNote distributions

Property Value
TypeDescription
(grafeas.v1.IUpgradeDistribution[]|null)

package

"package"?: (string|null);

UpgradeNote package

Property Value
TypeDescription
(string|null)

version

version?: (grafeas.v1.IVersion|null);

UpgradeNote version

Property Value
TypeDescription
(grafeas.v1.IVersion|null)

windowsUpdate

windowsUpdate?: (grafeas.v1.IWindowsUpdate|null);

UpgradeNote windowsUpdate

Property Value
TypeDescription
(grafeas.v1.IWindowsUpdate|null)