Interface UpgradeDistributionOrBuilder (2.37.0)

public interface UpgradeDistributionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getClassification()

public abstract String getClassification()

The operating system classification of this Upgrade, as specified by the upstream operating system upgrade feed. For Windows the classification is one of the category_ids listed at https://docs.microsoft.com/en-us/previous-versions/windows/desktop/ff357803(v=vs.85)

string classification = 2;

Returns
TypeDescription
String

The classification.

getClassificationBytes()

public abstract ByteString getClassificationBytes()

The operating system classification of this Upgrade, as specified by the upstream operating system upgrade feed. For Windows the classification is one of the category_ids listed at https://docs.microsoft.com/en-us/previous-versions/windows/desktop/ff357803(v=vs.85)

string classification = 2;

Returns
TypeDescription
ByteString

The bytes for classification.

getCpeUri()

public abstract String getCpeUri()

Required - The specific operating system this metadata applies to. See https://cpe.mitre.org/specification/.

string cpe_uri = 1;

Returns
TypeDescription
String

The cpeUri.

getCpeUriBytes()

public abstract ByteString getCpeUriBytes()

Required - The specific operating system this metadata applies to. See https://cpe.mitre.org/specification/.

string cpe_uri = 1;

Returns
TypeDescription
ByteString

The bytes for cpeUri.

getCve(int index)

public abstract String getCve(int index)

The cve tied to this Upgrade.

repeated string cve = 4;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The cve at the given index.

getCveBytes(int index)

public abstract ByteString getCveBytes(int index)

The cve tied to this Upgrade.

repeated string cve = 4;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the cve at the given index.

getCveCount()

public abstract int getCveCount()

The cve tied to this Upgrade.

repeated string cve = 4;

Returns
TypeDescription
int

The count of cve.

getCveList()

public abstract List<String> getCveList()

The cve tied to this Upgrade.

repeated string cve = 4;

Returns
TypeDescription
List<String>

A list containing the cve.

getSeverity()

public abstract String getSeverity()

The severity as specified by the upstream operating system.

string severity = 3;

Returns
TypeDescription
String

The severity.

getSeverityBytes()

public abstract ByteString getSeverityBytes()

The severity as specified by the upstream operating system.

string severity = 3;

Returns
TypeDescription
ByteString

The bytes for severity.