public static interface VulnerabilityReport.Vulnerability.ItemOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAvailableInventoryItemId()
Corresponds to the `AVAILABLE_PACKAGE` inventory item on the VM.
|
com.google.protobuf.ByteString |
getAvailableInventoryItemIdBytes()
Corresponds to the `AVAILABLE_PACKAGE` inventory item on the VM.
|
String |
getFixedCpeUri()
The recommended [CPE URI](https://cpe.mitre.org/specification/) update
that contains a fix for this vulnerability.
|
com.google.protobuf.ByteString |
getFixedCpeUriBytes()
The recommended [CPE URI](https://cpe.mitre.org/specification/) update
that contains a fix for this vulnerability.
|
String |
getInstalledInventoryItemId()
Corresponds to the `INSTALLED_PACKAGE` inventory item on the VM.
|
com.google.protobuf.ByteString |
getInstalledInventoryItemIdBytes()
Corresponds to the `INSTALLED_PACKAGE` inventory item on the VM.
|
String |
getUpstreamFix()
The upstream OS patch, packages or KB that fixes the vulnerability.
|
com.google.protobuf.ByteString |
getUpstreamFixBytes()
The upstream OS patch, packages or KB that fixes the vulnerability.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getInstalledInventoryItemId()
Corresponds to the `INSTALLED_PACKAGE` inventory item on the VM. This field displays the inventory items affected by this vulnerability. If the vulnerability report was not updated after the VM inventory update, these values might not display in VM inventory. For some operating systems, this field might be empty.
string installed_inventory_item_id = 1;com.google.protobuf.ByteString getInstalledInventoryItemIdBytes()
Corresponds to the `INSTALLED_PACKAGE` inventory item on the VM. This field displays the inventory items affected by this vulnerability. If the vulnerability report was not updated after the VM inventory update, these values might not display in VM inventory. For some operating systems, this field might be empty.
string installed_inventory_item_id = 1;String getAvailableInventoryItemId()
Corresponds to the `AVAILABLE_PACKAGE` inventory item on the VM. If the vulnerability report was not updated after the VM inventory update, these values might not display in VM inventory. If there is no available fix, the field is empty. The `inventory_item` value specifies the latest `SoftwarePackage` available to the VM that fixes the vulnerability.
string available_inventory_item_id = 2;com.google.protobuf.ByteString getAvailableInventoryItemIdBytes()
Corresponds to the `AVAILABLE_PACKAGE` inventory item on the VM. If the vulnerability report was not updated after the VM inventory update, these values might not display in VM inventory. If there is no available fix, the field is empty. The `inventory_item` value specifies the latest `SoftwarePackage` available to the VM that fixes the vulnerability.
string available_inventory_item_id = 2;String getFixedCpeUri()
The recommended [CPE URI](https://cpe.mitre.org/specification/) update that contains a fix for this vulnerability.
string fixed_cpe_uri = 3;com.google.protobuf.ByteString getFixedCpeUriBytes()
The recommended [CPE URI](https://cpe.mitre.org/specification/) update that contains a fix for this vulnerability.
string fixed_cpe_uri = 3;String getUpstreamFix()
The upstream OS patch, packages or KB that fixes the vulnerability.
string upstream_fix = 4;com.google.protobuf.ByteString getUpstreamFixBytes()
The upstream OS patch, packages or KB that fixes the vulnerability.
string upstream_fix = 4;Copyright © 2023 Google LLC. All rights reserved.