public
interface
UpgradeOccurrenceOrBuilder
extends
MessageOrBuilder
Implements
MessageOrBuilderMethods
getDistribution()
public
abstract
UpgradeDistribution
getDistribution
()
Metadata about the upgrade for available for the specific operating system for the resource_url. This allows efficient filtering, as well as making it easier to use the occurrence.
.grafeas.v1.UpgradeDistribution distribution = 4;
getDistributionOrBuilder()
public
abstract
UpgradeDistributionOrBuilder
getDistributionOrBuilder
()
Metadata about the upgrade for available for the specific operating system for the resource_url. This allows efficient filtering, as well as making it easier to use the occurrence.
.grafeas.v1.UpgradeDistribution distribution = 4;
getPackage()
public
abstract
String
getPackage
()
Required for non-Windows OS. The package this Upgrade is for.
string package = 1;
getPackageBytes()
public
abstract
ByteString
getPackageBytes
()
Required for non-Windows OS. The package this Upgrade is for.
string package = 1;
getParsedVersion()
public
abstract
Version
getParsedVersion
()
Required for non-Windows OS. The version of the package in a machine + human readable form.
.grafeas.v1.Version parsed_version = 3;
getParsedVersionOrBuilder()
public
abstract
VersionOrBuilder
getParsedVersionOrBuilder
()
Required for non-Windows OS. The version of the package in a machine + human readable form.
.grafeas.v1.Version parsed_version = 3;
getWindowsUpdate()
public
abstract
WindowsUpdate
getWindowsUpdate
()
Required for Windows OS. Represents the metadata about the Windows update.
.grafeas.v1.WindowsUpdate windows_update = 5;
getWindowsUpdateOrBuilder()
public
abstract
WindowsUpdateOrBuilder
getWindowsUpdateOrBuilder
()
Required for Windows OS. Represents the metadata about the Windows update.
.grafeas.v1.WindowsUpdate windows_update = 5;
hasDistribution()
public
abstract
boolean
hasDistribution
()
Metadata about the upgrade for available for the specific operating system for the resource_url. This allows efficient filtering, as well as making it easier to use the occurrence.
.grafeas.v1.UpgradeDistribution distribution = 4;
hasParsedVersion()
public
abstract
boolean
hasParsedVersion
()
Required for non-Windows OS. The version of the package in a machine + human readable form.
.grafeas.v1.Version parsed_version = 3;
hasWindowsUpdate()
public
abstract
boolean
hasWindowsUpdate
()
Required for Windows OS. Represents the metadata about the Windows update.
.grafeas.v1.WindowsUpdate windows_update = 5;

